Jump to content

Augury13

VIP
  • Posts

    413
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Augury13

  1. thought i'd attempt to help :3
  2. http://osbot.org/api/org/osbot/rs07/api/model/Identifiable.html#getName() ?? Is this it/?
  3. I hope one day soon I will actually understand wth this means^ :-P
  4. thanks apaec! Through your enhanced skele i was able to make a working(pretty awful) powercutting script and i appreciate the work you put in to making this thread. I have lots more questions but i'm going to do what i can through searches on the forum before i come crawling back to you guys for assistance! (:
  5. So i was just looking through and I was wondering why Pug uses public void onPaint(Graphics2D g) { Graphics2D gr = g; currentXp = skills.getExperience(Skill.WOODCUTTING); xpGained = currentXp - beginningXp; g.drawString("" + xpGained, 1, 1); } when i'm getting the error that gr is never used... so i try to switch 'g.drawString("" ' with 'gr.drawString("" ' and neither of them actually show anything on the client. A paint would be nice and helpful but i feel like i should try to figure this out step by step (:. Thanks for the help whoever can help me!! edit: the pastebin i'm referring to: http://pastebin.com/MtmTxL2w
  6. THANKS! this fixed it(for this issue at least) +1!!
  7. inventory.isFull() keeps running as an error for me.. Will run perfectly like this: private State getState() { Entity tree = objects.closest("Tree"); if(!inventory.isEmpty()) return State.DROP; if (tree != null) return State.CUT; return State.WAIT; but if i throw in the .isFull() the script won't run at all: private State getState() { Entity tree = objects.closest("Tree"); if(!inventory.isFull()) return State.DROP; if (tree != null) return State.CUT; return State.WAIT; pls halp (:
  8. i have my own method for this, able to keep each account for like 72 hours. making a few mil if played right.
  9. i bot on my main every other day, nothing happens to my account
  10. Augury13

    perm banned

    Did someone say it wasn't detected? If so, then that person is 100% a liar lol. Everyone knows all bots are detected.. Anti-ban just reduces your chance of being banned seeing how they will still see a background macro program in the background..
  11. no.... It's a lifestyle choice.
  12. just trade it..... as long as you dont bot on the main account they won't ban because you aren't doing anything wrong.
  13. yes im on a computer and even after refreshing and closing out and opening again still there, not an issue for me, i was just wondering if it was an unknown issue :P
  14. It could just be an issue with my browser but if it's not I thought I'd bring it to your guy's attention. Just in the upper left hand corner it either says: or or http://i.gyazo.com/e059cb3ae3bf6d5d1464168effb6ffa1.png Where i think the logo should be. If this is intended, then sorry for posting, and if not then np if i helped in any way!
×
×
  • Create New...