Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Fri Nov 01, 2024 9:55 am Post subject: |
|
|
1: use luacode instead of lua, as address 3 is not known at the time of assembling the code
2: loopStart doesn't seem to loop. It runs one time and then exits (at the ret) , and what it does I think it's easier to just do all in pure lua instead of assembler code that runs inside the target
3: nitrothread is not initialized. It's a block of 4096 bytes all 0 bytes followed by loopStart (maybe label loopStart instead of alloc?)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|