Advertisement
Guest User

Untitled

a guest
May 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include <FF.au3>
  2.  
  3. $instance = _FFStart ("https://s11-se.gladiatus.gameforge.com/game/index.php?mod=overview&sh=606adde3f601994d850831fb16c7a2ae")
  4.  
  5. ;MsgBox(0, "Error:", _FFCmd(".location.href"))
  6.  
  7. ;$sObj=_FFXpath(".//*[@id='cooldown_bar_arena']/a", "", 9)
  8. ;MsgBox(0,"a",_FFXpath(".//*[@id='cooldown_bar_text_arena']", "Go to the arena", 11))
  9.  
  10. If _FFXpath(".//*[@id='cooldown_bar_text_arena']", "Go to the arena", 11)=1 Then
  11. _FFClick(_FFXpath(".//*[@id='cooldown_bar_arena']/a", "", 9))
  12. Else
  13. MsgBox(0, "Error:", "Bube!")
  14. EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement