| View previous topic :: View next topic |
| Author |
Message |
Foxheart2 How do I cheat?
Reputation: 0
Joined: 16 Jul 2018 Posts: 2
|
Posted: Mon Jul 16, 2018 6:21 am Post subject: Can't Figure out what to do :( |
|
|
I'm trying to follow the cheat engine tutorial for code injection, attempting to make the % success rate of enchanting an item 100%
I follow all the steps right up until full injection...and now I have no idea how to modify this value. What code should I put?
| Description: |
|
| Filesize: |
144.22 KB |
| Viewed: |
1338 Time(s) |

|
|
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jul 16, 2018 6:24 am Post subject: |
|
|
| Code: | newmem:
fstp st(0)
jmp return |
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
Foxheart2 How do I cheat?
Reputation: 0
Joined: 16 Jul 2018 Posts: 2
|
Posted: Mon Jul 16, 2018 9:50 am Post subject: |
|
|
| Do I need to change the value after fstp st(0)?
|
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jul 16, 2018 3:28 pm Post subject: |
|
|
no, just hook the original instruction. and add this to newmem.
edit:
| Foxheart2 wrote: | | attempting to make the % success rate of enchanting an item 100% |
my bad for not reading this part, yes you can simply move the value you want into the memory location.
just make sure to address it after fstp.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
|