Advertisement
ListenerNius

MysticGrove.ahk

Jan 20th, 2020
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #CommentFlag //
  2. #SingleInstance force
  3.  
  4. F12::
  5.  
  6. Loop
  7. {
  8.     if stopit = 1
  9.     {
  10.         stopit = 0
  11.         exit
  12.     }
  13.     Random, FirstCord, -25000000, 25000000
  14.     Random, SecondCord, -25000000, 25000000
  15.     Send /
  16.     Sleep 100
  17.     Send tp sirnius %FirstCord% 100 %SecondCord% {enter}
  18.     Sleep, 500
  19.     Send /
  20.     Sleep 100
  21.     Send bop tpbiome 72 {enter}
  22.     Sleep, 500
  23.     Send /
  24.     Sleep 100
  25.     Send bop tpbiome 44 {enter}
  26.     Sleep, 2000
  27. }
  28. return
  29.  
  30. ^j::
  31.     stopit = 1
  32. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement