You are on page 1of 1

#NoEnv

#UseHook
#InstallKeybdHook
#SingleInstance, force
#Persistent

;everything I do in here is assuming that the hotkeys for invoker are q for quas, e
for wex, r for exort, f for ult, t and g are the spell buttons to cast
;I recommend using quick casting in dota 2 for these to work faster
;7/5/17 UPDATE
;Added labels to all spells so they can be called with gosub to make easy combos

;create a GUI
Gui, Font, cWhite
Gui, Add, Text, x10, Cold Snap: 1
Gui, Add, Text, x10, Tornado: 2
Gui, Add, Text, x10, Meteor: 3
Gui, Add, Text, x10, Deafening Blast: 4
Gui, Add, Text, x10, Alacrity: 5
Gui, Add, Text, x10, Sunstrike: 6
Gui, Add, Text, x10, Forged Spirits: 7
Gui, Add, Text, x10, EMP: 8
Gui, Add, Text, x10, Ice Wall: 9
Gui, Add, Text, x10, Ghost Walk: f1

Gui, +AlwaysOnTop
Gui, Color, Black
Gui, Show, w400 h300, Spell List
return

;creating an exit button


^0::ExitApp ;control + 0 exits the program instantly (not pause)

~4::
sonicWave:
SendInput, qqqwer
return

You might also like