Advertisement
Guest User

Trigger pra Paladins - original code (Vladivostok)

a guest
Oct 20th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. HotKeySet("9", "Encerrar")
  2. HotKeySet("2", "balamansa")
  3. MsgBox(0, "Cheetos", "pai = on")
  4. Sleep(4000)
  5. Func balamansa()
  6. MsgBox(0, "Cheetos", "Salve familia")
  7. While 1
  8. $point = PixelSearch(957,537,963,541, 0xFE4040, 3)
  9. if IsArray($point) Then
  10. MouseClick("left")
  11. EndIf
  12. $point = PixelSearch(957,537,963,541, 0xFDB033, 3)
  13. if IsArray($point) Then
  14. MouseClick("left")
  15. EndIf
  16. WEnd
  17. EndFunc
  18. Func Encerrar()
  19. MsgBox(0, "Cheetos", "Tmj quebrada")
  20. Exit 1
  21. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement