Register for your free account! | Forgot your password?

You last visited: Today at 22:52

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

Advertisement



S4L Skaidwer Trainer

Discussion on S4L Skaidwer Trainer within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old 07/19/2011, 15:54   #16
 
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
How should I create one using the AutoIT?These are the data of:
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("S4L Skaidwer Trainer v0.2 by K.Roven", 421, 137, 186, 116)
$Checkbox1 = GUICtrlCreateCheckbox("HP Inf.", 8, 8, 49, 17)
$Checkbox2 = GUICtrlCreateCheckbox("SP Inf.", 80, 8, 65, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit", 168, 8, 49, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Munition Inf.", 232, 8, 81, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Speed Hack", 320, 8, 89, 17)
$Checkbox6 = GUICtrlCreateCheckbox("No Intro", 8, 40, 57, 17)
$Checkbox7 = GUICtrlCreateCheckbox("No Slag", 96, 40, 57, 17)
$Checkbox8 = GUICtrlCreateCheckbox("No Licenses", 176, 40, 89, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Accuracy 0", 280, 40, 73, 17)
$Button1 = GUICtrlCreateButton("Start", 8, 88, 129, 41, 0)
$Button2 = GUICtrlCreateButton("Exit", 176, 88, 129, 41, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
	GUISetState(@SW_HIDE);
	ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
	$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
	$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
	Sleep(500);Takes a little break..
	$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
	If GUICtrlRead($Checkbox1) = 1 Then
		_MemoryWrite(0x00FE26EA,$OPEN,"20","Float");This is a float value. 
	EndIf
	If GUICtrlRead($Checkbox2) = 1 Then
		_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
		_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
		_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
	EndIf
	Exit
EndFunc
K.Roven is offline  
Thanks
2 Users
Old 07/19/2011, 15:56   #17
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,689
Received Thanks: 3,641
Quote:
Originally Posted by K.Roven View Post
How should I create one using the AutoIT?These are the data of:
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("S4L Skaidwer Trainer v0.2 by K.Roven", 421, 137, 186, 116)
$Checkbox1 = GUICtrlCreateCheckbox("HP Inf.", 8, 8, 49, 17)
$Checkbox2 = GUICtrlCreateCheckbox("SP Inf.", 80, 8, 65, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit", 168, 8, 49, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Munition Inf.", 232, 8, 81, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Speed Hack", 320, 8, 89, 17)
$Checkbox6 = GUICtrlCreateCheckbox("No Intro", 8, 40, 57, 17)
$Checkbox7 = GUICtrlCreateCheckbox("No Slag", 96, 40, 57, 17)
$Checkbox8 = GUICtrlCreateCheckbox("No Licenses", 176, 40, 89, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Accuracy 0", 280, 40, 73, 17)
$Button1 = GUICtrlCreateButton("Start", 8, 88, 129, 41, 0)
$Button2 = GUICtrlCreateButton("Exit", 176, 88, 129, 41, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

Func _Hack(); This is the functions which turns on the hacks when you start S4 League.
	GUISetState(@SW_HIDE);
	ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
	$WAIT = ProcessWait("S4Client.exe"); Waiting For S4 League
	$PID = ProcessExists("S4Client.exe"); He found S4Client.exe
	Sleep(500);Takes a little break..
	$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
	If GUICtrlRead($Checkbox1) = 1 Then
		_MemoryWrite(0x00FE26EA,$OPEN,"20","Float");This is a float value. 
	EndIf
	If GUICtrlRead($Checkbox2) = 1 Then
		_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
		_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
		_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
	EndIf
	Exit
EndFunc
Failer leecher
1.This is a tut from Minoriku or that name
2.Isnt work-Has bugs
3.Adress and values are TOO old
~>Jάson<~ is offline  
Old 07/19/2011, 15:57   #18
 
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
What should I do to go?
K.Roven is offline  
Thanks
2 Users
Old 07/19/2011, 15:57   #19
 
[CN] Jung Yong Hwa's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 362
Received Thanks: 118
u not put the value dude
the code dont have value
only words
COPY&PASTE right?
without check the value.
[CN] Jung Yong Hwa is offline  
Old 07/19/2011, 15:59   #20
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,689
Received Thanks: 3,641
Quote:
Originally Posted by K.Roven View Post
What should I do to go?


Quote:
Originally Posted by Ice-Crack View Post
u not put the value dude
the code dont have value
only words
COPY&PASTE right?
without check the value.
I already said....
~>Jάson<~ is offline  
Old 07/19/2011, 15:59   #21
 
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
yes I copyed date on this site
K.Roven is offline  
Thanks
2 Users
Old 07/19/2011, 16:01   #22
 
elite*gold: 0
Join Date: Jul 2011
Posts: 73
Received Thanks: 107
Epic Fail
Ichigo 4.0 is offline  
Thanks
1 User
Old 07/19/2011, 16:01   #23
 
[CN] Jung Yong Hwa's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 362
Received Thanks: 118
lol.
that only the tut to make a hack
the value u must search it
the value that got at
already old.
[CN] Jung Yong Hwa is offline  
Old 07/19/2011, 16:03   #24
 
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
and where to look for value?
K.Roven is offline  
Thanks
2 Users
Old 07/19/2011, 16:03   #25
 
elite*gold: 0
Join Date: Jul 2011
Posts: 46
Received Thanks: 12
Quote:
Originally Posted by XDSAM View Post
Status:Tested
Result: Dont work
Use the Edit button??
TsuBsa874 is offline  
Old 07/19/2011, 16:06   #26
 
andreji's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 218
Received Thanks: 47
DOnt work ...
andreji is offline  
Old 07/19/2011, 16:24   #27
 
elite*gold: 0
Join Date: Jun 2011
Posts: 47
Received Thanks: 71
what value to use?
K.Roven is offline  
Thanks
2 Users
Old 07/19/2011, 16:28   #28
 
t.d.spy's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 21
Received Thanks: 36
Code:
#Epic Fail
t.d.spy is offline  
Thanks
2 Users
Old 07/19/2011, 23:14   #29
 
im need hack's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 77
Received Thanks: 9
haaaaaaaaaaaaaaaay i have block
im need hack is offline  
Old 07/20/2011, 09:10   #30
 
t.d.spy's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 21
Received Thanks: 36
Code:
#not work
t.d.spy is offline  
Thanks
2 Users
Reply




All times are GMT +2. The time now is 22:52.


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.