求罗技鼠标宏lua解密破解时间限制
罗技宏,改了系统时间就可以使用,但是改破解后的脚本时间就不行不知道是怎么回事,有大神能帮忙看下怎么回事吗{:1_904:}
https://xhhl.lanzouj.com/iBBZim859mb 本帖最后由 ciker_li 于 2021-2-26 22:52 编辑
按理说这段应该是判断时间的:
aa = '09/22/20 23:59:59'
bb = '04/18/20 00:00:00'
--鏈鏃骞
if (event == "MOUSE_BUTTON_PRESSED" and arg == shen_fen_yan_zheng) then
if GetDate() < aa and GetDate() > bb then
OutputLogMessage("--------------------------------------------------------------------------------\r\n")
aa改成'09/22/24 23:59:59'试试
或者把if GetDate() < aa and GetDate() > bb then改成
if 2>1then ciker_li 发表于 2021-2-26 22:50
按理说这段应该是判断时间的:
aa = '09/22/20 23:59:59'
太感谢了,破解完一直找不到一个改时间的方法,困扰大半年:lol
如果方便的话 可以 这段代码是什么意思可以简述一下吗谢谢了{:1_893:}
(if GetDate() < aa and GetDate() > bb then改成
if 2>1then ) 芝士也是力量 发表于 2021-2-26 22:58
太感谢了,破解完一直找不到一个改时间的方法,困扰大半年
如果方便的话 可以 这段代码是什么意思可 ...
GetDate()是获取系统时间
if GetDate() < aa and GetDate() > bb then就是判断系统时间是不是在aa和bb之间
if 2>1 then 就是不判断时间,直接下一步了 ciker_li 发表于 2021-2-26 23:10
GetDate()是获取系统时间
if GetDate() < aa and GetDate() > bb then就是判断系统时间是不是在aa和bb ...
草率了, 跳过这个判断不能正常运行了{:1_923:} 芝士也是力量 发表于 2021-2-26 23:14
草率了, 跳过这个判断不能正常运行了
你怎么改的? 就直接按照你说的给改成if 2>1 then了 ciker_li 发表于 2021-2-26 23:23
你怎么改的?
就直接按照你说的给改成if 2>1 then了 芝士也是力量 发表于 2021-2-27 00:20
就直接按照你说的给改成if 2>1 then了
改aa能行吗? ciker_li 发表于 2021-2-27 10:01
改aa能行吗?
aa直接就运行不了