Jump to content

AresScripts

Members
  • Posts

    1770
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by AresScripts

  1. what client version are you using
  2. Gratz!
  3. Jagex doesnt ban bots straight away. They detect a bot, read its patterns, then look for those patterns in other players. Then when they are confident that they have detected all of the bots that are running the same script, they ban them all at once
  4. Have you tried restarting the client?
  5. Why would someone do that?
  6. Why would running from taxes get him banned on here?
  7. Even though that takes up less lines of code, I like to only do one "filter" per if statement because its easier to debug for me.
  8. Ah. I need to study up on lambda expressions
  9. I haven't used eclipse in a while but i remember that being not necessary to fix. Warnings usually aren't an actual problem(someone correct me if im wrong)
  10. I would use a filter like this: Filter<NPC> monsterFilter = new Filter<NPC>() { @Override public boolean match(NPC n) { if (n.getId() != monsterID) return false; if(!n.getName().equals(monsterName)) return false; if(n.isUnderAttack()) return false; return true; } }; then you can just say: NPC monster = getNpcs().closest(monsterFilter); Did that help?
  11. I would recommend you look at the last page of each thread. That way you can tell what issues each script has and tell how happy the customers are in general.
  12. I think ill be ready to put my motherlode back on the market tomorrow. Should I post a form like its a new script? Not sure exactly what to do.
  13. your name seems familiar, but I dont remember anything other than that
  14. Thanks
  15. I plan to re-write all of my past scripts starting with my Motherlode Miner. After I get everything back in tip top shape ill slowly release them back into the market to make sure that each release runs smoothly. I'm really excited to be back! I hope I wasnt forgotten!
  16. mald pls
  17. Is there any way i can get in contact with you?
  18. Looking good buddy
  19. LOL okay buddy. Notorious said you would twist the truth to make yourself look good. But if lying to your community makes you feel like youve accomplished something today then hats off to you.
  20. If I had any ounce of respect for you I would do that, but sadly that is not the case.
  21. Ty friend
  22. LOL LeBron is so entitled...
  23. Thanks for the comments buddy
  24. You may be one of the people i miss here the most. Made me laugh so many times. Ill miss you man
×
×
  • Create New...