Problema/Problems S4League Hack

05/29/2013 16:39 Spunk69#1
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:
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
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:
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
05/29/2013 18:56 K1ramoX#2

would we better if you learn the language first, before you start with creating trainers.
05/29/2013 19:19 Spunk69#3
Quote:
Originally Posted by K1ramoX View Post

would we better if you learn the language first, before you start with creating trainers.
is well written? such a thing is impossible
05/29/2013 20:38 °Enterprice°#4
add sleep :P
05/29/2013 21:04 Shawak#5
Please use the collectionthread.

#closed