Hey !
je fait vous présenter comment créer un speed hack voila pour s4 league bien sur x) bon si vous regarde se code
N'oublier pas de le renommer du genre : Test.exe ou
By-BG-Wath-And
COMPARAI A SA
je fait vous présenter comment créer un speed hack voila pour s4 league bien sur x) bon si vous regarde se code
PHP:
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$AXEY = 0x00C97F60
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(\"Cose House Tuto\", 244, 150, 192, 124)
$Input1 = GUICtrlCreateInput(\"Axe Y\", 56, 32, 129, 34)
GUICtrlSetFont(-1, 14, 400, 0, \"Palatino Linotype\")
$Button1 = GUICtrlCreateButton(\"Start !\", 64, 88, 115, 41, $WS_GROUP)
GUICtrlSetFont(-1, 14, 400, 0, \"Palatino Linotype\")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$READY = GUICtrlRead($Input1)
ToolTip(\"En Attente De S4 League...\", 0, 0)
$PROCESS = ProcessWait(\"S4Client.exe\")
Local $OPEN = _MEMORYOPEN(ProcessExists(\"S4Client.exe\"))
Sleep(400)
Do
ToolTip(\"Chargement ...\", 0, 0)
$WRITEY = _MEMORYWRITE($AXEY, $OPEN, $READY, \"float\")
Until _MEMORYREAD($AXEY, $OPEN, \"float\") = $READY
_MEMORYCLOSE($OPEN)
Exit
EndSwitch
WEnd
N'oublier pas de le renommer du genre : Test.exe ou
By-BG-Wath-And
COMPARAI A SA
PHP:
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Speed hack = 0x00C97F60
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(\"Cose House Tuto\", 244, 150, 192, 124)
$Input1 = GUICtrlCreateInput(\"Axe Y\", 56, 32, 129, 34)
GUICtrlSetFont(-1, 14, 400, 0, \"Palatino Linotype\")
$Button1 = GUICtrlCreateButton(\"Start !\", 64, 88, 115, 41, $WS_GROUP)
GUICtrlSetFont(-1, 14, 400, 0, \"Palatino Linotype\")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$READY = GUICtrlRead($Input1)
ToolTip(\"En Attente De S4 League...\", 0, 0)
$PROCESS = ProcessWait(\"S4Client.exe\")
Local $OPEN = _MEMORYOPEN(ProcessExists(\"S4Client.exe\"))
Sleep(400)
Do
ToolTip(\"Chargement ...\", 0, 0)
$WRITEY = _MEMORYWRITE($AXEY, $OPEN, $READY, \"float\")
Until _MEMORYREAD($AXEY, $OPEN, \"float\") = $READY
_MEMORYCLOSE($OPEN)
Exit
EndSwitch
WEnd
Last edited: