@
ilikesmeagol
You want to make a trainer/dll loader too?
Im not sure how many ways it can be done but i used codedom.
You can use VB but in that picture, i used C#.
Just do what i did and start off with 2 forms. Google how to edit form2 from form1 if you dont know how.
Once you have all that done, start with the codedom code, google examples.
I googled codedom too but in the end, i used my own method. The example i seen had alot of unnecessary things
i didnt need.
Everything is written in string format.
Any code you dont need to edit, for example my write/read process memory class,
can be put in a text file and stored in the resources and added to the project at build time.
It can seem alittle overwhelming at first but think of it like a picture puzzle.
Add one piece at a time and before you know it, it starts taking shape.