Jump to content

[Macro] Rage Quit Button


2 replies to this topic

#1 Garagano

    Member

  • PipPipPipPipPipPipPip
  • Littlest Helper
  • Littlest Helper
  • 862 posts
  • LocationGermany

Posted 13 February 2015 - 06:29 AM

RAGE QUIT !!!!! ... na, not really. Its rather a "one click exit match" script to leave uninteresting matches early after you died... :P

This script is for Autohotkey and for 1920p. It clicks automatically on the >QUIT MATCH< and >OK< button. It is purely for convenience. I use it very often and i like it so i want to share it here.
If you use another screen resolution than 1920x1080 you have to adapt the click coordinates.

#IfWinActive, ahk_class CryENGINE
#SingleInstance FORCE
 
f12::
Send {Esc}
Sleep 200
SendEvent {click 953, 645}
Sleep 200
SendEvent {click 962, 580}
Return


with two keys:

SHIFT + F12 :
$+f12::

or with the Pause key
~Pause & F12::

Edited by Garagano, 13 February 2015 - 06:55 AM.


#2 Insects

    Member

  • PipPipPipPipPipPipPip
  • Bridesmaid
  • Bridesmaid
  • 995 posts
  • Locationstraya

Posted 13 February 2015 - 08:17 AM

Shouldnt it automatically send a chat message like "This team is terrible! Its your fault I died first! Im ragequitting bye noobz!"

#3 DarkExar

    Member

  • PipPipPip
  • Star Colonel
  • 77 posts
  • LocationPoland

Posted 13 February 2015 - 10:15 AM

you forgot " and you all sux!" :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users