Jump to content

save/load state functionality


Recommended Posts

So, there is this downloadable flash game called "n". It's a great game, but sometimes it's really annoying when you make it so close to the end and then die and have to start all the way back at the beginning.

So, I thought it'd be cool if it were possible to make a save/load state functionality like there exists in emulation software. I've been poking around with things like ProcessGetStats(), _WinAPI_OpenProcess(), _WinAPI_ReadProcessMemory(), and _WinAPI_WriteProcessMemory(). But before I go too deeply into this thing I want to make sure that this is even possible. Does anybody out there with a better understanding of process memory in windows have any suggestions or warnings before I fall head-first into this thing?

Thanks for all replies.

Link to comment
Share on other sites

very helpful.

The best way to learn is by doing.... well, unless there's like, documentation or something useful like that. Unfortunately most of the memory stuff in the autoit help file is pretty sparse. That's mostly what I'm looking for here.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...