Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/25/15 in all areas

  1. This release is a QoL (quality of life) update that ranges a small but broad spectrum. Below is a quick Q&A of common issues/questions as it pertains to interactions. Q: What does the inventory mis-click handler do? A: The inventory mis-click handler was re-worked this update to only handle destinations that are the same. This means that the event will automatically return as completed if your inventory destination is the same as the selected item in your inventory. Q: Will the inventory mis-click handler deselect my items? A: Not anymore, the scripter will have to account for all inventory situations except for the event described above. Q: InteractionEvent is telling me "Using InteractionEvent Safety Override!". What does this mean? A: According to the API Docs, it means that you are trying to interact with an entity which is not visible and is outside both the cameraThreshold and walkingThreshold. When the safety override is set, it ignores these thresholds. By default: cameraThreshold = 8 walkingThreshold = 24 You may alter these thresholds or the safety override, please refer to the API Docs. Changelog: -Inventory mis-click handler now only checks if destinations match -Added Menu method selectAction(String action) -Updated LogoutTab to grab interfaces dynamically -Removed Combat method getAttackStyle() -Updated Combat deprecated methods to execute new methods, always returns false (this class will be undergoing some changes soon) Have a great Sunday, -The OSBot Staff
    7 points
  2. What's up guys, My name is RatedRko Aka Rated. I quit runescape around 4-5 months ago and quit osbot with it but i decided to come back. I was a little bit known back then for being in a questing service with Oliver. I hope some of my old friends still play ( i know a few do! shoutout to Alek and Oliver!) but i hope i can make some new ones to. I had a great time on osbot when i was on it and i hope i can have another great time now. Hope to see you guys chilling in the chatbox. Peace, -Rated
    2 points
  3. Please share your opinions Official homepage: http://www.microsoft.com/microsoft-hololens/en-us Video:
    2 points
  4. lol nice u still have the sig i made for you more then a year ago lol. it was the first i ever made i think
    2 points
  5. you could always try NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc.getName().contains("Cow") && !npc.getName().contains("Dairy") && npc != null && npc.getHealth() >0 && npc.isAttackable() && !npc.isUnderAttack(); } }); if(!inventory.isFull() && COW_AREA.contains(myPlayer()) && !myPlayer().isUnderAttack() && cow != null) { cow.interact("Attack"); }
    2 points
  6. NPC cow = npcs.closest("Cow","Cow calf"); That shouldn't be declared outside a method, remove that and remove if(!inventory.isFull() && COW_AREA.contains(myPlayer()) && !myPlayer().isUnderAttack() && !cow.isUnderAttack() && cow != null) { return State.ATTACK; } the red part along with it EDIT: Also, try to debug this in onPaint(Graphics2D g) g.drawString(getState().toString(), 15, 15); Just to know which state you are in, it helps alot.
    2 points
  7. Last summer, when I got my major in physics; astrophysics.
    2 points
  8. How To Change Your IP {Using A Free VPN} Table Of Content: What Is a VPN? Why Is a VPN Helpful When Botting? Static IP adress How To Download How To Setup The VPN What Is a VPN? Virtual Private Network (Also known as: VPN) is a very important and usefull feature to have stored on your computer. Many people will come across situations in which they'd like to stay annoymous and hide there IP adress. VPN's can be very helpful when botting and minimize your risk of your IP being flagged resulting in having ALL your accounts banned. Why Is a VPN Helpful When Botting? When a person has atleast 2 accounts and bots on 1 of them, they may wish to consider using a VPN, incase they end up loosing both of there accounts to a ban. I personally use a VPN when botting on my less important accounts. I have 4 Runescape account's in total (1 Main, 3 Gold Farmers). When I'm botting on my goldfarmers, I don't want my main account's IP to be linked to the gold farming accounts as I do NOT bot on my main, but could still end up loosing all four of them if I get their IP flagged by Jagex. When on my main account I'll use my Static IP adress, when botting on my gold farmers I'll open up the VPN, connect to a random IP and then begin botting, this then means there is NO way Jagex can link the 3 gold farming accounts with my main account. It basically protects you from getting your IP flagged and all your accounts linked with that IP that is flagged, banned. Static IP Adress A static IP adress is when someone cannot change there IP by turning off their router/modem. Many people now'days can just switch of the router for a couple of minutes and their IP will be changed, however there are a lot of people who have a static IP adress. When botting having a Static IP can be a main cause of having all of your accounts banned due to having your IP flagged. How To Download To get started, please visit: http://cyberghostvpn.com/ Now, you should be on http://CyberGhostVPN.com from here you now need to click "FREE DOWNLOAD". The download is 12.2 MB and will take an average computer roughly 30 seconds to download. Once You have downloaded the file, click "RUN". Go through the setup, agree to the ToS, and then CyberGhost will begin to Install, once it has been installed "LAUNCH" cyberghost. After launching the program, you'll then be asked to either Login or Sign up. click "REGISTER FOR FREE". Create a username and a password then click "NEXT". Once you've successfully registered you'll be asked to remember a PUK (personal unblocking key). This key code is used to recover your account if it's stolen or forgotten. Just jot this down somewhere, hopefully you'll never need it though. How To Setup The VPN Now, you should have hopefully successfully downloaded and installed CyberGhost and be logged in. Which means you should see this screen... Just have a look around here, familiarize yourself with the CyberGhosts Dashboard. As you can see from looking in the top right hand courner of the screen, it says your are NOT annomyous. This means you're still using your IP and have not connected to the VPN. Now you should click "CONNECT TO VPN" It'll then give you a list of 4 possible actions, ignore the bottom 3 as we are not a premium member, just click the first option "Connect To Free Service". After clicking that, it'll tell ask you for e-mail exceptions. This basically means, which are e-mail providers are you going to be using whilst your connected to the VPN. I just tick them all incase I ever have to use one whilst connected. (This only appears the once, so don't worry!!!) From now on whenever you click "Connect To Free Service" it will remember your e-mail exceptions and will connect you automatically straight away. You'll have to wait up to 10 seconds(maybe longer if there is a que), whilst waiitng you'll be shown this page... When that page exists, you will be connected, you're dashboard will then look simular to this: You'll not always connect to London, the VPN it connects to is completely random. But as you can see in the tp right hand courner it says your ARE annoymous and it gives you the IP of your VPN your connected to rather than your actual IP adress! To double check your connected to a VPN, go to http://google.com and type "Whats My Ip?" it'll then tell you your IP, if your IP matches the one you've been given from Cyberghost, in this case it's "79.141.161.37" then it's a success! Thanyou for taking the time out to read this guide, if you have any problems with using CyberGhost, or have any feedback for the thread, please do not hesitate to post below. Thanks guys, GTi
    1 point
  9. Heyy guys, obviously my name's Jackson. I was one of the first OSBot members, but sadly my decade old account got banned in January of '14. Just starting out again now, and playing getting back to where I was on 07 (No point in grinding on a POS like "RS"3). I'm 18, from North Carolina, USA, and play basketball and am a music and gaming junky. Feel free to HMU any time .
    1 point
  10. - would like stats to be 70 def and 99range - max range bonus( void) and blowpipe just wana see how quick i can do it
    1 point
  11. What you need: 1 x Apple 3 x Kiwi 1 x Banana (regular size) 99 X Cooking Skill
    1 point
  12. 1 point
  13. Sick man! I challenge you to try get the fastest on a pure, so like: 70 Range 1 Def 43 Prayer. Bet you can't beat 50 mins ;D
    1 point
  14. http://www.wisselkoers.nl/dollar i remember when 1 eur was about 1.3-1.4 usd... now its only 1.1 holy fk ! long tiem ago i bought rsmuneyz and used eurs on paypal so thats y i remember stop crashing the price, stupid merchers 100 U.S. dollars = 86.2117274 Euros
    1 point
  15. Good luck man! Post results of how quick you done it!
    1 point
  16. I felt very honoured to have some amazing work, given to a looser and noob like me So you have my gratitude.
    1 point
  17. She* and if you're truly banned then you can unban yourself in the modcp
    1 point
  18. @Verified - Where is the dislike button?
    1 point
  19. You can use a "Default" account.
    1 point
  20. If you are wanting to add it to the SDN look here: http://osbot.org/forum/forum/181-sdn-upload-requests/ You will need to set up a git account and then upload your source there. If you want to share it locally, you can build the jar and share a download link to the jar, or share the source code directly.
    1 point
  21. You can do the following: bot.getRandomExecutor().registerHook( new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { @Override public boolean shouldActivate() { return false; } } ); And if you want to allow the autologin to activate again, use the same code again but change the return false; to return super.shouldActivate().
    1 point
  22. Depending do you want to share your code? Then release the code Itself. But if you want people to use your actual script release the jar. Not sure if I answer your question.
    1 point
  23. In Islam, If you saved one life, you've basically "saved all humanity". Just saying that might be cool to know.
    1 point
  24. Make a filter for it. A filter will basically only accept npcs that meet a specific criteria, i.e. the cow is not under attack. There might be something in the api for this already, but this is a way you can do it without an api method.
    1 point
  25. POLLNIVNEACH ROOFTOP 70+ AGILITY: / SCRIPT FEEDBACK / - 25th Jan 2015 - 12:00am in the last 10 hours (roughly 4-5 under full supervision) I've ran this script non-stop without ANY bugs or glitches, the anti ban behaviour seems slightly different to other ones I've used before, but this is in a good way! the time outs to the 45 degree rotations the camera makes are all excellent anti bans, not to mention the nice quiet location of pollnivneach to begin with overall I would highly recommend this script for training agility 70+ thanks to Khaleesi for letting me have a play around on this script, I'll definitely be purchasing it and will keep this thread up to date with anything related that i may come across. - Chats UPDATE: / ADDITIONAL FEEDBACK / - 26th Jan 2015 - 2:00am I Have continued using the bot for the last 8 hours and am about to go to bed, again I'm really impressed with how random the anti ban seems to be. The only downside is I'm only pumping out 36k xp/hr when according to guides much more can be achieved, although this is a happy sacrifice after coming back from my first ban and being hesitant with only 1 more warning before i'd have to call it quits for good. Levels achieved after approximately 18 hours use: 70-77 UPDATE: / POLLNIVNEACH SCREENSHOT / - 26th Jan 2015 - 4:15pm Hit lvl 80 just before, added an additional 14 hours overnight and a took screenshot so you could see the bulk its handled OVERALL RATING: 5/5 (based on Pollnivneach Rooftop over timeframe specified)
    1 point
  26. Try to be more specific? Maybe post your code? Im guessing you didn't add a manifest or something of that nature.
    1 point
  27. 1 point
  28. When I saved someone from suicide
    1 point
  29. do you inject marihuaneneunen?
    1 point
×
×
  • Create New...