Leaderboard
Popular Content
Showing content with the highest reputation on 02/22/15 in all areas
-
6 points
-
Dear community, As most of you know Jagex released the Free to Play version of the OSRS game again today. I am very excited, because this will create many new opportunities for botters. With the past couple of months being about many releases of OSBot to strengthen the bot's stability, we have managed to expand our user base again. I am very happy about this and we should thank the entire staff team for all of their efforts! Thanks to @Alek @Zach @Maldesto @MGI @Divinity @Dex @Noah @Oliver @Anne @Basic and all ex-staff members who have contributed over the past months! But not only Jagex is bringing new things. We will be bringing some very nice things to the table in the time to come. The first thing will involve an entirely new way of loading the OSRS client in OSBot that will lower chances of Jagex being able to flag players as bots based on the client. Right now all bots out there suffer from the same issue, Jagex is able to flag bot users based on the client. This is not only the case for OSRS but also for RS3. On top of this, it will allow us to become the first bot in history that will allow users to use a proxy per tab, instead of a proxy per bot application. This new way of loading the OSRS client will be implemented in the OSBot 2 client as an option to use. This will stand for this feature its BETA. You will be able to use the old loading and the new loading, so if there is a bug you can report it and we can have it fixed for the official release. On another note, we will be bringing forward a special collection of new scripts. First of all, we will make available a collection of VIP only scripts written by some of the best script writers that will be newly introduced to OSBot soon. Secondly, there will be a special script collection written by the same script writers that will guarantee an overall level of quality and maintenance. These scripts will get implemented and become available over the coming months. We hope you are just as excited as we are for this all to be deployed! Sincerely, Maxi & the OSBot team4 points
-
4 points
-
4 points
-
Dear community, I am looking for people who are having the SSLHandshake exception. I have written a fix for it, but I need some users to test it before I release it. Please PM and I'll provide you with a test client. Sincerely, Maxi3 points
-
3 points
-
3 points
-
Just posting my old work I done around 2 years ago on osbot. Note that this work was done 2 years ago and doesn't represent my current skill/experience.2 points
-
2 points
-
2 points
-
2 points
-
add -> !cow.isUnderAttack() You should be useing a Filter instead, this code willc ause the script to pause it the closest cow in underattack. use this: NPC cow = script.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && (npc.getName().equals("Cow") || pc.getName().equals("Cow calf")) && !npc.isUnderAttack() && npc.getHealth() > 0; } }); You could also check death animation from the cow are check if the cow is over 0 health so it prevents clicking deaths cows. Goodluck2 points
-
Use of a filter would be appropriate here A filter is a way of it only accepting a entity if it meets all the criteria. Currently your only criteria is for the entity to be named "Cow" which, even with the checks underneath will still find any cow at all. The only reason you dont attack one whilst fighting is because of some of the checks underneath. Your check in filter form would look like: NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Cow"); } }); Which checks would return the same but you only want to find a cow not in combat so you'd need to add more checks NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().contains("Cow") && !npc.getName().contains("Dairy") && !npc.isUnderAttack() && npc.isAttackable() && npc.getHealth() > 0; } }); This check checks for the name, and would allow inclusion of the little cows but excludes dairy cows after it has identified the fact its a cow it moves on to check: Is the npc under attack? is the npc able to be attacked by your player? is its health > 0? (avoid clicking on cows which are dying) you can add as many checks to this as you like. Sorry if my explanation is bad2 points
-
Perhaps what you might find easier is having a handful of pre-recorded paths, maybe 2 or 3, each slightly different, and when walking the path it would pick a random one of the three each time. As far as randomisation goes, that's not a too bad way of doing it, and its nice and simple too Apaec2 points
-
2 points
-
by Czar Script live, buy now (only $4.99!) http://osbot.org/forum/store/product/463-perfect-crabs/ Want to buy the bot, but only have rs gp? Buy an OSBot voucher here Features Supports both rock crab locations! Teleporting - using tabs/spells Potion support - including combat potions and super att/str/defence Aggressive mode - attacks other crabs World hopping when a cannon is nearby Can randomize fight locations between trips! Calculates next best crab to attack when current crab is low on health! Resets region when crabs don't attack Rotates region resetting every 20-60 minutes Configure inventory load-out with a single button! Changes between walking south and using the cave! Banking support Automatically prioritizes visible crabs when fighting Can recover from being idle Ranged support, loots any type of ammo you have Loots ammo in second intervals (every 2-18 seconds it will loot all) Picks up edible seaweed to extend trips World hops when 7 or more players in the area Displays 'goal' information, e.g. (at 77 strength it will also show details for 80 strength, time left, xp left, etc) Rock crab areas are split into sectors and are cycled every time a rock crab is not found 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 this one public, it was privately used for myself and has gotten me 80 strength in a single bot session. How do I set it up? On first use, make sure your inventory is laid out nicely, and click 'Load inventory' to save it forever, then click start Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you have a pure account, it is advised to go east, because there are no dangerous npcs there Use camelot tabs for quicker trips! You can use any potions, including combat ones Clean paint and GUI Want to use potions? Have potions in inventory Want to use teleport tabs? Have tabs in inventory Want to use camelot teleport spell? Have runes in inventory Want to use special weapons? Have special weapon in inventory Want to use ranged? Have ammo equipped Everything is automatically detected like a real robot. We do all the work for you. Gallery nooby account from 1-33 range (for range guild pot) Just from TESTING THIS SCRIPT1 point
-
This is a guide on how to block Facebook from tracking your internet activity. Did you know that if you are searching the internet, Facebook tracks every step you take? Facebook does it to improve their personalized ads. E.g. You search for nike t-shirt & will soon receive sponsored ads from nike in your newsfeed. (We all know that no one bats an eye about Facebook knowing that you search for nike t-shirts, imagine other stuff you search) ____________________________________________________________________ Step 1 Go to settings and click ads on the left bar. Step2 Click on third party sites and turn it to no one Do the same for ads and friends! Step3 Ads Based on your use of Website or Apps of Facebook. Click the Digital Advertising Alliance of either USA, Canada or European. Step 4 Choose your country and click on praferenz management. Step 5 The system is now collecting your status of all companies using 3rd party tracking for personalized ads. (Make sure that you have cookies in your browser activated) Step 6 Search for Facebook and turn it off. I would recommend you to turn everything off though! Step 7 Close everything and visit the Facebook settings again to make sure that everything worked. I recommend you to check your setting once a month (also the privacy settings)1 point
-
1 point
-
get 40 atk and like 80 str, get 90+ range make it into a prayer beast (31 pay) then wreck f2p, collect profits raise cows sell hides.1 point
-
1 point
-
1 point
-
1 point
-
Baby, I missed you. I see one of mine in there ;) I have another one you made me somewhere on my computer... For an account named "Slipknot" If you ever start selling again, I call being your first customer1 point
-
https://m1.behance.net/rendition/modules/76334705/disp/aef9ae5c6e4c1a6f7d41c1a1817331c0.png always been mah fave gw dark1 point
-
An absolutely amazing script, I have been running 3 accounts flawlessly for so long and I have made quite the GP in a short amount of time. Extremely worth it, thank you Khal. Here's my progress:1 point
-
You can always interact with the items you don't want by saying item.interact("Drop"); or inventory.dropAll(itemToDrop);1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Just bought the script, looks very nice Could post a progress here later if its allowed :P1 point
-
Not at all! Thanks to the both of you, it really helped me out a bunch!1 point
-
1 point
-
1 point
-
just bought this , it looks like a great script ! btw , ill post feedback if i encounter anything1 point
-
There is obstacle support in the client you that right? There is a door handler.1 point
-
1 point
-
Hey great script running flawlessly atm 34-55 range in a day. Some things you should add to the main post, switch range style to accurate (i was using rapid at 21k xp/hr, when I switched to accurate it went to ~30k xp/hr.)1 point