Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
#RequireAdmin
Opt("WinTextMatchMode", 3)
Opt("TrayIconHide", 1) ;0=show, 1=hide tray icon
While 1
Sleep(1000)
_Helpone()
WEnd
Func _Helpone()
IF ProcessExists("WowError.exe") Then ProcessClose("WowError.exe")
If WinExists("Wow") Then WinClose("Wow")
If WinExists("WoW") Then WinClose("WoW")
EndFunc
#RequireAdmin
Opt("WinTextMatchMode", 3)
Opt("TrayIconHide", 1) ;0=show, 1=hide tray icon
While 1
Sleep(1000)
_Helpone()
WEnd
Func _Helpone()
IF ProcessExists("WowError.exe") Then ProcessClose("WowError.exe")
If WinExists("Wow") Then WinClose("Wow")
If WinExists("WoW") Then WinClose("WoW")
EndFunc