View Single Post
  #13  
Old 04-04-2009, 22:29
HonestGamer HonestGamer is offline
Registered User
 
Join Date: Apr 2009
Location: India
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
HonestGamer is on a distinguished road
I recommend browsing through the game files and looking for such events...

In many games, events in ASCII or text strings that are written down in game files that are attached to the game's exe.

And then when you debug the game's exe and search for that string/address....you can treat it be NOPing its calls, conditional jumps etc...

I recommend on doing this with the game running so you can know what are you doing (If game crashes - try again with different calls/jumps, etc...)
Reply With Quote