Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=c:\users\Αντονις\desktop\assassin's creed v1.kxf
$Form1_1 = GUICreate("Assassin's Creed V1.0", 431, 283, 192, 124)
GUISetFont(10, 800, 0, "Segoe Print")
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Inf HP", 48, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf SP", 48, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Inf Ammo", 48, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("God Mode", 48, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Multi Hit", 160, 104, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Instant Respawn", 48, 152, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Wallshot", 48, 176, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 48, 200, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("No Gravity", 160, 32, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Fall", 160, 56, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("No Laser", 160, 80, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Ghost Mode", 48, 128, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Fake Shop", 160, 128, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("One Hit Kill", 160, 152, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Dodge Speed", 160, 176, 105, 17)
$Checkbox16 = GUICtrlCreateCheckbox("Dodge Range", 160, 200, 105, 17)
$Checkbox17 = GUICtrlCreateCheckbox("Speed Hack", 272, 32, 97, 17)
$Checkbox18 = GUICtrlCreateCheckbox("No Sentry Detect", 272, 56, 137, 17)
$Checkbox19 = GUICtrlCreateCheckbox("Wall Jump Range", 272, 80, 137, 17)
$Checkbox20 = GUICtrlCreateCheckbox("Jump Hack", 272, 104, 97, 17)
$Checkbox21 = GUICtrlCreateCheckbox("Siege Pick Up Hack", 272, 128, 145, 17)
$Checkbox22 = GUICtrlCreateCheckbox("No Rules", 272, 152, 97, 17)
$Checkbox23 = GUICtrlCreateCheckbox("No Stun", 272, 176, 97, 17)
$Checkbox24 = GUICtrlCreateCheckbox("No Blast", 272, 200, 97, 17)
$Button1 = GUICtrlCreateButton("Activate Hack Now", 56, 224, 305, 41)
GUICtrlSetBkColor(-1, 0x0000FF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Cheat()
EndSwitch
WEnd
[B]
Func Cheat()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
Sleep(500)
$PID = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
_memorywrite(0xAdress,$OPEN,$esvalue)
Exit 0
EndFunc[/B]