Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. 5$ paypal account #1
  2. nice shit banter
  3. VPN <--- thats ur answer Noob
  4. Chris

    happy b

    who is dubzie and what is birthday
  5. Chris

    Fire capes

    took my 3b jk glwith u services cutieee
  6. NFO][bot #1][09/21 12:58:03 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:03 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:03 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:03 PM]: Handle hehe : Rock Crabs Region reset area [iNFO][bot #1][09/21 12:58:04 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:04 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:04 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:04 PM]: Handle hehe : Rock Crabs Region reset area [iNFO][bot #1][09/21 12:58:05 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:05 PM]: Handle hehe : Rock Crabs Region reset area [iNFO][bot #1][09/21 12:58:06 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:06 PM]: Entrance found [ROCK_CRABS_EXIT] [iNFO][bot #1][09/21 12:58:06 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:06 PM]: Handle hehe : Rock Crabs Region reset area [iNFO][bot #1][09/21 12:58:08 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:08 PM]: Found nearby action! Action Name Rock Crabs Region reset area , Source [x=2728, y=3710, z=0] -> [x=2773, y=10162, z=0].. name [perfect.scripting.script.a.b.a.CON@28ba684c] [iNFO][bot #1][09/21 12:58:08 PM]: [x=2724, y=3490, z=0] [iNFO][bot #1][09/21 12:58:08 PM]: Handle hehe : Rock Crabs Region reset area [iNFO][bot #1][09/21 03:19:10 PM]: Terminating script Perfect Crabs dev... [iNFO][bot #1][09/21 03:19:10 PM]: Script Perfect Crabs dev has exited!
  7. Chris

    Greetings

  8. Because Meh
  9. if (randomPath == 0) { log("random = 0"); randomPath = random(1,4); } if(randomPath == 1) { localWalker.walkPath(pathToHouseTwo); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 2) { localWalker.walkPath(pathToHouseTwo2); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 3) { localWalker.walkPath(pathToHouseTwo3); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 4) { localWalker.walkPath(pathToHouseTwo4); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); }
  10. Top quality shit post
  11. Chris

    1 Day Ban

    cause 14hrs a day didnt
  12. Custom walkers follows the same idea as local walker but doesn't spam click if ur not on the first position of the list It would be in a new class Walking.java Then I call it snide my script Walking walk = new Walking (); Then walk.walkpath (path here); @Sinatra Something like this public class Walking { private Script scriptInstance; public Walking(Script scriptInstance){ this.scriptInstance = scriptInstance; } public void walkPath(Position[] path) throws InterruptedException { Position[] var5 = path; int var4 = path.length; for(int var3 = 0; var3 < var4; ++var3) { Position p = var5[var3]; boolean success; if(scriptInstance.myPosition().distance(p) <= 16 && scriptInstance.myPosition().distance(p) >= 3) { do { success = this.walkTile(p); } while(!success); } } } public boolean walkTile(Position p) throws InterruptedException { if(scriptInstance.myPosition().distance(p) > 13) { Position fail = new Position((p.getX() + scriptInstance.myPosition().getX()) / 2 + scriptInstance.random(-3, 3), (p.getY() + scriptInstance.myPosition().getY()) / 2 + scriptInstance.random(-3, 3), scriptInstance.myPosition().getZ()); this.walkTile(fail); } scriptInstance.mouse.click(new MiniMapTileDestination(scriptInstance.bot, p), false); int var3 = 0; while(scriptInstance.myPosition().distance(p) > 2 && var3 < 10) { scriptInstance.sleep(500L); if(!scriptInstance.myPlayer().isMoving()) { ++var3; } } return var3 != 10; } }
  13. Just use a custom walker for now
  14. it can do self nmz?
  15. Bobrocket is really mod weath! grab the pitchforks bois
  16. Sold
  17. still interested?
  18. That's what the common pleb does
  19. Because Sinatra Gatherer Plus is better EDIT: Post on the script thread and tell him to fix it :P!
  20. Add my skype
  21. Moss giants are good exp got me 60-60-60
  22. script.log(salmon.isVisible());
×
×
  • Create New...