Jump to content

Apaec

Scripter III
  • Posts

    11162
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. You can get macro minor bans, which are much less severe, I'd suggest the ballpoint pen, tape mouse to wall with oscillating fan method but it's up to you May as well just use a bot to do it!
  2. I'll most likely just add it tbh, a guy just contacted my skype wondering if it supported str pots so I'll look into it.
  3. I can think of almost 100 reasons why this is the dumbest idea i've ever read
  4. Potentially, if this is a feature which more people want. I'll add this to my to-do list for the next update!
  5. You broke the scroll wheel on my mouse
  6. 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!
  7. Potentially: Prison guards at Draynor (lvl 20 something) Wizards at wizard tower (lvl9) Men/Women in lumbridge castle/around
  8. 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"); } }
  9. 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) { } });
  10. 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.
  11. Iphone earbuds, and put the ipod in your pants
  12. This happened to me about 1/2 a month ago, just servers being slow i think.
  13. 114 days online, talks about talking about a life. Lol nerd.
  14. Sweet thanks mateski! would appreciate it
  15. I cant seem to report reviews in the store either
  16. 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
  17. You sound like me We sound like B0aty
×
×
  • Create New...