Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/02/15 in all areas

  1. It won't properly bank and return, it goes and gets the food, but won't return to location, stops and starts dancing. I rerouted the flux capacitor, but the dd12 won't return to the 319. please.attack.rock.crabs.eat.food.when.below50hp.<><thenbankplzandgetmorefood>..,<return.to.location.then.kill.da.crabs.,,./repeat
    9 points
  2. You are a nice young man sir, and I respect you. Keep your head up, I've been where you are. I've been dumped for the same reason, micropenis is a real thing... WE can't help our disease ..
    7 points
  3. You are a nice young man sir, and I respect you. Keep your head up, I've been where you are. I've been dumped for the same reason, micropenis is a real thing... WE can't help our disease ..
    5 points
  4. You are a nice young man sir, and I respect you. Keep your head up, I've been where you are. I've been dumped for the same reason, micropenis is a real thing... WE can't help our disease ..
    5 points
  5. 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
    3 points
  6. forgot to close the last <> <return.to.location.then.kill.da.crabs>.,,./repeat
    3 points
  7. ???????????????????????? ???????????????????????????????????????????????????????????????????????
    2 points
  8. I did via PM. For anyone else who wants to know: Create a new SimpleDateFormat object: SimpleDateFormat formatter = new SimpleDateFormat("hh:mm:ss"); Each time you want a new timestamp, simply format a new Date object: String time = formatter.format(new Date()); This is not thread-safe. Let me know if someone needs a thread-safe alternative.
    2 points
  9. who are you and why are you posting
    2 points
  10. It would be so small to appear in the photo though.
    2 points
  11. No red pixelated partyhat , definitely fake
    2 points
  12. because i don't have photoshop, all i have is paint, so... It is clearly to advanced to be done in paint, so it has to be real.
    2 points
  13. When I read @Dex I actually said "You faggot" as if i was reading the post before I opened it. Then I opened it and low and behold, "u fag".
    2 points
  14. May also put your current stock in here, that would be better for buyers to see how much you have.
    2 points
  15. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    1 point
  16. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
    1 point
  17. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
    1 point
  18. THE SOURCE IS CURRENTLY BROKEN (DL jar still working)! So i recently made my first script, and i am quite happy with how it turned out. What the script does The script simply picks cadava berries and redberries just southvest of varrock How to use it Its really simple, start out with a empty inventory in Varrocks east bank or just vest of varrocks south east mining site and the bot will start to pick berries and bank them Why use it? I dont really know, maybe for money, i really just made it for fun as my first script. Download link: http://www.mediafire.com/download/i6rdskwfv6qoglz/BerryPicker.jar Here's the source: import org.osbot.rs07.api.map.Position; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.util.concurrent.TimeUnit; import java.awt.*; @ScriptManifest(author = "Makileke", info = "This is my first script, It will simply pick berries outside varrock for profit!", name = "BerryPicker", version = 0.1, logo = "") public class main extends Script { @Override public void onStart() { log("Started script!"); log("Hope you like it, if you find a bug, please report it on the forum!"); timeBegan = System.currentTimeMillis(); } private enum State { USE, BANK, WAIT, BUSH }; // Here is the paint shit private long timeBegan; private long timeRan; Position[] pathToBerries = { new Position(3254, 3421, 0), new Position(3254, 3424, 0), new Position(3255, 3429, 0), new Position(3260, 3429, 0), new Position(3266, 3429, 0), new Position(3271, 3428, 0), new Position(3276, 3428, 0), new Position(3280, 3426, 0), new Position(3284, 3423, 0), new Position(3286, 3418, 0), new Position(3288, 3413, 0), new Position(3289, 3408, 0), new Position(3290, 3397, 0), new Position(3290, 3392, 0), new Position(3291, 3386, 0), new Position(3291, 3381, 0), new Position(3292, 3376, 0), new Position(3288, 3373, 0), new Position(3283, 3373, 0), new Position(3278, 3371, 0), new Position(3273, 3369, 0), new Position(3268, 3368, 0) }; Position[] pathToBank = { new Position(3265, 3368, 0), new Position(3269, 3369, 0), new Position(3274, 3371, 0), new Position(3279, 3372, 0), new Position(3284, 3374, 0), new Position(3289, 3374, 0), new Position(3293, 3377, 0), new Position(3294, 3382, 0), new Position(3290, 3394, 0), new Position(3291, 3399, 0), new Position(3291, 3402, 0), new Position(3292, 3407, 0), new Position(3290, 3411, 0), new Position(3287, 3416, 0), new Position(3284, 3420, 0), new Position(3282, 3425, 0), new Position(3278, 3428, 0), new Position(3273, 3429, 0), new Position(3268, 3429, 0), new Position(3263, 3429, 0), new Position(3258, 3429, 0), new Position(3254, 3426, 0), new Position(3254, 3420, 0) }; private State getState() { Entity bush = objects.closest("Cadava Bush", "Redberry bush"); if (inventory.isFull()) return State.BANK; if (bush != null) return State.USE; if (!inventory.isFull()) return State.BUSH; return State.WAIT; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case USE: Entity bush = objects.closest("Cadava Bush", "Redberry bush"); if (bush != null) { bush.interact("Pick-from"); sleep(random(200, 300)); log("Picking Them Berries"); } break; case BANK: localWalker.walkPath(pathToBank); log("Trying to walk"); RS2Object bankBooth = objects.closest("Bank booth"); if (bankBooth != null) { if (bankBooth.interact("Bank")) { while (!bank.isOpen()) sleep(250); bank.depositAll(); } } break; case BUSH: localWalker.walkPath(pathToBerries); break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); } @Override public void onExit() { log("Script stopped!"); } @Override public void onPaint(Graphics2D g) { timeRan = System.currentTimeMillis() - this.timeBegan; g.drawString(ft(timeRan), 50, 50); } // How long the script has been running! private String ft(long duration) { String res = "Time ran:"; long days = TimeUnit.MILLISECONDS.toDays(duration); long hours = TimeUnit.MILLISECONDS.toHours(duration) - TimeUnit.DAYS.toHours(TimeUnit.MILLISECONDS.toDays(duration)); long minutes = TimeUnit.MILLISECONDS.toMinutes(duration) - TimeUnit.HOURS.toMinutes(TimeUnit.MILLISECONDS .toHours(duration)); long seconds = TimeUnit.MILLISECONDS.toSeconds(duration) - TimeUnit.MINUTES.toSeconds(TimeUnit.MILLISECONDS .toMinutes(duration)); if (days == 0) { res = (hours + ":" + minutes + ":" + seconds); } else { res = (days + ":" + hours + ":" + minutes + ":" + seconds); } return res; } }
    1 point
  19. Fresh proggy guys! proof that this is the best hunter on market!
    1 point
  20. A mod that has ACP access will have to fix it. Basically what happens is that IPB has a "primary usergroup" and a "secondary usergroup" for every member. Your primary was VIP and secondary was scripter. When you cancelled VIP through the forums, it put your primary usergroup as "member", that's why you still see scripter as your secondary with a pip. TL;DR, a mod with ACP access must fix it because YOU SCREWED UP
    1 point
  21. Don't worry, life gets better. One day you'll die then everything is ok
    1 point
  22. mirrored mode just sits there calculating? nevermind delete this comment I was impatient lol
    1 point
  23. I got it working, Czar. I was using the curse/alch category instead of stun spells... hehe my bad. Excellent script, you really do provide great customer support when you're available. I certainly appreciate the effort you put into your scripts. I know this is off-topic -- but what woodcutting, firemaking, and cooking scripts would you recommend (hoping you have made some)? Or better yet -- have you considered developing a script dedicated to all three? Thanks again, you really deliver!!
    1 point
  24. I now understand why you and master chief are ex staff.. you're both cool as fuck.
    1 point
  25. My chicken killer
    1 point
  26. May the wrath of Maldesto reign upon you!!!!!!!!!!!!!!! Die fowl being!
    1 point
  27. dont make me post a photo of my penis
    1 point
  28. Your problem lies in the fact that your bot isn't resetting the aggro on the said Rock Crabs as they eventually stop popping up, thus requiring you to reset the aggro. That is the true problem with your superb script, once that is fixed, would buy 10/10.
    1 point
  29. did i hear hero?
    1 point
  30. Try adding a null pointer to optimus prime.
    1 point
  31. @Dex you've changed, you used to be a ruthless motherfucker what happened bae
    1 point
  32. its just a little extra perk if you buy vip. The real reason you buy vip is to use the mirror client :P
    1 point
  33. no-one is going to give you good price check here anyways , if you find the right buyer you could prolly sell for $150-200
    1 point
  34. Lasted as long as it takes to read the thread title ;-;
    1 point
  35. 1 point
  36. Really nice script czar
    1 point
  37. Ooh. I just heard that @Anne is no longer a jailbait Happy birthday to you.
    1 point
  38. Thread (gif) made for @Gilgad. _______________________________________________________________________________________________________________________________
    1 point
×
×
  • Create New...