Quote:
Originally Posted by Logtetsch
Bitte nicht so viele Informationen auf einmal.
/ironie off
Gib uns mal deine Source. Nur so können wir nach bestimmten Fehlern suchen und dir helfen. Und dass du 64 bit und er 32 bit hat, kann auch sein, aber das ist vom Spiel abhängig. Zumindest war es so bei 4Story.
|
PHP Code:
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=Unnötig\Aiyou Address Book.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <NomadMemory.au3>
#include <GUIConstantsEx.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Special Trainer", 217, 152, 192, 124)
GUISetIcon("C:\Users\Vadim\Desktop\Unnötig\Aiyou Address Book.ico", -1)
GUISetBkColor(0xFF0000)
$Button1 = GUICtrlCreateButton("Kick Mee :D", 16, 16, 81, 65)
GUICtrlSetColor(-1, 0x800080)
$Checkbox1 = GUICtrlCreateCheckbox("<----------Häckchen", 112, 32, 105, 25)
GUICtrlSetColor(-1, 0x800080)
$Button2 = GUICtrlCreateButton("Kb mehr ?", 24, 96, 73, 25)
GUICtrlSetColor(-1, 0x800080)
$Checkbox2 = GUICtrlCreateCheckbox("<--- Häckchen", 112, 72, 89, 25)
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button2
Exit
Case $Button1
_Hack()
EndSwitch
WEnd
Func _Hack()
ToolTip("Hi Oliver",0,0)
$PID= ProcessWait ("S4Client.exe")
Sleep(500)
ProcessClose("HGWC.exe")
ToolTip("Wartee..",0,0)
$OPEN = _MemoryOpen($PID)
If GUICTRLREAD($CheckBox1)=1 Then
_MemoryWrite(####,$OPEN,"####","long")
_MemoryWrite(####,$OPEN,"####","Long")
_MemoryWrite(####,$OPEN,"####","long")
If GUICTRLREAD($CheckBox2)=1 Then
_MemoryWrite(####,$OPEN,"####","Long")
_MemoryWrite(####,$OPEN,"####","Long")
EndIf
Exit
EndIf
EndFunc
Das ist er der geht bei mir perfeckt und beim ihm nicht