Gian615 Back

03/29/2014 20:27 thedvp#46
Ey 200hp is bypass and so when i take fumbi my sp is 0 at that second... fix?

And now it doesnt work anymore,when i turn on hack,switch 200hp then start s4league and press start it gets error "Windows cannot acces the specified device,path, or file. You may not have the appropriate permissions to acces the item." what shall i do ?
03/29/2014 21:48 s4_leagueeeeeeeeeeeeeeeee#47
When exactly press start button? I did when HS load finished.
But in game just lag, I hope if it lags and hacks too but just lagging for nothing :(
Help?
03/29/2014 23:26 altzhang#48
windows 8 32bit working
03/30/2014 00:36 simpsons90#49
Don't work for me. I'm undermap. I've did like you,Start the trainer as administrator and select functions you want to use;Start S4League As Admin & Wait S4League HS loading then start the hack but i'm undermap.. When I arrive in a room,my player undermap but I've 200hp
03/30/2014 03:25 zZzWeedZz#50
Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee View Post
When exactly press start button? I did when HS load finished.
But in game just lag, I hope if it lags and hacks too but just lagging for nothing :(
Help?
don't enable hit range/wallshoot it makes you lag, the rest work fine

Quote:
Originally Posted by Livergy View Post
WriteProcessMemory Function
Code:
Func _memorywrite($iv_address, $ah_handle, $v_data, $sv_type = "dword")
		If NOT IsArray($ah_handle) Then
			SetError(1)
			Return 0
		EndIf
		Local $v_buffer = DllStructCreate($sv_type)
		If @error Then
			SetError(@error + 1)
			Return 0
		Else
			DllStructSetData($v_buffer, 1, $v_data)
			If @error Then
				SetError(6)
				Return 0
			EndIf
		EndIf
		DllCall($ah_handle[0], "int", "WriteProcessMemory", "int", $ah_handle[1], "int", $iv_address, "ptr", DllStructGetPtr($v_buffer), "int", DllStructGetSize($v_buffer), "int", "")
		If NOT @error Then
			Return 1
		Else
			SetError(7)
			Return 0
		EndIf
	EndFunc

Your "Main" Function
Code:
Func start()
	GUISetState(@SW_HIDE)
	ToolTip("Waiting For S4League...", 0, 0)
	$wait = ProcessWait("S4Client.exe")
	$pid = ProcessExists("S4Client.exe")
	Sleep(500)
	$open = _memoryopen($pid)
	If GUICtrlRead($checkbox1) = 1 Then
		_memorywrite(20195844, $open, "0", "char[9]")
		_memorywrite(20196016, $open, "0", "char[9]")
	EndIf
	If GUICtrlRead($checkbox2) = 1 Then
		_memorywrite(19376104, $open, "10000", "float")
	EndIf
	If GUICtrlRead($radio1) = 1 Then
		_memorywrite(19414944, $open, "1", "float")
	EndIf
	If GUICtrlRead($radio2) = 1 Then
		_memorywrite(19414944, $open, "0", "float")
	EndIf
	_memoryclose($pid)
	Exit
EndFunc
AutoIT Signature
[Only registered and activated users can see links. Click Here To Register...]

Dude, this shit is Detected by almost every Hackshield.
not detected by this one lol, and if you are just going to insult the guy with the only working hack i suggest you leave.
03/30/2014 05:19 Livergy#51
Quote:
Originally Posted by zZzWeedZz View Post
don't enable hit range/wallshoot it makes you lag, the rest work fine


not detected by this one lol, and if you are just going to insult the guy with the only working hack i suggest you leave.
Did I Insulted him? I wrote "This Shit" - and with "This Shit" I mean this AutoIT Script.

First read, THEN write.

03/30/2014 05:42 zZzWeedZz#52
Quote:
Originally Posted by Livergy View Post
Did I Insulted him? I wrote "This Shit" - and with "This Shit" I mean this AutoIT Script.

First read, THEN write.

I did read, technically you are insulting his hack meaning you are insulting his work, meaning you are in fact insulting him <3 :handsdown::handsdown::handsdown::handsdown::hands down:
03/30/2014 05:59 gian615#53
Quote:
Originally Posted by Livergy View Post
WriteProcessMemory Function
Code:
Func _memorywrite($iv_address, $ah_handle, $v_data, $sv_type = "dword")
		If NOT IsArray($ah_handle) Then
			SetError(1)
			Return 0
		EndIf
		Local $v_buffer = DllStructCreate($sv_type)
		If @error Then
			SetError(@error + 1)
			Return 0
		Else
			DllStructSetData($v_buffer, 1, $v_data)
			If @error Then
				SetError(6)
				Return 0
			EndIf
		EndIf
		DllCall($ah_handle[0], "int", "WriteProcessMemory", "int", $ah_handle[1], "int", $iv_address, "ptr", DllStructGetPtr($v_buffer), "int", DllStructGetSize($v_buffer), "int", "")
		If NOT @error Then
			Return 1
		Else
			SetError(7)
			Return 0
		EndIf
	EndFunc

Your "Main" Function
Code:
Func start()
	GUISetState(@SW_HIDE)
	ToolTip("Waiting For S4League...", 0, 0)
	$wait = ProcessWait("S4Client.exe")
	$pid = ProcessExists("S4Client.exe")
	Sleep(500)
	$open = _memoryopen($pid)
	If GUICtrlRead($checkbox1) = 1 Then
		_memorywrite(20195844, $open, "0", "char[9]")
		_memorywrite(20196016, $open, "0", "char[9]")
	EndIf
	If GUICtrlRead($checkbox2) = 1 Then
		_memorywrite(19376104, $open, "10000", "float")
	EndIf
	If GUICtrlRead($radio1) = 1 Then
		_memorywrite(19414944, $open, "1", "float")
	EndIf
	If GUICtrlRead($radio2) = 1 Then
		_memorywrite(19414944, $open, "0", "float")
	EndIf
	_memoryclose($pid)
	Exit
EndFunc
AutoIT Signature
[Only registered and activated users can see links. Click Here To Register...]

Dude, this shit is Detected by almost every Hackshield.
sir it's not detected see they're type that saying it's working please read and how do you know it are you an leech people hmmm I think so I will report you

Quote:
Originally Posted by simpsons90 View Post
Don't work for me. I'm undermap. I've did like you,Start the trainer as administrator and select functions you want to use;Start S4League As Admin & Wait S4League HS loading then start the hack but i'm undermap.. When I arrive in a room,my player undermap but I've 200hp
try this one don't use wallshot xD

Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee View Post
When exactly press start button? I did when HS load finished.
But in game just lag, I hope if it lags and hacks too but just lagging for nothing :(
Help?
try to fix the lag
03/30/2014 12:01 BlackAce89#54
[QUOTE=Livergy;27684756]WriteProcessMemory Function
Code:
Func _memorywrite($iv_address, $ah_handle, $v_data, $sv_type = "dword")
		If NOT IsArray($ah_handle) Then
			SetError(1)
			Return 0
		EndIf
		Local $v_buffer = DllStructCreate($sv_type)
		If @error Then
			SetError(@error + 1)
			Return 0
		Else
			DllStructSetData($v_buffer, 1, $v_data)
			If @error Then
				SetError(6)
				Return 0
			EndIf
		EndIf
		DllCall($ah_handle[0], "int", "WriteProcessMemory", "int", $ah_handle[1], "int", $iv_address, "ptr", DllStructGetPtr($v_buffer), "int", DllStructGetSize($v_buffer), "int", "")
		If NOT @error Then
			Return 1
		Else
			SetError(7)
			Return 0
		EndIf
	EndFunc
I think he didn't wrote this whole script for only one word...

NomadMemory.au3

I know if someone decompile a au3 script it won't show the Include files...
It will write a new script for the Includes Files doesn't it?

But I'm not so sure ^^
03/30/2014 12:16 Livergy#55
Quote:
Originally Posted by gian615 View Post
sir it's not detected see they're type that saying it's working please read and how do you know it are you an leech people hmmm I think so I will report you
Ima leecher.....r u sure?
I Don't need any Pre-written Functions like u...

[Only registered and activated users can see links. Click Here To Register...]
03/30/2014 12:41 zZzWeedZz#56
Quote:
Originally Posted by Livergy View Post
Ima leecher.....r u sure?
I Don't need any Pre-written Functions like u...

[Only registered and activated users can see links. Click Here To Register...]
#reported
03/30/2014 12:57 Livergy#57
Quote:
Originally Posted by zZzWeedZz View Post
#reported
Report me for what? Because I say the truth? :mad:
03/30/2014 14:19 zZzWeedZz#58
Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee View Post
Fucking idiot learn to speak English.
I say it doesn't ever work for me.
So make a fucking video tutorial or use an translator when you're saying how to use or writing the tutorial.
also #reported, he doesn't need to fucking make a video when all you have to do is start the hack choose what you want click start and then start s4 league if you cant follow that fking simple direction then you are dumber that you sound

keep offending him this is going to get GETTO
03/30/2014 15:50 s4_leagueeeeeeeeeeeeeeeee#59
Quote:
Originally Posted by zZzWeedZz View Post
also #reported, he doesn't need to fucking make a video when all you have to do is start the hack choose what you want click start and then start s4 league if you cant follow that fking simple direction then you are dumber that you sound

keep offending him this is going to get GETTO
If you reported someone in this page so you reported all who posted in this page.
So, you like reported your self and don't tell me you didn't do anything.
Quote:
Originally Posted by zZzWeedZz View Post
#reported
Read the rules [Only registered and activated users can see links. Click Here To Register...]
So your report reason is obvious that you broke the rules of this section.
03/30/2014 16:08 zZzWeedZz#60
Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee View Post
If you reported someone in this page so you reported all who posted in this page.
So, you like reported your self and don't tell me you didn't do anything.

Read the rules [Only registered and activated users can see links. Click Here To Register...]
So your report reason is obvious that you broke the rules of this section.
aw little baby trying to get me in trouble? you are already in trouble and you cant get out of it.