View previous topic :: View next topic |
Author |
Message |
lemasnatorme How do I cheat?
Reputation: 0
Joined: 03 Jun 2018 Posts: 2
|
Posted: Sun Jun 03, 2018 5:18 pm Post subject: Hotkeys in AA? |
|
|
Hey, I'm new to CE, but I looking over some scripts, and I was wondering how to find the values I need for hotkeys inside of a script?
For example, in this script, 004E0000 corresponds to Numpad +, 004A0000 is Numpad -, etc.
Code: |
Hook:
pushad
mov ecx,[03199C9C]
test ecx,ecx
je Exit
cmp ebx,004E0000 //Numpad +
je Increase
cmp ebx,004A0000 //Numpad -
je Decrease
cmp ebx,00370000 //Numpad *
je Reset
|
However, if I were to want to change one of those hotkeys from say Numpad + to Backspace, how would I do that?
Thanks for the help.
|
|
Back to top |
|
 |
FreeER Grandmaster Cheater Supreme
Reputation: 53
Joined: 09 Aug 2013 Posts: 1091
|
Posted: Sun Jun 03, 2018 5:31 pm Post subject: |
|
|
um... add 03199C9C to your address list and see what values it shows as you press keys?
_________________
|
|
Back to top |
|
 |
lemasnatorme How do I cheat?
Reputation: 0
Joined: 03 Jun 2018 Posts: 2
|
Posted: Sun Jun 03, 2018 5:49 pm Post subject: |
|
|
FreeER wrote: | um... add 03199C9C to your address list and see what values it shows as you press keys? |
Thanks for the reply. Where would I see the values it shows after adding it to the address list? Sorry I am very new
|
|
Back to top |
|
 |
FreeER Grandmaster Cheater Supreme
Reputation: 53
Joined: 09 Aug 2013 Posts: 1091
|
Posted: Mon Jun 04, 2018 1:28 pm Post subject: |
|
|
in the column that says "Value".
to see the value in hex right click it and click "Show as HEX"
_________________
|
|
Back to top |
|
 |
|