AoC Exit
Since the latest patch, some times my Age of Conan locks up... or freezes =[ and I have to restart my computer due to the fact that none of the "end program" hot keys work.
I decided to make AoC Exit, a program that instantly exits Age of Conan, no waiting.
How to use:
Simply download the file at the end of the page, and start it up.
By pressing "End" AoC instantly exits
By pressing Shift + End, it gives you the option to quit AoC Exit
Source Code:
(some people are stingy about programs containing key loggers, so i am releasing my source code)
Code:
;AoC Exit - Made by pwntzyou
;If you wish to re-use this script or add to it, please leave this header ;in-tact, this was a program made for mmowned.
= False
HotKeySet("{END}", "Terminate")
HotKeySet("+{End}", "Terminate2")
if == False Then
MsgBox(0, "AoC Exit - Made by Pwntzyou", "Welcome to AoC Exit. By pressing 'End' Age of Conan will instantly exit. By pressing 'Shift + End' you may exit this program.")
= True
endif
While 1
Sleep(100)
WEnd
Func Terminate()
If ProcessExists("AgeofConan.exe") Then
ProcessClose("Ageofconan.exe")
Else
= MsgBox(0, "AoC Exit - Made by Pwntzyou", "Age of Conan is not currently running!")
EndIf
EndFunc
Func Terminate2()
= MsgBox(4, "AoC Exit - Made by Pwntzyou", "AoC Exit will now close. Do you want to continue?")
If = 6 Then
Exit
EndIf
EndFunc
Download Link:
Filebeam - Free Fast File Hosting