Jump to content

Transporter

Lifetime Sponsor
  • Posts

    438
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Transporter

  1. public static boolean walkExact(Script script, Position position) { WalkingEvent event = new WalkingEvent(position); event.setMinDistanceThreshold(0); return script.execute(event).hasFinished(); } use dis.
  2. Do you love everything?
  3. Made me a great looking piece of 3D text banner for my GUI! +1
  4. I'm writing a very, very big script at the moment and my script doesn't have 100 nodes was just an example of a script with a lot of nodes.
  5. Say I had 100 possible nodes in my onStart method: Collections.addAll( nodes, new nodeOne(this), new NodeTwo(this), new nodeThree(this), new nodeFour(this), etc... up to 100 Won't it take a long time to go through all these nodes? Is there a better way to sort the nodes? E,g say 5 of the nodes were involved in separate stages of a banking method, would it be better to have one Banking class and then putting the others into states?
  6. I'm developing a combat script at the moment and was wondering if it's worth adding in anti-ban to run when the player is waiting to kill the next monster. Such as: - Moving mouse off screen - Opening and viewing stats - Opening inventory - Hovering next monster - Moving mouse round randomly - Hovering food when need to eat Is this worth adding in and is there anything else to add? Also is it actually worth it adding in?
  7. As they said just AFK legit it. Just click somewhere random on the screen. or if your lazy then use a script! :P
  8. Do you get SDN Scripter rank with only one script on the sdn?
  9. Say i've written a script on another client am I allowed to release it here as well?
×
×
  • Create New...