Results 1 to 8 of 8
  1. #1
    HexMurder's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    System.Diagnostics
    Posts
    344
    Reputation
    96
    Thanks
    3,170

    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

  2. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    just learn a language

    like c++ or vb.net
    I love it when people keep their agreements /sarcasm ftw

  3. #3
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    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.

  4. #4
    HexMurder's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    System.Diagnostics
    Posts
    344
    Reputation
    96
    Thanks
    3,170
    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??

  5. #5
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    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.

  6. #6
    HexMurder's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    System.Diagnostics
    Posts
    344
    Reputation
    96
    Thanks
    3,170
    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

  7. #7
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Legit_Godmode View Post
    id love a copy, i already have VB 2010 express
    https://www.mpgh.net/forum/27-coders-...-v1-0-net.html



  8. #8
    zolferno's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    349
    Reputation
    52
    Thanks
    7,266
    My Mood
    Devilish
    you will also want to use a module generator there a few around on mpgh
    e.g https://www.mpgh.net/forum/33-visual-...-phenix-*****ml



Similar Threads

  1. Replies: 12
    Last Post: 07-10-2012, 06:35 PM
  2. [TUT] how to make ur own trainer
    By morzan364 in forum Programming Tutorials
    Replies: 13
    Last Post: 09-22-2009, 06:48 PM
  3. How to make a Multiplayer Trainer
    By zhaoyun333 in forum Programming Tutorials
    Replies: 1
    Last Post: 04-18-2009, 08:48 AM
  4. How to make a multiplayer trainer
    By JAA149 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 04-16-2009, 01:21 PM
  5. [tut]How To Make A Flash Trainer[tut]
    By Slippy77 in forum Programming Tutorials
    Replies: 4
    Last Post: 12-31-2008, 01:33 PM