Hi ich poste jetzt mal den code (von autoit sprich mein mein programm aber ich weis net was falsch ist habe es wie in dem Video gemacht weiß net was falsch ist
=)
sry wenn man das net darf 2 mal das gleice posten [Vilit. Fail :D]
|
|
Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Hack = GUICreate("Hack", 229, 44, 192, 124)
$Input1 = GUICtrlCreateInput("Input1", 8, 8, 145, 21)
$Button1 = GUICtrlCreateButton("Hack", 160, 8, 65, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$Value = GUICtrlRead($Input1)
EndSwitch
WEnd
SetPrivilege("SeDebugPrivilege", 1)
While not ProcessExist("metin2client.bin")
Sleep(200)
WEnd
$Open = _memoryopen(ProcessExists("metin2client.bin."))
$Adresse = 0x2008AC5C
$Read = _MemoryRead($Adresse , $Open, 'dword')
$write = _MemoryWrite($Adresse, $Open,$Value, 'dword')