Leaderboard
Popular Content
Showing content with the highest reputation on 12/22/16 in Posts
-
Since there was an overwhelming positive outcome on the vote thread, I decided to finish up the interfaceless mode of OSBot. How it looks: Also you will notice that when you are in nointerface mode, it will only load the script pool which you are using. This makes bot farming with local scripts really awesome because OSBot will not download any remote scripts. The one difference to be aware of when you are in nointerface mode, calling "stop()" will exit the OSBot process (namely because you cannot start a new script after you have stopped the one you loaded). The updated parameters: For now this feature is available to everyone, including non-VIP members. I do plan on restricting this feature to VIP+ only on the Stable Build! Download: http://osbot.org/devbuilds/osbot%202.4.106.jar Happy Botting!9 points
-
Made this with illustrator and photoshop. Would love to get some feedback Any feedback is appreciated if you call it shit or great would like to know why cause i'm still in my learning process so would help out edit: Bonus points if u can find my hidden easter egg.9 points
-
Here is something better than my last tag, which I realized wasn't really the best. Speed art4 points
-
EDIT: Guys, for safespotting or caged ogres, try enabling the 'Fight npcs before fightzone' option in the misc tab Update for safespotting and caged ogres coming up, new algorithm is being coded for detecting the best npc to attack. Also, for caged ogres, have you tried setting fight bounds to attack npcs? It may temporarily work better until the new update is fully coded. If the script is not eating but there is food in inventory - it may be a client issue, simple client restart solves it. Guys, if using VIP client make sure to hook client while logged out. As for the botting ban, there may have been a disproportionate ratio of botting:questing or botting:non-botting, maybe increasing the non-botting/questing aspect and the botting ban rate would be much lower. Guys, usually, accounts with more progression (quests, minigames, achievement diaries, non-botted skills) do much better than fresh accounts. But this script somewhat surprisingly does well for fresh accounts VIP client is extremely helpful for reducing the botting ban rate too, and here's the guides section (there are many botting strategy guides) http://osbot.org/forum/forum/34-guides/ - There will be a quick update for magic + levelling up/dialogues - There will be an update for npc readyclick mode (should be perfected now) and more script profile saving options - As for performance of the script, if there is lag make sure to enable the low-resources option - More new anti-ban and anti-pattern ideas will be added within the upcoming versions of the script - Gnome stronghold gate will finally be working in this update (for the first walking option, since it temporarily seems to be working for the 2nd walking option) Update v163 coming up Guys, AIO scripts (especially fighting scripts) are extremely complex so it may take a few hours for all these features to be fully perfected. Although an update will definitely be added within a few hours3 points
-
3 points
-
Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results2 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.png2 points
-
Stealth Builder Can also be purchased with OSRS gold using vouchers from here Features Automatically buys house if you don't have one Buys all required items from GE Restocks from GE when out of supplies Automatically switches items for best XP rates Builds all required rooms Hires and changes servants as it gains levels Builds beds and bell-pull for servants XP rates similar to human players Uses keyboard to select dialogue/construction interface options Instructions Set the desired level on the GUI and select one of the 2 modes available. The only difference between them is the fast mode will switch to Mahogany tables at 52, which is faster but more expensive. The script is designed to automate all tasks from fresh level 3 accounts, so it's recommended that you don't have a complex house layout with multiple floors. It's best to start the script at Grand Exchange, or in house if you already have the required supplies. Make sure you have enough money on the account for supplies. The script fetches supplies from the bank, does not use money pouch, therefore if manually setting up the bot inside the house, you should have a regular Saw (not crystal), regular Hammer, Coins and Teleport to house tabs CLI Features Script ID is 924. The script supports CLI startup with the following syntax: -script 924:parameter=value where at least the mode and target_level parameters must be specificed eg. -script 924:mode=normal;target_level=99;on_limit_break=true;take_breaks=true;min_break_frequency=50;max_break_frequency=100;min_break=20;max_break=150; List of parameters: mode=[true|false] target_level=[number] on_limit_stop=[true|false] on_limit_break=[true|false] take_breaks=[true|false] min_break=[number] max_break=[number] min_break_frequency=[number] max_break_frequency=[number] afk_sessions=[true|false] min_afk_frequency=[number] max_afk_frequency=[number] min_afk_duration=[number] max_afk_duration=[number] hop_worlds=[true|false] min_hop_frequency=[number] max_hop_frequency=[number] Bug Report Template 1. Stealth Injection or Mirror Mode: 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : 3. Description:2 points
-
For your own stupidity and carelessness, you will be required to refund the amount that RSJackpot and his colleague stocked onto the account. This is because you decided to give the details to Tiber. Why would you give him the details? Why not tell him to go ask RSJackpot it clearly is so obvious that what he was doing is fishy. Just because he is your friend, you don't give him privileges that he shouldn't have. You literally aided him scamming and hence making you responsible also. 112m 07 and 150M RS3 You'll be refunding that amount and I'll let RSJackpot decide how much days to give you.2 points
-
thanks to people like thot, cancer channels like oakdice, row and dramaalert live another day...2 points
-
If you don't have 9.99$ you should sell your pc and go to work and don't even think about playing video games till you can afford 9.99 for one month2 points
-
You shouldn't open christmas presents until the christmas day, gotta preserve the mystery :xdoge:2 points
-
why are you staring at your bot client you can close the ads too, but they pop back up over time2 points
-
Amazing work man, running 510 clients right now, I see a 50mb memory drop per client and a slight CPU usage decrease2 points
-
2 points
-
2 points
-
2 points
-
no. this does not happen. someone needs to make a thread answering these questions and sticky it - like 20 people have asked this in the past 2 months.2 points
-
2 points
-
Here's an untested and off-the-cuff example of how I'd go about handling this: /* * Concurrent hash map is more suitable, because we're going to read and * write to it from different threads that can run in parallel */ Map<String, Long> tradeRequests = new ConcurrentHashMap<>(); @[member=Override] public int onLoop() throws InterruptedException { Player worker = null; // Remove all old requests removeOldTradeRequests(15000); // 15 seconds // Check to see if we've been traded if (hasBeenTradedBy("whoever")) { // Now find that actual player in-game worker = players.closest("whoever"); // Check worker is valid if (worker != null && worker.exists()) { // Trade worker back worker.interact("Trade"); } } return 0; } /* * In here we're simply going to capture all trade requests and store them. * * Because we're dealing with a hash map, old trade requests will be * overwritten by the newer ones, so we know who traded and when, to help * filter out the old and irrelevant ones. */ @[member=Override] public void onMessage(Message message) throws InterruptedException { // Basic assertion assert (message != null); // Check message type // Check message suffix if (message.getType() == Message.MessageType.GAME && message.getMessage().endsWith(" wishes to trade with you.")) { // Store result tradeRequests.put(message.getUsername(), message.getTime()); } } public final synchronized boolean hasBeenTradedBy(String userName) { return tradeRequests.containsKey(userName); } /** * Remove all old trade requests from hash map */ public final synchronized void removeOldTradeRequests(long expirationInMilliseconds) { final long now = System.currentTimeMillis(); tradeRequests.forEach((userName, timeStamp) -> { if ((now - timeStamp) >= expirationInMilliseconds) { tradeRequests.remove(userName); } }); }2 points
-
24 hour progress report!! Setup Window Highly intuitive and visual, and easy to use! Portal Prediction knows which portals are going to drop - prioritises them! Full Void in <24 hours It takes only 850 points for full void, go go go! Screenshots & Results1 point
-
This should indeed help beginners. I had a sheet similar to this when I was learning c++. It is very helpful!1 point
-
i recently (today) put out an update. generally ban rates go down with an update because jagex has to detect something new. the devs will probably get to it soon, if you want to wait. if not though, good luck buddy1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Navigate to the OSBot folder in your local drive and if you look closely you will see that Lebron traveled1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
He asked due to rsjackpot and his partner had gone to sleep, so he could not continue his shift, silly mistake!, but thought i was just helping there site out by keeping there customers happy1 point
-
1 point
-
1 point
-
I've found the bot will stop doing anything when it levels up in magic mode, rather than dismissing the message.1 point