Not right, It's saved, like he made it generate the file in a small period of time, but it doesn't really search for anything.Quote:
Yea i just wan to tell you i think its a Downloader ;& it download it from an Ftp or right ? Dark Ghost is a Real i have tested it and i think yours a Downloader not more
It's a bug,but the address searcher work...Quote:
Not right, It's saved, like he made it generate the file in a small period of time, but it doesn't really search for anything.
Like after you're in the game, and you start the searcher, just wait a few seconds-minutes and it press search again, a lot of messageboxes will appear telling addresses found, while the file is only made, But good job anyway the addresses are right and working ^^
#include <ButtonConstants.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
;Creating form
$Form1 = GUICreate("Esempio", 181, 80, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Dodge Speed", 8, 16, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 8, 40, 163, 25)
;Finish form
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
EndSwitch
WEnd
Func Start(); Start
GUISetState(@SW_HIDE); Hide the form
ToolTip("Open S4League",0,0); Tooltip
$WAIT = ProcessWait("S4Client.exe"); Wait S4Client.exe
$PID = ProcessExists("S4Client.exe"); Find S4Client.exe
Sleep(500); Sleep
$OPEN = _MemoryOpen ($PID); Open memory
If GUICtrlRead($Checkbox1) = 1 Then ; If the checkbox is checked ...
_MemoryWrite(0x005D455A,$OPEN,"1166872682","long") ; Change value
EndIf ; End check
Exit
EndFunc
dude you need a bypass lolQuote:
I got banned for a short time but the code does not work!!Code:#include <ButtonConstants.au3> #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <NomadMemory.au3> ;Creating form $Form1 = GUICreate("Esempio", 181, 80, 192, 124) $Checkbox1 = GUICtrlCreateCheckbox("Dodge Speed", 8, 16, 97, 17) $Button1 = GUICtrlCreateButton("Start", 8, 40, 163, 25) ;Finish form GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 Start() EndSwitch WEnd Func Start(); Start GUISetState(@SW_HIDE); Hide the form ToolTip("Open S4League",0,0); Tooltip $WAIT = ProcessWait("S4Client.exe"); Wait S4Client.exe $PID = ProcessExists("S4Client.exe"); Find S4Client.exe Sleep(500); Sleep $OPEN = _MemoryOpen ($PID); Open memory If GUICtrlRead($Checkbox1) = 1 Then ; If the checkbox is checked ... _MemoryWrite(0x005D455A,$OPEN,"1166872682","long") ; Change value EndIf ; End check Exit EndFunc