Hi leute...
ich wollte mal n Multhack machen (speedhack auch)
nur mein code funktioniert nicht :(
könnt ihr mir helfen pls ...
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Speedhack = GUICreate("Speedhack", 270, 163, 193, 133)
$Speedhack = GUICtrlCreateTab(8, 16, 249, 129)
GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)
$speedhac = GUICtrlCreateTabItem("speedhac")
$go = GUICtrlCreateInput("16256", 32, 88, 73, 21)
$Movespeed = GUICtrlCreateLabel("Movespeed", 32, 64, 60, 17)
$ON = GUICtrlCreateButton("ON", 112, 80, 41, 33, 0)
$OFF = GUICtrlCreateButton("OFF", 160, 80, 43, 33, 0)
$OF = GUICtrlCreateLabel("OF", 216, 88, 18, 17)
$Credits = GUICtrlCreateTabItem("Credits")
GUICtrlCreateTabItem("")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Exit
Case $ON
#include <NomadMemory.au3>
Global Const $hOffset[8] = [0x80, 0x3F, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]
Global Const $hAddress = 0x3250E8AA
Sleep(0)
While not "ProcId"
$ProcId = ProcessExists("metin2.bin")
ConsoleWrite("ProcId: " & $ProcId & @CRLf)
$hProcess = _MemoryOpen($ProcId)
$x = _MemoryRead($hAddress)
$x = _MemoryRead($x + $hOffset[0])
$x = _MemoryRead($x + $hOffset[1])
$x = _MemoryRead($x + $hOffset[2])
$x = _MemoryRead($x + $hOffset[3])
$x = _MemoryRead($x + $hOffset[4])
$x = _MemoryRead($x + $hOffset[5])
$x = _MemoryRead($x + $hOffset[6])
$x = _MemoryRead($x + $hOffset[7])
_MemoryWrite($x,$hOffset[8],$ProcId,$go,"dword")
Func OnExit()
_MemoryClose($hProcess)
Exit
EndFunc ;==>end
WEnd
EndSwitch
WEnd
thx schonmal
ich wollte mal n Multhack machen (speedhack auch)
nur mein code funktioniert nicht :(
könnt ihr mir helfen pls ...
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Speedhack = GUICreate("Speedhack", 270, 163, 193, 133)
$Speedhack = GUICtrlCreateTab(8, 16, 249, 129)
GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)
$speedhac = GUICtrlCreateTabItem("speedhac")
$go = GUICtrlCreateInput("16256", 32, 88, 73, 21)
$Movespeed = GUICtrlCreateLabel("Movespeed", 32, 64, 60, 17)
$ON = GUICtrlCreateButton("ON", 112, 80, 41, 33, 0)
$OFF = GUICtrlCreateButton("OFF", 160, 80, 43, 33, 0)
$OF = GUICtrlCreateLabel("OF", 216, 88, 18, 17)
$Credits = GUICtrlCreateTabItem("Credits")
GUICtrlCreateTabItem("")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Exit
Case $ON
#include <NomadMemory.au3>
Global Const $hOffset[8] = [0x80, 0x3F, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]
Global Const $hAddress = 0x3250E8AA
Sleep(0)
While not "ProcId"
$ProcId = ProcessExists("metin2.bin")
ConsoleWrite("ProcId: " & $ProcId & @CRLf)
$hProcess = _MemoryOpen($ProcId)
$x = _MemoryRead($hAddress)
$x = _MemoryRead($x + $hOffset[0])
$x = _MemoryRead($x + $hOffset[1])
$x = _MemoryRead($x + $hOffset[2])
$x = _MemoryRead($x + $hOffset[3])
$x = _MemoryRead($x + $hOffset[4])
$x = _MemoryRead($x + $hOffset[5])
$x = _MemoryRead($x + $hOffset[6])
$x = _MemoryRead($x + $hOffset[7])
_MemoryWrite($x,$hOffset[8],$ProcId,$go,"dword")
Func OnExit()
_MemoryClose($hProcess)
Exit
EndFunc ;==>end
WEnd
EndSwitch
WEnd
thx schonmal