Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/13 in all areas

  1. Welcome to tonight's release! This update has the following features: Prison Pete has been patched (unverified) Freaky Forester has been patched (unverified) Frog Cave has been patched (verified) Drill Demon has been patched (verified) Maze has been patched (unverified) Pinball has been patched (unverified) Run away from combat has been patched (unverified) Surprise exam has been patched (unverified) IMPORTANT! Any accounts stuck in ANY random that the bot can't solve, please PM the details. The faster I get accounts to test, the faster I can provide you with these releases! Thanks, Sincerely, Laz and the OSBot Team.
    14 points
  2. Winner is 7yt, congratz. pm me.
    11 points
  3. I understand there's already a topic on this, I find it somewhat difficult to understand. Please understand that using breaks is an important part in keeping your account unbanned. More information on how to bot smart -> http://osbot.org/forum/topic/6894-bot-smart-what-it-is-how-to-do-it/ Defining the parts of a "break" [Average Interval] - The "average interval" is the average time between breaks. It's an "average" because of interval deviations, which i'll be getting to in a moment. This is how much time will be in between your breaks on average. [interval Deviation] - This is a very important part of making sure jagex doesn't notice a precise pattern in our breaks. Lets say your "average interval" is 75 minutes, and your "interval deviation" is 10 minutes. This means that the time between your breaks can be anywhere from 65 - 85 minutes. [Average Break Time] - The "average break time" is the average length of the breaks your account will be taking. It is an average, because there are also break deviations, which I will get to in a moment. Your "average break time" should be how long you want your account to stay logged off per break on average. [break Time Deviation] - Break time deviation is very similar to "interval deviation". Your "break time deviation" is how much the length of your accounts break can deviate from the average time. Lets say your "average break time" is 20 minutes and your "break time deviation" is 5 minutes. This means your accounts breaks will be anywhere from 15-25 minutes long. Here is a picture of my break setup Please be sure that you have the "enable breaks" box selected. Now, let me explain how breaks work going off of my break setup. My "average interval" is 75 minutes. my "interval deviation" is 25 minutes. This means that the time in between my accounts breaks can be anywhere from 50 - 100 minutes. my "average break time" is 25 minutes. My "break time deviation" is 10 minutes. This means that the length of my accounts breaks can be anywhere from 15 - 35 minutes. If you have any more questions, please feel free to ask below. Drop a like on the post if this helped you!
    2 points
  4. Guys, I'm proud to announce that this release features a very sleek update to the way object and NPC definitions work. The bot will now recognize nearly all object object and NPC definitions. Remember how some NPCs and objects would have "null" for a name? Well that's not happening anymore. All objects and NPCs have names and model ids associated with them. Along with the above update, the following patches have also been applied: All random even solvers have been patched to use names Frog cave has been patched Frog queen has been patched IMPORTANT: Jagex has implemented Grave Digger once again! We need as many accounts stuck in Grave Digger to solve the random event for you. Bot carefully. Thanks, Sincerely, Laz and the OSBot Team. P.S. Please note that the new object and npc definition system hasn't been tested very much. Report any bugs. Use the entity debugger in the settings menu to debug definitions.
    1 point
  5. You wont do it again , blablbalabla it was ur bro or something ___________________________________
    1 point
  6. I do not support. The only forums that I am aware of that have post requirements is the market. 20/40 posts is really not that hard and if you were part of the forums for a certain time, you should of gotten those post by then unless you are a leecher.
    1 point
  7. creating a local script -where to upload jar files to. MediaFire/Mega/Your own web host -what site do you use to check viruses to ensure script users are getting a clean file? You can't virus scan a .jar but if they think you can, google VirusTotal -what should I put on my local script thread? What your script's about e.g what it does, where it does it, why it was made, how long it took, and cool features updating local scripts -how often do you update ids? Use names to define objects instead of IDs Jagex keep changing them around. -how do people w/ previous versions of your jar update? Not lately at the moment - too many people coming over to visit for summer. -anything else important to know with updating scripts? You need to make the update thing yourself or get one from the Snippets area. sdn -how would you be able to get your script on sdn? Send it to an admin and ask them to check it/Upload it -can you put a script on sdn that is already on sdn? ie 2 different fletching scripts Yes premium scripts -is it only for sdns? I think it's for Scriptwriters only (check the link Led posted) -how exactly do you make money from it? When you sell it OSBot gets some money and you get the rest. -if you can make a premium local script how would you go about doing that? It's against the rules to sell privately but you would need a login server to verify whether they are premium or not. Hope that helps, Graphical
    1 point
  8. Okay so this dude created a fake photoshop request site where people ask for something done in their pictures and then he messes up, look.
    1 point
  9. Lmao thanks man Gave me a good laugh
    1 point
  10. Prison Pete is still not working, seems to get stuck on either the third key, or ends up getting the wrong key on the second door.
    1 point
  11. what am i supposed to get out of this????????
    1 point
  12. Awesome update, finally getting them randoms fixed! Keep up the good work Laz and Maxi.
    1 point
  13. At-least make a non of the above option... Where is your logic?
    1 point
  14. ┏━━┓┏┓╋╋╋╋╋╋┏┓╋┏┓╋╋╋╋┏┓ ┃┏┓┃┃┃╋╋╋╋╋╋┃┃╋┃┃╋╋╋╋┃┃ ┃┗┛┗┫┃┏┓┏┳━━┫┗━┛┣━━┳━┫┗━┳━━┓ ┃┏━┓┃┃┃┃┃┃┃━┫┏━┓┃┃━┫┏┫┏┓┃━━┫ ┃┗━┛┃┗┫┗┛┃┃━┫┃╋┃┃┃━┫┃┃┗┛┣━━┃ ┗━━━┻━┻━━┻━━┻┛╋┗┻━━┻┛┗━━┻━━┛
    1 point
  15. Create a global instance of shop in your script. To do so, place this above your onStart method: Shop shop = new Shop(this); Here is an example of how you can use the shop after you have have created the global instance: if (shop.isOpen()) { ShopItem fireRune = shop.getShopItem(FIRE_RUNE_ID); //FIRE_RUNE_ID is a global int with value of 554 if (fireRune != null && fireRune.getAmount() > 0) { fireRune.buy10(); } }
    1 point
  16. Jagex is trying to wear you out Laz! Keep working hard man. Don't let them win. EVER!
    1 point
  17. Still why censor a website? You don't see p****bot or any of those other botting sites censoring "bad" words...? And, they're doing great. Sometimes it just gets annoying. It would be great if you were to disable censoring. Well we aren't any of those websites. This is actually one of the only botting communities that I enjoy partaking in. Have you seen how nice people post? If they had such rights to use curse words, then some people may be turned off. Many people enjoy the protection from hateful words on such a website.
    1 point
  18. Hello, Well here is the code of the Timer again: You create a new . java file which is called Timer Then paste this inside it. Now you can use a Timer object. If you need more info or examples then add my skype H0ppy
    1 point
×
×
  • Create New...