Jump to content

Heroic

Members
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Heroic

  1. Last one should be fine, I updated the script for it to "support" ranging.
  2. It logs out everytime the client receives a game message that contains "You do not have enough". It does not watch for players saying that, only if it's a game message. if (chatbox.isVisible()) { List<String> messages = chatbox.getMessages(Chatbox.MessageType.GAME); for (String message : messages) { if (message.contains("You do not have enough")) { stop(); } } }
  3. Simple script that kills the lesser demon at the wizard's tower. Logs out when you run out of runes. DemonMager.jar
  4. There is no reason why they wouldn't do that so I'd say yes.
  5. Thanks for the support guys I'm currently working on a banking feature.
  6. Awesome script but unfortunately seems to get my accounts disabled lol
  7. Yea I didn't really think about a lot of these returns, the purpose of the long waiting times though was to simulate the "player" being AFK. Ill be updating the script over the next couple of days.
  8. Thanks for the input :p, I had no idea that the Id's changed I suppose I should be finding the npc's by name then. I'm gonna look for some better ways to prevent bans then.
  9. Hey guys, Just made my first script, it powerfishes at lumbridge and has basic anti ban. Screeny: https://gyazo.com/c658a0b78a38fe527b782978483ec220 ShrimpFisher.jar
×
×
  • Create New...