Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/20 in all areas

  1. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    2 points
  2. PPOSB - AIO Miner 1-99 in a single click! Click here to purchase! *ChatGPT Supported via AltChat* * Now supports CLI See all updates here: https://pposb.org/forums/forumdisplay.php?fid=1 Features: * Simple to use GUI * Progressive leveling or selective leveling * Advanced algorithms for object detection as well as predictions * Choose pre-defined locations or create your own * Choose between banking or dropping (shift-dropping supported) * Progressive mode automatically detects safe areas based off aggressive NPC's * Automatic detection for the best equipment you can use, or define specific equipment to use * Pre-hovering next interaction * Custom mouse and interaction handling system * Advanced paint display * Fail-safe's to make sure your player does not get stuck * Supports tele-tabs and well as traveling on ships * World hopping supported * GUI automatically updates locations available for your desired resource * Infernal items supported with special attack features * Takes a screenshot and logs out if you receive a pet drop * And much more! Script Details: Example CLI arguments: Script IDs: Project AIO Miner: 1065 -script 1065:bank=true#grandExchange=true#altchat=false If using mirror mode, please make sure you set your Reaction time to 50ms! (To do so, hold Shift and press F4 until the Reaction time reaches 50ms) ** To reduce the risk of your bot getting stuck, please disable rooftops in your settings **
    1 point
  3. Looking forward to when you get time to update with stamina pots missed out on some crazy loots-- worth it to buy even considering the bans I have got
    1 point
  4. Fixed, it will go through the intersection near the mill from now on
    1 point
  5. Sure thing. 24h trial granted .
    1 point
  6. can make one 200m/20m supplies
    1 point
  7. bummer, been a long time user of this script, its flawless though so thanks anyway
    1 point
  8. Check if hp = 0, chatbox message says you died, the death interface pops up, position is in lumbridge, etc.
    1 point
  9. You can check if message contains "You're dead" or what ever it says and/or check if lumbridge spawn area contains your position
    1 point
  10. Yeah....Move it out of the case. private int ItemsMade = 0;
    1 point
  11. @mousbros Pretty sure you're reseting the counter every time at the start of the case. Log the int at the start of the case and the end and see if it is being reset each time. Also you can do ItemsMade++; instead of ItemsMade +=1;
    1 point
  12. @Gunman case "MINING": final Area MINING_AREA1 = new Area (2982,3233,2990,3242); int ItemsMade = 0; if (!getInventory().isFull()) { if(MINING_AREA1.contains(myPosition()) && (getInventory().contains("Bronze pickaxe"))){ RS2Object ore = getObjects().closest(11362,11363); if (ore != null) { log ("Found ore"); if (!myPlayer().isAnimating()) { if (!myPlayer().isMoving()) { ore.interact("Mine"); antiban(); ItemsMade += 1; log("Made an item"); if (ItemsMade == 5) { log("Walking to Draynor"); getWalking().webWalk(Banks.DRAYNOR); } } } } } } I did something like this, knows when the item is made cuz I see the log. but it doesnt go to the draynor after 5 ''items are made''
    1 point
  13. @mousbros Make a int called whatever you want. Then you have 2 options you can either track it based off what is in your bank when you go to bank or do int++ after everytime you mine the ore.
    1 point
  14. @ProjectPactthank you for this amazing script!!!, I got 99 Cooking!!!!
    1 point
  15. An option to toggle off and on using safespots would be awesome.
    1 point
  16. Hey can I please have a trial. If i like I will buy! Update I just bought it lol
    1 point
  17. @mousbros Why not use the depsoitBox API method open to open the depositbox? Also to expand off what Agentcallooh said if (getDepositBox().isOpen()) { if (getDepositBox().depositAllExcept("Bronze pickaxe")) { //sleep } } else if (getDepositBox().open()) { //sleep till open } else { //walk to deposit box area } I would do it like this^ If the box is open it will go to the next if and only if that boolean returns true will it sleep. So it doesn't sleep for 10 seconds or whatever if the action failed. Continue to the else if statement, the API method will look and see if there is a deposit box nearby to attempt to open it. If it does it will then continue to the sleep or whatever you wanna do after. Else walk to the box.
    1 point
  18. You should separate out the is-open and is-not-open logic so that when onLoop runs again your script can take appropriate action. if (depobox.isOpen()) { depobox.depositAllExcept("Bronze pickaxe"); } else { depobox.interact("Deposit"); }
    1 point
  19. Hey! I bought this script a few days ago and it's awesome. Is there any list of quests you are working on?
    1 point
  20. https://osbot.org/forum/topic/104973-tutorial-how-to-properly-cancel-automatic-renewal/
    1 point
  21. Probably never actually going to finish this script off, so here it is for free. I hope new scripters will be able to learn from the code. Feel free to use this code in your own scripts, but please don't try to use this code in your premium scripts. https://github.com/TriHard/OSBot/tree/master/StarkBarrows
    0 points
Γ—
Γ—
  • Create New...