how to make a CoD trainer??

Posts 18 of 8 · Page 1 of 1
how to make a CoD trainer??
Hey guys, ive been wondering for a while now how to make a trainer, and i have absolutley NO clue where to start. i know a little bit of visual basic and ive made trainers for flash games but thats no comparison. but bassically what im asking is...what do i do to make something like this

please, anyone, tell me anything that you might think would even remotley help me. thanks guys
just learn a language

like c++ or vb.net
To make a basic trainer like that, you'l need to read up on
readprocessmemory
writeprocessmemory
system diagnostics to get the process handle.
I believe that was coded in vb.net. Lots of tutorials on the net.
Learn how to defeat codeshifting, DMA (direct memory access)
Blops has DMA but no shifting.
And of course learn how to use a memory scanner. I personally use cheat engine.
Quote Originally Posted by Pingo View Post
To make a basic trainer like that, you'l need to read up on
readprocessmemory
writeprocessmemory
system diagnostics to get the process handle.
I believe that was coded in vb.net. Lots of tutorials on the net.
Learn how to defeat codeshifting, DMA (direct memory access)
Blops has DMA but no shifting.
And of course learn how to use a memory scanner. I personally use cheat engine.
so if i learned how to use readprocessmemory & writeprocessmemory i could make something like that on VB??
Basically yea. It isnt as hard as you think. After you get the process handle, you use those 2 api's.
Just remember, they both read and write as a byte array. So to do stuff like write float, you need to use bitconverter to convert that array to what ever.
Go read up on it. Im also putting together a simple memory class for someone but you can try if you want. You'l need to download visual basic express to view it. Just let me know if you want a copy.
Quote Originally Posted by Pingo View Post
Basically yea. It isnt as hard as you think. After you get the process handle, you use those 2 api's.
Just remember, they both read and write as a byte array. So to do stuff like write float, you need to use bitconverter to convert that array to what ever.
Go read up on it. Im also putting together a simple memory class for someone but you can try if you want. You'l need to download visual basic express to view it. Just let me know if you want a copy.
id love a copy, i already have VB 2010 express
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?