Hallo habe versucht ein GM Tool zu machen mit AutoIt
Habe Die Vorlage mit button usw. Von KODA
was ist dran falsch bitte helft mir
DANKE AN ALLE IM VORRAUS
Habe Die Vorlage mit button usw. Von KODA
was ist dran falsch bitte helft mir
BItte um SChnelle HILFEQuote:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$GM = GUICreate("GM", 389, 183, 358, 125)
$SWA = GUICtrlCreateButton("66er Ninja", 8, 8, 75, 25, 0)
$SSP = GUICtrlCreateButton("66er Krieger", 88, 8, 83, 25, 0)
$Button2 = GUICtrlCreateButton("Button2", 200, 16, 1, 9, 0)
$MPP = GUICtrlCreateButton("66er Sura", 176, 8, 99, 25, 0)
$Schwarze Kleidung = GUICtrlCreateButton("66er Schami", 280, 8, 91, 25, 0)
$Button5 = GUICtrlCreateButton("Giftschwert +9", 8, 40, 75, 25, 0)
$Button6 = GUICtrlCreateButton("Siriusschwert+9", 88, 40, 83, 25, 0)
$Button7 = GUICtrlCreateButton("Schlachtschwert+9", 176, 40, 99, 25, 0)
$Button8 = GUICtrlCreateButton("Vollmonschwert+9", 288, 40, 91, 25, 0)
$KingSchami = GUICtrlCreateButton("KingSchami", 8, 144, 107, 25, 0)
$KingKrieger = GUICtrlCreateButton("KingKrieger", 8, 120, 107, 25, 0)
$KingNinja = GUICtrlCreateButton("KingNinja", 8, 96, 107, 25, 0)
$KingSura = GUICtrlCreateButton("KingSura", 8, 72, 107, 25, 0)
$Falkenschild = GUICtrlCreateButton("Falkenschild+9", 128, 72, 83, 25, 0)
$ggDSS = GUICtrlCreateButton("100%ggDSS", 128, 104, 75, 25, 0)
$ggFKS = GUICtrlCreateButton("100%ggFKS", 128, 136, 75, 25, 0)
$Hast = GUICtrlCreateButton("Hast +4", 216, 72, 75, 25, 0)
$Todi = GUICtrlCreateButton("Todesstoß+4", 216, 104, 75, 25, 0)
$Durchbruch = GUICtrlCreateButton("Durchbruch +4", 216, 136, 75, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $SWA
Send ("/i 11499")
Case $SSP
Send ("/i 11299")
Case $MPP
Send ("/i 11699")
Case $Button5
Send ("/i 189")
Case $Button6
Send ("/i 279")
Case $Button7
Send ("/i 149")
Case $Button8
Send ("/i 299")
Case $KingSchami
Send ("/i 11974)
Case $KingKrieger
Send ("/i 11971")
Case $KingNinja
Send ("/i 11972)
Case $KingSura
Send ("/i 11973")
Case $Falkenschild
Send ("/i 13069)
Case $ggDSS
Send ("/i 28100")
Case $ggFKS
Send ("/i 28104")
Case $Hast
Send ("/i 28443")
Case $Todi
Send ("/i 28431")
Case $Durchbruch
Send ("/i 28430")
EndSwitch
WEnd
DANKE AN ALLE IM VORRAUS