Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League > S4 League Hacks, Bots, Cheats & Exploits
You last visited: Today at 00:31

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

Advertisement



[TUTORIAL]How to Create Your First S4League Trainer {AutoIt}

Discussion on [TUTORIAL]How to Create Your First S4League Trainer {AutoIt} within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old 04/17/2013, 14:22   #16
 
elite*gold: 0
Join Date: Dec 2012
Posts: 218
Received Thanks: 221
thx for how to create trainer


singh76579 is offline  
Old 04/17/2013, 17:14   #17
 
elite*gold: 607
Join Date: Feb 2011
Posts: 761
Received Thanks: 60
good tutorial, but nothing for noobs ^^
timdd is offline  
Old 04/17/2013, 17:34   #18
 
zwerg97's Avatar
 
elite*gold: 26
Join Date: May 2010
Posts: 1,128
Received Thanks: 520
Quote:
Originally Posted by timdd View Post
good tutorial, but nothing for noobs ^^
you mean only 4 noobs or?

c&p?

mhh nothing 4 noobs to find the adresses and valueses. ^-^
zwerg97 is offline  
Old 12/01/2013, 00:51   #19
 
elite*gold: 0
Join Date: May 2013
Posts: 1
Received Thanks: 0
how to make a trainer scans?
Please Whips Facebook
yogiwijaya002 is offline  
Old 12/01/2013, 03:25   #20
 
Blo0oF's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 184
Received Thanks: 52
Tutorial#
Bitte füge ein Tutorial hinzu.
Würde mich sehr Freuen!
Blo0oF is offline  
Old 12/01/2013, 06:13   #21
 
jecter's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 217
Received Thanks: 85
ok i got all of that but how do i make it compatable for my windows 64, saysit isnt i made thetrainer and al of that already
jecter is offline  
Old 12/01/2013, 07:38   #22

 
Pr3xx0r's Avatar
 
elite*gold: 0
The Black Market: 116/0/0
Join Date: Oct 2013
Posts: 1,370
Received Thanks: 1,362
This Tutorial is useless. Please close your Thread.
Pr3xx0r is offline  
Thanks
1 User
Old 12/02/2013, 03:45   #23
 
elite*gold: 0
Join Date: Sep 2013
Posts: 75
Received Thanks: 4
>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Test1\Desktop\2nd trainer...au3"
C:\Users\Test1\Desktop\2nd trainer...au3 (19) : ==> Variable used without being declared.:
Case $Button2
Case ^ ERROR
>Exit code: 1 Time: 0.320


IT says that please help?
i.like.potatoes is offline  
Old 12/02/2013, 03:53   #24
 
elite*gold: 0
Join Date: Jan 2013
Posts: 355
Received Thanks: 2,574
Quote:
Originally Posted by i.like.potatoes View Post
>"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Test1\Desktop\2nd trainer...au3"
C:\Users\Test1\Desktop\2nd trainer...au3 (19) : ==> Variable used without being declared.:
Case $Button2
Case ^ ERROR
>Exit code: 1 Time: 0.320


IT says that please help?
Source?. :v
LuchoTrolling is offline  
Old 12/02/2013, 05:03   #25
 
elite*gold: 0
Join Date: Nov 2013
Posts: 2
Received Thanks: 0
Help Me

Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Cheat By Elios ", 615, 371, 192, 124)
$Pic1 = GUICtrlCreatePic("E:\Cheat\Patcher\images (1).jpg", 0, 0, 609, 369)
$Group1 = GUICtrlCreateGroup("Players", 8, 8, 161, 73)
$Checkbox1 = GUICtrlCreateCheckbox("200 HP", 104, 24, 57, 17)
$Checkbox2 = GUICtrlCreateCheckbox("GodMode", 16, 24, 65, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Others", 8, 96, 177, 89)
$Radio1 = GUICtrlCreateRadio("Damage x2", 16, 112, 73, 17)
$Radio2 = GUICtrlCreateRadio("Damage x5", 104, 112, 73, 17)
$Radio3 = GUICtrlCreateRadio("1hit kill", 72, 144, 57, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("Start ! ", 8, 224, 177, 121)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd
Func START()
GUISetState(@SW_HIDE)
ToolTip("En Attente d'S4", 0, 0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID);
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00524064,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite (0x005240C5,$OPEN,"1592365200","long")
EndIf
If GUICtrlRead($Radio1) = 1 Then
_MemoryWrite (0x004D624B,$OPEN,"1300955754","long")
EndIf
If GUICtrlRead ($Radio2) = 1 Then
_MemoryWrite (0x004D624B,$OPEN,"1300956522","long")
EndIf
If GUICtrlRead ($Radio3) = 1 Then
_MemoryWrite (0x00524DB9,$OPEN,"1593591259","long")
EndIf
EndFunc
XxElios is offline  
Old 12/02/2013, 06:54   #26
 
elite*gold: 0
Join Date: Nov 2013
Posts: 297
Received Thanks: 511
case $Button1
START()

over Endswitch
SoulCr4ck is offline  
Thanks
1 User
Old 12/02/2013, 12:49   #27
 
elite*gold: 0
Join Date: Nov 2013
Posts: 2
Received Thanks: 0
Thanks you
XxElios is offline  
Old 02/16/2014, 14:21   #28
 
elite*gold: 0
Join Date: Nov 2013
Posts: 14
Received Thanks: 6
.BlizzD- is offline  
Old 02/16/2014, 22:05   #29
 
elite*gold: 0
Join Date: Oct 2012
Posts: 4
Received Thanks: 0
how can i made a s4 hack that dont get detected even with bypass
DerKingStyer is offline  
Reply


Similar Threads Similar Threads
[AutoIt] Trainer Tutorial
06/19/2010 - AutoIt - 7 Replies
Hallo alle zusammen, ich zeige euch jetzt wie man mit Autoit Trainer erstellt. Als erstes was ist ein Trainer:Es ist ein einfaches Programm das von bestimmten Adressen im Arbeitspeicher die Values (Werte) verändert. Was brauchen wir: 1.Autoit ----> google 2.Cheat Engine ----> google 3.NomadMemory.au3 ----> Lesen 4.Ein Spiel ----> eBay
[help]create trainer for s4league
05/28/2010 - S4 League - 11 Replies
hi i need help i would like to know which program u use to make trainer (i got ce) cheat engine but i dont know how to use it the value... so i need some help :) thx if u need more info post it
How to create a trainer with AutoIt
05/26/2010 - S4 League - 4 Replies
good because that is like taking addrest ..., how to hack it with CE, but I have no idea how to create a trainer with AutoIt



All times are GMT +2. The time now is 00:31.


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.