Discussion on [Tutorial]How to make your first hack.. (AutoIT) within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
5. Ok now add this into your While1 part under "Exit"
Code:
Case $Button1
_Hack()
Case $Button2
Exit
6. Now all we need now is to add the functions to the trainer.
(This is working addresses for patch 25.3 so :3..)
Add this after the "WEnd" function.
Code:
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,"1","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
7. Now your script should look like this :
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Example Hack Tutorial!", 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(); 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,"1","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
And thats it, thank you for reading this and i hope i helped Its just a simple tutorial so idk really how a good tutorial is looking like xD..
1. Es gibt schon sehr viele TuTs darüber...
2. "How to make your first hack.." ehhm ein Neuling der sein ersten Hack erstellen will begeht eher Selbstmord als dass der dass versteht *schei? Beispiel *
3. C&P
Greez
fail wenn man es compiled klappt es nimmer eig unütz wenn man sein ersten hack macht will man ihn woll releasen aber wie releasen wenn es nicht geht?^^
lol thats only a c&p tutorial and this version of source isnt working yet. why you dont explain all this commands. nobody check what he do if he made a hack with this tutorial. and this isnt a tutorial it is a source release...
Tutorial: Hack erstellen mit AutoIt 11/19/2010 - AutoIt - 21 Replies Hallo leute,
Heute will ich euch zeigen wie ihr ganz einfach einen Hack mit AutoIt schreibt.
Special thanks to: krieger005 (er sagte ich soll ein Tutorial erstellen :))
Wir fangen leicht an: Einem Autohit, Farmbot (Metin2)
Für welche Spiele funktioniert er dan?
Also dieser hack funtkioniert im Grunde für alle Spiele.
Was bringt er mir?
Ihr könnt einstellen welche taste er wie oft drückt, also z.B.: bei metin schlägt er automatisch und ihr braucht nichts zu drückn, das gleiche ist bei...