[TUTORIAL]S4L How to make a Trainer - Music/Picture Functions !

11/25/2014 19:43 xKemya#91
Quote:
Originally Posted by FireBlitz[-] View Post
I need some explanations.. If im going to add more than 1 functions should i do this?


Hey, the images on the PE Explorer(On how to make it undetected) has been deleted.Please re-upload or tell me where do I edit the compiled script?I already edit the file version tho. :handsdown:
PE explorer = patched :)
01/09/2015 14:43 fannan10#92
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Form1"189113216140)
$Checkbox1 GUICtrlCreateCheckbox("200 HP"40814525)
$Button1 GUICtrlCreateButton("Hack"40326525)
$Label1 GUICtrlCreateLabel("Mano"112723117)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()

    EndSwitch
WEnd
Func _Hack
()
    If 
GUICtrlRead($Checkbox1) = 1 Then _MemoryWrite(0x0053A184,_MemoryOpen(ProcessWait("S4Client.exe")),"2348565979","long")
    Exit
EndFunc 
is there any mistake ?
01/09/2015 20:44 Δlpha#93
Quote:
Originally Posted by fannan10 View Post
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Form1"189113216140)
$Checkbox1 GUICtrlCreateCheckbox("200 HP"40814525)
$Button1 GUICtrlCreateButton("Hack"40326525)
$Label1 GUICtrlCreateLabel("Mano"112723117)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()

    EndSwitch
WEnd
Func _Hack
()
    If 
GUICtrlRead($Checkbox1) = 1 Then _MemoryWrite(0x0053A184,_MemoryOpen(ProcessWait("S4Client.exe")),"2348565979","long")
    Exit
EndFunc 
is there any mistake ?
Nope and please don't spame old thread!