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')







