#SingleInstance force ;force a single instance #HotkeyInterval 0 ;disable the warning dialog if a key is held down #InstallKeybdHook ;Forces the unconditional installation of the keyboard hook #UseHook On ;might increase responsiveness of hotkeys #MaxThreads 20 ;use 20 (the max) instead of 10 threads SetBatchLines, -1 ;makes the script run at max speed SetKeyDelay , -1, -1 ;faster response (might be better with -1, 0) ;Thread, Interrupt , -1, -1 ;not sure what this does, could be bad for timers HealthBarOn := False MsgBox, 0, www.alfred.co.in/software/dota-tool, Please make sure that Garena and this script are running as an administrator in Vista.`n `n Visit www.alfred.co.in/software/dota-tool for more info. `n Made by Snow-Scar (Garena), 10 MsgBox, 0, www.alfred.co.in/software/dota-tool, Press ~ (next to the 1 key) during the game to switch on the HP viewer.`n Press mouse middle button to activate the first slot in your inventory., 10 ;; Use ` to toggle health on/off *`:: if (HealthBarOn == False) { Send, {vkDB Down} Send, {vkDD Down} HealthBarOn := True } else { Send, {vkDB Up} Send, {vkDD Up} HealthBarOn := False } return *Mbutton::send, {Numpad7}