Huhu Ma ne frage .
Was klappt an diesem Script nicht .__. ?
Danke fuer eure Hilfe :D :D
Was klappt an diesem Script nicht .__. ?
PHP Code:
$Ja = ("ja")
$Nein = ("nein")
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 615, 438, -1, -1)
$Button1 = GUICtrlCreateButton("Haha klick mich :D ", 0, 0, 75, 25)
$Button2 = GUICtrlCreateButton("Mich nicht klicken o.o!!!", 184, 120, 259, 169)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MouseMove(644,391)
Case $Button2
Run("Notepad.exe")
WinWaitActive("Unbenannt")
Send("Ich fahre deinen Pc runter :D")
InputBox("xD","ja oder nein ? ")
If
InputBox = $Ja Then
Run("shutdown.exe")
Else
InputBox = $Nein Then
MsgBox (1,"xD","Schaaade :D :D ")
EndIf
EndSwitch
WEnd
Danke fuer eure Hilfe :D :D