Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. public void Walkpath() throws InterruptedException { switch (random(1, 5)) { case 1: getLocalWalker().walk(new Position(x, y, z)); break; case 2: getLocalWalker().walk(new Position(x, y, z)); break; case 3: break; } sleep(random(700, 1800)); } Not sure what else you mean, perhaps try to explain it a bit better?
  2. I have taken leave from the almighty blue race, as I do not wish to be a normie Ex-Staff I, II, III
  3. Same deal with store for me.
  4. I think you're speaking a bit too technically for OP
  5. buy mine
  6. Tom

    Blackjacking

    I would also suggest getting straight into Conditional Sleeps, which is basically sleeping until a condition is true (prevents over sleeping, etc) new ConditionSleep(2000){ // 2000 is the time out, so it will sleep for a max of 2 seconds @Override public boolean condition(){ return !myPlayer().isUnderAttack() && !myPlayer.isAnimating(); } }.sleep(); Its a bit longer than a regular sleep, but considered better in terms of antiban in the long run and script efficiency/effectiveness.
  7. No problem, happy scripting.
  8. Have you got your ScriptManifest and stuff in your script? @ScriptManifest(author = "Mykindos", info = "osFisher - AIO Fisher", name = "osFisher", version = 1.06, logo = "http://ggplugins.com/osFisher/logo.png") public class osFisher extends Script {
  9. It does not, you have to handle running yourself
  10. You can single handedly carry a dota game as well rofl...
  11. They are both the same type of game, teamwork is equally required in both of them. What you are seeing when playing league, is a smurf absolutely strangling some lowly bronze scum
  12. 1. Bangkok titans 2. Dank 3. Meme Let me guess you play a highly team based game called Adventure Quest?
  13. ONLY UPON REQUEST
  14. Hahaha even your rank tag says Scripter III now AND I HAVE A BLUE TAAAAG
  15. Enough said
  16. How did you get SDN Scripter you didnt even know how to define an rs20bj3ct
  17. > when you are in silver in the first place Honestly acerd, your internet is not an excuse this time.
  18. https://amckiereads.wordpress.com/2010/09/24/review-escaping-salem-by-richard-godbeer/ Remember, its not a crime unless you get caught.
  19. woah Id be ahead of you but half my posts get removed
  20. Yeah well the people who run it are questionable employee's
  21. When i was 17, runescape didn't exist.
  22. i dnt get it
  23. nah its a plugin boiiiiiiiiii
  24. http://osbot.org/forum/forum/111-chatbox-ban-appeals/ Just appeal the chatbox ban, doesn't have to be a fully written job application. I've been banned about 10 times now, nothing new
×
×
  • Create New...