Heute stell ich euch vor wir man Hacks mit autoit3 herstellt!
Code:
-----------------------------------------------------------------------
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Example Hack Tutorial!", 247, 90, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Aura p Hack", 16, 24, 97, 17)
$Button1 = GUICtrlCreateButton("Start Hack", 16, 56, 75, 25, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Exit", 128, 56, 75, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()
Case $Button2
Exit
EndSwitch
WEnd
Func _Hack(); This is the functions which turns on the hacks when you start Metin2
GUISetState(@SW_HIDE);
ToolTip("Hacking!",0,0); This is up in the corner which says Start Metin2
$WAIT = ProcessWait("metin2client.bin");
$PID = ProcessExists("metin2client.bin");
Sleep(500);Takes a little break..
$OPEN = _MemoryOpen ($PID); The memory .. which makes the functions work.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x Dein code,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
-----------------------------------------------------------------------------------------------
Video:
Du musst dein Code alleine herausfinden!
Du kannst auch z.b Die schwerter Der addresse Nehmen und benutzen!!
erstmal müsst ihr NomadMemory.au3 in C:\Program Files (x86)\AutoIt3\Include reinverschieben
!
Normadmemory findet ihr im Anhang! und das video in 1080p ansehen!






