Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. Acerd

    AssAfker - afker

    Requested by @Oliver what it does: right clicks randomly time to time rotates the camera time to time doesnt happen to often but will do it b4 20 mins http://uppit.com/s1dzrnasf3d0/assafker.jar
  2. Acerd

    Timer?

    Could you give me an example (code) ? im still learning :E thanks in advance
  3. Acerd

    Timer?

    I can but its not reliable.
  4. Acerd

    Timer?

    public boolean isFletching() { boolean isFletching = false; Timer timer = new Timer(1800, null); while (timer.isRunning() && !isFletching) { isFletching = myPlayer().getAnimation() != -1 ? true : isFletching; } return isFletching; } public boolean isStringing() { boolean isStringing = false; Timer timer = new Timer(1200, null); while (timer.isRunning() && !isStringing) { isStringing = myPlayer().getAnimation() != -1 ? true : isStringing; } return isStringing; } These doesnt work can you tell me what im doing wrong?.
  5. This is the thread for the OSBot EUW League of Legends team Current roster: @Foo @Keven @iJodix @KEVzilla @Chicken Wing If you want to join , post
  6. AssHerblore (I need a 180x180 Logo for free if anyone can make it , also I wouldn't mind a paint aswell) Features Simple and Easy GUI to use Basic Paint AntiBan Makes most potions Instructions 1. Start at any bank. 2. Make sure your inventory is empty. 3. Start the script. 4. Choose your potion. Progress Reports None - Script has not been tested - 2 Hours proggy for SDN Upload Request Download Link http://uppit.com/oitbpq1fssdy/assherblore.jar
  7. so yea i deleted it once but i got it working now (only tested it for 5mins since i iddnt have that much cowhide but report any bugs) http://uppit.com/6nqu86z5wc4w/asstanner.jar
  8. new members get "you are banned" when trying to access the SDN , might wanna look into this
  9. This , and if the devs were to make a replica , it would take ages.
  10. This applies to me. I've been permed 3 times for playing legit , but never for botting. holy shit thats so old
  11. Acerd

    Client wont load

    It takes time , just wait.
  12. Method private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch (IOException e) { log(e); } return null; }
×
×
  • Create New...