Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. wowowowowo my methoddd zzzz reported post for nudity :rage:
  2. make me a leage of legends Riven make it sexy sig plz
  3. Create a Linklist <Position> to destroy = new LinkList <>(); Then add to the list your Position []
  4. It was better when it was a simple "SDN Scripter" and the best rank "OSD" official script dev Though it really is just basic understanding of java and the Osbot api. Scripter 3 is for demi gods that contribute with projects and their flawless sdn scripts. But to say one doesn't deserve a rank is just aweful. Why does the rank matter? The only thing that should count is how well your scripts are made and what your users feedback you in.
  5. public class Timer { private long period; private long start; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { return this.period - this.getElapsed(); } public boolean isRunning() { return this.getElapsed() <= this.period; } public void setPeriod(long period) { this.period = period; } public void reset() { this.start = System.currentTimeMillis(); } public static String format(long milliSeconds) { long secs = milliSeconds / 1000L; return String.format("%02d:%02d:%02d", secs / 3600L, secs % 3600L / 60L, secs % 60L); } } //method public boolean isSmithing() { boolean isSmith = false; Timer timer = new Timer(1800); while (timer.isRunning() && !isSmith) { isSmith = myPlayer().getAnimation() != -1 ? true : isSmith; } return isSmith; }
  6. iirc virtual goods are now covered. I always pay 'goods and services' and not 'friends and family'. Make a case and supply evidence. I got an account recovered from me for 25$ USD. I made a case with evidence and won. Good luck! ~Sinatra
  7. Chris

    wet22

    this hurt EDIT: this is prob ur alt acc
  8. I'll keep it in mind. Looking for more offers and going with the 'Best for the buck' account. cheers
  9. all good! just dont spam post count! and be a good guy on the forums!
  10. price? Good and people like me help the Osbot community from dangers
  11. This just screams recovery: information - joined 8 days ago - spammed for post count - only a few topics since you made your introduction post.
  12. Considering but looking for more offers
  13. 8M budget prefer trusted unregistered emails (unless you are someone with trust.) any account (prefer account with initiate or decent mage level.) if anyone plays league of legends I can offer a Season 5 gold I account to trade.
×
×
  • Create New...