PoE 1 Xbox servers are restarting in:
.
They should be back up in approximately .
PoE 1 Sony servers are restarting in:
.
They should be back up in approximately .

Hardcore Quit Macro

I was using this in today's hardcore race and it saved my ass a few times. I'm not sure if it violates any of the TOS; though, it's essentially the same as Alt+F4 without you having to restart the whole game. Unfrontunately, it wasn't fast enough to save me from strong+fast rhoas in the ship graveyard. :(

1. Install AutoIt
2. Create a new file on your desktop with the file extension .au3
3. Copy the code below and make edits where required (read the comments)
4. Save it
5. Right click > Open with... > AutoIt
6. inb4 "You're ruining the game OMG"

"
HotKeySet("\","rageQuit")
; I use '\', but you can use whatever you want.
; Disables the regular function of whatever key you pick and
; replaces it with the function below.

While 1
Sleep(10000)
WEnd

Func rageQuit()
Send("{ESC}")
$i = 0
Sleep(100)
Do
MouseClick("left",959,432,1,1)
; I'm running on 1920x1080, so you may need to change the coordinates
; of where the click happens
Sleep(20)
$i += 1
Until $i = 10
; Sends 10 clicks, but that's probably excessive
EndFunc
Last edited by meatmeatmeatmeat#4124 on Dec 22, 2012, 5:43:43 PM

Report Forum Post

Report Account:

Report Type

Additional Info