Advertisement
Guest User

ProcuraCavalo

a guest
Jan 11th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ;basicamente o ^f é o control+f, a segunda linha nome do cavalo(nesse caso estaria cavalo1)
  2. ;a terceira é confirmação, é só seguir o modelo e adicionar mais cavalos
  3.  
  4. IfWinExist Lobby PokerStars
  5. {
  6. WinActivate
  7. }
  8. else {
  9. Run Lobby PokerStars
  10. WinWait Untitled - Notepad
  11. WinActivate
  12. }
  13.  
  14. Send ^f!
  15. Send cavalo1
  16. Send {Enter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement