Leaderboard
Popular Content
Showing content with the highest reputation on 03/29/16 in Posts
-
Don't worry about how active the mods are in the chat box, if we were any more active you'd be banned from the chat box more. None of these suggestions were ever there when you were a staff member. Once you got demoted you decided to nit pick on every little thing you could.5 points
-
This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!4 points
-
I will be keeping track of what I do each day in scripting and how it has improved my Java knowledge. I hope to one day be able to script flawless bots with many features added. *Remember I am starting with no prior Java knowledge. I am also a college student doing 16 credit hours this semester so my progress on here might be slow.* Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day 7 Day 8 Day 12 Day 14 Day 214 points
-
Botre NMZ Features: Implemented: Auto-detect best settings. Advanced settings customization options. Overload potions. Absorption potions. Classic potions. Powerups. Classic praying. Rapid health prayer flicking. Dwarven rock cake. Special attacks. Extensive customization options for Rumble mode. In development: Combat prayer flicking. Banking. Dream coffer management. Dream re-entry. Point spending. Blowpipe recharging. Ammo management.4 points
-
Why have an army of soldiers with no desire to fight? Why force someone into the army against their will? Why would a talented human waste their time, even their life, in the army? Why force someone something against their will? If I were you I would do everything I could to skip the mandatory military training. Some may call this cowardice, but I would give no shit about that. Cowardice is when you don't stand up for yourself. Being forced into the army, go abroad to fight in a meaningless war and give away your life because an old general or some other fuckhead told you to do so, is the most idiotic thing. I would never risk my life for such thing, because YOLO. So don't listen to those who are saying you're a pussy because you don't want to go to the army. Most of them are from 'murica and think democracy will be achieved through war; they think that they can achieve w/e they want with a gun and a bullet, that is how they are being raised. On the contrary, some military training would do some good for some people actually. So you should decide yourself and fuck everyone else, including me.4 points
-
NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png3 points
-
NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!3 points
-
Example: // Event will break after 10 seconds. execute(EventDecorator.withTimeout(new WalkingEvent(leArea), 10)); // Event will break when player is animating (a bit random but ok..) execute(EventDecorator.withBreakCondition(new InteractionEvent(goblin, "Attack"), () -> myPlayer().isAnimating())); Code: package org.botre.osbot.event; import java.util.function.BooleanSupplier; import org.dreamstream.moka.main.time.FetchingTimer; import org.dreamstream.moka.main.time.Timer; import org.osbot.rs07.event.Event; public final class EventDecorator { private EventDecorator() { } public static final Event withBreakCondition(Event event, BooleanSupplier breakCondition) { return new Event() { @Override public void onStart() { try { super.onStart(); } catch (InterruptedException e) { e.printStackTrace(); } event.setAsync(); execute(event); } @Override public int execute() throws InterruptedException { boolean failed = breakCondition.getAsBoolean(); if(failed) { event.setFailed(); setFailed(); } return 100; } @Override public boolean hasFailed() { boolean failed = breakCondition.getAsBoolean(); if(failed) { event.setFailed(); setFailed(); } return failed || event.hasFailed(); } @Override public boolean hasFinished() { return event.hasFinished(); } }; } public static final Event withTimeout(Event event, int timeoutSeconds) throws IllegalArgumentException { if(timeoutSeconds < 0) throw new IllegalArgumentException(); Timer timer = FetchingTimer.milliseconds(); return withBreakCondition(event, () -> { return timer.getElapsedSeconds() > timeoutSeconds; }); } }3 points
-
hi we have like 4 mods? dex, asuna, khal, genii and epilson as cba they all do a good job as mod but i just think they should be more active in that chatbox (besides epsilon and asuna). they are never in that chatbox? sure they're active on the forum but more people come to the chatbox for quick help, in which me and the chatbox crew dont mind helping but it's just no mods are ever there... which kinda just is like ┐(´•_•`)┌ i think the point of mod is to be active on the forums AND the chatbox, sometimes one or two join but just afk... so it's there's no point if youre going to afk in the chatbox whilst holding a respected rank. though ofc no 1 likes authority figures in the chatbox but i want to base this in the staffs activity in the chatbox tldr: more mod activity in chatbox activity rather than forum only3 points
-
I try sometimes but the trolls in the chatbox really don't interest me that much. It's not that hard to be in the chatbox if you enjoy being there and I assume the people who do enjoy those conversations are regularly active. I do agree that my activity has been rather on the low side lately but you can't expect us to be able to monitor everything 24/7. It's just like requiring us to be active and monitor every post in every section. We have a report system so if something goes wrong in the chatbox, screenshot it and report or PM it, or ask me to check the logs. If you want to have a conversation with me, feel free to ask me to join the chatbox and if I have time I'll happily have a conversation with you, there are plenty of ways to reach me other than the chatbox. Regardless of all of that, I'll try to be a bit more active in the chatbox when I have the time. TLDR: Not a huge fan of the chatbox but I'll try.3 points
-
Botre wins pm me what script if you don't want it feel free to pass and we will go to the previous one. Next user above botre pm me the script you want. Rushomi3 points
-
3 points
-
That's actually the best advice anybody could give. Think about pro's and con's and decide what's best for you :P3 points
-
Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system2 points
-
2 points
-
cause they are busy doing stuff you dont see. (Moving threads, cleaning forum, discussing disputes, admin control panel ect ect ect) You can always send them a PM or report if someone is breaking the rules.2 points
-
2 points
-
2 points
-
2 points
-
$1 an account p/day? who wouldnt be?2 points
-
@@Fruity i think fruity said he was interested in this tbh, he was looking for 100 vps partner in chatbox2 points
-
2 points
-
Assuming this is true, you lost 100M to no fault of your own; you should hold a grudge! Decode service should have cancelled the order straight away and compensated you for your losses, because it was the Decode worker who was at fault. How can a worker tell you that you got hacked and not expect you to log in and find out for yourself, and then to change the password straight away?! If the password remained the same the hacker would still be able to login. There aught to be buyers protection. The staff should require all service providers to cancel orders and fully refund and compensate customers in your situation. Be the change: put together all the proof and make a fuss over it. Other potential customers may be deterred from paying for another service without there being some liability on the service provider's side.2 points
-
2 points
-
2 points
-
Now collects certain data from client to help us improve anti-detection features even more (Can be opted out in launcher's "About" tab). *puts on tinfoil hat*2 points
-
1 point
-
1 point
-
Versace Goblin Killer By: VersaceGod Released: March 25th, 2016 Features: Kills Goblins Everywhere. Opens doors if doors are closed. Simple AntiBan Features (Random Mouse Movements, Skill tab hovering, etc) Combat EXP gained Paint (Hitpoints, Attack, Strength, Defense, Ranged, Magic) Download Links: GitHub: https://github.com/VersaceGod/Versace-Goblin-Killer-0.1 jar File: https://www.dropbox.com/s/xk87owgpqk19g71/VersaceGoblinKiller.jar?dl=0 Coming Soon: More AntiBan Features Progress Report Ability to Open Gates1 point
-
1 point
-
just dont go inactive again :p we need scripters like you1 point
-
1 point
-
90 Combat 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed None 5. The price you will be starting bids at 35M 6. The A/W (Auto-win) for your account - 50M 7. The methods of payment you are accepting 07 Gp, or £ if you're trusted in PayPal or UK £ Bank Transfer 8. Your trading conditions You go first or we use a MM, this acc has an unreg email so you can change info, i will never try to login to it again, once you pay it's yours. I'm not responsible for anything that you do on the account after purchase. I encourage you to register your own e-mail and change the password for your own security in future. You agree that the account will have no refund policy and that you are taking responsibility for anything that happens to the account after it is in your possession. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am the original owner, it will never be recovered, it has an unreg e-mail so you can change email/pw but that's your responsibility.1 point
-
1 point
-
totally agree basically mod deceiver again plz! GIVE THIS MAN PINK BACK OR RIOT OR exmod or both +Designer + s1+ veteran give this guy all the pips!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Holy shit, gratz on 99 Added to main thread Also, next update will have a gp/hr counter for pickpocketing too, so it will help for calculating how much profit ^^ Here is preview: Roughly converts to ~1m/hr in 07gp (1:20 rate)1 point
-
Sorry Czar, just seen your reply. I'll admit, I fucked up by falling asleep watching it. I was in Varrock castle stun-alching the zammy monk there which is pretty public so I'm sure someone walked by and reported me haha. Do you know if I used it again I'd get a permanent ban? I'm literally getting carpal tunnel stun-alching legitimately hahaha.1 point
-
1 point
-
I agree, while in animation while doing superglass make as well - it will try and click the bank and wait like 5 seconds before reclicking (it usually doesnt work the first click every second time) also, is there any way to make the clicking speed slower? Its a bit bot-like fast at the moment for me (could that be an option when starting up?) Apart from this im loving it! Appreciate all your work.1 point