Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. title , doesnt need bank pin , only access to experiment. if this isnt allowed , mods may take it down (this is for a script)
  2. if i want to only attack one of them what should i do?
  3. or you could make a gui which chooses which script (thats what i did once and it worked)
  4. happy 20th birthday you old twonk
  5. this works for me if (getWidgets().isVisible(219, 0, 1) { getWidgets().interact(219, 0, 1," Continue"); }
  6. Also aren't you that guy who got caught driving drunk with his kids? edit: whats up with the fuckin piercings
  7. you could use conditionalsleep Example; This will sleep for 500 if condition is true (which is if the specific widget is not visible.) new ConditionalSleep(500) { @Override public boolean condition() throws InterruptedException { return !getWidgets().isVisible(parent,child); } }.sleep();
  8. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ check this out too.
  9. you cant talk shit bout other people , thats why you got banned
  10. http://osrsbanrates.com
×
×
  • Create New...