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
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
Is there an errormessage? Did you try changing the value with eg. Cheatengine?
How to create your own bots/macros with AutoIt 01/27/2013 - CO2 Programming - 143 Replies Starting Your Script
Creating your own bots and macros can be fun, and its very simple to do. This guide will talk about some basic methods on using AutoIt, and some very useful functions AutoIt provides that would help in making macros for Conquer.
First, if you don't have it already, download AutoIt by clicking the following link.
http://www.autoitscript.com/files/autoit3/...2.2. 0-setup.exe
To start a new script, either go to Start>All Programs>AutoIt v3>SciTE Script Editor, OR...
Create Frage in Autoit 06/14/2011 - AutoIt - 11 Replies Hallo Com
Ich hab da mal eine Frage,
Wie mache ich es, wenn ein Button gedrückt wurde, dass sich automatisch 5 neue Labels und 4 neue Buttons erstellen? Also es müsste so sein, dass sich die Buttons und Labels auf einer bestimmten Position erstellen, und dann 5 Bestimmte Inputboxen und 4 bestimme Buttons sich einige Picel nach unten verschieben, wäre so etwas möglich..?
Danke schonmal im Voraus.
Jonas
Create a dll with Autoit? 05/11/2011 - AutoIt - 4 Replies can create a dll hack ... what is the code?
P.S i create a dll hack for s4 league
How to create a trainer with AutoIt 05/26/2010 - S4 League - 4 Replies good because that is like taking addrest ..., how to hack it with CE, but I have no idea how to create a trainer with AutoIt