View previous topic :: View next topic |
Author |
Message |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Thu Aug 13, 2015 4:33 pm Post subject: |
|
|
No online game or money/account hacks here.
_________________
|
|
Back to top |
|
 |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Thu Aug 13, 2015 4:51 pm Post subject: |
|
|
Rydian wrote: | No online game or money/account hacks here. |
Im not talking about server sided games. im talking about : how to find things that drop from something.. Or even in single player none online like dragon age, where you killing monsters and get exp from them.. if i wont change my exp, but just change that rate what comes from killing monster.. same with gold what drops..
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Thu Aug 13, 2015 6:09 pm Post subject: |
|
|
If you find what modifies your EXP/gold when you kill a monster or pick up gold and scroll up a bit you can probably see something that adds, you can insert some custom ASM to multiply the results.
But that's more work and learning than just editing the code to always give you craptons of gold/EXP.
http://forum.cheatengine.org/viewtopic.php?t=570083
Easy method of editing the codes to always give you a ton when you pick numerical things up.
Editing drop rates and monster loot and stuff, however, is very game-specific.
_________________
|
|
Back to top |
|
 |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Fri Aug 14, 2015 2:22 am Post subject: |
|
|
Rydian wrote: | If you find what modifies your EXP/gold when you kill a monster or pick up gold and scroll up a bit you can probably see something that adds, you can insert some custom ASM to multiply the results.
But that's more work and learning than just editing the code to always give you craptons of gold/EXP.
Easy method of editing the codes to always give you a ton when you pick numerical things up.
Editing drop rates and monster loot and stuff, however, is very game-specific. |
Thank you. Gonna check that out.
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Fri Aug 14, 2015 6:02 am Post subject: |
|
|
If the instruction you find which writes to your gold/EXP is a mov, then generally you can just do code injection on that and change it from moving a register to moving a static value to get a full amount with one kill/pickup.
Like for example you'd change something like...
mov [eax+00000080],ecx
Into...
mov [eax+00000080],F423F
And F423F is the hex representation of 999,999 so you'd be set to 999,999 exp/gold.
And you can change add the same way to have large static increases.
EDIT: I can finish a post, I promise!
_________________
|
|
Back to top |
|
 |
|