View previous topic :: View next topic |
Author |
Message |
vikhablog5 How do I cheat? Reputation: 0
Joined: 19 Jan 2021 Posts: 3
|
Posted: Sat Mar 27, 2021 9:10 pm Post subject: Duplicate Value When Find Address Cheat Engine [Solved] |
|
|
I'm a newbie and I want to learn how to find a pointer of a game. So, I choose My Time At Portia for this.
Example, I want to find pointer of GOLD in game.
I downloaded Cheat Table to see Pointer and I know It is a 2 level pointer have offset 58 and 18
[img]uphinh.org/image/1.yk9eLH[/img]
Okay. I found Address of GOLD and Find out what access this address.
[img]ibb.co/m6y6gyC[/img]
1. I have first pointer is 204A8D76900 and offset 58
2. I scan 204A8D76900 and what I have
[img]ibb.co/Mnh7Hkm[/img]
3. Find out what access this address every address which I have.
[img]ibb.co/kHp1w9F[/img]
=> I have address 204A803E550 and offset 18
4. Scan 204A803E550, I receive about 100 address and I Find out what access this address every address which I have. I got it.
[img]ibb.co/5KnyXtF[/img]
But It is the pointer I found above.
So, what next I have to do? I'm stuck here 3 days and I don't know how to solve it. Please help me! Thank you very much
Last edited by vikhablog5 on Sat Sep 11, 2021 10:13 pm; edited 1 time in total |
|
Back to top |
|
|
Dark Byte Site Admin Reputation: 465
Joined: 09 May 2003 Posts: 25570 Location: The netherlands
|
Posted: Sun Mar 28, 2021 4:32 am Post subject: |
|
|
the static address is 2049bfdc4a0
this means it's jitted code like .net, mono or java, in which case you've hit a dead end
you can try the pointerscanner instead
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
|
vikhablog5 How do I cheat? Reputation: 0
Joined: 19 Jan 2021 Posts: 3
|
Posted: Sun Mar 28, 2021 10:18 am Post subject: |
|
|
Dark Byte wrote: | the static address is 2049bfdc4a0
this means it's jitted code like .net, mono or java, in which case you've hit a dead end
you can try the pointerscanner instead |
Thanks for your help! I will try pointerscanner ^^!
|
|
Back to top |
|
|
sbryzl Master Cheater Reputation: 6
Joined: 25 Jul 2016 Posts: 252
|
Posted: Sun Mar 28, 2021 10:43 am Post subject: |
|
|
You could do an aob injection Tools > Auto Assembler > Template > Aob Injection.
Use the address where the code is "mov rcx,[rcx]". For the symbol name use GoldLabel.
After the table is generated delete everything in it except the lines starting with aobscan, registersymbol and unregistersymbol. So the table will look like this,
Code: | [ENABLE]
aobscan(GoldLabel,xx xx xx xx xx xx xx xx xx xx xx xx xx xx ) // should be unique
registersymbol(GoldLabel)
[DISABLE]
unregistersymbol(GoldLabel) |
The xx xx xx xx xx xx xx xx xx xx xx xx xx xx in your table should actually be the bytes at the address 204b4ef1e48.
Enable that table then you can make a pointer to the base address directly above that label. So the base address of the pointer will be GoldLabel-8.
|
|
Back to top |
|
|
vikhablog5 How do I cheat? Reputation: 0
Joined: 19 Jan 2021 Posts: 3
|
Posted: Sat Sep 11, 2021 9:57 pm Post subject: |
|
|
sbryzl wrote: | You could do an aob injection Tools > Auto Assembler > Template > Aob Injection.
Use the address where the code is "mov rcx,[rcx]". For the symbol name use GoldLabel.
After the table is generated delete everything in it except the lines starting with aobscan, registersymbol and unregistersymbol. So the table will look like this,
Code: | [ENABLE]
aobscan(GoldLabel,xx xx xx xx xx xx xx xx xx xx xx xx xx xx ) // should be unique
registersymbol(GoldLabel)
[DISABLE]
unregistersymbol(GoldLabel) |
The xx xx xx xx xx xx xx xx xx xx xx xx xx xx in your table should actually be the bytes at the address 204b4ef1e48.
Enable that table then you can make a pointer to the base address directly above that label. So the base address of the pointer will be GoldLabel-8. |
Thank you so much, finally I understand and I can do it. Luv u !!!
|
|
Back to top |
|
|
|