Posted: Tue Feb 26, 2013 6:30 pm Post subject: Hotkeys
I have a game i play and i want to know if its possible to make a hotkey so when im playing the game it will change a specific code to a specific value. Used for full health with press of a button.
You can use LUA,
Write a fucntion..
registersymbol to that code.
then do memoryrecord_setValue with the bytes... (get bytes of the codes by Right Click > Copy...)
Or you can registersymbol to the code.
Add an aseembly script
ex.
[enable]
code:
db 90 90 90 90
[disable]
db 11 22 44 55
or
[enable]
db mov eax,ecx
[disable]
mov ecx,eax
and then set hotkeys (right click on the AA script > hotkeys) to toggle on and off.. _________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum