Code:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.0.0
Author: HaloBoy
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
HotKeySet ("{F1}","QAY")
HotKeySet ("{F2}","QAYW")
HotKeySet ("{F3}","QAYWS")
HotKeySet ("{F5}","QAYWSX")
HotKeySet ("{F4}","qwert")
HotKeySet ("{F6}","pause")
HotKeySet ("{F7s}","ende")
;::::::::::::::::::::::::::::::::
While 1
WEnd
;::::::::::::::::::::::::::::::
Func QAY ()
While 1
send ("{SPACE}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYW ()
While 2
Send("X")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func QAYWS ()
While 3
Send("{3}")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYWSX()
While 6
send ("{Q}")
Sleep("180")
send ("{w}")
Sleep("180")
Send ("{F1}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func qwert()
While 9
send("3")
send ("x")
send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func pause()
While 4
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func ende()
Exit 0
EndFunc
PS: ich habe kein vista und bei mir funzt er ohne probleme er hat ihn auch schon als adminestrator geöfnet






