[Tutorial]How to make your first hack.. (AutoIT)

12/28/2010 16:54 MinoriMiku#1
This is a tutorial for beginners and beginners only..


Ok lets get started.. 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...]
And NomadMemory.au3 : [Only registered and activated users can see links. Click Here To Register...]

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 EasyCool#2
(fast) c&p. Ausserdem gibt es bereits mehrere Tuts.
12/28/2010 17:06 zaxariassavvas#3
you rly help me ty nova
12/28/2010 17:14 SΛSUКΞ#4
Help, by me in Scite is noting.
*sry 4 my bad english*
12/28/2010 17:19 cheka#5
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 :D*
3. C&P
Greez
12/28/2010 17:32 al3idroos#6
Nice
12/28/2010 17:35 他媽的#7
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 syafiq_455#8
what i have to press
12/28/2010 17:52 zaxariassavvas#9
i rly love this program can you tell me where i can find a guide
12/28/2010 17:55 MinoriMiku#10
Quote:
Originally Posted by syafiq_455 View Post
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 zaxariassavvas#11
i have stuck can you tell me plz how i open script?
12/28/2010 18:29 pissmans#12
thanks for it
12/28/2010 18:39 naganosi#13
Yes. I m a toy. Ty
You just Kidding me. Ty
This is Imposibble....
12/28/2010 19:03 MinoriMiku#14
Quote:
Originally Posted by zaxariassavvas View Post
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 CyberShoxx#15
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...