HTML Code:
#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("mein levelbot mit moblock", 800, 600, 500, 200) $Button1 = GUICtrlCreateButton("pickupbot", -20, 112, 187, 81, 0) $Button2 = GUICtrlCreateButton("Mein einlog und relog bot :top:", -28, 0, 619, 113, 0) $Button3 = GUICtrlCreateButton("autoschlagbot", 164, 112, 187, 81, 0) $Button4 = GUICtrlCreateButton("fehigkeitsbot", 348, 112, 163, 81, 0) $Button5 = GUICtrlCreateButton("potterbot wird noch berarbeitet", 4, 328, 531, 113, 0) $Label1 = GUICtrlCreateLabel("MEIN LEVEL BOT MIT MOBLOCK", 0, 200, 588, 113) $Button6 = GUICtrlCreateButton("Run Moblock 3.9(banjo1) helper.exe", 516, 120, 180, 57, 0) $Button7 = GUICtrlCreateButton("Run M2 MultiversionHack by banjo1 v3.90.exe", 532, 352, 190, 49, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Select Case $NMSG = $Button1 Run ( "C:\Users\Гамзат\Desktop\Новая папка\pickupbot.au3" ) Case $NMSG = $Button2 Run ( "C:\Users\Гамзат\Desktop\Новая папка\Metin2 level bot mit moblock.au3" ) Case $NMSG = $button3 Run ( "C:\Users\Гамзат\Desktop\Новая папка\auto schlag.au3" ) Case $NMSG = $button4 Run ( "C:\Users\Гамзат\Desktop\Новая папка\fehigkeitsbot.au3" ) Case $NMSG = $button5 Run ( "wird bearbeitet" ) Case $NMSG = $button6 Run ( "C:\Users\Гамзат\Desktop\Metin2\Moblock 3.9(banjo1) helper.exe" ) Case $NMSG = $button7 Run ( "C:\Users\Гамзат\Desktop\Новая папка (3)\Новая папка (6)\Files\M2 MultiversionHack by banjo1 v3.90.exe" ) Switch $nMsg Case $GUI_EVENT_CLOSE EndSwitch EndSelect WEnd Exit