How² Create your first Hack [T]

08/26/2011 14:57 *_Daisuke_*#1
Hello people today I'll show you how you own S4l Hack Created :mofo:

If I've helped Press Thanks :handsdown:

German:
Hallo Leute heute möchte ich euch zeigen wie ihr einen eigen s4l hack macht :mofo:

1- What you need first is the following :
AutoITv3 : [Only registered and activated users can see links. Click Here To Register...]

And Koda Form Designer : [Only registered and activated users can see links. Click Here To Register...]


Englisch:
Was du zuerst brauchst :
AutoITv3 : [Only registered and activated users can see links. Click Here To Register...]

Und Koda Form Designer : [Only registered and activated users can see links. Click Here To Register...]


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 :handsdown:
08/26/2011 15:00 MrRu!e#2
Super-Duper-Leech from Nova.
:facepalm:
08/26/2011 15:00 Shayvin#3
^Look

[Only registered and activated users can see links. Click Here To Register...]
08/26/2011 15:11 MW_Hardcore#4
Quote:
Originally Posted by *_Daisuke_* View Post
Hello people today I'll show you how you own S4l Hack Created :mofo:

If I've helped Press Thanks :handsdown:

German:
Hallo Leute heute möchte ich euch zeigen wie ihr einen eigen s4l hack macht :mofo:

1- What you need first is the following :
AutoITv3 : [Only registered and activated users can see links. Click Here To Register...]

And Koda Form Designer : [Only registered and activated users can see links. Click Here To Register...]


Englisch:
Was du zuerst brauchst :
AutoITv3 : [Only registered and activated users can see links. Click Here To Register...]

Und Koda Form Designer : [Only registered and activated users can see links. Click Here To Register...]


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 :handsdown:
Leeched + English fail. ;o
08/26/2011 16:48 Sharqy#5
this was on someone else's thread Dx
08/26/2011 17:29 *_Daisuke_*#6
it´s not leeched :O
08/26/2011 17:36 ►™SuperE™◄#7
its leeched from nova and the weird thing is .. the Same Codes :P
08/26/2011 18:11 BestOnWorld#8
thnx
08/26/2011 18:13 StyloKing45#9
Fail0r only C&P
08/26/2011 18:13 malomyostismon#10
lol leecher :facepalm:
08/26/2011 18:16 CyberShoxx#11
Oh man sowas nennst du Code? Hiermal bissl besser gemacht:

Code:
#include <WindowsConstants.au3>
#include <NomadMemory.au3>

$hGUI = GUICreate("HERE THE NAME", 247, 90, 192, 124)
$Ghostmode = GUICtrlCreateCheckbox("Ghost Mode", 16, 24, 97, 17)
$Slang = GUICtrlCreateCheckbox("Slang", 128, 24, 97, 17)
$Start = GUICtrlCreateButton("Start", 16, 56, 75, 25, $WS_GROUP)
$Exit = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)

GUISetState()

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case -3
Exit
Case $Start
_Hack()
Case $Exit
Exit
EndSwitch
WEnd

Func _Hack()
ToolTip("Start S4 League!",0,0)
ProcessWait("S4Client.exe")
Sleep(250)
ProcessClose("Aegis.exe")
ProcessClose("Aegis64.exe")
Local $PID = ProcessExists("S4Client.exe")
Local $OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Ghostmode) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float")
EndIf
If GUICtrlRead($Slang) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
Is nur in bessere Schreibweise. Einfach die Addys erneuern bzw. welche hinzufügen und als .a3x compilen. Schon habt ihr nen funzenden Trainer ;)

So nun viel Spaß beim Leechen XDDD

EDIT: Wobei ich den NomadMemory Include noch enfernen würde und nur die wichtigsten Funktionen selbst ins Script einbauen würde ;)
08/26/2011 18:38 Krasti#12
Script is fail.Also leech too ^^
well i think guy report it already so..
08/26/2011 18:51 *_Daisuke_*#13
sry leute bin selber neu xD