Jump to content

Fruity

Scripter II
  • Posts

    4962
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Fruity

  1. Now that PP and Sig looks odd..
  2. People have been getting banned for ages because of botting, Why stop now?
  3. Im stuck at my desk :'(
  4. The Client can't be detected but the behaviour can
  5. UK for the win. We just need more sun
  6. Apologies, I have amended the post. Kind regards Fruity
  7. Which one has it lost?
  8. 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.
  9. Title says fresh acc? Main was banned? Whattt
  10. I never really use prayer while pking so low pray is good aha
  11. 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
  12. Fruity

    xD

    I want my 5 secs back.
  13. Fruity

    Trade limit

    18 hours or 7qp i believe
  14. 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:
  15. Aha good x] I thought it was :P
  16. 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.
  17. Organic, 100% Decomposable and if it over heats you get a tasty potato!
  18. GL! Make that bank!
  19. Most Likely never be unbanned. Fresh starts are always nice
  20. Oooooo Shrekt
  21. Fruity

    Yo :)

    Basicly here to sell your account? please dont spam :3
×
×
  • Create New...