Idling to Rule the Gods
Недостаточно оценок
UBv2 AutoHotKey Script
От Undefined
An AutoHotKey script that automates UBv2 Fights. Currently configured for 4+9 Enhanced Loop.
   
Наградить
В избранное
В избранном
Удалить
AutoHotKey Installation
  1. Go to The AutoHotKey website and download the program https://www.autohotkey.com/
  2. Once installed, create a new text file and open it
  3. Copy the script in the next section and paste the contents into the text file
  4. Rename the file extension of the text file to
    *.ahk
  5. Double click the file to run the script
The Script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SetKeyDelay 500 ; delay between key presses (ms) ; Ctrl+NumPad 3 - The original 4+9 Enhanced Loop ^Numpad3:: IfWinActive ahk_exe Idling to Rule the Gods.exe ; Checks if game is running and is the active window Send UURTIFIFIRUFIWIEIVUFRTIWIEIVVV ; The Loop return ; Finished ; Ctrl+NumPad 2 - Same as above but without the 3rd Ionioi Hero Summon ^Numpad2:: IfWinActive ahk_exe Idling to Rule the Gods.exe Send UURTIFIFIRUFIWIEIVUFRTIWIEIVV return ; Ctrl+NumPad 1 - Same as above but without the 2nd Ionioi Hero Summon ^Numpad1:: IfWinActive ahk_exe Idling to Rule the Gods.exe Send UURTIFIFIRUFIWIEIVUFRTIWIEIV return
Usage
When you're ready to fight a UBv2, just go into the fight screen and press one of the following hotkeys

Ctrl+NumPad 3

The original 4+9 Enhanced Loop

Ctrl+NumPad 2

Same as above, but without the 3rd Ionioi Hero Summon. This is useful in situations where the above is overkill and will just result in clones needlessly dying.

Ctrl+NumPad 1

Same as above, but without the 2nd Ionioi Hero Summon. This is useful in situations where the above is overkill and will just result in clones needlessly dying.