Orcs Must Die 2
(game version 1.0.0.349)
A Chuck E Attempt
(game version 1.0.0.349)
A Chuck E Attempt
Here is my first game trainer. Hopefully one of many, although I want to go on to creating aimbots, ESP, wallhacks and the like for FPS games soon'ish.
It was initially built on Fleep's console trainer from the tutorials. I added a GUI, and I only used standard C++ and the Windows API. No other libraries, or visual design aids of IDE's, or the use of the Resource file.
I wanted to see if I could stick it out with the API and I just about managed to do it!
I've not bothered with an object orientated approach with this, because initially I just wanted to get a trainer up and running quickish, and in the end the program is not complex enough to warrant an OO approach anyway.
For my second trainer I will aim to include non square controls, and to create the executable's icon pragmatically (edit: embedded resources needed!).
The Trainer
Here I have included 2 images of the GUI, so that you can see the messages that inform you if the trainer is connected to the game or not, as their meaning may not be that obvious:
Successful connection to the game

You need to read what the orc tells you, in order to see if the connection was a success
Failed attempt to connect to the game
Cheeky orc !
Setting Up
Make sure the executable and its images are in the same folder.
To run this you only need:
MS Widows 32bit or 64bit O/S
Orcs Must Die 2, version 1.0.0.349 (currently the latest on Steam)
The Attachment
I have included the executable and the source file for you to enjoy and hopefully/possibly learn from.
You only need the source file plus images to create your own trainer. Use whatever compiler to turn it into an executable.
- Just acquire the addresses you need to apply the hacks to for your chosen game.
- Set the values you want to apply to the addresses (hex).
- Create your own images and set their coordinates and dimensions in the code, then
- use whatever compiler/linker to turn it into an executable.
Virus scan:
https://virusscan.jotti.org/en/scanresult/8edde1fcbec3877220134af774b4e71459f2460d
https://vscan.novirusthanks.org/analysis/aa023dbf7e944b00686d5d83bea8e26b/b21kMi10cmFpbmVyLXppcA==/
virustotal was not working, so I used vscan.novirusthanks!
Attachments
You can download 0 Attachments
-
153.8 KB Views: 17
-
155 KB Views: 13
-
789.3 KB Views: 160
Last edited: