| View previous topic :: View next topic |
| Author |
Message |
Moosemerp How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 3
|
Posted: Fri Jul 29, 2016 11:53 am Post subject: I need help in disassembler code |
|
|
Hello, I am new to the cheat engine forums and I've had no time to search every topic.
However, I was wondering if someone may help me with this issue:
I'm currently trying to edit a point progression in a game to be increased slightly faster over time than the original code.
For example: Every 1 minute I get 1 point in progression, instead I'd like to increase that by 2 points.
First I found the basic address for the point, by manually editing the value I can get any points that I want.
However, when I choose "What writes to this address" and edit the address, one instruction appears and that is: mov [rax],ecx
this address is probably 5E9DCF34 when I search for that address nothing comes out. So what I do next is "show disassembler" and I find the code:
VCRUNTIME140.memmove+12D 89 08 mov [rax],ecx
I tried replacing it with something that does nothing, but my computer crashes. I've tried other couple of things to find that what exactly that does but this is where I am basically stuck.
What I'm trying to do once again, is increase the number of points increased over time.
I hope this is the correct place to ask these sort of questions, thank you all.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jul 29, 2016 12:25 pm Post subject: |
|
|
| Adding add ecx,ecx before the instruction should work. But, it sounds like the instruction is shared, and is handling multiple values. You'll need to complete the CE tutorial, last step, to learn how to differentiate code so that only the value that you're interested in is manipulated.
|
|
| Back to top |
|
 |
Moosemerp How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 3
|
Posted: Fri Jul 29, 2016 2:52 pm Post subject: |
|
|
| Yeah I wouldn't mind, the only tutorials I've found though are the ones from the program itself.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jul 29, 2016 6:54 pm Post subject: |
|
|
| The tutorial that I am referring to is the Cheat Engine tutorial...so, yes, from the program sub-directory.
|
|
| Back to top |
|
 |
Moosemerp How do I cheat?
Reputation: 0
Joined: 29 Jul 2016 Posts: 3
|
Posted: Fri Jul 29, 2016 8:31 pm Post subject: |
|
|
| Ahh will do! Thanks!
|
|
| Back to top |
|
 |
|