Guest User

Untitled

a guest
Apr 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. import com.xBot.script.Script;
  2. import com.xBot.script.ScriptDetails;
  3. import com.xBot.script.methods.Camera;
  4. import com.xBot.wrappers.Tile;
  5.  
  6. @ScriptDetails(description = "Smith Admanties.", name = "SmitherOwner", author = "Harshy", version = 1.0D)
  7. public class Qwerty extends Script {
  8.  
  9. @Override
  10. public int script() {
  11. clickTile(new Tile(2342, 3806));
  12. sleep(2500, 2600);
  13. clickTile(new Tile(2344, 3810));
  14. sleep(2500, 2600);
  15. (Inventory.clickItem(440));
  16. return nextInt(350,500);
  17.  
  18.  
  19. }
  20.  
  21.  
  22. }
Add Comment
Please, Sign In to add comment