Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // 21.08.2019
  2. #name "New Script"
  3.  
  4. if(iskeydown(#alt)=1)
  5.  
  6. $h = hget($_xmouse, $_ymouse)
  7.  
  8. hset($h, 0)
  9.  
  10. end_if
  11.  
  12. if(iskeydown(#G)=1)
  13. getscreen()
  14. IF_PIXEL_IN (10,80, 1900, 1000, 5987051)
  15.  
  16. move($_xmouse + ($_return1 - 959),$_ymouse + ($_return2 - 550))
  17. lclick($_xmouse, $_ymouse)
  18.  
  19. ldown($_xmouse, $_ymouse)
  20. waitms(rnd(4, 14))
  21. lup($_xmouse, $_ymouse)
  22.  
  23.  
  24. END_IF
  25.  
  26. waitms(15)
  27.  
  28. end_if
  29.  
  30. if(iskeydown(#H)=1)
  31.  
  32.  
  33.  
  34. end_if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement