Jump to content

Chris

Scripter II
  • Posts

    8358
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. you need a onLoop and you would need to create a switch-case for your getState() @Override public int onLoop() throws InterruptedException { switch(getState()){ case STEAL: break; case DROP: break; case WALK_STALL: break; case POCKET: break; } return random(250, 600); } this: State getState() { if(condition 1) return State.POCKET; } And look through the Inventory and GroundItems API they are helpful Example: GroundItem g = getGroundItems().closest(""); /** remember to null check **/
  2. Delete your random.dat and create a new Read-Only version. ProjectPacts script will do this for you instantly (in the local section)
  3. you would want to interact("Use");
  4. http://osbot.org/api/org/osbot/rs07/api/Widgets.html
  5. 3-5M for the 60ish str
  6. Do not pair an 8 core with a 750TI. I made that mistake
  7. Chris

    Cya

    wanna fight fgt? 1v1 rust
  8. Chris

    Cya

    im going to take a dump and go to sleep. brb tomorrow
  9. I thought it only applied to SDN? And the local was its own musical? Paradox got banned for being an ass to an ass
  10. Banrate depends how many people are using the same script. Same interactions etc
  11. Chris

    Botting

    botting is against religions so no use ty
  12. it hovers over the item and crashes client i just pressed stop
  13. getTrade().offerAll(7936); Will not trade the item???
×
×
  • Create New...