求罗技鼠标宏lua解密破解时间限制
本帖最后由 Suzie 于 2022-7-17 15:50 编辑已解决 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
啊啊啊啊啊啊啊啊啊啊顶一下 timelimit1 = "2022/03/12 00:00:00"
timelimit2 = "2022/07/12 00:00:00"
@Max.tAop 老哥有空来看看吗 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:02
有解密文件和思路吗
你会LUA吗?
会的话就简单, o(m(i(b), c))返回的就是代码 boxer 发表于 2022-7-17 15:11
你会LUA吗?
会的话就简单, o(m(i(b), c))返回的就是代码
就是不会呀...只会很简单的lua代码:'(weeqw 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
boxer 发表于 2022-7-17 15:15
中间加密的部分
On = false
感谢大佬 但是还有部分不懂 能不能发一下解密的全文件 我一点点对照查查