Suzie 发表于 2022-7-17 12:13

求罗技鼠标宏lua解密破解时间限制

本帖最后由 Suzie 于 2022-7-17 15:50 编辑

已解决

boxer 发表于 2022-7-17 12:13

Suzie 发表于 2022-7-17 15:34
我该替换哪些地方呢 从哪里到哪里的 或者能不能直接txt替换成解密的发过来我查看一下

你试试直接运行这个
--~~~~~~~~~~~~~QQqun: 206779404~~~~~~zuezheQQ: 308355559
LianYu = 4
--readyTime--
YUMIN = 15
YUMAX = 30
--PresseTime--
LMIN = 60
LMAX = 110
zuozheQQ = "308355559" --bu-yao-gai.---ruguogaile--lianxiwo:308355559
On = false
Qq = "308355559"
while zuozheQQ ~= Qq do
    MoveMouseTo(math.random(1, 65535), math.random(1, 65535))
    Sleep(50)
end
EnablePrimaryMouseButtonEvents(true)
function OnEvent(event, arg)
        if event == "MOUSE_BUTTON_PRESSED" and arg == LianYu then
                On = true
                if On then
                        ClearLog()
                        OutputLogMessage("LianYu--On\n")
                end
        end

        if event == "MOUSE_BUTTON_RELEASED" and arg == LianYu then
                On = false
                ClearLog()
                OutputLogMessage("LianYu--Off\n")
        end
        if On then
                if IsMouseButtonPressed(LianYu) then
                        repeat
                                PressMouseButton(1)
                                Sleep(math.random(LMIN, LMAX))
                                ReleaseMouseButton(1)

                                Sleep(math.random(YUMIN, YUMAX))
                        until not IsMouseButtonPressed(LianYu)
                end
        end
end

Suzie 发表于 2022-7-17 14:53

啊啊啊啊啊啊啊啊啊啊顶一下

boxer 发表于 2022-7-17 15:01

timelimit1 = "2022/03/12 00:00:00"
timelimit2 = "2022/07/12 00:00:00"

Suzie 发表于 2022-7-17 15:01

@Max.tAop 老哥有空来看看吗

Suzie 发表于 2022-7-17 15:02

boxer 发表于 2022-7-17 15:01
timelimit1 = "2022/03/12 00:00:00"
timelimit2 = "2022/07/12 00:00:00"

有解密文件和思路吗

boxer 发表于 2022-7-17 15:11

Suzie 发表于 2022-7-17 15:02
有解密文件和思路吗

你会LUA吗?
会的话就简单, o(m(i(b), c))返回的就是代码

Suzie 发表于 2022-7-17 15:13

boxer 发表于 2022-7-17 15:11
你会LUA吗?
会的话就简单, o(m(i(b), c))返回的就是代码

就是不会呀...只会很简单的lua代码:'(weeqw

boxer 发表于 2022-7-17 15:15

Suzie 发表于 2022-7-17 15:13
就是不会呀...只会很简单的lua代码

中间加密的部分

On = false
timelimit1 = "2022/03/12 00:00:00"
timelimit2 = "2022/07/12 00:00:00"

Qq = "308355559"
while zuozheQQ ~= Qq do
    MoveMouseTo(math.random(1, 65535), math.random(1, 65535))
    Sleep(50)
end
EnablePrimaryMouseButtonEvents(true)
function OnEvent(event, arg)
    if GetDate("%Y/%m/%d %H:%M:%S") > timelimit2 then
      OutputLogMessage("time is out ,please contact zuozhe QQ:%s\n\n ", zuozheQQ)
      OutputLogMessage("time:%s\n", GetDate("%Y/%m/%d %H:%M:%S"))
    end
    if GetDate("%Y/%m/%d %H:%M:%S") > timelimit1 and GetDate("%Y/%m/%d %H:%M:%S") < timelimit2 then
      --OutputLogMessage("Event: "..event.." Arg: "..arg.."\n")
      if event == "MOUSE_BUTTON_PRESSED" and arg == LianYu then
            On = true
            if On then
                ClearLog()
                OutputLogMessage("LianYu--On\n")
            end
      end

      if event == "MOUSE_BUTTON_RELEASED" and arg == LianYu then
            On = false
            ClearLog()
            OutputLogMessage("LianYu--Off\n")
      end
      if On then
            if IsMouseButtonPressed(LianYu) then
                repeat
                  PressMouseButton(1)
                  Sleep(math.random(LMIN, LMAX))
                  ReleaseMouseButton(1)

                  Sleep(math.random(YUMIN, YUMAX))
                until not IsMouseButtonPressed(LianYu)
            end
      end
    end
end

Suzie 发表于 2022-7-17 15:18

boxer 发表于 2022-7-17 15:15
中间加密的部分

On = false


感谢大佬 但是还有部分不懂 能不能发一下解密的全文件 我一点点对照查查
页: [1] 2 3
查看完整版本: 求罗技鼠标宏lua解密破解时间限制