Post: how to make a CoD trainer??
08-14-2011, 05:22 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 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
You must login or register to view this content.
please, anyone, tell me anything that you might think would even remotley help me. thanks guys
(adsbygoogle = window.adsbygoogle || []).push({});
08-18-2011, 08:18 PM #11
Josh_ox3
Treasure hunter
If you want to do this you need to learn C++ from scratch or learn C/C# and then change.
08-18-2011, 08:28 PM #12
Originally posted by TheCodKittenz View Post
really? what language did you use?


Visual Basic 2006 - 2010. Yes u can make them in VB.
08-21-2011, 02:13 AM #13
Originally posted by iGlobal View Post


Visual Basic 2006 - 2010. Yes u can make them in VB.

well im using 2010 and i do it different. im off to a good start now that i FINALLY figured out what im doing! Happy be expecting me to release on for WaW soon
08-21-2011, 02:19 AM #14
Originally posted by TheCodKittenz View Post
well im using 2010 and i do it different. im off to a good start now that i FINALLY figured out what im doing! Happy be expecting me to release on for WaW soon


Can't wait to see it man. Smile Good luck and hope you enjoy coding it. Winky Winky
08-21-2011, 02:22 AM #15
Originally posted by iGlobal View Post


Can't wait to see it man. Smile Good luck and hope you enjoy coding it. Winky Winky

i do have one question...since you know VB im hoping you can help.
heres my code
Private Sub CheckBox1_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxNades.CheckedChanged
If CheckBoxNades.Checked = True Then
For i = 1 To 9999 Step 0
memoryh4x(&H18ED674, 99, 4)
Next
Else
memoryh4x(&H176C8B8, 1, 4)
End If
End Sub

and it works and all, it changes the value and freezes it, but once i click the check box the trainer freezes...you know what i might be doing wrong?
08-21-2011, 02:23 AM #16
Originally posted by TheCodKittenz View Post
i do have one question...since you know VB im hoping you can help.
heres my code
Private Sub CheckBox1_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxNades.CheckedChanged
If CheckBoxNades.Checked = True Then
For i = 1 To 9999 Step 0
memoryh4x(&H18ED674, 99, 4)
Next
Else
memoryh4x(&H176C8B8, 1, 4)
End If
End Sub

and it works and all, it changes the value and freezes it, but once i click the check box the trainer freezes...you know what i might be doing wrong?


I actually don't know what you are doing wrong. I've used sorts of codes like that, and my trainer didn't freeze.
08-21-2011, 02:29 AM #17
Originally posted by iGlobal View Post


I actually don't know what you are doing wrong. I've used sorts of codes like that, and my trainer didn't freeze.

could i make a download of like the vbprojx or whatever its called and you fix it? i REALLY wana get this to work!

---------- Post added at 10:29 PM ---------- Previous post was at 10:25 PM ----------

OR do you know any other way to Freeze a value like grenades, at 99? like i have

Private Sub CheckBox1_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBoxNades.CheckedChanged
If CheckBoxNades.Checked = True Then
For i = 1 To 9999 Step 0
memoryh4x(&H18ED674, 99, 4)
Next
Else
memoryh4x(&H176C8B8, 1, 4)
End If
End Sub

and that makes it freeze but if you know another way, let me know and maybe i could try that and see what it does...
08-22-2011, 01:14 AM #18
you might have to learn some C++ to code .dll's that will be injected into the game via visual basic
08-22-2011, 04:43 PM #19
i BELIEVE you have to hook a dll to the game?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo