 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
MrBuzz119 How do I cheat?
Reputation: 0
Joined: 20 May 2012 Posts: 9
|
Posted: Fri Dec 04, 2015 4:02 am Post subject: How to find and change a value that dosen't change ? |
|
|
Hello everyone,
I currently play a game in which I have 2 items.
The first item, I can sell it for $1000
The second item, I can sell it just for $10
Obviously, these sell prices don't change.
Therefore, I wonder there is anyway that I can change the sell price of the 2nd item to $1000
What I have to do to find what value and how in order to sell the 2nd item for $1000 instead of just $10 ???
Similarly, I also want to change some stats of my hero, for example speed, strength, ...All of these stats are rated on the scale from 0 to 100, and do not change entire of the game. How do I find these stats addresses. Anyone who has any idea please share with me
Thanks soooo muchhhhhh!!!!!!!!
|
|
Back to top |
|
 |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Fri Dec 04, 2015 5:01 am Post subject: Re: How to find and change a value that dosen't change ? |
|
|
MrBuzz119 wrote: | Hello
What I have to do to find what value and how in order to sell the 2nd item for $1000 instead of just $10 ??? |
1) Find your exact value of money,
2) Right click on it and press ''What writes to this address''
3) Go back in game and sell any item
4) Now in that windows what popped up when you clicked ''What writes to this address''
should be one instruction. Select it and on right side press ''Show disassembler''
5) When new windows popped up:
Press Ctrl+A then Ctrl+Alt+T and then > Template > AOB Injection.
(you should see script now) Copy it and post it here..
6) Press File > Assign to current cheat table, To save it on your table for later use..
Also for Strength and any other stat you must find what modify them,
before make any changes on them.
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 150
Joined: 06 Jul 2014 Posts: 4642
|
Posted: Fri Dec 04, 2015 10:38 am Post subject: |
|
|
If you want to actually find the value, you'll need to backtrace the instruction that writes to your money to find out where it gets that money from. Here's a tutorial on that.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
MrBuzz119 How do I cheat?
Reputation: 0
Joined: 20 May 2012 Posts: 9
|
Posted: Sat Dec 05, 2015 10:19 am Post subject: Re: How to find and change a value that dosen't change ? |
|
|
Betcha wrote: | MrBuzz119 wrote: | Hello
What I have to do to find what value and how in order to sell the 2nd item for $1000 instead of just $10 ??? |
1) Find your exact value of money,
2) Right click on it and press ''What writes to this address''
3) Go back in game and sell any item
4) Now in that windows what popped up when you clicked ''What writes to this address''
should be one instruction. Select it and on right side press ''Show disassembler''
5) When new windows popped up:
Press Ctrl+A then Ctrl+Alt+T and then > Template > AOB Injection.
(you should see script now) Copy it and post it here..
6) Press File > Assign to current cheat table, To save it on your table for later use..
Also for Strength and any other stat you must find what modify them,
before make any changes on them. |
Thank you so much for your anwser !!!
Unfortunately, I play this game using the Bluestack program. And the function
"What writes to this address" not working. (It dosen't show any value or address)
Is there any other way to find the constant value???
|
|
Back to top |
|
 |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Sat Dec 05, 2015 1:54 pm Post subject: Re: How to find and change a value that dosen't change ? |
|
|
MrBuzz119 wrote: | function "What writes to this address" not working. (It dosen't show any value or address)
Is there any other way to find the constant value??? |
Check if you Clicking ''What writes to this address'' on correct address..
Cause there must be visual value and exact value of your ''money''..
(Not always, but most of the time after scans have few same values left.)
Or then question is:
After finding your money address, can you change the value?
(If value changes back to original after refresh, then you are on server-sided game :/)
Edit:
When you click ''What writes to this address'' you must go in game and sell something to make appear some instructions in that ''What writes to this address'' Windows..
|
|
Back to top |
|
 |
frankieyim How do I cheat?
Reputation: 0
Joined: 17 Sep 2023 Posts: 2
|
Posted: Sun Sep 17, 2023 5:07 am Post subject: Re: How to find and change a value that dosen't change ? |
|
|
Betcha wrote: | MrBuzz119 wrote: | Hello
What I have to do to find what value and how in order to sell the 2nd item for $1000 instead of just $10 ??? |
1) Find your exact value of money,
2) Right click on it and press ''What writes to this address''
3) Go back in game and sell any item
4) Now in that windows what popped up when you clicked ''What writes to this address''
should be one instruction. Select it and on right side press ''Show disassembler''
5) When new windows popped up:
Press Ctrl+A then Ctrl+Alt+T and then > Template > AOB Injection.
(you should see script now) Copy it and post it here..
6) Press File > Assign to current cheat table, To save it on your table for later use..
Also for Strength and any other stat you must find what modify them,
before make any changes on them. |
Hello, . I'm unsure about how to modify the HP item to add more than 6 values. I've followed your steps, and here's the result. However, I'm not sure where to make the necessary changes. Could you please help me out? Thank you very much.
Code: |
{ Game : SymphonyOfWar.exe
Version:
Date : 2023-09-17
Author : FrankieYim
This script does blah blah blah
}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(123,x64-msvcrt-ruby240.dll,48 89 34 C1 40 F6 C6 07) // should be unique
alloc(newmem,$1000,123)
label(code)
label(return)
newmem:
code:
mov [rcx+rax*8],rsi
test sil,07
jmp return
123:
jmp newmem
nop 3
return:
registersymbol(123)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
123:
db 48 89 34 C1 40 F6 C6 07
unregistersymbol(123)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: x64-msvcrt-ruby240.rb_f_block_given_p+4D2
x64-msvcrt-ruby240.rb_f_block_given_p+4B4: 85 C0 - test eax,eax
x64-msvcrt-ruby240.rb_f_block_given_p+4B6: 74 58 - je x64-msvcrt-ruby240.rb_f_block_given_p+510
x64-msvcrt-ruby240.rb_f_block_given_p+4B8: 83 E8 01 - sub eax,01
x64-msvcrt-ruby240.rb_f_block_given_p+4BB: 48 85 D2 - test rdx,rdx
x64-msvcrt-ruby240.rb_f_block_given_p+4BE: 74 C2 - je x64-msvcrt-ruby240.rb_f_block_given_p+482
x64-msvcrt-ruby240.rb_f_block_given_p+4C0: BA 03 00 00 00 - mov edx,00000003
x64-msvcrt-ruby240.rb_f_block_given_p+4C5: 48 89 45 F8 - mov [rbp-08],rax
x64-msvcrt-ruby240.rb_f_block_given_p+4C9: 48 8D 4B 10 - lea rcx,[rbx+10]
x64-msvcrt-ruby240.rb_f_block_given_p+4CD: 48 39 D0 - cmp rax,rdx
x64-msvcrt-ruby240.rb_f_block_given_p+4D0: 73 C0 - jae x64-msvcrt-ruby240.rb_f_block_given_p+492
// ---------- INJECTING HERE ----------
x64-msvcrt-ruby240.rb_f_block_given_p+4D2: 48 89 34 C1 - mov [rcx+rax*8],rsi
// ---------- DONE INJECTING ----------
x64-msvcrt-ruby240.rb_f_block_given_p+4D6: 40 F6 C6 07 - test sil,07
x64-msvcrt-ruby240.rb_f_block_given_p+4DA: 75 09 - jne x64-msvcrt-ruby240.rb_f_block_given_p+4E5
x64-msvcrt-ruby240.rb_f_block_given_p+4DC: 48 F7 C6 F7 FF FF FF - test rsi,FFFFFFFFFFFFFFF7
x64-msvcrt-ruby240.rb_f_block_given_p+4E3: 75 1B - jne x64-msvcrt-ruby240.rb_f_block_given_p+500
x64-msvcrt-ruby240.rb_f_block_given_p+4E5: 48 89 F0 - mov rax,rsi
x64-msvcrt-ruby240.rb_f_block_given_p+4E8: 48 83 C4 40 - add rsp,40
x64-msvcrt-ruby240.rb_f_block_given_p+4EC: 5B - pop rbx
x64-msvcrt-ruby240.rb_f_block_given_p+4ED: 5E - pop rsi
x64-msvcrt-ruby240.rb_f_block_given_p+4EE: 5F - pop rdi
x64-msvcrt-ruby240.rb_f_block_given_p+4EF: 41 5C - pop r12
}
|
Description: |
|
Filesize: |
146.75 KB |
Viewed: |
11544 Time(s) |

|
Description: |
|
Filesize: |
258.94 KB |
Viewed: |
11544 Time(s) |

|
Description: |
|
Filesize: |
319.36 KB |
Viewed: |
11544 Time(s) |

|
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|