Jump to content

Fruity

Scripter II
  • Posts

    4950
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Fruity

  1. Fruity

    xD

    I want my 5 secs back.
  2. Fruity

    Trade limit

    18 hours or 7qp i believe
  3. 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:
  4. Aha good x] I thought it was :P
  5. 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.
  6. Organic, 100% Decomposable and if it over heats you get a tasty potato!
  7. Most Likely never be unbanned. Fresh starts are always nice
  8. Fruity

    Yo :)

    Basicly here to sell your account? please dont spam :3
  9. Fruity

    Fruity NMZ

    If im honest i cant remember if there is range in the paint but i beleive i added range pots
  10. Add me on skype - itsBenMason Very interested :P
  11. Get 74 attack to prove a point of self control? or 75 for ags/ SotD
  12. Is there an email attached/Recovery jazz? id say like 15-20m ish? Would be interested in an acc like this aha
  13. Fair enough. When i make accs i make random emails like Fruity@5.com . That way username is short and if i want an email attached i can do it VIA the website and i still keep the short username
  14. You wanting to sell your baby? Is there an email attached/all that recovery jazz? I would say like 40m ish? maybe 50m? im not good with prices
  15. Fruity

    Any Tips?

    Aha made me laugh :P OP: I would recommend packed worlds so you can hide under people :P
×
×
  • Create New...