|
You last visited: Today at 13:58
Advertisement
Making own trainer
Discussion on Making own trainer within the S4 League forum part of the Shooter category.
06/24/2017, 12:45
|
#1
|
elite*gold: 0
Join Date: Jul 2015
Posts: 280
Received Thanks: 13
|
Making own trainer
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
|
#2
|
elite*gold: 39
Join Date: Jun 2016
Posts: 269
Received Thanks: 805
|
java
|
|
|
06/24/2017, 13:06
|
#3
|
elite*gold: 0
Join Date: Jul 2015
Posts: 280
Received Thanks: 13
|
Quote:
Originally Posted by TheMοkko
java
|
Okay what about stuff like reverse engineering etc ( btw currently learning C# )
|
|
|
06/24/2017, 13:42
|
#4
|
elite*gold: 111
Join Date: Aug 2016
Posts: 418
Received Thanks: 758
|
notepad++
|
|
|
06/24/2017, 14:07
|
#5
|
elite*gold: 0
Join Date: May 2012
Posts: 919
Received Thanks: 1,140
|
ASM Program
|
|
|
06/24/2017, 14:09
|
#6
|
elite*gold: 0
Join Date: Dec 2014
Posts: 555
Received Thanks: 287
|
Microsoft Word
|
|
|
06/24/2017, 17:44
|
#7
|
elite*gold: 0
Join Date: Jul 2015
Posts: 280
Received Thanks: 13
|
Quote:
Originally Posted by Zemunasu
Microsoft Word
|
.-.
|
|
|
06/24/2017, 17:53
|
#8
|
elite*gold: 0
Join Date: Jul 2015
Posts: 124
Received Thanks: 209
|
Google or YouTube
|
|
|
06/24/2017, 22:30
|
#9
|
elite*gold: 0
Join Date: Jul 2015
Posts: 280
Received Thanks: 13
|
Quote:
Originally Posted by Kernel's
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
|
#10
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
You could actually start with anything.
I prefer one of the VS Languages. (VB.net, C#, C++, etc.)
|
|
|
06/24/2017, 23:16
|
#11
|
elite*gold: 0
Join Date: Aug 2011
Posts: 163
Received Thanks: 49
|
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
|
#12
|
elite*gold: 0
Join Date: Jul 2015
Posts: 280
Received Thanks: 13
|
Quote:
Originally Posted by Shinzuya
You could actually start with anything.
I prefer one of the VS Languages. (VB.net, C#, C++, etc.)
|
Quote:
Originally Posted by njishi-sh1
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
|
#13
|
elite*gold: 0
Join Date: Jul 2015
Posts: 124
Received Thanks: 209
|
Visual Studio 2017...
Level:
C = Hard
C++ = Medium
.NET (C#, VB, CLI) = Easy
|
|
|
06/25/2017, 17:05
|
#14
|
elite*gold: 111
Join Date: Aug 2016
Posts: 418
Received Thanks: 758
|
Quote:
Originally Posted by Kernel's
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
|
#15
|
elite*gold: 0
Join Date: Nov 2015
Posts: 211
Received Thanks: 141
|
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.
@ 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
|
|
|
Similar Threads
|
Willing to learn for making my own trainer (then share to someone)
11/10/2012 - Cabal Online - 2 Replies
Please someone tell me or pm me how to get started with making Cabal Trainer .... I need it for NA...
Thank you!!
I have CHeat Engine 6.2 version so far
Guys I have now know how to find addresses now and I just need bypass for Cabal NA.... Can someone please give me link of it? thnx... (I'll try find an address my self so I will learn how to :))
|
All times are GMT +1. The time now is 13:58.
|
|