|
You last visited: Today at 17:03
Advertisement
[Tutorial]How to make your first hack.. (AutoIT)
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.
12/28/2010, 16:54
|
#1
|
elite*gold: 145
Join Date: Dec 2010
Posts: 137
Received Thanks: 581
|
[Tutorial]How to make your first hack.. (AutoIT)
This is a tutorial for beginners and beginners only..
Ok lets get started.. What you need first is the following.
AutoITv3 : 
And Koda Form Designer : 
And NomadMemory.au3 :
1. Copy NomadMemory.au3 into your "include" folder inside the autoit folder.
2. Now open Koda Form Designer, when you open it, it should look like this :
3. Now im just gonna make a example, make it like i made it.
4. Now copy the code into Scite! You find Scite in your autoit folder after you have installed it.
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..
Happy new year everyone!
|
|
|
12/28/2010, 16:57
|
#2
|
elite*gold: 33
Join Date: Aug 2010
Posts: 1,201
Received Thanks: 817
|
(fast) c&p. Ausserdem gibt es bereits mehrere Tuts.
|
|
|
12/28/2010, 17:06
|
#3
|
elite*gold: 0
Join Date: Dec 2010
Posts: 58
Received Thanks: 17
|
you rly help me ty nova
|
|
|
12/28/2010, 17:14
|
#4
|
elite*gold: 0
Join Date: Mar 2010
Posts: 266
Received Thanks: 58
|
Help, by me in Scite is noting.
*sry 4 my bad english*
|
|
|
12/28/2010, 17:19
|
#5
|
elite*gold: 0
Join Date: Jul 2010
Posts: 322
Received Thanks: 102
|
Naja
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
|
|
|
12/28/2010, 17:32
|
#6
|
elite*gold: 0
Join Date: May 2010
Posts: 17
Received Thanks: 2
|
Nice
|
|
|
12/28/2010, 17:35
|
#7
|
elite*gold: 10
Join Date: Aug 2010
Posts: 526
Received Thanks: 282
|
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?^^
|
|
|
12/28/2010, 17:51
|
#8
|
elite*gold: 0
Join Date: Nov 2010
Posts: 21
Received Thanks: 5
|
what i have to press
|
|
|
12/28/2010, 17:52
|
#9
|
elite*gold: 0
Join Date: Dec 2010
Posts: 58
Received Thanks: 17
|
i rly love this program can you tell me where i can find a guide
|
|
|
12/28/2010, 17:55
|
#10
|
elite*gold: 145
Join Date: Dec 2010
Posts: 137
Received Thanks: 581
|
Quote:
Originally Posted by syafiq_455
what i have to press
|
Press F5 To execute the program..
And dont put 2 posts in a row.. Just use the edit button
|
|
|
12/28/2010, 18:22
|
#11
|
elite*gold: 0
Join Date: Dec 2010
Posts: 58
Received Thanks: 17
|
i have stuck can you tell me plz how i open script?
|
|
|
12/28/2010, 18:29
|
#12
|
elite*gold: 0
Join Date: Apr 2010
Posts: 11
Received Thanks: 1
|
thanks for it
|
|
|
12/28/2010, 18:39
|
#13
|
elite*gold: 0
Join Date: Dec 2010
Posts: 1
Received Thanks: 0
|
Yes. I m a toy. Ty
You just Kidding me. Ty
This is Imposibble....
|
|
|
12/28/2010, 19:03
|
#14
|
elite*gold: 145
Join Date: Dec 2010
Posts: 137
Received Thanks: 581
|
Quote:
Originally Posted by zaxariassavvas
i have stuck can you tell me plz how i open script?
|
Go to this "C:\Program Files\AutoIt3\SciTE\SciTE.exe"
|
|
|
12/28/2010, 19:06
|
#15
|
elite*gold: 0
Join Date: Feb 2010
Posts: 1,449
Received Thanks: 3,835
|
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...
|
|
|
Similar Threads
|
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...
|
All times are GMT +1. The time now is 17:03.
|
|