Advertisement
thedupetroop

Reachable

Dec 27th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. import bot.*;
  2.  
  3. public class example extends Methods {
  4.     public example(Client mc) {
  5.         super(mc);
  6.     }
  7.  
  8.     public void main(String args[]) {
  9.         while(running() && reachable(X, Y)){  //X, Y are two X and Y coords near where you'll be botting.  
  10.  
  11.             //other code goes here
  12.         }
  13.     }
  14.        
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement