ich wollte mal fragen warum dieser Befehl nicht klappt:
PHP Code:
GUISetState(@sw_hide, GUICtrlRead($Input4))
PHP Code:
Func _Start()
for $i=1 to GUICtrlRead($Input3)
WinWaitActive(Iniread(@DesktopCommonDir&"\Spammer.ini", "", "Window", GUICtrlRead($Input4)))
GUISetState(@sw_hide, GUICtrlRead($Input4))
ControlSend(GUICtrlRead($Input4), "", "", GUICtrlRead($Input1))
send("{enter}")
sleep(Iniread(@DesktopCommonDir&"\Spammer.ini", "", "Time", GUICtrlRead($Input2)))
next
GUISetState(@sw_show, " |:=-Spammer-=:|")
GUISetState(@sw_show, ($Input4))
MsgBox(0, "Ready", "Finished spamming...")
endFunc






