hallo ich wollte nur mal fragen ob einer weis why der da nix macht -.-... bin noch sher neu also habe sehr wenig ahnung habe schon 100 tuts durch aba weis jezz ned was da falsch ist ...-.-
weis echt nicht was ich machen soll damit er geht ... (das soll ein sp hack werden ....)
und emm wenn ihr meint gehört hier ned hin klar wo sonst in den regeln steht hierrein ...
Code:
#include <NomadMemory.au3>
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Hack", 148, 104, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox(" ON / OFF", 16, 8, 97, 25)
$Button1 = GUICtrlCreateButton("GO!", 16, 32, 89, 33)
$YourEn3my = GUICtrlCreateLabel("YourEn3my", 88, 80, 58, 17)
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()
ToolTip("Warte auf S4Client.exe",0,0)
$PID = ProcessExists("S4Client.exe")
ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite("0x012B6898",$OPEN,"1634882648","dword")
EndIf
EndFunc
weis echt nicht was ich machen soll damit er geht ... (das soll ein sp hack werden ....)
und emm wenn ihr meint gehört hier ned hin klar wo sonst in den regeln steht hierrein ...