Trainer Maker V.1.0

02/10/2014 08:16 thaqifs4lele#16
English please
02/10/2014 08:26 Mrmambo#17
Pleas video .-.
02/10/2014 09:38 Ʀeŝ†ař†1³³7#18
Thanks ^^

Good Job ;)
02/10/2014 10:19 dragon7227#19
English PLz
02/10/2014 13:40 RaZorFantastic#20
What do you must write in check box ?
02/10/2014 14:04 AkitoGhost#21
What This ?
02/10/2014 14:45 astropilote#22
Nice leech and the prog is not finish and the ReadWriteMemory class is missing.
02/10/2014 15:08 Mrmambo#23
:handsdown::handsdown:Pleas How to use D: I do not understand how to Use them D: I D:
02/10/2014 15:42 Sharinganvsss#24
How to use??
02/10/2014 18:00 LoLBoL#25
AutoIT should be way easier...
But thanks! Very useful.
02/10/2014 18:00 ranri369#26
what's vb.net??
02/10/2014 18:09 Hybrid~#27
You know that this "tool" is USELESS without the ReadWriteMemory class.
02/11/2014 18:03 k.i.d.d.o#28
Should you add ReadWriteMemory Class

vb.net
Code:
    Private Sub Name_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Name.CheckedChanged
        If Name.Checked = True Then
' Address &H222 Value &H2220
            ReadWritingMemory.WriteLong("S4Client.exe", &H222, &H2220, 4)
        Else
            ReadWritingMemory.WriteLong("S4Client.exe", &H222, &H2220, 4)
        End If
    End Sub
Code:
      private void Name_CheckedChanged(object sender, System.EventArgs e) {
        if ((Name.Checked == true)) {
            //  Address &H222 Value &H2220
            ReadWritingMemory.WriteLong("S4Client.exe", 546, 8736, 4);
        }
        else {
            ReadWritingMemory.WriteLong("S4Client.exe", 546, 8736, 4);
        }
    }
ReadWritingMemory Class vb.net
ReadWritingMemory Class C#

Test Work :)
02/11/2014 18:12 Hybrid~#29
Quote:
Originally Posted by k.i.d.d.o View Post
Should you add ReadWriteMemory Class
C# Should be
Code:
    private void Name_CheckedChanged(object sender, System.EventArgs e) {
        if ((CheckBox1.Checked == true)) {
            WriteLong("S4Client.exe");
            10;
            ddress;
            Valeur;
            Hack;
        }
        else {
            WriteLong("S4Client.exe");
            10;
            ddress;
            Valeur;
        }
    }
I'm actually loling whenever i look at that source code o.o
Make sure you test things before posting crap.
02/11/2014 18:18 k.i.d.d.o#30
Quote:
Originally Posted by Hybrid~ View Post
I'm actually loling whenever i look at that source code o.o
Make sure you test things before posting crap.
fix :)