Advertisement
Guest User

pollniveach agil course ezmode - by amluv/snaffle

a guest
Feb 1st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IfWinActive ahk_exe JagexLauncher.exe
  2.  
  3. rand(min,max)
  4. {
  5.     random, randDelay, %min%, %max%
  6.     return randDelay
  7. }
  8.  
  9. shift & `::
  10.  
  11.         click                       ;climb on basket
  12.         sleep rand(1800,2000)
  13.  
  14.         mousemove -50,-220,rand(10,20), R
  15.         click                       ;jump on market stall
  16.  
  17.         sleep rand(5300,5600)
  18.         mousemove 225,30,rand(10,20), R
  19.         click                       ;grab banner
  20.  
  21.         sleep rand(5000,5500)
  22.         mousemove 65,200,rand(10,20),R
  23.         click                       ;leap gap
  24.  
  25.         sleep rand(4200,4400)
  26.         mousemove -120,-80,rand(10,20),R
  27.         click                       ;jump to tree
  28.  
  29.         sleep rand(6400,6800)
  30.         mousemove -270,70,rand(10,20),R
  31.         click                       ;climb rough wall
  32.  
  33.         sleep rand(4000,4500)
  34.         mousemove -215,-70,rand(10,20),R
  35.         click                       ;cross monkeybars
  36.  
  37.         sleep rand(8700,9200)
  38.         mousemove 450,-125,rand(10,20),R
  39.         click                       ;jump on tree
  40.  
  41.         sleep rand(5500,6000)
  42.         mousemove 90,180,rand(10,20),R
  43.         click                       ;jump to drying line
  44. return
  45.  
  46. ctrl & `::
  47.     reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement