XBOX Trainers...

Started by
1 comment, last by Pipo DeClown 19 years, 10 months ago
Hi there. I have made a lot of trainers for pc games using CreateProces() and WriteProcessMemory(). This is not possible on XBOX due to the fact you cannot multi task! Has anyone made any trainers on XBOX?.. or know any techniques used to alter the games memory after your app has exited and the game has launched? Please note.. i am not talking about the EvoX trainers. I mean create a seperate app with little menu, then launch the game. Also note.. i can do everything but alter the games memory after my app has quitted.. i am not a total n00b!
Advertisement
You can do it by writing your own BIOS, though you can't run it concurrently I don't think. You'd have to get in and out on interrupts.
You should find the J2ME reference (on your harddisk probably). Searching for new unexplored functions while programming, will be much easier with references.

[edit] I have no idea why I posted this here. I guess it was meant for another topic. Hmmmm.. I blame Mozilla's tabbed browsing. XD

[Edited by - Pipo DeClown on June 25, 2004 12:49:05 PM]

This topic is closed to new replies.

Advertisement