Making own trainer

06/24/2017 12:45 CpCosti#1
Hello i'd like to know which coding language I need to learn in order to make my own trainers etc .... Thanks.
06/24/2017 12:49 gοd#2
java
06/24/2017 13:06 CpCosti#3
Quote:
Originally Posted by TheMοkko View Post
java
Okay what about stuff like reverse engineering etc ( btw currently learning C# )
06/24/2017 13:42 TheMokkо#4
notepad++
06/24/2017 14:07 Syc.#5
ASM Program
06/24/2017 14:09 Zemunasu#6
Microsoft Word
06/24/2017 17:44 CpCosti#7
Quote:
Originally Posted by Zemunasu View Post
Microsoft Word
.-.
06/24/2017 17:53 Kernel's#8
Google or YouTube
06/24/2017 22:30 CpCosti#9
Quote:
Originally Posted by Kernel's View Post
Google or YouTube
No way really if I found any stuff useful do you think i'd be posting this, I was expecting this kind of answer but if you're not gonna help me dont bother replying

#close
06/24/2017 22:54 Shinzuya#10
You could actually start with anything.
I prefer one of the VS Languages. (VB.net, C#, C++, etc.)
06/24/2017 23:16 njishi-sh1#11
You can code a form trainer easy on VB.net
Code:
    Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
        If Me.CheckBox1.Checked Then
            ReadWritingMemory.WriteLong("S4Client", &HAddress, Value, length) ' Hacked Value Up
        Else
            ReadWritingMemory.WriteLong("S4Client", &HAddress, Value, length) ' Original Value Down
        End If

    End Sub
C++ & AutoIt recommended too.
06/25/2017 08:38 CpCosti#12
Quote:
Originally Posted by Shinzuya View Post
You could actually start with anything.
I prefer one of the VS Languages. (VB.net, C#, C++, etc.)
Quote:
Originally Posted by njishi-sh1 View Post
You can code a form trainer easy on VB.net
Code:
    Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
        If Me.CheckBox1.Checked Then
            ReadWritingMemory.WriteLong("S4Client", &HAddress, Value, length) ' Hacked Value Up
        Else
            ReadWritingMemory.WriteLong("S4Client", &HAddress, Value, length) ' Original Value Down
        End If

    End Sub
C++ & AutoIt recommended too.
Alright thanks :)
06/25/2017 16:03 Kernel's#13
Visual Studio 2017...

Level:
C = Hard
C++ = Medium

.NET (C#, VB, CLI) = Easy
06/25/2017 17:05 TheMokkо#14
Quote:
Originally Posted by Kernel's View Post
Visual Studio 2017...

Level:
C = Hard
C++ = Medium

.NET (C#, VB, CLI) = Easy
To complete your list by getting easier:
HS4L = C/P
07/03/2017 17:29 DarkyZShadow#15
This discussion make no sense....
You can make trainers with probably all 'common' languages (C++, C#, Java, VB etc...).
For make a trainer, there is no "level" for them (C++ is not harder than C# or other else if you know both).
The difficulty depend only on the developer.

@[Only registered and activated users can see links. Click Here To Register...] Try to see different languages mentioned above, choose the one you prefer, learn basics and learn how to manipulate memory with the chosen one.
That's no hard, it just take some time.

Best regards,
A random developer