[Tutorial]How to make a Trainer

02/23/2014 18:25 xKemya#1
#Close!
02/23/2014 18:42 Varawel#2
Nice tutorial gj.
02/23/2014 18:56 naton899#3
Omg thank you :handsdown:
One of the best Tutorials on epvp :D
02/23/2014 19:00 x-Qey#4
Great tutorial
02/23/2014 19:06 jeandiego123#5
thank you <3
02/23/2014 21:22 K1ramoX#6
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
02/23/2014 21:43 xKemya#7
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 :/.
02/23/2014 22:01 xInferno.#8
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
02/23/2014 22:49 hokahany60#9
Nice TUT i think it must be #STICKED
02/23/2014 22:57 Denetiv#10
Nice tutorial, thank you!
02/24/2014 15:05 eren1257#11
Thx Man. Good Job.
02/24/2014 20:07 REDAPRO#12
you must write $open not $OPEN
02/24/2014 23:30 zero2105#13
;)Nice tutorial thank you
02/25/2014 07:33 Shinzuya#14
Quote:
Originally Posted by REDAPRO View Post
you must write $open not $OPEN
Doesn't matter.
02/25/2014 09:49 gian615#15
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