QuestionBase Trainer 1.0

Posts 110 of 10 · Page 1 of 1
Base Trainer 1.0
Hey guys this is a base trainer to use for leaning memory manipulation in C#, when I make a trainer I usually use this as a base to build on since it has the functions I need. I've written it to be as simple as possible and easy to understand. A basic understanding of C# is still needed.

It can do everything you see here:


If you have any issues or suggestions post here.

https://virustotal.com/en/file/d5785...is/1475830337/
BaseTrainer 1.2_mpgh.net_mpgh.net.zip16 KB · 330 downloads Clean
Approved, next time add virus scans.
Quote Originally Posted by Hero View Post
Approved, next time add virus scans.
It's source code...
Quote Originally Posted by *M* View Post
It's source code...
Under administation rules, every archived attachment must have a virus scan associated with it, regardless of what it is.
Quote Originally Posted by Hero View Post
Under administation rules, every archived attachment must have a virus scan associated with it, regardless of what it is.
Okay the rules just say "when applicable", I didn't think it was applicable for text files. I'll keep that in mind. Anyway I have updated this to 1.2, could you please attach it to the first post:

Change log:

1.1
Sigscan now returns the start of the signature address, not the end.
Added some exception handling
Simplified FindProcess and Find Pattern Example
ExeName only needs to be defined in the trainer form, not the mem class

1.2
GetBaseAddress can now also return the base address of other modules inside the main module like DLL base addresses
Rebased on .net 2.0, Doesn't need any features of newer versions.

https://www.virustotal.com/en/file/7...is/1475833702/
Has been done. Let me know if you need anything else.
Hello M !!! first thank you , I love you'r base trainer ! really nice job ..
else I have a problem when i change adresses ... my adresses are a little bet longer , so i get a error . let me screen you ..

prntscr.com/d0wlz8 if i do with 1 number left no error prntscr.com/d0wmed

if someone can help me ! thank's
Quote Originally Posted by OMGPROD View Post
Hello M !!! first thank you , I love you'r base trainer ! really nice job ..
else I have a problem when i change adresses ... my adresses are a little bet longer , so i get a error . let me screen you ..

prntscr.com/d0wlz8 if i do with 1 number left no error prntscr.com/d0wmed

if someone can help me ! thank's
1st value is 9 chars long. 2nd = 8 chars.
Your number is probably too big.
If you hover it you will why there is an error.
Quote Originally Posted by OMGPROD View Post
Hello M !!! first thank you , I love you'r base trainer ! really nice job ..
else I have a problem when i change adresses ... my adresses are a little bet longer , so i get a error . let me screen you ..

prntscr.com/d0wlz8 if i do with 1 number left no error prntscr.com/d0wmed

if someone can help me ! thank's
This a 64 bit address right? I hadn't really designed this with 64-bit in mind, I will update it soon. For now though you could go into the mem class and change anything that says Int Address to Int64 Address, make sure to change the build to x64 also.
Was about to write my own trainer for a single player game. Thanks a lot . Good starting point for beginners to learn! About to go down the road of .dll injection however (I have the source code for the game so it makes it easy) - but this is a great ^.^
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?