home

How to make game trainers with the C# language.

So you want to make a trainer with C#? You've come to the right place!

This covers most of the information you will need to make a fully functional C# trainer!

Have you ever used Cheat Engine to hack a game or someone else's trainer and wanted to make your own? Well although C# may not be your best choice, it is a possible one and I am going to prove that to you.

So go ahead and get started!

Index:

Step 1-Detecting if a process is active.

Step 2-Reading non-dynamic address values.

Step 3-Writing to non-dynamic address values.

Step 4-Reading/Writing to and from pointers.

Step 5-Editing opcodes.

Using TMH-Very useful, saves time and just makes things easy, read it.

Extra-All files.

Good luck...Peace!