| View previous topic :: View next topic |
| Author |
Message |
KalasDev Master Cheater
Reputation: 1
Joined: 29 May 2016 Posts: 311
|
Posted: Tue May 31, 2016 10:36 am Post subject: Feed and Grow |
|
|
mov [rax],esi
lea rsp,[rbp-28]
How do I make infinite cash for this ?
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue May 31, 2016 10:58 am Post subject: |
|
|
mov [rax],#99999
lea rsp,[rbp-28]
|
|
| Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Tue May 31, 2016 11:00 am Post subject: |
|
|
You make little attempt to produce a comprehensible question.
I will have to assume that
is the code line writing your cash value.
Therefore assuming you already have enough cash in game, one option would be to nop this line so that your cash does not decrease when you buy something.
So, nop this :
|
|
| Back to top |
|
 |
KalasDev Master Cheater
Reputation: 1
Joined: 29 May 2016 Posts: 311
|
Posted: Tue May 31, 2016 11:06 am Post subject: |
|
|
yes I just did mov [rax],63 // 63 HEX of 99
It works perfectly thank you
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Tue May 31, 2016 9:12 pm Post subject: |
|
|
Or mov esi, 63
But that's just my way of doing it. Either will work
_________________
|
|
| Back to top |
|
 |
|