Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/24/13 in all areas

  1. He basically requested the ban. He said he'd scamquit, he then made a thread asking the community what he should do to get banned (which rule he should break). He made 11 spam threads in a little over 2 hours. I tried to be nice to him & tolerate it, but he seems to be a bit too immature these days, so his ban will be staying this time.
    2 points
  2. Put this just after your class extends script declaration (replace names and coordinates with your own): ArrayList<Position> toMine = new ArrayList(); public static Position[] MinePos = { new Position(2845, 2961, 0), new Position(2831, 2969, 0), new Position(2827, 2981, 0), new Position(2823, 2998, 0) }; Put this in your onStart(); statement: loadPath(this.toMine, MinePos); Put this after your onStart(); statement: private void doWalk(ArrayList<Position> posList) throws InterruptedException { for (Iterator localIterator = posList.iterator(); localIterator .hasNext(); this.client.getMyPlayer().isMoving()) { Position pos = (Position) localIterator.next(); walkMiniMap(pos); sleep(1300 + random(600)); } } private void loadPath(ArrayList<Position> list, Position[] pos) { for (Position path : pos) list.add(path); } Put this wherever you want to execute the walk: try { doWalk(this.toMine); } catch (Exception localException) { }
    1 point
  3. Randoms are still not working 100% Freaky Forrester messes up and teleports you Doesn't click on the book of knowledge Doesn't always solve the box. Just so you're aware
    1 point
  4. Haha thx & kommek ier tog noggis nen belg tege
    1 point
  5. I like the 3D however the crown should also be 3D'ish or simply removed. It could use some red background texture too, not quite sure but worth a try. Well done though! Keep it up!
    1 point
  6. Title says all. Just pay to porkbowlno@gmail.com No refunds. all sales are final. it's the best guide out their that's 3gp every 5min. that's 36gp every hour, that's 72 gp every 2 hrs, that's a total of 864 gp a day! the guide will be sold for .05$
    1 point
  7. 1 point
  8. if you include gold sold > http://prntscr.com/1t6ggw lol i had alot my nature rcer with 96+ rcing got banned and it went down hill for a while there. was down to like $50. im finally back up to around $200/250 << if you count sponsor :P
    1 point
  9. Woke up to 6 accs banned. lel
    1 point
  10. I've been playing for 12 years and yes I do here is a recording of me singing https://soundcloud.com/robbie42944/the-a-team-cover-robbie-newton
    1 point
  11. I just want like a 1 sentence explanation if anyone knows. Don't post if you don't know please. O shit wrong section if anyone can move to spam
    1 point
  12. The download has been fixed!
    1 point
  13. I've had this issue for a long time as well, it makes me sad.
    1 point
×
×
  • Create New...