Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. use conditionalsleeps instead of while loops try tis: if (getTrade().isCurrentlyTrading()) { if (getTrade().isFirstInterfaceOpen()) { if (getTrade().acceptTrade()) { new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getTrade().isSecondInterfaceOpen(); } }.sleep(); } } else { if (getTrade().acceptTrade()) { new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return !getTrade().isCurrentlyTrading(); } }.sleep(); } } idk 100% if code will work cause i wrote it on browser
  2. do u have a: getTrade().isCurrentlyTrading() in your code edit: post ur code
  3. Acerd

    $$

    i laughed too hard
  4. could use FrostHopper
  5. i think ive played this i dont remember lol
  6. for the love of god get rid of your siggy
  7. as in the expensive ones that you get from scripters customly made aka only you have the script
  8. you better not fucking make a thread when you get banned anyways good luck
  9. Yes to all in my opinion , i have my doubts about the golden glory though it sounds pretty cool. (note: i do not play rs)
  10. If you're interested in computer science or programming , you could learn some java or C#; thats what im doing this summer. Since you're interested in anime , you could always try out Visual Novels. or just be like my uncle and just work then sleep the whole day
  11. you actually fucking did it , legend
  12. check the logger and post it
  13. fuck , not again i can never solve your god damn riddles good luck to the people participating
  14. couldnt find one so i made one. was going to upload to sdn but ill do it when its open again. (for free ofc) link: http://uppit.com/a2vw6blsa74j how to add script: put the .jar file in: C:\Users\YOURNAME\OSBot\Scripts , then press "Refresh" on the script selector. (in the client) source: enjoy priks
  15. i do not watch streams but i do watch b0aty and A Friend vids
×
×
  • Create New...