so sollte er problemlos gehen
PHP Code:
#Include <SendMessage.au3>
#include <ie.au3>
#include <GUIConstants.au3>
$Form1_1 = GUICreate("4Story EG Bot", 397, 125, 193, 125)
$Tastenfeld = GUICtrlCreateInput("", 32, 40, 121, 21)
$startbutton = GUICtrlCreateButton("Start", 184, 40, 75, 25, 0)
$Zeitfeld = GUICtrlCreateInput("", 32, 80, 121, 21)
$stoppbutton = GUICtrlCreateButton("Stopp", 184, 80, 75, 25, 0)
$Label1 = GUICtrlCreateLabel("Taste:", 32, 16, 34, 17)
$Label2 = GUICtrlCreateLabel("Zeit:", 32, 64, 25, 17)
$Label3 = GUICtrlCreateLabel("Createt by IZEROI", 296, 16, 91, 17)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Startbutton
$taste1=GUICtrlRead($Tastenfeld)
$time1=GuiCtrlRead($Zeitfeld)
While GUIGetMsg()<>$stoppbutton
Send($taste1)
sleep($time1)
WEnd
EndSwitch
WEnd
und bladerofdarknes, wieso machst du das mit inis ist doch völlig unnötig hier