Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. SetDefaultMouseSpeed, 0
  2. SetMouseDelay, 0
  3. SetWinDelay 0
  4. SetKeyDelay 0
  5. SendMode Input
  6. #SingleInstance Force
  7. WinActivate, Tibia
  8. WinGetPos, X, Y, width, height, A
  9. center_x:=width/2
  10. center_y:=height/2
  11. CoordMode Pixel
  12.  
  13.  
  14.  
  15. Loop, 10
  16. {
  17. ImageSearch, FoundX, FoundY, 854, 401, A_ScreenWidth, A_ScreenHeight, C:\Users\Administrator\Desktop\x\flask.png
  18. Sleep, 1000
  19. MouseClickDrag, Left, FoundX+20, FoundY+5, center_x,center_y-100
  20. Sleep, 500
  21. }
  22.  
  23. Loop, 10
  24. {
  25. random, randTime, 200, 500
  26. MouseClickDrag, Left, center_x+35, center_y-100, 920, 478
  27. Sleep, randTime
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement