Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/13/15 in all areas

  1. Lately OSBot has seen an increase in activity as we have reached a new stage, which is why I'd like to thank our developer team and script writers for their hard work. But without our community all of this wouldn't have been possible, which is why I decided to host this event for all of you OSRS players and botters! The event is an interactive happening and will take place in Oldschool Runescape. As the title says, this will be a riddle event. Let's explain how it will work. First of all, when the event starts, I will post a riddle on a locked thread so you can check the riddle whenever you want to. Secondly, the hard work is for you. You will have to solve the riddle and it will lead you to a specific location in Runescape. @Oliver will be my accomplice on this as he will be the one hiding. The first person to find him, receives a point. The exact procedure on how to win a round, will be explained later on. There will be a total of 5 riddles (don't bother searching for them on the internet because you won't find them, I made them all up myself). Make sure to have your teleport necessities, possibly some food and other supplies ready before the event starts! After you've found @Oliver, you have to complete this procedure in order to gain the point and win the round. The first thing you have to do is, find @Oliver. You then need to take a picture on which I can see both the answer/action when you've reached the correct location he'll be there somewhere and will have registered the rs name of the first person to tell him the correct answer or execute the correct action, you can take a picture using Gyazo/Puush/.... Forward the picture to me (@Dex) using the PM system. We will compare and if we deem the picture to be legit, you will be the winner of the round. Keep in mind that only the first person to give @Oliver the correct answer/action ingame will receive a point, after that he will be moving to the next location. Date: 26 April 2015 Time: 20:00 (8 pm) Timezone: GMT+1 Click here to see the time of the event on your location If you win a round, you will be awarded with a point. The prizes will be rewarded as followed: 1 point: 3 months of 2 points: 6 months of 3 points: In addition to this @Eliot will be granting you a 60 day auth for a DreamScript script of your choice for users with one or more points. This is how a riddle will look like. It will contain the information which will lead you to a specific location in Runescape. (this is just an example) Question: what is Martin Luther King's most known sentence? If we take this one as an example (the actual ones will be more difficult), the answer to this riddle is the essence mine in Varrock. The answer to the question is 'I have a dream'. You'll have to say the "I have a dream" when you reach @Oliver ingame and take a screenshot of it with your rs name still visible. Some people might think that there will be a mass ban when you participate in this event. I have also taken this into account upon creating the event. Because we do not have one specific location (e.g.: Warrior's Guild) it will be harder to even impossible for Jagex to bust us. OSBot cannot be held responsible for any bans/mutes during/after the event! We hope to see YOU at the event! ~The OSBot Team
    7 points
  2. Although my lunch break release was a wild success, I decided to wrap up another persistent issue which was the Interface Debugger and getInv(). I'm proud to say that the debugger now runs on Widgets and displays all the new functionality for it. In addition, getInv() works in the debugger for what I believe is the first time (previously it was offsetting ids by -1). Hopefully the scripters can make good use of this update. Changelog: -Reverted RS2Widget getInv() --Fixes Store API -Re-wrote Interface Debugger to use widgets --Interface Debugger is now known as Widget Debugger --Added new widget values to the explorer and removed legacy interfaces --Sub-child is known as Grand-child --Updated getInv() for widgets that are item containers Happy Botting! -The OSBot Staff
    7 points
  3. Ever been banned? Banned even using the most premium of scripts? Banned while only botting for a couple hours? Well, I have a theory as to how JaGex is distinguishing humans from bots apart from injection. Before I go further, let me brief you on something most programmers know and most others don't. Let's say you're cutting maple logs at Seers. The moment that tree is cut down, I have a feeling JaGex takes note of the time that action was completed as such: 21:59:46: Your tree was cut down. (completed action) JaGex may also take note of the time you begin your next action and what it does. Then you click on the next tree available, or in this case, the same tree after it respawns: 22:00:16 Player begins cutting another tree. (new action initiated) We find that the difference in time the action was complete and the next action was initiated is 30 seconds (21:59:46 + 00:00:30 = 22:00:16). Imagine doing this for hundreds of hours and that difference between completed action and next action is ALWAYS 30 seconds. Pretty predictable and bot-like, wouldn't you say? To counter this, most programmers would know to wait a random duration after the completed action before starting the next one. The code in bot scripts have something along the lines of "Sleep(1-6);". What this entails is the bot to wait anywhere from 1 second to 6 seconds before starting the next action. In theory, this would make it harder for JaGex to spot a pattern; however, it's just as easy to spot a bot-like pattern. Throw a 6 sided dice 100 times. What's the probability that 1 was rolled? It'll be roughly the same as 2, 3, 4, 5, and 6 (~0.17 x 100 = ~17% chance for a number to be rolled) As expected because rolling a dice should be random. The probability of each face of that dice should be the same as the next face of that dice. Nonetheless, human behavior is not nearly as related to the randomness of throwing a dice. Humans are inclined to lean a particular way. So when it comes to time between completing tasks and beginning another, it's not going to look like the graph of 100 dice rolls. It may look more like this: All while the graph of a bot might look like this: I'm not much of a programmer myself, but this theory does have some merit to it. If you can add to this, please do so below. If you think this is a bad theory, please let me know why. Also, let me know what you think JaGex does to distinguish humans from bots. What's the fix? How do you program "human behavior" into code? That's difficult; however, there may be an easy, temporary solution. Random numbers in the Java code currently are thrown through a Math method called a random number generator. Perhaps we could roll 2 dice instead of one and get something that looks a little more human-like:
    5 points
  4. The n word is a cultural word for me and my race. It is used in a brotherly and welcoming way by blacks/african americans in america. I was freely speaking and noticed i could not use the word in the chat. Why is this? My proposition. Have a rank called black person which allows the black person to say the n word. In order to obtain it you have to prove you are black most likely via skype .. hehe im actually black irl though.. js saying so you think im some trolling white supremacist brah
    3 points
  5. Doesn't that show how Apple customers ahum fanboys, are narrow minded as fuck? I'm not saying one is better than the other, just my conclusion to the fact that so many people bought the Apple watch without reading a real review on it.
    3 points
  6. This hotfix will hopefully fix isVisible() issue introduced in Version 2.3.59. Normally I would thoroughly test releases, however Maxi will be out until mid-week. Please let me know if you are continuing having some issues, I wrote this patch during my lunch break. Changelog: -Attempted to patch isVisible() issues -Attempted to patch getInv() returning item ids with a -1 offset Sincerely, -The OSBot Staff
    3 points
  7. Apple just kneecapped Google's smartwatch efforts http://uk.businessinsider.com/android-wear-apple-watch-google-advantage-developers-2015-4?utm_content=bufferba6d6&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer?r=US
    2 points
  8. http://s73.photobucket.com/user/mainmenu685/media/24hours.jpg.html Todays drops nom nom
    2 points
  9. Yes I'm aware of this. Sadly.. i'm writing a detailed fix for this annoying issue ... I hope to get it fixed by tomorrow. Sorry for the inconvience!
    2 points
  10. Try the following: - make sure you run the latest version of osbot - make sure your java is up to date - restart the client - restart your computer
    2 points
  11. Omfg kidink is back!!! who is this?
    2 points
  12. So what you're saying is you bumped your threads
    2 points
  13. I will, I just need to make sure everything is flawless first. OSBot .60 client should work with this script very well, since .59 was bugged
    2 points
  14. That's one fine smelling roast
    2 points
  15. Curious as to why you didn't use an else statement rather than if(smeltSelect != null) { } if(smeltSelect == null) { } Something you could do is encapsulate each state behavior within the actual state: class MoltenGlasser extends Script { private State state; public int onLoop() throws InterruptedException { getState().process(this); return 500; } private State getState() { //... } } enum State { SMELT { @Override public void performTask(MoltenGlasser script) { script.log("Smelting"); script.cameraFix(); Entity furnace = script.objects.closest(...); //... } }, BANK { //... }; public void performTask(MoltenGlasser script) {} } This will keep your onLoop method nice and clean, and separate the logic of each state into it's own method. Also, no need to switch between cases anymore! Thanks for posting this! Every script snippit helps familiarize me with the API; much appreciated man!
    2 points
  16. A good theory, but here are some things to consider. Probability is just that, the chance. You have equal chances to roll any side of a die, but it is still possible to roll a four 76 times in a row. Moving on, let me ask you all a question. Have you ever played legit and wood cut for 10 hours straight or power mined for 10 hours straight? 99.4% of people have not. (speculation I'd bet money on) When woodcutting, do you usually sit at the tree and wait for it to respawn, or do you go and find another tree to maintain profit and/or xp while minimizing idle time? Someone mentioned anti-ban which is a funny thing. When I play, I hardly ever move the camera, check my xp, check my friends, or anything. I sit there and wait for my inventory to fill up, use a macro to drop all my items in 2 seconds, click the resource and begin waiting all over again. Understandably though, if all bots did this that would be a huge red flag, just saying that's how I play "legit". To me, the biggest contributor to bans is being reported. Side note, those people that ask if you're a bot, how would you respond if you were muted... The next biggest one would be following patterns that large amounts of previously banned bots followed, and obviously having your ip flagged. Maybe those people who make a brand new account to suicide bot and transfer whatever they made before they get banned in a day or two are the biggest contributor. I'd bet jagex let's them make it for that long to gather sufficient data on them and builds a control pattern to compare other suspected bots to. If they fit, they get a ban.
    2 points
  17. Haha m8 don't trip didn't think you were, I'm just asking tbh so I don't get in trouble again rofl
    2 points
  18. Quite possibly true, really interesting and a great use of graphs and shit.
    2 points
  19. Hello, I joined OSBot less then 30 days from the date of this posting, I couldn't have pictured the amazing community on here including the business aspects, as well the lovely people who are responsive with constructive criticism when needed, and great conversation whenever the opportunity is present. With the help of staff, community members, scripters and even jagex;) I have made over $3,000 USD within this time, and I want to bring others into this world with me while taking it to the next level as a clan/team/group/family whichever best suites your vision for this. Within the next upcoming week I'm going to start inviting people and accepting applications from those who wish to join, I do not discriminate nor will I tolerate anyone filled with a distasteful sense of dishonor, so lets keep this proper The clan name is up for discussion, I however enjoy "Pixel Pirates" Or "Wolfs Who Do Blow On Wallstreet" , but please post here with idea's or questions about this topic! I will post requirements , they won't be extreme but I only will bring those who I trust in so beginning a conversation with me on here or in chatbox is the best way to get acclimated http://osbot.org/forum/topic/70235-the-clan-that-will-change-the-matrix/page-4#entry777658 For the clan thread!
    1 point
  20. We used to have a Moderator here who is black and was VERY offended because of that word. A lot of other people with a black skin color are also offended and have reported this to us several times in the past hence why it's censored. Just because you are not offended and you are black yourself, doesn't mean the other black persons aren't. To alot of people it strikes a chord with a negative feeling due historical experiences.
    1 point
  21. You sir win the award for fastest script patcher on Earth ++++++++1
    1 point
  22. So I used this script for lets say 1:30 hours, got me an Arhims robe top and a Guthans spear Made 11,5M within 2 hours Thanks Frost
    1 point
  23. I swear @Oliver post something starts everyone arguing and then fades off in the distance, then comes back with something passive to calm everyone down. Like a TRUEG
    1 point
  24. Please explain Scripters section 4 readonly to normal members just for shits n giggles.
    1 point
  25. Yeah but it's not because of the product itself. It's just the "new Apple product" hype that's going to make it oversell. Debrand both products and tell a consumer that one watch would come out 6+ Months after another and cost 100 more and be locked to one type of phone. The Moto 360 would get more purchases over the Apple watch by a mile in that case.
    1 point
  26. So I got this script, started it, watched it hop around looking for an empty world, and once it found one, it went to work slashing the legs and eyes off of crabs. I babysat it for about 20 minutes just to watch it and see if all would go smoothly, and it did. I decided I would let it run while I went out to do some errands and I came back to this. I started the bot in the Camelot bank with 4 attack potions, 4 strength potions, 22 tunas, and 50 airs runes/10 law runes. I had cave enabled, left it on going to East and nonaggressive. Did I do something wrong?
    1 point
  27. Add gnome location pls
    1 point
  28. Sure granted you 24 hours
    1 point
  29. i didnt mean the things i said, no ban ples
    1 point
  30. I think pixel pirates is cool, looks really good man!
    1 point
  31. Alright no worries guys I am fixing it right now, sorry for the buggy release, I need to make some adjustments for the SDN EDIT: If you guys have client .58 laying around feel free to use it for now, because that one works Version 0.04 - Added draynor willows to list - Fixed powerchopping - No longer gets stuck with some tree types - Removed some paint components, made the script too laggy Update will be live within a few hours thanks for being patient guys, sorry about this btw, even my most successful scripts had a few problems at the start (range guild especially) and now it's flawless :P
    1 point
  32. Nice one OT, not sure wether or not you copied it from another major botting client(not allowed to mention) who currently has a system just like this or you came up with it yourself. Well, how about a check box? If you want anti-ban or not, because that is what this is, an anti-ban. Khaleesi added this to all his scripts so if you want to YOLO your account, you can and if you want to play it safe - then check the box.
    1 point
  33. Simple... script writers need to incorporate dynamic structures into their scripts.
    1 point
  34. I agree with what you're saying. I think a major contributing factor to this is people's desire to get max exp gains while botting. If a script operates at anything under maximum efficiency people throw a shit fit. Realistically it would not be difficult to develop "profiles" that switch every so often in a script to simulate things like a human becoming bored, thus having slower reaction times, a human becoming more focused and thus having faster reaction times etc. However as I stated people would bitch non-stop about not getting the most xp/ph possible, even though their account would likely be significantly safer.
    1 point
  35. I mean, if you could give me a happy ending you would be 15$ Closer to the goal
    1 point
  36. Maybe, though I sort of doubt. I bot long on both bonds and regular membership and never noticed a difference.
    1 point
  37. Scotty, please use the bump button!
    1 point
×
×
  • Create New...