首页
社区
课程
招聘
[旧帖] lua反编译破解 0.00雪花
发表于: 2016-7-1 15:54 7243

[旧帖] lua反编译破解 0.00雪花

2016-7-1 15:54
7243
一款游戏的辅助软件脚本采用lua编写,源文件直接打开为乱码,想修改其中的参数而不得行,期望高手帮忙反编译或者破解(里面的汉字也要能原样显示出来)。附件中有示例程序,如能很好的解决 我可以发包解决或者私聊有偿服务。谢谢

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

上传的附件:
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 76
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
好好学习   天天向上
2016-7-1 17:09
0
雪    币: 12
活跃值: (325)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
cntr("loginjs", "login", 1, "^[>]*\\s*如果与您实际经历不符,请立刻修改密码.*$", "cishu=0;bcjs=-1;flag_tuiche=0", 10, "", "")
cntr("opendoor", "ganche", 1, "^[>]*\\s*你必须先把.*打开.*$", "open door", 10, "", "")
cntr("killshanzei", "ganche", 1, "^[> ]*一个山贼跳了出来,阴恻恻地对你道.*山是我开.*$", "hitall shan zei", 10, "", "")
cntr("hitjiebiao", "ganche", 1, "^[>]*\\s*你还是先把对手解决了再说吧.*$", "hitall", 10, "", "")
cntr("drinkbaigan", "fight", 1, "^[>]*\\s*你没有喝醉,如何使用「八仙醉打」呀?.*$", "drink fenjiu", 10, "", "")
2016-7-15 12:26
0
雪    币: 106
活跃值: (569)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
action2 = function()
  if GetVariable("findmubiao") == "0" then
    if GetVariable("sdbl_pause") == "1" then
      Note("-------遍历暂停,处理手头的事情继续")
      return
    end
    sdbianli()
  else
    if GetVariable("findmubiao") == "1" then
      Execute("drop 找到目标,遍历结束")
      Execute("t- sdbl")
    end
  end
  if GetVariable("flag_tuiche") == "遍历找伙计" then
    func_temp = function(n, l, w)
    if GetVariable("target_room") == w[1] then
      DoAfterSpecial(3, "set ac 走出再走回" .. w[1], 10)
    else
      walkto(GetVariable("target_room"))
      SetVariable("target_room", w[1])
      SetVariable("flag_tuiche", "找到伙计了继续推")
      Note("目标房间已经设定为:" .. w[1])
    end
  end
    cntr1("^.*haha找到唯一编号\\-\\-(\\d+).*$")
    Execute("#loc2")
  end
end
2016-7-15 12:56
0
游客
登录 | 注册 方可回帖
返回
//