Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/25/14 in all areas

  1. Did somebody say.. free scripts? Just tell me what script and I'll make a free one. I already finished 2 requests.
    3 points
  2. plot twist: he's going a road trip with his sister and mom
    3 points
  3. This update will wrap up many of the concerns from yesterday's release which reintroduced advertisements. The banner has now moved to the bottom of screen and has a close button, which will hide the advertisement for 5 seconds. The advertisement is now clickable and will re-direct you. Changelog: -Advertisement moved to chatbox area -Close button removes advert for 5 seconds -Advertisements are now clickable If you wish never to see the advertisement, please consider purchasing VIP or Sponsor here. Thanks for your input, -The OSBot Staff
    2 points
  4. this is too frequently asked question lol, and if u have quest cape, then why bother botting? i think u can manage without if u have gone this far to get quest cape.
    2 points
  5. I added him earlier on Skype because he had a $50 iTunes card for sale. Tonight I only had 10M 07, and he asked me to sell him it, and said "$3.1/mill", jokingly I said "how about the iTunes card for it " he said sure, so we were going to trade and I said I wanted a middleman. He said he was only willing to "use an admin as a middleman, with a 15% fee and that I must pay it". I told him nope, I'll be using Roomscape, he has 900+ Feedback, and is free, if you won't trust him, clearly a scammer. After I had this conversation, I noticed Pauwel has received a "negative rep" by someone saying they got scammed. This user has not filed a report yet on here, but I'm hoping he will soon. I'm just making this thread to warn users of Pauwel, as clearly he is just trying to scam people. Telling me he will only use an admin as the MM with a 15% fee, is to just try and bait me into going first. Skype convo we had: Proof it's his skype: Negative feed-back left by var c: I forwaded this thread to Var C, hopefully he will be able to provide some solid proof of Pauwel, but in the mean time this thread serves as a warning for his shadey actions.
    2 points
  6. everyone knows you're a dog, @Eliot. Stop trying to impersonate that poor llama
    2 points
  7. You're fucking annoying and should work on your social skills instead of making useless posts. There, it's out. That was my helping style ladies and gentlemen, if I get a warning point then so be it, totally worth it.
    2 points
  8. What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
    2 points
  9. Note: No additional quests or PoH interiors are required anymore. Please take the time to read through the following information, they may answer your questions If not, feel free to ask in this thread Barrows Barrows is a dangerous combat minigame, located in the southern parts of Morytania. The purpose of the minigame is to kill all 6 barrow brothers and finally claim their treasure, providing a chance to receive the unique and valuable barrows equipment, as well as other precious loot. Feature Guide Starting the script Proggies (Post your own in this thread to have them added) Change Log Troubleshooting FAQ Dynamic Signatures Bug report template http://frostbug.dk/dynsig_barrows.png?username=All
    1 point
  10. 'the intelligent choice' by Czar Buy (only $4.99) Want to buy the bot, but only have rs gp? Buy an OSBot voucher here old pictures
    1 point
  11. So I made this thing, it does what the title says. Hover your mouse over the herb in your inventory or someones trade window to see what it is. EDITED with the new script that supports trade windows. Special thanks to Botrepreneur for the help in dynamically finding the slot being hovered over and making a nice enumerable list of herbs . Due to popular opinion and request, the script is now back. Any errors please post here so that I and others may see them. PLEASE LEAVE A LIKE, FEEDBACK or even a "THX"!!!! FaysHerbs.zip
    1 point
  12. objects.closest("Bank chest").interact("Use"); This method looks for an object called "Bank chest" and attempts to interact with it using "Use". If you attempt to interaction with the "Bank chest" using "Attack", the method will not work because "Bank chest" does not have the action "Attack". npcs.closest("Guard").interact("Attack"); Lets say you are killing guards, as the method shows above. What happens when you kill all the guards and this method is called? You will get an error called a "Null Pointer Exception", meaning that the method was called but it didn't work because the object reference (in this case the Guard) is null (meaning it doesn't exist). Here is how we would solve that problem: NPC guard = npcs.closest("Guard"); if(guard != null){ guard.interact("Attack"); } Here we create the NPC reference called "guard" and we define it using the npcs.closest() method. Now if npcs.closest("Guard") can't find any guards, "guard" will be defined as null. This information is used in the next line where we check if "guard" is null, meaning if no guards exist. If there is at least one guard that exists (not null or != null), we will interact with the guard using "Attack".
    1 point
  13. I just wrapped up another huge session, 16+ hours again. With no flaws, might I add. When I run it again, I'll use ranged potions and see how it goes. I didn't see this message last night.
    1 point
  14. 2 questions 1 whats a bra 2 whats a girlfriend?
    1 point
  15. Thank you very much it worked It must not of downloaded fully. Thanks for the help, and for the update!
    1 point
  16. Try re-downloading it. A lot of people are currently downloading the newest version and it's possible there was some sort of error. The full file size is ~6.3MB.
    1 point
  17. Although nothing too ground breaking, I try and get you guys something fresh every weekend. Following my pretty strict todo list (found here), I was able to quickly make a system for saving and loading proxy settings (automatically). The next project I tackled was advertisements; apparently they were completely absent for all users. I took this absence as an opportunity to re-write the system, making it incredibly faster. Although maybe not as pretty with fancy scrolling effects, I think the performance gains really outweigh the lust. As of now, clicking (url redirects) is disabled. Of course our VIP+ members will never see these ads. Changelog: -Save/Load proxy settings -Added advertisements -Improved WrappedCanvas calculations and performance -Mouse position now has a separate debug Have a great weekend! -The OSBot Staff
    1 point
  18. I've banned him as a precautionary measure as I suspect him of attempting to scamquit. He can appeal if he's willing to refund.
    1 point
  19. I have always thought that instead of spending those $5 on your sandwich in the cafeteria today, you could simply pay for my script, I don't believe you are hurt this way too much, really... Especially since what Raflesia said is true, most of the scripts on the market are capable of making that money back in one night. People have made hundreds of dollars EACH from my flesh crawler script... Even though I don't bot for money/stats, I have made over ~$200 with my flesh crawler script. Also, if you sum up the time I have spent on developing scripts and handling my customers, if I have put it in a real work, I would have made 15 times more than what I have made on OSBot, so have some respect...
    1 point
  20. 1. OSBot is a company and needs money to stay online. 2. Scripters invest time in their scripts, and time is money. 3. Would you spend hours on scripts without getting a cent, and then having leechers complaining the script isn't good enough? I thought so. 4. Leechers suck. C'mon boi that $10 you have to spend on the script you want, you can make that back with 1 day of botting... Thx.
    1 point
  21. http://osbot.org/api/org/osbot/rs07/api/Configs.html
    1 point
  22. this.bot.getRandomExecutor().unregisterHook(RandomEvent.AUTO_LOGIN); or this.bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { public String getName() { return super.getName(); } public boolean shouldActivate() { return false; } }); you will also probably need to disable world hopper system if you are using it. To make the actual login handler, you need to make a new thread and run it on that, otherwise you can't run anything on the script until logged into game.
    1 point
  23. The smaller community is at the moment, the main competitor, if you did not know.
    1 point
  24. Because he does the right thing and pays for the scripter's time and knowledge.
    1 point
  25. LLAMAS ARE THE BEST.
    1 point
  26. Phew, lucky I get no ads. If you have free time, you know what you have to look at *wink* *wink*
    1 point
  27. 1 point
  28. Is there any way to disable this for development, aside from blacklisting the ad server hostname? I Could see it causing major issues with interface picking... I understand the need to have advertising, running a community isnt cheap, but there are some situations where it makes no sense. It's not like I'm going to click ads when im in the middle of creating content. /entitled rant
    1 point
  29. I Couldn't stop looking its just so dam sexy :p
    1 point
  30. This this this. Okay, if I can vent, I'll just get it out: It covers my minimap. When I login to a new world while botting, it is very useful for me to see what exactly is going on in the surroundings. Since I don't want to interfere with my script, my interaction with the game is disabled and thus I use the minimap for a quick assessment of players, items on the ground, etc. It covers the health and prayer. I know you're well aware, but to be able to check these things quickly and immediately are fundamental features of the new orbs in the game and as such, are essential to the mindful botter. It covers nearly 1/3 of my clickable screen, including the minimap. I just took over control of my bot to fight someone for my spot in this world, and had to change the angle so many times just to be able to move a few steps. Which previously, was not an issue. Bank tabs are impacted, however I don't know how greatly but considering it will cover a good deal of the bank even when scrolling, it's a problem there as well. Also, I don't think moving it around will necessarily fix the issue. I think the best option, if you can't move it off the screen entirely, is where the PM's show up and that would also cover the top of the inventory. However, this will also impact those players who choose to play with Private Chat split. And if they don't split it, their paint could be potentially covering their chat. If consulting the advertisement space consumers is a possibility, which I imagine it is, you should discuss this. As well as the other Devs. I don't see how moving it out of the way, to the sides or bottom/top would impact their traffic. The only way that it is increased right now, is through misclicking/it's intrusion. It's size and flashy effects are enough to draw attention to it, no matter where you put it. Alek I respect your work and the other Devs as well, but I think these couple posts aren't the last. I NEVER post on forums anymore and I hardly have any attachment to the community aside from a few Devs for certain scripts I use. But I did come for this and I would imagine, and hope, others will too. Good luck! I'll let my 2 cents on this rest at this post. Edit: Also, could you not just extend the canvas by the Height Dimension of the advert, and place it below the client in the extra blank space that would be provided from the canvas? That sounds like an easier fix than modifying the GUI, or would that be equal work because of extending the canvas size? Double Edit: It also covers the screenshot button haha.
    1 point
  31. I would still hope that a conversation on moving it off the game screen could be had. But if this is the only option besides nothing, I would accept it. It still scares me to not be able to see my health. Also it hides the bank tabs, which I guess you could switch in 5 seconds? If not just hide it again? /end reach for moving off game screen Anyway it goes, I'll support the client and the Dev's. Just am hoping for the most ease of use one could need.
    1 point
  32. I guarentee you anyone that says young, if they experienced a milf could never go back. I had the fortune of having a fling with a 36 year old when I was 18. Hnnnnggggggg Dat experience though.
    1 point
  33. As far as I know OSBot does not xboot and instead injects into the gamepack and runs the game off that modified jar. Any Jagex requests they send out to detect whether there is injected code in the jar (such as getPlayer(), getCameraYaw(), etc.) are routed to the unmodified jars class loader. Also, it seems like you're confused about what xbooting actually is. It doesn't actually modify rt.jar but instead looks for rt.jar class overrides found with the xbooting jar file that it will use instead of the defaults. If you actually modified the rt.jar files you'd have to delete and reinstall Java since things relying on the default Java functionality wouldn't work (assuming you did something drastic to one of the classes).
    1 point
  34. 1 point
  35. I don't know if your addressing a problem or a win
    1 point
  36. Stopped reading at dual graphic cards. Will never take a rig serious with dual graphic cards, because it wasn't built with efficiently in mind, was built as a dick measuring contest. Unless of course you're a structural engineer/architect running cad and having to render sky scrapers
    1 point
×
×
  • Create New...