;This is my trainer for ElitePvP -EviL-
MsgBox (0, "NAME","NAME")
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("EviL Trainer", 541, 39, 247, 247);your name :O
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Infinite SP", 10, 5, 76, 26)
$Checkbox2 = GUICtrlCreateCheckbox("Infinite Ammo", 95, 5, 86, 26)
$Radio1 = GUICtrlCreateRadio("200 HP", 190, 5, 61, 26)
$Radio2 = GUICtrlCreateRadio("Delete 200 HP", 255, 5, 111, 26)
$Button1 = GUICtrlCreateButton("Start", 365, 5, 166, 26, $WS_GROUP)
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("E avvia sto S4 >.>",0,0);
$WAIT = ProcessWait("S4Client.exe");
$PID = ProcessExists("S4Client.exe");
Sleep(250);
$OPEN = _MemoryOpen ($PID);
If GUICtrlRead($Radio1) = 1 Then
_MemoryWrite(0x005189D4,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x004812F2,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00758792,$OPEN,"3051982992","long")
EndIf
Exit
$CLOSE = _MemoryClose ($PID)
EndFunc
MsgBox (0, "NAME","NAME")
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("EviL Trainer", 541, 39, 247, 247);your name :O
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Infinite SP", 10, 5, 76, 26)
$Checkbox2 = GUICtrlCreateCheckbox("Infinite Ammo", 95, 5, 86, 26)
$Radio1 = GUICtrlCreateRadio("200 HP", 190, 5, 61, 26)
$Radio2 = GUICtrlCreateRadio("Delete 200 HP", 255, 5, 111, 26)
$Button1 = GUICtrlCreateButton("Start", 365, 5, 166, 26, $WS_GROUP)
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("E avvia sto S4 >.>",0,0);
$WAIT = ProcessWait("S4Client.exe");
$PID = ProcessExists("S4Client.exe");
Sleep(250);
$OPEN = _MemoryOpen ($PID);
If GUICtrlRead($Radio1) = 1 Then
_MemoryWrite(0x005189D4,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x004812F2,$OPEN,"2348565979","long")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00758792,$OPEN,"3051982992","long")
EndIf
Exit
$CLOSE = _MemoryClose ($PID)
EndFunc
3 address :P






