Jump to content

Apaec

Scripter III
  • Posts

    11134
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Potentially, if this is a feature which more people want. I'll add this to my to-do list for the next update!
  2. You broke the scroll wheel on my mouse
  3. Im not sure how it works but if you're struggling i'd suggest PMing @Maldesto. I believe after you purchase it and then refresh your scripts it should be there, however i don't handle payments so it's best to ask someone who does (eg @Maldesto). Thanks for purchasing and enjoy once you get it up and running!
  4. Potentially: Prison guards at Draynor (lvl 20 something) Wizards at wizard tower (lvl9) Men/Women in lumbridge castle/around
  5. for (int i = 1; i <= 8; i++) { if (i > 3 && i <= 6) { System.out.println("iOS" + i + " is good"); } else { System.out.println("iOS" + i + " is bad"); } }
  6. this.bot.addMouseListener(new java.awt.event.MouseListener() { @Override public void mouseClicked(MouseEvent e) { Point m = e.getPoint(); if (rectanglePaintToggle != null && rectanglePaintToggle.contains(m)) { if (!hidePaint) { hidePaint = true; } else { hidePaint = false; } } } @Override public void mouseEntered(MouseEvent arg0) { } @Override public void mouseExited(MouseEvent arg0) { } @Override public void mousePressed(MouseEvent arg0) { } @Override public void mouseReleased(MouseEvent arg0) { } });
  7. Make sure it's in your main tab. at the top is preferable but just so that it's visible in your main tab is fine. These are limitations of the current API unfortunately, but it shouldn't be too much of an inconvinience.
  8. Iphone earbuds, and put the ipod in your pants
  9. This happened to me about 1/2 a month ago, just servers being slow i think.
  10. 114 days online, talks about talking about a life. Lol nerd.
  11. Sweet thanks mateski! would appreciate it
  12. I cant seem to report reviews in the store either
  13. Ive got a script on the sdn called APA Combat Assistant which will calculate your next hit before you hit it (calcd with exp drop) so yea, check that out if you're looking for that
  14. You sound like me We sound like B0aty
  15. Umm i dont think it respawns the rate as if every world is full, didnt they say respawn rate was as if the world was 1/2 full? or was that just for godwars
  16. I swear there already is one... o.o
×
×
  • Create New...