[Release] MultiHack by ~>Roolé<~

08/17/2011 20:25 NTAPRO#31
Whoa, I see that EXP+ and PEN+. I gotta try this. Lol @ the infinite walls I've noticed the past few days. Those are probably the people spamming with "infinite walls plsssssssssss" *** is so annoying...
08/17/2011 20:25 Roole#32
Ok jetzt schreib ich mal auf Deutsch q.q
Ich setz mich jetzt mal rann und versuch den Fehler für euch
zu finden weil es bei euch ja nicht funcktioniert.

Wer will er kann mir mit Helfen beim Fixxen
08/17/2011 20:27 StyloKing45#33
@ All this is a Big Fake see the source
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\steven\desktop\Hack By Vision
$Form1_1 = GUICreate("MultiHack by ~>Roolé<~", 437, 190, 192, 124)
$Group1 = GUICtrlCreateGroup("Options", 0, 8, 433, 177)
$Checkbox1 = GUICtrlCreateCheckbox("Inf. Sp", 8, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. Ammo", 8, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("EXP+", 8, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("PEN+", 8, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("FastFire", 8, 152, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("WallShoot", 8, 128, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("HitRange", 120, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox8 = GUICtrlCreateCheckbox("SppedHack", 120, 56, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox9 = GUICtrlCreateCheckbox("No Laser", 120, 80, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Blast", 120, 104, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("1 Hit Kill", 120, 128, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("0 Acc", 120, 152, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Inf. Walls", 240, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox14 = GUICtrlCreateCheckbox("RoomHack", 240, 56, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("FumbiSpam0r", 240, 80, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Button1 = GUICtrlCreateButton("Start!", 232, 136, 75, 25)
$Button2 = GUICtrlCreateButton("Exit!", 336, 136, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
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(1.37963315777777,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.908829943333333, $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.908829943999999, $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.10106017999999,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(2.4881948111111,   $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(3.60597634666666,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(7.10861054666666,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(3.0481800222222,   $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(0x23A20, $OPEN, "0", "char[2]"); This is a string..
		_MemoryWrite(0x23A40, $OPEN, "0", "char[2]"); This is another string with an other address.
		_MemoryWrite(0x23A44, $OPEN, "0", "char[2]")
		_MemoryWrite(0x23A54, $OPEN, "0", "char[2]")
		_MemoryWrite(0x23A5C, $OPEN, "0", "char[2]")
	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
	If GUICtrlRead($Checkbox3) = 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
	If GUICtrlRead($Checkbox4) = 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
	If GUICtrlRead($Checkbox5) = 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
	If GUICtrlRead($Checkbox6) = 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
	If GUICtrlRead($Checkbox7) = 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
	If GUICtrlRead($Checkbox8) = 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
	If GUICtrlRead($Checkbox9) = 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
	If GUICtrlRead($Checkbox10) = 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
	If GUICtrlRead($Checkbox11) = 1 Then
		_MemoryWrite(0xCD600, $OPEN, "0", "char[2]"); This is a string..
		_MemoryWrite(0xCD604, $OPEN, "0", "char[2]"); This is another string with an other address.
		_MemoryWrite(0xCD61C, $OPEN, "0", "char[2]")
	EndIf
	If GUICtrlRead($Checkbox12) = 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
	If GUICtrlRead($Checkbox13) = 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
	If GUICtrlRead($Checkbox14) = 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
	If GUICtrlRead($Checkbox15) = 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   ;==>_Hack
08/17/2011 20:28 aliketenci#34
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\steven\desktop\Hack By Vision
$Form1_1 = GUICreate("MultiHack by ~>Roolé<~", 437, 190, 192, 124)
$Group1 = GUICtrlCreateGroup("Options", 0, 8, 433, 177)
$Checkbox1 = GUICtrlCreateCheckbox("Inf. Sp", 8, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. Ammo", 8, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("EXP+", 8, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("PEN+", 8, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("FastFire", 8, 152, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("WallShoot", 8, 128, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("HitRange", 120, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox8 = GUICtrlCreateCheckbox("SppedHack", 120, 56, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox9 = GUICtrlCreateCheckbox("No Laser", 120, 80, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Blast", 120, 104, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("1 Hit Kill", 120, 128, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("0 Acc", 120, 152, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Inf. Walls", 240, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox14 = GUICtrlCreateCheckbox("RoomHack", 240, 56, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("FumbiSpam0r", 240, 80, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Button1 = GUICtrlCreateButton("Start!", 232, 136, 75, 25)
$Button2 = GUICtrlCreateButton("Exit!", 336, 136, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Is that all???
08/17/2011 20:28 RaitoKira666#35
My OS is Win xp 32bits
have error Line 52 [equal Masyuko]
08/17/2011 20:29 [C]hronik*#36
The Hack don´t works
08/17/2011 20:31 Roole#37
Quote:
Originally Posted by StyloKing45 View Post
@ All this is a Big Fake see the source
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\steven\desktop\Hack By Vision
$Form1_1 = GUICreate("MultiHack by ~>Roolé<~", 437, 190, 192, 124)
$Group1 = GUICtrlCreateGroup("Options", 0, 8, 433, 177)
$Checkbox1 = GUICtrlCreateCheckbox("Inf. Sp", 8, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. Ammo", 8, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("EXP+", 8, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("PEN+", 8, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("FastFire", 8, 152, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("WallShoot", 8, 128, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("HitRange", 120, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox8 = GUICtrlCreateCheckbox("SppedHack", 120, 56, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox9 = GUICtrlCreateCheckbox("No Laser", 120, 80, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Blast", 120, 104, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("1 Hit Kill", 120, 128, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("0 Acc", 120, 152, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Inf. Walls", 240, 32, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Checkbox14 = GUICtrlCreateCheckbox("RoomHack", 240, 56, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("FumbiSpam0r", 240, 80, 97, 17)
GUICtrlSetState(-1, $GUI_DISABLE)
$Button1 = GUICtrlCreateButton("Start!", 232, 136, 75, 25)
$Button2 = GUICtrlCreateButton("Exit!", 336, 136, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
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(1.37963315777777,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.908829943333333, $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.908829943999999, $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(1.10106017999999,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(2.4881948111111,   $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(3.60597634666666,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(7.10861054666666,  $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(3.0481800222222,   $OPEN, "1", "Float");This is a float value.
		_MemoryWrite(0x23A20, $OPEN, "0", "char[2]"); This is a string..
		_MemoryWrite(0x23A40, $OPEN, "0", "char[2]"); This is another string with an other address.
		_MemoryWrite(0x23A44, $OPEN, "0", "char[2]")
		_MemoryWrite(0x23A54, $OPEN, "0", "char[2]")
		_MemoryWrite(0x23A5C, $OPEN, "0", "char[2]")
	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
	If GUICtrlRead($Checkbox3) = 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
	If GUICtrlRead($Checkbox4) = 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
	If GUICtrlRead($Checkbox5) = 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
	If GUICtrlRead($Checkbox6) = 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
	If GUICtrlRead($Checkbox7) = 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
	If GUICtrlRead($Checkbox8) = 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
	If GUICtrlRead($Checkbox9) = 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
	If GUICtrlRead($Checkbox10) = 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
	If GUICtrlRead($Checkbox11) = 1 Then
		_MemoryWrite(0xCD600, $OPEN, "0", "char[2]"); This is a string..
		_MemoryWrite(0xCD604, $OPEN, "0", "char[2]"); This is another string with an other address.
		_MemoryWrite(0xCD61C, $OPEN, "0", "char[2]")
	EndIf
	If GUICtrlRead($Checkbox12) = 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
	If GUICtrlRead($Checkbox13) = 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
	If GUICtrlRead($Checkbox14) = 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
	If GUICtrlRead($Checkbox15) = 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   ;==>_Hack
:facepalm: o.o Das hab ich auch gerade gemerkt weil es bei euch ned funkt.
08/17/2011 20:32 gergesman#38
hack give me block
08/17/2011 20:33 Shiragi#39
Immerhin kann er deutsch. Ya, wie ich dir schon versucht habe zu erklären, man braucht einen neuen Bypass, da mit dem neuen Patch die alten nutzlos wurden. Neue Bypass' gibts glaube ich noch nicht und wenn, tjo, hab ich halt noch keinen gefunden. Mein Acc wurde ebenso gebannt bis Sonntag allerdings. Arbeite daran Dude. ++ Diese Fehlermeldung erscheint ebenso bei mir.
08/17/2011 20:34 Andrea1234567890#40
You have failed very very hard. There are only 3 address all same.

#Close Request :facepalm:
08/17/2011 20:38 Saijkura#41
Heißt es ist kein Hack, sondern nur ein Fake? :O
08/17/2011 20:41 Specter Soul#42
Where's the link DX?
08/17/2011 20:42 Marios1234#43
Link?
08/17/2011 20:43 rarestare1#44
it dont work can u plz try before post...:rolleyes:


:handsdown: thx for try :handsdown:
:handsdown: thx for try :handsdown:
:handsdown: thx for try :handsdown:
:handsdown: thx for try :handsdown:
:handsdown: thx for try :handsdown:

i am waiting a update :D :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown:
08/17/2011 20:44 samet9496#45
thx man