N00b101 How do I cheat?
Reputation: 0
Joined: 19 Nov 2025 Posts: 1
|
Posted: Wed Nov 19, 2025 6:59 pm Post subject: Help me out creating a script |
|
|
Hi everyone,
I have just recently started using CE to "hack" a home made game to cheat health, but I am failing to generate the script for it. Let me explain what I have done so far:
1- I have managed to find the address that stores the current health;
2- When I try to find what writes to that address, I get this:
| Code: | | 7FFFB6D81240 - 48 89 08 - mov [rax],rcx |
3- If I try to create a script using AOB injection I immediatly get this message in the function name:
| Code: | | aobscanfunction(INJECT,VCRUNTIME140._NLG_Return2,ERROR: Could not find unique AOB, tried code "48 89 08 C3 0F B6 0A") |
4- Even if I proceed to change below line and assign it to the current table
| Code: | | mov [rax],rcx line with nop |
5- I get the following message when I try to toggle it:
| Quote: | | Error while scanning for AOB's : INJECT Error: No readable memory found, Please make sure you are attached to a live process. |
Can you guys help me out what I am doing wrong?
Thanks in advance!
|
|