Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/31/15 in all areas

  1. Why is it still there? it says "Do not purchase this package" for ages... just remove this crap so sketchy @Maldesto
    4 points
  2. I will auth temporarily, until OSBot handles it ps. thank you for choosing Czar Scripts, hope you enjoy ;D
    4 points
  3. Hopefully the DDoS attacks will be mitigated for some time as our services slowly start to restore. Please give a big high-five to @Zach for his work, the attacks were pretty sizable. In this release you'll find all the extra features from the 2.3.105 release and a few features such as dynamic signatures should be restored as well (pending script updates). Thank you for being a member here at OSBot; we will continue working toward keeping our services online. You must download the new version through the website and NOT the client. Edit: The elusive, shadow bender @Maxi also made an appearance to help restore the services, give him a high-five with your other hand. -The OSBot Staff
    3 points
  4. "Mom, why do the best people die early?" - "When you're in a garden, which flowers do you pick?" "The most beautiful ones?"
    3 points
  5. Same lmfao i just clicked and presumed because it was 07 who uses rs3
    2 points
  6. This is no longer a restriction for price checking.
    2 points
  7. This is stupid, as this will be your real IP anywhay, which could be related to you. There are proxies, vpns and even tor, just look stuff up. Start with tor I suppose and visit the hidden web for fun, just avoid pornographic content at all costs. Then look into what is a VPN and how to set up a proxy link.
    2 points
  8. User has been banned. He was online yesterday and ignored the warning. If he wishes to return, he will have to refund in full. I'm sorry for your loss.
    2 points
  9. It's been a few days now and still no update
    1 point
  10. Looking forward to this script, does anyone know if I can run two mirror mode accounts at the same time? Would they interfere with each other thanks.
    1 point
  11. this is a story about how i fell in love with maldesto: i really like maldesto because he gave me a second chance on osbot, i was a cunt to him to once when i got shown some stuff - i did some bad things but he forgave me, i have seen since that he is a gr8 individual i really like him - my love doesn't die - although he doesn't like me back
    1 point
  12. now thats what you called customer service .
    1 point
  13. Bought the script on friday; got 76 mage to 95 magic in 2 days over the weekend, 170k xp/hr. Will get 99 magic on the weekend Great script!
    1 point
  14. Script is running now! Would you like a proggie after trial is over? ;)
    1 point
  15. 1 point
  16. 1 point
  17. Bought account 5, currently waiting to get the email changed
    1 point
  18. Hey just got this script; would you be able to stop the spam clicks when depositing finished potions? thanks
    1 point
  19. So what are some of your recommendations for run time and breaks? I can't imagine much more than 2 hours would be very smart, considering that the bot is constantly clicking. Script works flawlessly by the way.
    1 point
  20. Mind if I have a trial?
    1 point
  21. If you set a bank pin on Tutorial Island, you can deactivate Iron Man mode at any time by talking to the people in Lumbridge (it takes 7 days in case you're hacked).
    1 point
  22. Well.. i used ur script about 30 mins and it worked perfectly, then osbot crashed due DDOS attacks and my trial is now over lol.. but anyway, thanks and i think i contact u soon..
    1 point
  23. Choose these options and it makes Arrow Shafts :3
    1 point
  24. lol i got only 7.3m sorry ok add me skype. saule1246.dziugas
    1 point
  25. Erhmmm you would be better off finding a moneymaking methods that isn't public. and get a private script done and farm it.
    1 point
  26. Also, I'd like to point out that 2 days ago when he scammed me, is the same day he posted on nearly every 'requests' thread. I think it's quite obvious this is a scam quit. He was offering services to others at the same time he was supposed to be doing my quests, so it's clear he was trying to get the most money he possibly could before someone made a dispute against him. 3 more hours until it's been 24 hours since you've notified him, so I'm looking forward to having him banned.
    1 point
  27. Still won't make anti-venom+. If I select "Make Finished" -> "Anti venom 1 potion", it doesn't do anything after clicking "start script." Like it is not loading
    1 point
  28. public static String formatTimeDHMS(final long time) { final int sec = (int) (time / 1000), d = sec / 86400, h = sec / 3600 % 24, m = sec / 60 % 60, s = sec % 60; return (d < 10 ? "0" + d : d) + ":" + (h < 10 ? "0" + h : h) + ":" + (m < 10 ? "0" + m : m) + ":" + (s < 10 ? "0" + s : s); } where time is in milliseconds. Implementation: g.drawString("Runtime: " + formatTimeDHMS(timer.getElapsed()), 100,100); where g = graphics2d and timer is your timer from the start of the script and getelapsed is a method from your timer class returning the time elapsed in millis This ill be formatted as: 00:00:00:00. d: h: m: s Apa
    1 point
Γ—
Γ—
  • Create New...