SHOW:
|
|
- or go back to the newest paste.
| 1 | #NoEnv | |
| 2 | SetWorkingDir %A_ScriptDir% | |
| 3 | CoordMode, Mouse, Client | |
| 4 | SendMode Input | |
| 5 | #SingleInstance Force | |
| 6 | SetTitleMatchMode 2 | |
| 7 | #WinActivateForce | |
| 8 | SetControlDelay 1 | |
| 9 | SetWinDelay 0 | |
| 10 | SetKeyDelay -1 | |
| 11 | SetMouseDelay -1 | |
| 12 | SetBatchLines -1 | |
| 13 | ||
| 14 | 9:: ;Change this number to whatever u want to control it | |
| 15 | MouseGetPos xpos, ypos ;Grabs Position | |
| 16 | Click, 584, 438 ;Gmaul location | |
| 17 | Sleep, 25 | |
| 18 | Send, {F5} ;hotkey for attack styles
| |
| 19 | Sleep, 25 | |
| 20 | Click, 641, 451 ;special attack | |
| 21 | Sleep, 25 | |
| 22 | Click, 641, 451 ;special attack | |
| 23 | Sleep, 5 | |
| 24 | Send, {F1} ;inventory
| |
| 25 | Sleep, 1 | |
| 26 | MouseMove, xpos, ypos , 1 ;moves mouse to last hovered before spot | |
| 27 | Sleep, 25 | |
| 28 | Click | |
| 29 | Sleep, 25 | |
| 30 | Click, 641, 451 ;whack location | |
| 31 | Sleep, 25 | |
| 32 | MouseMove, xpos, ypos , 1 ;moves mouse to last hovered before spot | |
| 33 | Sleep, 25 | |
| 34 | Click | |
| 35 | Send {Backspace}
| |
| 36 | return | |
| 37 | ||
| 38 | Escape:: | |
| 39 | ExitApp | |
| 40 | Return |