CREATING A TRAINER

05/02/2019 16:12 jann0125#1
Does anyone know a reliable tutorial to make a trainer using C#/VISUAL BASIC. Thank you!!
05/05/2019 19:39 IceTrailer#2
Well, a tutorial ... just inform about what a trainer is.
After that, learn what it's all about with those memory addresses and watch some video tutorials about Cheat Engine.
08/02/2019 23:38 kraneqq#3
Look on the nugget package manager for
"Memory.dll" it should be a package called "memory.dll" with the .dll at the end.

To get it working
Using Memory;
then initiate an object from the memory class, and just put a nameVar. and you will get the options.

To get into a games memory you need first the process id then a handle, from there on you will just read and write to memory.

If you are going to use C++ like a normal cheat creator, you will use DLLs and use pointers and you don't need any library, but whatever suites you.

IMO if you don't want to create anti cheat protection or this advance stuff, just go with C#, make a basic UI and you are done.

If you want to make a cheat for a game protected by VAC you have no way of doing that with C# without using some c++
08/10/2019 15:29 Vexallus#4
Have a look here if you wish : [Only registered and activated users can see links. Click Here To Register...]

and its only 10$ + customer support.