Quote:
Originally Posted by AnimeLover-MY♥
XxXAnimeXxX already fix your source ,
i mean Miketz
|
no, no, no! He had too many problems, so I'll give u new fixed code ;D because in that code there isn't everything fixed
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan(_MemoryOpen(ProcessExists("S4client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D450850")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite ($Conquest,$open,"2348565970","Long")
Else
_memorywrite ($Conquest,$opem,"990136971","Long")
EndIf
EndSwitch
WEnd
that's it
1st - deleted spaces(why u wrote so many spaces?)
2nd - wrote hacked/normal values for inf sp
3rd - wrote hacked/normal values for conquest
4th - changed If GUICtrlRead($Checkbox2) = 2 Then to If GUICtrlRead($Checkbox2) = 1 Then
5th - added #include <NoMadMemory.au3>
6th - don't forget to download nomadmemory from attachments and place it in the same folder with autoit