VERSIONE ITALIANA:
Ciao ragazzi oggi ho un problema con la creazione dell'hack di s4league.
Ho creato tutto con Autoit metto address e value per sp infiniti e non mi funziona.
CODICE:
ENGLISH VERSION:
Hello guys today I have a problem with the creation of the hack S4League.
I put everything I have created with Autoit address and value for infinite sp and I do not work
CODE:
Ciao ragazzi oggi ho un problema con la creazione dell'hack di s4league.
Ho creato tutto con Autoit metto address e value per sp infiniti e non mi funziona.
CODICE:
Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 125, 94, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 0, 40, 81, 33)
$Checkbox1 = GUICtrlCreateCheckbox("SP INFINITI", 8, 8, 73, 33)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
EndSwitch
WEnd
Func Start()
GUISetState(@SW_HIDE)
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$S4 = ProcessExists("S4Client.exe")
Sleep(500
$OPEN = _MemoryOpen ($S4)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00481422,$OPEN,"2348565979","4bytes")
EndIf
Exit
EndFunc
Hello guys today I have a problem with the creation of the hack S4League.
I put everything I have created with Autoit address and value for infinite sp and I do not work
CODE:
Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 125, 94, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 0, 40, 81, 33)
$Checkbox1 = GUICtrlCreateCheckbox("SP INFINITI", 8, 8, 73, 33)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
EndSwitch
WEnd
Func Start()
GUISetState(@SW_HIDE)
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$S4 = ProcessExists("S4Client.exe")
Sleep(500
$OPEN = _MemoryOpen ($S4)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00481422,$OPEN,"2348565979","4bytes")
EndIf
Exit
EndFunc