Advertisement
thedupetroop

Reachable again

Dec 27th, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.46 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()){  
  10.             //X1..., Y1... are two X and Y coords near where you'll be botting.
  11.             if(reachable(X1, Y1)) {
  12.                 //code inside
  13.             } else if(reachable(X1, Y1)) {
  14.                 //code inside
  15.             } else if(reachable(X1, Y1)) {
  16.                 //code inside
  17.             } else {
  18.                 //the bot doesn't know where you're at.
  19.             }
  20.         }
  21.     }
  22.        
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement