I am Pretty Happy for my script so far It works as Intended. HotKeySet("f", "Poof") ;Triggers xxx
HotKeySet("d", "Poof2") ;Triggers xxx
MsgBox(0, "Running", "Running") ;MessageBox Informing that the Script is Running
While 1
Sleep(100)
WEnd
Func Poof2() ;When User Presses D...