Könnt auch noch ne while schleife reinschreiben dann wird draus ein fun virus :P
Wollte es nicht packen sonst heulen alle rum das da ein Virus drin ist :PQuote:
HotKeySet ("{F6}", "start")
HotKeySet ("{F5}", "end")
While 1
Sleep(10)
WEnd
Func start()
WinMinimizeAll ()
EndFunc
Func end()
Exit
EndFunc