Page 1 of 1

[Vid Tut] Hacking Emulated Games

PostPosted: Sun Aug 09, 2009 5:41 pm
by [Psych]
I've created a simple tut to show people how to memory hack on emulated games. This covers an N64 ROM in Project64, but the theory can be applied to most games emulated on the PC.

The basic steps are:
- Memory scan as per usual
- Find the start of the emulated address space
- Find a static pointer to the start of this area
- Create a lvl1 pointer path to reach our variable every time
- Done!

http://www.mediafire.com/?zwyyntdzehz

Enjoy :D


Misc Notes
=======

0xXXXXXXXX always contains a pointer to the start of the emulated memory range in Project64 vX.X

004D6A1C - 1.6
004FADAC - 1.7

PostPosted: Mon Aug 10, 2009 1:20 pm
by L. Spiro
This should be helpful for those looking at emulated hacking.

You should do 3 steps: Basic, Intermediate, and Advanced.

By the way you can convert your Cheat Engine files to MHS with a tool found on these forums written by a member.


L. Spiro

PostPosted: Mon Aug 10, 2009 3:45 pm
by [Psych]
Yep, the next one I do will be MHS :)

Re: [Vid Tut] Hacking Emulated Games

PostPosted: Wed Dec 16, 2009 9:45 am
by Seldoon
Hi,

This is exactly what I was looking for. Thank you for share.

Is there any mirror because the link doesn't work anymore? :(

Re: [Vid Tut] Hacking Emulated Games

PostPosted: Sat Dec 19, 2009 5:49 pm
by [Psych]
Yep, will re-up shortly..

*EDIT*

Download:
Code: Select all
http://www.mediafire.com/?zwyyntdzehz

Re: [Vid Tut] Hacking Emulated Games

PostPosted: Sun Dec 20, 2009 6:04 pm
by Seldoon
That was quick! ^^

Downloading now... Thank you. :)