Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 18:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



CoD7 Trainer Source

Discussion on CoD7 Trainer Source within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2010
Posts: 283
Received Thanks: 16
CoD7 Trainer Source

so, hier ein paar Source Codes von mir (teilweise auch von anderen, da ichs nicht alleine gemacht habe)
Mit den sourcecodes kann man unter anderem einen Jump Trainer und einen kleinen Teleporter machen.
(Für Visual Basic)

Code:
Private Const ProcName = "BlackOps"

	Dim jumpbytes() As Byte
	Dim jumpfloat As Single
	Dim jump As Int32
	Dim hilfsvariable As Integer
	Dim hoehe As Int32

	Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    	Timer1.Enabled = True
	End Sub

	Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    	GetProcessId(ProcName)

    	jump = Read_Long(&H12345)
    	Dim jumpbytes() As Byte = BitConverter.GetBytes(jump)
    	Dim jumpfloat As Single = BitConverter.ToSingle(jumpbytes, 0)

    	If jumpfloat > 0 And hilfsvariable = 0 Then

        	Timer2.Enabled = True
        	hilfsvariable = 1
    	ElseIf jumpfloat = 0 Then
        	hilfsvariable = 0
    	End If

	End Sub

	Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
    	GetProcessId(ProcName)

    	If hoehe <= TextBox1.Text Then
        	jumpfloat += 800
        	jumpbytes = BitConverter.GetBytes(jumpfloat)
        	jump = BitConverter.ToInt32(jumpbytes, 0)
        	Write_Long(&H12345, jump)
        	hoehe += 1
    	Else
        	Timer2.Enabled = False
        	hoehe = 0
    	End If
	End Sub
Die adressen habe ich rausgenommen und durch 12345 ersetzt, wie man die rausbekommt, müsst ihr selbst mal sehen^^ das war der jump, hier der teleporter

Code:
Private Const ProcName = "BlackOps"
	Dim Teleporter As Int32
	Dim XKoordinate As Single
	Dim YKoordinate As Single
	Dim ZKoordinate As Single
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    	If GetAsyncKeyState(VK_F1) Then
        	'Position speichern
        	GetProcessId(ProcName)

        	XKoordinate = Read_Long(&H12345)
        	YKoordinate = Read_Long(&H12345)
        	ZKoordinate = Read_Long(&H12345)

        	System.Threading.Thread.Sleep(500)

    	ElseIf GetAsyncKeyState(VK_F2) Then
        	'Position Laden

        	GetProcessId(ProcName)
        	If XKoordinate <> 0 Then
            	Write_Long(&H12345, XKoordinate)
            	Write_Long(&H12345, YKoordinate)
            	Write_Long(&H12345, ZKoordinate)

            	System.Threading.Thread.Sleep(500)
        	End If

    	End If

	End Sub
Hier die Hotkeys, die ihr dafür einbauen könnt

Code:
#Region "Hotkeys"
	Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer

	Const VK_F1 = &H70
	Const VK_F2 = &H71
Viel Spaß damit. Wie ihr die Timer enablen müsst, sage ich euch nicht, findet es raus

EDIT:ICH HAFTE NICHT FÜR SPIELFEHLER ODER FÜR SPIELSCHÄDEN
jeder, der diese codes verwendet ist für sich verantwortlich und ist selber schuld bei eventuellen schäden
Godfather0945 is offline  
Reply


Similar Threads Similar Threads
|B| Steam COD7 + Mafia2 / COD7 + COD6 + DLC /2xCOD6 /CSS |S| e*gold / PSC ~Verlosung~
12/31/2010 - elite*gold Trading - 24 Replies
Hello Community, Biete euch hier wieder mal neue Steam acounts an 1 x COD Black OPS + COD MW2 + DLC ~ DE ~, 1 x COD Black OPS + Mafia 2 ~ DE ~ , 2 x ONLY MW2 Steam Acount ~ DE ~ & 1 x CSS Steam Acount mit mehrer Games an ! ;) Alle Acounts sind UNBANNED !
|B| Steam COD7 + Mafia2 / COD7 + COD6 + DLC / 2 x COD6 / 1 xCSS |S| PSC ~Verlosung~
12/29/2010 - Steam Trading - 17 Replies
Hello Community, Biete euch hier wieder mal neue Steam acounts an 1 x COD Black OPS + COD MW2 + DLC ~ DE ~, 1 x COD Black OPS + Mafia 2 ~ DE ~ , 2 x ONLY MW2 Steam Acount ~ DE ~ & 1 x CSS Steam Acount mit mehrer Games an ! ;) Alle Acounts sind UNBANNED !
[Suche] Counterstrike Source und Cod7 in ein Acc
11/30/2010 - Counter-Strike Trading - 1 Replies
Ja wie oben beschrieben such ich es. Biete übel gut pm me bitte.
SoF 3 Payback & HL:Source Ammo Trainer :)
10/28/2008 - General Coding - 0 Replies
Aller anfang ist klein, deshalb habe ich mal angefangen für diese beiden Games jeweils die Ammo zu 'Freezen'. Hoffe ich kann jemand damit helfen :) Ich versuche in Zukunft mehr in die Trainer einzubauen :P Sonst hätte das ganze ja auch wenig sinn ^^ Achtung: Es könnte sein das Trainer (nicht nur meine) als Viren anerkannt werden (wir alle wissen warum :D Nein? Weil er gewissermaßen ereignisse 'Logt'... oder liege ich da falsch? xD ) UND AUßERDEM: Der HL:Source Trainer wurde von mir nur in...



All times are GMT +1. The time now is 18:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.