| View previous topic :: View next topic |
| Author |
Message |
Drysc How do I cheat?
Reputation: 0
Joined: 30 Mar 2010 Posts: 3
|
Posted: Tue Mar 30, 2010 5:57 pm Post subject: Need Pointer Help (Samurai Warriors; Emulating w\PCSX2) |
|
|
Hi, so addresses for things such as HP, MP, etc change every time I play the game and even every time I go to a new stage or part of a stage; basically every loading screen.
So I attempted to use pointers...which I have never used before, so that I don't have to go through the tedious "Save State, lose HP, Scan, Load State, Scan" all the time when I want to cheat.
But... it didn't go so well. I used a guide (Which used MHS for pointer scanning... I haven't been able to find a guide that I can understand that uses CE)
I had two savestates- One where I had found the value for my MP and another where I hadn't and I loaded back and forth between them to see if my pointer worked correctly (but it never did)
Even if I did pointer to pointer, it just wouldn't work
(blah cant post img link, attached)
When I loaded the game where I hadn't found the MP address, it wouldn't work
*I kept trying adding a pointer whenever it didn't work (Stupid idea or not, I don't know)
One other thing, whenever I did pointer scan, I never got only 1 address; it was always many. I tried making ALL of those addresses (happened to be 17 that time) pointers one time and it did not work either (Not pointers to pointers; I just copied the address and changed the pointer)
Heres the tutorial I used: (nevermind, cant link)
Thanks, I appreciate being told what I'm doing wrong or at least given a better tutorial ^_^
| Description: |
|
| Filesize: |
48.25 KB |
| Viewed: |
9783 Time(s) |

|
|
|
| Back to top |
|
 |
Aqua Regia Advanced Cheater
Reputation: 0
Joined: 12 May 2009 Posts: 51 Location: Sweden
|
Posted: Tue Mar 30, 2010 6:43 pm Post subject: |
|
|
You could always do the tutorial that comes with Cheat Engine, it's awesome.
Or, you could try a pointer scanner.
Or, if you just want to freeze your hp you might as well nop the code that decreases your hp, the code usually don't change addresses.
|
|
| Back to top |
|
 |
Drysc How do I cheat?
Reputation: 0
Joined: 30 Mar 2010 Posts: 3
|
Posted: Tue Mar 30, 2010 6:51 pm Post subject: |
|
|
| I don't really know how to do anything like that \ understand assembly or whatever >>
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Tue Mar 30, 2010 7:02 pm Post subject: |
|
|
this is running inside an emulator so the default method of finding pointers will not work here
You need to find the pointer to the base address of the emulated memory, and if you want a offset you're going to need to use the address-baseoffset as offset (offsets will be huge)
that's all I can quickly explain and won't be easy.
_________________
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 |
|
 |
Drysc How do I cheat?
Reputation: 0
Joined: 30 Mar 2010 Posts: 3
|
Posted: Tue Mar 30, 2010 7:32 pm Post subject: |
|
|
| Dark Byte wrote: | this is running inside an emulator so the default method of finding pointers will not work here
You need to find the pointer to the base address of the emulated memory, and if you want a offset you're going to need to use the address-baseoffset as offset (offsets will be huge)
that's all I can quickly explain and won't be easy. |
Alright, I'll give up I suppose. Thanks a bunch for feedback though.
|
|
| Back to top |
|
 |
|