Advertisement
tabnation

most common gaming

Apr 19th, 2022
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. SetKeyDelay, 0
  2. -1 10
  3. settitlematchmode, 2
  4. if WinActive("ahk_class Minecraft")
  5. {
  6. do stuff here
  7. }
  8.  
  9. sleep 1000
  10. click
  11. Click,,, right
  12. MouseMove, 200, 100
  13. MouseMove, 20, 30, 50, R
  14. send howdy
  15. sendraw {getelemntid"name"}
  16. ControlSend, Minecraft, Howdy{Enter}
  17. send {u down}
  18. sleep 1000
  19. send {u up}
  20. Random, rand, 1, 10
  21. send %rand%
  22. PixelSearch, colorfoundx, colorfoundy, 200, 200, 300, 300, 0xF3B131, 30, FAST
  23. if ErrorLevel
  24. {
  25. }
  26. else
  27. {
  28. do stuff here
  29. }
  30.  
  31. ImageSearch, FoundX, FoundY, 40,40, 300, 300, C:\My Images\test.bmp
  32. SetTimer, doathing, 5000
  33. doathing:
  34. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement