Skip to main content

Questions tagged [lua]

Lua is a lightweight, embeddable, multi-paradigm, dynamically-typed programming languague.

Filter by
Sorted by
Tagged with
0 votes
0 answers
172 views

I'm currently creating a private server for a game that closed almost a year ago, and I'm stuck at a point where my server has to respond to the game to populate the server list. The problem is that I ...
Skipper57's user avatar
1 vote
1 answer
860 views

I am trying to decrypt Lua files from an Android game "The Sea Road: Fate Assembly" (APK download link). It uses Cocos2d-x, but it's encrypted, maybe with AES encryption. With Frida, the ...
xbuyk987's user avatar
2 votes
0 answers
133 views

I tried to decompile and find main.lua in file (link below) with IDA Pro but it wasn't helpful, because every lua file has it own signature and there is no key near string main.lua. I also tried to ...
Alexander's user avatar
2 votes
0 answers
223 views

I am trying to find the encryption key for a lua file from a .so file But I am new in this field. I visit websites and found that key is inside xxteaDecrypt function I found two xxteaDecrypt function. ...
Ritesh's user avatar
  • 21
3 votes
0 answers
647 views

I am new with IDA and cocos2d. Since I have learned how to decrypt cocos2d Lua file, I found xxtea tool with Sign and Key and how to find Sign header in some game in Lua file. But that method does not ...
Lan Cuong's user avatar
1 vote
0 answers
181 views

I have created a DLL for DLL inject injection to add a force feedback to a GOG game. The DLL Work perfectly. I have tried to see how work the Debug in CE with this script: debugProcess() -- Attach ...
user3449922's user avatar
0 votes
0 answers
4k views

I have a game plugin that enables the lua script encryption.I tried to decode it but it seems used many useless encode method to let you cannot understand it.It seem like some enctypted lua script ...
Mi Hu's user avatar
  • 1
2 votes
1 answer
2k views

I'm truing to decrypt LUA scrpits from cocos2dx game (for wiki). Links to files of game: libhellolua.so (cocos2dx external library) example encrypted LUA-scripts (*.abc files) I was reading a ...
Azat Idrisov's user avatar
1 vote
0 answers
603 views

I'm trying to decompile the LUCs (customly extensioned LUAs) from both of the games but they won't decompile, they aren't encrypted and use LUA version 5.0.2 (32-bit) according to the game's code. ...
LolHacksRule's user avatar
1 vote
2 answers
1k views

So i am trying to "hack" a game however not for cheating purposes. I am looking to extend the games scripting functionality through a DLL that can look for processes and return them. The game I am ...
DanH50049's user avatar
2 votes
2 answers
4k views

I've posited a similar question over on the Game Development StackExchange, but I'm going to refine it, elaborate, and piecemeal a more R.E.-specific context with the hope that someone out there has ...
dsasmblr's user avatar
  • 2,254