Joined: 21 Jun 2016 Posts: 14 Location: United States
Posted: Wed Nov 02, 2016 3:59 pm Post subject: Tips for an Auto-Pilot cheat?
I've seen this in a few racing games, cheats to make your car drive automatically during a race , or, using the AI system to drive for you. Any tips on how to make this possible?
Find AI car in memory, when its coordinates change find what makes them change and then analyze the code from that point. Very difficult. Especially because it'll probably be object oriented thing, so static analysis like IDA does will not help you much. Break and trace could be of some help here.
Or find what makes car an "AI car" and then find which code checks this or what methods are run then and run them on your car.
I don't think there is an easy way.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum