[Tutorial] Making an Ingame Trainer Using Visual Basic
Discussion on [Tutorial] Making an Ingame Trainer Using Visual Basic within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
After finish create it, why the hack don't work?
or my value is wrong?
recent value
Function Name : Inf Sp
Address : 0x004930B2
Normal Value : 2348565977
Hacked Value : 2348565979
Function Name : Instant Respawn
Address : 0x00625022
Normal Value : 990136971
Hacked Value : 989874827
Function Name : Inf Ammo
Address : 0x007E08B5
Normal Value : 2833843573
Hacked Value : 2833843572
Remove the 0x00 and add &H instead, send me a screenshot of how you written it because you cant simply write Function Name, Adress etc. and expect it to work
Remove the 0x00 and add &H instead, send me a screenshot of how you written it because you cant simply write Function Name, Adress etc. and expect it to work
Btw, i am using Alpha method, because people suggest it.
and i am using Alpha Memorywrite
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H5385B4, 2348565970, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H5385B4, 2348565977, 4)
End If
End Sub
Private Sub CheckBox2_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox2.CheckedChanged
If Me.CheckBox2.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H538614, 2348565979, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H538614, 2348565977, 4)
End If
End Sub
If Me.CheckBox1.Checked Then
If Me.CheckBox2.Checked Then
Hes having them all on 1, That makes it not working too.
Here's my fast tutorial, On how i make them. :P
[Vid]
[Tutorial]
1.) Make a Form...
2.) Go to project and click on Add Existing File
3.) Go search for ReadWritingMemory.vb (It's where you placed it) XD
4.) Now add the checkboxes and name them to whatever function you want
5.) Now double click on the checkbox (Like double click on checkbox1)
6.) Now add this code to it.
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H(Address), (Hacked Value), 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H(Address), (Normal Value), 4)
End If
7.) Change (Address) to the adress what belongs to the hack
Like this: God Mode= 0x00538675, So it will be &H538675
8.) Change (Hacked Value) To the hacked value and (Normal Value) To the normal Value
Like this: God Mode= Hacked: 3488190608 / Normal: 3488155002
9.) Now it should look like this
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H538675, 3488190608, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H538675, 3488155002, 4)
End If
10.) For the second checkbox it works the same, But now also change this
If Me.CheckBox1.Checked Then
To
If Me.CheckBox2.Checked Then
11.) And so on, Also you might already know that you need to add a different address and value for the different functions
12.) That basicly is everything, Now click on Build and then Build (Hackname)
13.) Click on File -> Save Form1.vb
14.) Then close VB and you might also need to click on save then
Happy Hack Making.
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H5385B4, 2348565970, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H5385B4, 2348565977, 4)
End If
End Sub
Private Sub CheckBox2_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox2.CheckedChanged
If Me.CheckBox2.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H538614, 2348565979, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H538614, 2348565977, 4)
End If
End Sub
If Me.CheckBox1.Checked Then
If Me.CheckBox2.Checked Then
Hes having them all on 1, That makes it not working too.
Here's my fast tutorial, On how i make them. :P
[Vid]
[Tutorial]
1.) Make a Form...
2.) Go to project and click on Add Existing File
3.) Go search for ReadWritingMemory.vb (It's where you placed it) XD
4.) Now add the checkboxes and name them to whatever function you want
5.) Now double click on the checkbox (Like double click on checkbox1)
6.) Now add this code to it.
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H(Address), (Hacked Value), 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H(Address), (Normal Value), 4)
End If
7.) Change (Address) to the adress what belongs to the hack
Like this: God Mode= 0x00538675, So it will be &H538675
8.) Change (Hacked Value) To the hacked value and (Normal Value) To the normal Value
Like this: God Mode= Hacked: 3488190608 / Normal: 3488155002
9.) Now it should look like this
If Me.CheckBox1.Checked Then
ReadWritingMemory.WriteLong("S4Client", &H538675, 3488190608, 4)
Else
ReadWritingMemory.WriteLong("S4Client", &H538675, 3488155002, 4)
End If
10.) For the second checkbox it works the same, But now also change this
If Me.CheckBox1.Checked Then
To
If Me.CheckBox2.Checked Then
11.) And so on, Also you might already know that you need to add a different address and value for the different functions
12.) That basicly is everything, Now click on Build and then Build (Hackname)
13.) Click on File -> Save Form1.vb
14.) Then close VB and you might also need to click on save then
Happy Hack Making.
[Tutorial] Trainer Visual Basic 6 04/28/2012 - Coding Tutorials - 7 Replies Hallo,
das Tutorial habe ich in MPGH gefunden und wollte es hier nun mal schreiben.
Dies ist auch auf Deutsch :).
Was man braucht:
Visual Basic 6
Hex Codes (Cheat Engine Codes)
Finger
Gehirn