Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/16 in all areas

  1. They do not forgive They do not forget They are JaGeX
    7 points
  2. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    5 points
  3. the village hidden in the sand
    4 points
  4. I'm very grateful for having discovered this community that made me deeply fall in love with programming and gave me the opportunity to practice my passion consistently and in a fun way. I learned a lot from many awesome people and worked with many swell chaps. 2 years ago I didn't know anything about coding, OSBot gave me the resources and motivation to continually get better and acquire new skill sets, oh and let's not forget about the snickers money, gotta love that snickers money. Thank you Shout out to @Alek & @Apaec.
    3 points
  5. yes. it is worth the read
    3 points
  6. @ScriptManifest(author = "Botre", info = "", logo = "", name = "Selection Listener Example", version = 0) public class SelectionListenerExample extends Script implements SelectionListener<NPC> { private Sapi sapi; @Override public void onStart() throws InterruptedException { super.onStart(); sapi = new Sapi(this); sapi.registerMouseAdapter(); sapi.setSelector(Module.NPC); sapi.getNpcSelector().getSelectionListeners().add(this); } @Override public int onLoop() throws InterruptedException { //... return 500; } @Override public void onPaint(Graphics2D g2d) { super.onPaint(g2d); for (NPC npc : sapi.getNpcSelector().getSelection()) { Painter.defaultEntity().paint(g2d, this, npc); } } @Override public void onExit() throws InterruptedException { sapi.unregisterMouseAdapter(); super.onExit(); } @Override public void onSelection(List<NPC> selection) { for (NPC npc : selection) { if(npc != null) { log("Selected npc with name: " + npc.getName()); if(npc.getActions() == null) continue; log("This npc has the following actions:"); for (String action : npc.getActions()) { log("\t" + action); } } } } }
    3 points
  7. if u wait 499 days ill have some
    3 points
  8. "You stalk my shit and have me on your mind each time you log on, you're the salty one babe." - 2016
    3 points
  9. Check out ProxyFish, link in my signature.
    2 points
  10. You should use bit shifting and bitwise operators.
    2 points
  11. cry and accept ur fate
    2 points
  12. Perfectly sums up his current mental state.
    2 points
  13. Just bought your script. I'm enjoying it so far
    1 point
  14. Mango or Pineapple juice
    1 point
  15. may i get a trial? thanks in advance c;
    1 point
  16. Added logout tab
    1 point
  17. http://explosm.net/rcg try it urself!
    1 point
  18. People are way too sensitive nowadays.
    1 point
  19. Click on decimal display. Get the config values Format: [CONFIG] : [VALUE] is displayed as you play. if (script.configs.get(CONFIG) == VALUE1) { // in dream } else if (scripts.config.get(CONFIG) == VALUE2) { // not in dream }
    1 point
  20. I don't like the font, looks to dark.
    1 point
  21. Would like to try a trial m8!
    1 point
  22. it's worth it for sure man, best combat xp i've ever seen.
    1 point
  23. Big overhaul on box trap hunting and bird snare hunting in version 1.8! SO much faster! * instead of "take" a trap when it falls over, you will now re-lay it. * when a trap needs to be dismantled or checked, you will randomly either walk over it before you interact with it, or will interact with it like it in general. * fixed some interaction problems that would make you try to interact with the spot while you were moving causing a misclick. * added a new fail-safe timer to falconry just for backup. * added a better diversity of mouse handling for falconry * a few other minor adjustments
    1 point
  24. Can you add Evergreen support? Lies about supporting all trees haha. Thanks.
    1 point
  25. then ill be making some shortly!!
    1 point
  26. Hey! I would like to try out your thieving script. Have a good day, eewueewu
    1 point
  27. could I please get a trial, looks good I have czar thiever and range guild on my other account drago4555
    1 point
×
×
  • Create New...