View previous topic :: View next topic |
Author |
Message |
davixk3 How do I cheat?
Reputation: 0
Joined: 31 Mar 2020 Posts: 7 Location: Brasil
|
Posted: Thu Apr 09, 2020 5:58 pm Post subject: How can I make One, If Bigger? |
|
|
I Want to Make a Condition That Values ReadInteger ("0CD38E60") == (For Greater Than Zero) Then WriteInteger ("0CD4863A", 2) I Want to Know How to Do It! in
lua
_________________
Zero creative.
Last edited by davixk3 on Sat Apr 11, 2020 6:17 pm; edited 4 times in total |
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Fri Apr 10, 2020 2:00 am Post subject: |
|
|
AA:
Code: | push eax
mov eax, [0CD38E60]
cmp eax, 0
jg label_1
jmp exit
label_1:
lea eax, [0CD4863A]
mov [eax], 2
exit:
pop eax |
|
|
Back to top |
|
 |
davixk3 How do I cheat?
Reputation: 0
Joined: 31 Mar 2020 Posts: 7 Location: Brasil
|
Posted: Fri Apr 10, 2020 3:04 am Post subject: |
|
|
thanks .. I have one more question Is it possible to do this in Lua? If Yes How?
_________________
Zero creative. |
|
Back to top |
|
 |
|