 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
elpicante How do I cheat?
Reputation: 0
Joined: 02 Dec 2019 Posts: 1
|
Posted: Mon Dec 02, 2019 3:52 pm Post subject: RPCS3 - NCAA 14 - Recruiting Points |
|
|
I could use some help with locating a pointer (I think) for NCAA 14 on the RPCS3 emulator. In the game, you get a specific number of recruiting points each week. It's shown in game as 0 out of 6,000 used. If you add 100 points to a player, it updates to 100 out of 6,000 used. I'm trying to either increase the 6,000 to an infinite amount or freeze the amount used so that I can add more than 6,000 points each week. I've found the two addresses that correlate with this "X out of.." portion and have tried freezing these values. The in game value is 145 and displays as 131006754 in CE. When I do that, it allows me to add more than 6,000 points but when I skip to the next week, the points were not applied.
I've gone through the tutorials for pointers and am some what familiar with trying to find what to look for. However when I look at what's accessing this, I get the following:
5FD159DE - 4B 8B 14 18 - mov rdx,[r8+r11]
5FD0CDAE - 49 8B 14 10 - mov rdx,[r8+rdx]
5FD2D4D0 - 49 8B 0C 38 - mov rcx,[r8+rdi]
5FD2D4EC - 49 89 0C 38 - mov [r8+rdi],rcx
I'm not sure how to get the offset as I'm not sure how to handle [r8+r11]. Any help on this would be much appreciated.
|
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Mon Dec 02, 2019 5:59 pm Post subject: |
|
|
It would be quite difficult to define the reason why your points were not applied the following week.
If you want to get the address given by "r8 + r11" you can do something like this:
Code: | alloc(Address, 8)
code:
push eax
lea eax, [r8+r11]
mov [Address], eax
pop eax
mov rdx,[r8+r11] |
|
|
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
|
|