Quote:
Originally Posted by KekzCracker
@Metro
Schau doch mal in der Coder Section, oder bei Google !
|
Ja habe ich getan aber nichts so gefunden,
brauche einweisung wohin ich es hin schreiben,
habe hier Videos gefunden, aber die die sind für die Bedienung,
Habe Dark angeschrieben, ob er mir die Datein schieckt wenn der Online kommt,
Also so weit bin ich erst, Aber das desing Zeige ich euch esrt mall nicht, Paar Deteis werde noch dan am ende noch mall bearbeitet,
MsgBox(0," Present by Metro Dark-Paradise","Viel Spaß mit dem Hack!!")
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\alex\Desktop\4s.kxf
Global $Form1_1 = GUICreate("Metro .feat. Dark v.3.3 4Story Lite Hack", 637, 451, 192, 124)
Global $Button1 = GUICtrlCreateButton("SPPED", 8, 16, 145, 41, 0)
GUICtrlSetCursor ($Button1, 2)
Global $Button2 = GUICtrlCreateButton("UNBESIEGBAR", 248, 16, 145, 41, 0)
GUICtrlSetCursor ($Button2, 2)
Global $Button3 = GUICtrlCreateButton("ONE HIT", 8, 72, 145, 41, 0)
GUICtrlSetCursor ($Button3, 2)
Global $Button4 = GUICtrlCreateButton("NO MISS", 248, 72, 145, 41, 0)
GUICtrlSetCursor ($Button4, 2)
Global $Button5 = GUICtrlCreateButton("INVISIEBLE", 8, 128, 145, 41, 0)
GUICtrlSetCursor ($Button5, 2)
Global $Button6 = GUICtrlCreateButton("SHOP", 248, 128, 145, 41, 0,)
GUICtrlSetCursor ($Button6, 2)
Global $Button7 = GUICtrlCreateButton("KING DOM", 112, 184, 177, 41, 0)
GUICtrlSetCursor ($Button7, 2)
Global $Pic1 = GUICtrlCreatePic("C:\Users\alex\Desktop\wallpapers-5800-small-04[1].jpg", 0, 0, 625, 441, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
Global $MetroFeatDarkParadise = GUICtrlCreateInput("MetroFeatDarkParadise", 8, 384, 233, 30)
GUICtrlSetFont($MetroFeatDarkParadise, 14, 800, 2, "Vivaldi")
GUICtrlSetColor($MetroFeatDarkParadise, 0xFF0000)
GUICtrlSetBkColor($MetroFeatDarkParadise, 0x000000)
Global $Elitepvpers = GUICtrlCreateInput("Elitepvpers", 400, 384, 217, 30, BitOR($ES_CENTER,$ES_AUTOHSCROLL))
GUICtrlSetFont($Elitepvpers, 14, 800, 2, "Vivaldi")
GUICtrlSetColor($Elitepvpers, 0xFF0000)
GUICtrlSetBkColor($Elitepvpers, 0x000000)
GUICtrlSetCursor ($Elitepvpers, 2)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd