Jump to content

ni562

Members
  • Posts

    74
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1185 profile views

ni562's Achievements

Iron Poster

Iron Poster (3/10)

7

Reputation

  1. For sure. Probably an easy way for them to catch botters too!
  2. Download the JRE from here: http://www.oracle.com/technetwork/java/javase/downloads/index.html And if you still can't run JAR files look at this thread: http://answers.microsoft.com/en-us/windows/forum/games_windows_10/cant-open-jar-file-using-windows-10/98f81ae5-0cbb-47f7-b7ff-49275e19e7a2?auth=1&rtAction=1441586909922
  3. Try this my friend http://answers.microsoft.com/en-us/windows/forum/games_windows_10/cant-open-jar-file-using-windows-10/98f81ae5-0cbb-47f7-b7ff-49275e19e7a2?auth=1&rtAction=1441586909922
  4. not sure but I think you can do while(myPlayer().isMoving){ sleep(500); }
  5. Try using my spinning script, I haven't been banned yet and made it to lvl 70 crafting!
  6. Nice tut,. I tried it and got the "Processing completed successfully" message but my script wont show up in the client..Any ideas?
  7. if(AREA.contain(player)){ walker.walk(AREA.getRandomPosition()); } else { log("Area does not contain player"); }
  8. doorHandler.getNextObstacle(Entity or Position); //Returns an RS2Object doorHandler.getObstacles(); //List of RS2Objects Take a look at the api, it's all there ! http://osbot.org/api/org/osbot/rs07/api/DoorHandler.html#getNextObstacle(org.osbot.rs07.api.model.Entity)
  9. if(!map.canReach(FIELD.getRandomPosition())){ doorHandler.handleNextObstacle(FIELD); } WALKER.WALK(FIELD);
  10. AREA.setPlane(1); I had forgotten this. Thanks :P
  11. public RS2Object getDoor(Area doorArea){ //noinspection unchecked return S.getObjects().closest(obj -> obj.getName().equals("Door") && doorArea.contains(obj)); } always returns null, any idea why?
  12. Wow i'll try that! How can i pass it a Script object? that it the only part i'm unsure about..
  13. ID: 9GD59 Key: 2H94-G1CJ-M8DY-FBJ0 Identifier: 2VC84 Key: UUKX-YQC6-VKHU-8RTM ID:2WG82 KEY:E51T-1YT6-9RAM-XE3A <----------Try this one first ID : 2VC84 KEY : UUKX-YQC6-VKHU-8RTM --------------------------- ID : 7EL93 KEY: QCCX-NNYQ-DJ03-N1QE --------------------------- ID : 5KP99 KEY : VD9V-K2UF-NEYT-98QV --------------------------- ID : 3LA84 Key : PR30-CTCT-8QQW-3RXG Found a few you can try...
×
×
  • Create New...