Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. over 9000
  2. Chris

    Hey Mald

  3. 10m
  4. supply the account and supplies
  5. go to link he provides> then copy the top share link>paste into browser>goes to download page add in some extra paint features! http://osbot.org/forum/topic/59590-the-full-paint-tutorial-all-aspects-covered-pug-tutorials/
  6. give me an acount that can do this and i'll make one for you
  7. u gotta slap it a lil and it will go to 500mb
  8. This is being sold to Bellic for 5m tomorrow unless anyone can 1 up for a quick sale tonight. my skype is osbotsinatra1 add me to get started
  9. got 5m through skype from bellic
  10. Chris

    Banned

    dat delayed ban
  11. I want to to select the talisman and interact with the ruins but it only returns the option for tiaras aka "Enter" Entity ruins = s.objects.closest("Mysterious ruins"); if (ruins != null) { s.sleep(s.random(3000)+500); if (s.getInventory().contains("Air talisman")) { if (s.getInventory().getSelectedItemName().equals("Air talisman")) { ruins.interact("Use"); s.sleep(s.random(300) + 600); } else { s.inventory.getItem("Air talisman").interact("Use"); //if first statement is not true it will select it again (Hoping ) } } else { ruins.interact("Enter"); //if you are using a tiara it will just call 'enter' and go inside s.sleep(s.random(300) + 1000); } }
  12. Can I buy like 2m?
  13. I test my scripts on flagged ips ;) GL
  14. ahh hot damn folks! Sinatra scripter noob did it again! thanks again!
  15. Issue Code Source package me.sinatra.machine.Activities; import me.sinatra.machine.util.Activity; import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; /** * Created by Sinatra on 8/5/2015. */ public class attackTarget implements Activity { @Override public boolean shouldDoActivity(Script s) { return ((!s.myPlayer().isAnimating()) && (s.myPlayer().isVisible()) && (!s.myPlayer().isUnderAttack())); } @Override public int doActivity(Script s) throws InterruptedException { final NPC cow = s.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Cow") && !npc.isUnderAttack() && npc.getHealth() > 0 && s.map.canReach(npc); } }); if (!cow.isVisible() || (cow == null)) { s.camera.toEntity(cow); s.sleep(s.random(2000)); } else { cow.interact("Attack"); s.sleep(s.random(300)+3000); } return (s.random(500,2000)); } } Need help
  16. Chris

    agar

    how much
  17. 1.3$
  18. Cannon ogres
  19. clay is high banrate ,,,
  20. Can anyone teach me GUIs?
  21. 45 attack (Quested) 63 Strength 1 Defence 44 range 73 mage No email attatched
  22. thx /*not postcount*/
×
×
  • Create New...