If I've helped Press Thanks
German:
Hallo Leute heute möchte ich euch zeigen wie ihr einen eigen s4l hack macht
1- What you need first is the following :
AutoITv3 :

And Koda Form Designer :

Englisch:
Was du zuerst brauchst :
AutoITv3 :

Und Koda Form Designer :

Englisch :
The Code
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("HERE THE NAME", 247, 90, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Ghost Mode", 16, 24, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Slang", 128, 24, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 16, 56, 75, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)
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()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
German:
Der Code
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("HERE THE NAME", 247, 90, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Ghost Mode", 16, 24, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Slang", 128, 24, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 16, 56, 75, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)
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()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
Englisch:
That´s was it hack start F5
German:
Das wars hack starten F5
Wenn ich geholfen Habe Thankse






