Register for your free account! | Forgot your password?

You last visited: Today at 05:29

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

Advertisement



[Tutorial]How to make a Trainer

Discussion on [Tutorial]How to make a Trainer within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Closed Thread
 
Old   #1
 
xKemya's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2,449
Received Thanks: 1,881
[Tutorial]How to make a Trainer

#Close!
xKemya is offline  
Thanks
57 Users
Old 02/23/2014, 18:42   #2

 
Varawel's Avatar
 
elite*gold: 2
Join Date: Dec 2011
Posts: 6,495
Received Thanks: 2,288
Nice tutorial gj.
Varawel is offline  
Thanks
2 Users
Old 02/23/2014, 18:56   #3
 
naton899's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 452
Received Thanks: 293
Omg thank you
One of the best Tutorials on epvp
naton899 is offline  
Thanks
2 Users
Old 02/23/2014, 19:00   #4
 
elite*gold: 0
Join Date: Feb 2014
Posts: 152
Received Thanks: 407
Great tutorial
x-Qey is offline  
Thanks
2 Users
Old 02/23/2014, 19:06   #5
 
jeandiego123's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 199
thank you <3
jeandiego123 is offline  
Thanks
1 User
Old 02/23/2014, 21:22   #6


 
K1ramoX's Avatar
 
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,847
mh, again one of these "how to use c&p to create your own trainer" tutorials. i will recommend you to learn the language first before you create tutorials like these

Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
these includes are needed, but only because you use $GUI_EVENT_CLOSE. you can change it to -3, then you wont need any includes. anyways, the button, static and win constants are not used.

Code:
GUISetState(@SW_SHOW[COLOR="Red"], $Form1[/COLOR])
if you use this, use the second parameter too. if you work with multiple gui's you need it too.

Code:
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); [COLOR="red"]This means he Found S4League[/COLOR]
the processwait functions tells the script to enum all processes in a loop and search for the S4Client.exe process. if the process exists it will return a handle to the process, that makes processexists useless.

Quote:
This means he Found S4League
it checks to see if the process exists, same like processwait but it only checks once.

----

anyway, the tutorial is okay but its more for leechers
K1ramoX is offline  
Thanks
9 Users
Old 02/23/2014, 21:43   #7
 
xKemya's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2,449
Received Thanks: 1,881
Quote:
Originally Posted by K1ramoX View Post
mh, again one of these "how to use c&p to create your own trainer" tutorials. i will recommend you to learn the language first before you create tutorials like these

Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
these includes are needet, but only because you use$GUI_EVENT_CLOSE. you can change it to -3, then you wont need any includes. anyway, the button, static and win constants are not used.

Code:
GUISetState(@SW_SHOW[COLOR="Red"], $Form1[/COLOR])
if you use this, use the second parameter too. if you work with multiple gui's you need it too.

Code:
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); [COLOR="red"]This means he Found S4League[/COLOR]
the processwait functions tells the script to enum all processes in a loop and search for the S4Client.exe process. if the process exists it will return a handle to the process, that makes processexists useless.



it checks to see if the process exists, same like processwait but it only checks once.

----

anyway, the tutorial is okay but its more for leechers
Fixed the #include thingy, sorry my bad.

as for the

Code:
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); [COLOR="red"]This means he Found S4League[/COLOR]
Wasn't coded by me you know, that part, that is why I gave credits to some guys for that :/.
xKemya is offline  
Thanks
2 Users
Old 02/23/2014, 22:01   #8
 
elite*gold: 0
Join Date: Jan 2014
Posts: 299
Received Thanks: 45
awesome bro u gave sooooooo much of ur time to these bastards awesome i appreciate ur will to make these ppl learn how to make their own trainers or other things not to start begging them



UR AWESOME !!!!!
U ROX xD
xInferno. is offline  
Thanks
1 User
Old 02/23/2014, 22:49   #9
 
hokahany60's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 37
Received Thanks: 13
Nice TUT i think it must be #STICKED
hokahany60 is offline  
Thanks
2 Users
Old 02/23/2014, 22:57   #10
 
Denetiv's Avatar
 
elite*gold: 263
The Black Market: 164/2/1
Join Date: Jun 2013
Posts: 2,587
Received Thanks: 308
Nice tutorial, thank you!
Denetiv is offline  
Thanks
1 User
Old 02/24/2014, 15:05   #11
 
elite*gold: 0
Join Date: May 2011
Posts: 64
Received Thanks: 13
Thx Man. Good Job.
eren1257 is offline  
Old 02/24/2014, 20:07   #12
 
elite*gold: 0
Join Date: Mar 2013
Posts: 214
Received Thanks: 160
you must write $open not $OPEN
REDAPRO is offline  
Old 02/24/2014, 23:30   #13
 
elite*gold: 0
Join Date: Aug 2011
Posts: 11
Received Thanks: 1
Nice tutorial thank you
zero2105 is offline  
Old 02/25/2014, 07:33   #14
 
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
Quote:
Originally Posted by REDAPRO View Post
you must write $open not $OPEN
Doesn't matter.
Shinzuya is offline  
Thanks
1 User
Old 02/25/2014, 09:49   #15
 
gian615's Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 195
Received Thanks: 89
I wish my broadband was so fast so I can make again an hack for s4 league like my simple trainer It's so slow right now
gian615 is offline  
Closed Thread


Similar Threads Similar Threads
[TUTORIAL]S4L How to make a Trainer - Music/Picture Functions !
01/09/2015 - S4 League Hacks, Bots, Cheats & Exploits - 92 Replies
Hello, in this tutorial ill teach you how to create your own s4-league trainer, it will be fully explained, and also ill show you how to add picture in it and how to make other people see it, finally also an audio Notice that this tutorial is for the very beginners it contains a lot of stuff with very easy explanation, every step by step, so it may take time from you but I am sure you will learn from this post how to create your first Hack, and if you got any question do not be shy to post...
[Re][TUTORIAL]S4L How to make a Trainer - Music/Picture Functions !
02/09/2014 - S4 League Hacks, Bots, Cheats & Exploits - 45 Replies
Tutorial will be updated, with more explanation, but not now, if you want to check the old one, open the spoiler x3. Hello guys, its me siktor, but with my brother's account, since I was ban so ill use this acc :L, so all my posts will be "" that has tutorials in em! First before anything, you shouldn't start learning/creating hacks with autoit, I recommend using C++/VB :) In this tutorial ill teach you how to create your own s4-league trainer in autoit, it will be fully...
[TUTORIAL]Make ur own 2moons/dekaron trainer
09/01/2013 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 289 Replies
Well as the title says this tutorial will show you how to make a trainer for your 2moons/dekaron gaming, i used global dekaron as the game but it does not mean that this is in the wrong section beacuse it works on BOTH! Alright lets start: 1. open dekaron using the xin bypass http://img185.imageshack.us/img185/282/43103300.j pg 2. open dekaron process from the process list http://img223.imageshack.us/img223/9607/74735045. jpg
[Tutorial] How To Make Cheat Engine/Trainer Undetect
08/31/2013 - S4 League Hacks, Bots, Cheats & Exploits - 23 Replies
Hi guys, well, i wanna give you a tutorial how to make a cheat engine or trainer undetect. First, you need: 1. HideTools ( Download ==> http://static.kaskus.us/images/smilies/I-Luv-Indon esia.gif <== ) 2. Lucky :handsdown: - Download the HideTools. - Open It. - Choose which program you want to hide (such as cheat engine or trainer). - Right click on them and click Hide.



All times are GMT +2. The time now is 05:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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