Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. 1st rule of my regime. > dont talk about the list > dont target alphas
  2. Ban all foos! make osbot great again
  3. thou show support +1 press f for mod
  4. Let me tell ya I'll build a ban list. And it will be uuuuuuugggeeeeee. Deny my authority? The list just got bigger #chris4mod. *make osbot great again* /s. God bless osbot
  5. it's not him lmfao. I would know
  6. i love her too
  7. dont target his feelings!
  8. http://osbot.org/forum/topic/96505-osbot-scripting-basics-and-snippets/ try this
  9. u can have my spot m8
  10. Definitely the cavs doesn't Messi play for them
  11. my dad left for a a few mins 15 years ago. Ill see the bastard soon since he is in jail
  12. Chris

    @Krys

    Should have stayed banned lmao
  13. Look into ConditionalSleep
  14. god bless for this snippet. Thanks daddy
  15. did you Build -> Build artifacts -> Build
  16. I use intellij so idk about eclipse. I'm off to bed now. Good luck
  17. Yes you need to import import org.osbot.rs07.api.filter.Filter; You could also use lambda NPC blah = getNpcs().closest(npc -> npc.getName().equals("Cat") && //other conditions); then interact View this thread for some helpful information.
  18. NPC chicken = getNpcs().closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.exists() && npc.getName().equals("Chicken") && npc.isAttackable(); } }); //ConditionalSleep example if (chicken != null){ if (chicken.interact("Attack")){ new ConditionalSleep(5000) { // 5000ms timeout @Override public boolean condition() throws InterruptedException { return myPlayer().isInteracting(chicken); } }.sleep(); } } Hope it helps
  19. Chris

    hey fren ;)

  20. yes At level 1 agility, run energy recharges at approximately 1 percent per 7.5 seconds whereas at level 50 agility, the rate is 1 energy per 4 seconds. This bonus is also applied in F2P worlds. Higher Agility levels may also allow you to avoid the damage taken when caught pickpocketing.
  21. shit song smh but nice whips
  22. Its hard being a saint inside of a sinners body

    1. Rudie

      Rudie

      true story fren

×
×
  • Create New...