View previous topic :: View next topic |
Author |
Message |
masterkill7 Newbie cheater
Reputation: 0
Joined: 07 Mar 2015 Posts: 10 Location: Baku
|
Posted: Sat Mar 07, 2015 3:18 pm Post subject: Assembly code for hack coin |
|
|
Hi, cheat engine forum members. I tried to hack clicker heroes, game coins don't increased by simply changing value. But I used auto assembly function and I see movq(ecx+158)xmm0 (this is estimated code, I dont remember now :/) code. I changed code to add(ecx+158)100, after executing assembly script,I have been able to freeze my money. But I dont have enough money. Example, my freezed money is 3500 coin, but other feature price is 6000 coin. I need different version of that assembly code which it increase my money or increase when I spent money. Sorry for my bad language, I learning english language just at school . Thank you all .
_________________
I'm very impatient . Sorry for my error  |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sat Mar 07, 2015 8:06 pm Post subject: |
|
|
Since changing the value of the address did not seem to work, that code sounds like it might only effect the display.
For example, if you disable your hack, I assume the amount changes back to what it's supposed to be?
|
|
Back to top |
|
 |
masterkill7 Newbie cheater
Reputation: 0
Joined: 07 Mar 2015 Posts: 10 Location: Baku
|
Posted: Sun Mar 08, 2015 6:44 am Post subject: |
|
|
No, after freeze money, I can buy game features (characters,heroes, upgrades etc.) which it features cheap than my money. Actually hack worked. But I need hack which I can increase my money. For try, game is "Clicker Heroes" . Thanks for reply
_________________
I'm very impatient . Sorry for my error  |
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Mon Mar 09, 2015 7:29 pm Post subject: |
|
|
It is a move instruction. So I think adding here will not give you desired effect.
Add this line below movq instruction
Code: | mov dword ptr [ecx+158],(float)100000 |
And see if it changes your coin to 100000 or not
_________________
|
|
Back to top |
|
 |
masterkill7 Newbie cheater
Reputation: 0
Joined: 07 Mar 2015 Posts: 10 Location: Baku
|
Posted: Wed Mar 11, 2015 12:54 pm Post subject: |
|
|
Thanks, I shall do this trick
_________________
I'm very impatient . Sorry for my error  |
|
Back to top |
|
 |
|