Jump to content

Leaderboard

Popular Content

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

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    5 points
  2. Why is it still there? it says "Do not purchase this package" for ages... just remove this crap so sketchy @Maldesto
    4 points
  3. I will auth temporarily, until OSBot handles it ps. thank you for choosing Czar Scripts, hope you enjoy ;D
    4 points
  4. 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
  5. "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
  6. Same lmfao i just clicked and presumed because it was 07 who uses rs3
    2 points
  7. This is no longer a restriction for price checking.
    2 points
  8. 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
  9. 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
  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. 1 point
  12. Script is running now! Would you like a proggie after trial is over? ;)
    1 point
  13. You now have a 24h trial. Enjoy! apa
    1 point
  14. Bought account 5, currently waiting to get the email changed
    1 point
  15. Thanks for the free trial! I completely forgot to get a proggy pic but one bug i found is on the barb agility outpost, the bot will make your person go behind the net that you have to climb, then it gets stuck there. Thus, barbarian outpost currently isnt working but other than that, the other places were flawless!
    1 point
  16. 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
  17. Thanks, I went ahead and banned him.
    1 point
  18. Thanks! I appreciate it! So far working just fine!
    1 point
  19. 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
  20. I'll break it down for you in terms of how I would price it. 99 range would be worth 25-30m. The rest of the combat stats+prayer would be 30-35m combined. The 4 99s are worth about 55-60m (Fishing 20m, cooking 10m, hunter 20m+, Fletching 10m) The rest of the skills should be worth 15-25m (77 mining, 73 agility, 60 herb, all skills 50+) Then you have to take into account that he already has all the skills done for barrows gloves, a few of the "hard" quests done like MM, and full range/mele void. The macroing minor should drop the price a little bit but this account is still worth a good deal more than what you think. If you think it should go for 100m at most then why did you even try to offer 15m? Sorry for making all these posts without actually offering anything for the account, I just can't stand people that have no clue what they are talking about when it comes to account sales.
    1 point
  21. 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
  22. Choose these options and it makes Arrow Shafts :3
    1 point
  23. lol i got only 7.3m sorry ok add me skype. saule1246.dziugas
    1 point
  24. when doing arrows it stops for awhile is that an anti ban?
    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. Hey man can i get a test of this script? Love your mage script by the way thanks
    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...