Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance force
- #.::
- KeyWait .
- IfWinExist, Play Dawn of the Dragons | Armor Games - Mozilla Firefox
- WinActivate
- else
- return
- Msgbox, Put the mouse over the topmost link in raidcatcher and press enter
- MouseGetPos, raidLinkX, raidLinkY
- Msgbox, Put the mouse over the join button and press enter
- MouseGetPos, joinButtonX, joinButtonY
- joinBoxX := joinButtonX-40
- joinBoxY := joinButtonY
- click left %joinButtonX%,%joinButtony%
- Msgbox, Put the mouse over the invalid raid button and press enter. You might need to move this message box first.
- MouseGetPos, errorBoxX, errorBoxY
- Loop,10000
- {
- GetKeyState, state, Shift
- if state = D
- return
- click left %errorBoxX%,%errorBoxY%
- click right %raidLinkX%,%raidLinkY%
- Sleep, 20
- Loop 6 {
- Send {Down}
- Sleep, 10
- }
- Send {Enter}
- IfWinExist, Play Dawn of the Dragons | Armor Games - Mozilla Firefox
- WinActivate
- else
- return
- click left %joinBoxX%,%joinBoxY%
- click right %joinBoxX%,%joinBoxY%
- Sleep,300
- Loop 6 {
- Send {Up}
- Sleep, 10
- }
- Send {Enter}
- IfWinExist, Play Dawn of the Dragons | Armor Games - Mozilla Firefox
- WinActivate
- else
- return
- Sleep,10
- click left %joinButtonX%,%joinButtonY%
- Sleep, 1000
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment