korea How do I cheat?
Reputation: 0
Joined: 22 Feb 2013 Posts: 4
|
Posted: Thu Aug 22, 2013 5:04 am Post subject: lua help |
|
|
With the Lua script Assembly script I want to change.
This source code is written in Assembly script Cave source.
| Code: |
[enable]
registersymbol(cl)
registersymbol(cl2)
alloc(cl,64)
alloc(cl2,4)
cl2:
dd (float)1
cl:
addss xmm0,[cl2]
movss [ebp-02],xmm0
jmp 00497907
[disable]
|
With the Lua script to the address 00477907 "Cl" codecave (EIP) I'd like to make.
This source lua language can you do?
I'd like to make EIP to the address 00477907. |
|