Jump to content

Fruity

Scripter II
  • Posts

    4963
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Fruity

  1. OS X for the win! until it comes to using mirror >.>
  2. Now that PP and Sig looks odd..
  3. People have been getting banned for ages because of botting, Why stop now?
  4. Im stuck at my desk :'(
  5. The Client can't be detected but the behaviour can
  6. UK for the win. We just need more sun
  7. Apologies, I have amended the post. Kind regards Fruity
  8. Which one has it lost?
  9. On a fresh acc to test it. Free script on a fresh account to test it. sounds like he used a free script - on a fresh account.
  10. Title says fresh acc? Main was banned? Whattt
  11. I never really use prayer while pking so low pray is good aha
  12. Feel like I'm missing something being banned from chat :'(. But i have to say I've actually done something in my time than be in the chat box lol
  13. Fruity

    xD

    I want my 5 secs back.
  14. Fruity

    Trade limit

    18 hours or 7qp i believe
  15. Thank you! and thank you for the info on the colour Ran script for 30+mins (Not very long to get a good test i know) but this is the memory usage atm:
  16. Aha good x] I thought it was :P
  17. Inspired by this - http://whatcolourisit.com/ I decided to add a little extra to my scripts. Just something small that wont improve the performance or anything. Basically there for cosmetic reasons How to: Add yer start time: long startTime; Then in onStart add: public void onStart() throws InterruptedException { startTime = System.currentTimeMillis(); } Then make a timeToHex method: public static String timeToHex (long time) { int sec = (int) (time / 1000), h = sec / 3600, m = sec / 60 % 60, s = sec % 60; return "#" + (h < 10 ? "0" + h : h)+(m < 10 ? "0" + m : m)+ (s < 10 ? "0" + s : s); } Then in onPaint add: public void onPaint(Graphics2D g) { super.onPaint(g); long timeRan = (System.currentTimeMillis() - startTime); Color timeColor = Color.decode(timeToHex(timeRan)); g.setColor(timeColor); } Now the colour timeColor will change the more you run the script Fruity.
  18. Organic, 100% Decomposable and if it over heats you get a tasty potato!
  19. GL! Make that bank!
  20. Most Likely never be unbanned. Fresh starts are always nice
  21. Oooooo Shrekt
×
×
  • Create New...