Jump to content

Mikey

Members
  • Posts

    68
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

876 profile views

Mikey's Achievements

Iron Poster

Iron Poster (3/10)

3

Reputation

1

Community Answers

  1. Don't play Runescape anymore, so I won't need these. Made these myself in Eclipse. You'll need to edit these yourself to change functionality (merchanting item, fighting monster, etc). These were made before 2.0 came out. If someone could add these to the repo and add some GUI functionality that'd be great (atleast the good ones). Just keep my name as one of the authors and make sure they are free. Mechanter here, this one was working 100% last time I tried it. I did get banned for macroing but it was a "minor" macro ban, only got 3 days for it. You need this API for this one to work: http://paste.ofcode.org/LUiSzjMXMNcyXY6s8adFpz Fighter, pretty simple just auto-eats and logs out (I think). Jatiszo ore farmer, buys ore which you can then sell. Did this one about 3 days straight with no ban. Pest control bot, this one works well and got me to about 77 ranged in a day or two. It will glitch sometimes but overall it functions well. This one crafts natures on Karamja using the noted essence and shop method. I wouldn't recommend using this as it was abandoned but here it is. This was the first bot I wrote for RS. Thanks for reading this far, enjoy!
  2. I was just going to make a thread about open-source contributions before I read this thread! I'm very excited for this and I can't wait for myself and the rest of the community to able to contribute openly.
  3. Mikey

    KaramjaNaturePro

    Will finish tomorrow, just finished my gold farming bot that gets 250k-400k per hour.
  4. Mikey

    KaramjaNaturePro

    around 10k natures (without pouches) in ~24 hours should be all you need, I bot several different things per day.
  5. Mikey

    KaramjaNaturePro

    Added picture, it's more perfected now and has anti-ban. I just need to test poision, healing, and add a better way of handling pouches.
  6. Mikey

    KaramjaNaturePro

    The bot is fully functional, needs some improvement and further testing at this point. ETA 1 day. Working on an auto-buying bot at the moment which is done besides world hopping. Does anyone know why the mouse won't go down to the world select button on the login screen, it'll go other places just not there?
  7. KaramjaNaturePro will be a nature crafter that uses the shop method on Karamja. This will be released for free when finished. Features Code Logic Design Randomized walkingEnable run at 100 energy Web-walking User-Interface Object Interaction Shop InteractionSell optimal amount to shop Buying from shop Unique Behavior Anti-BanSimple chat with near players Check friends list Check skills Move camera Need more ideas.. All behavior is conditional to be start-anywhere Pouch support Auto cure poison Auto Healing Log Collected all data for the script Completed logic design Completed full shop support Completed everything else.. Tested and proved to be fully functional
  8. How do I get the Items in a shop?
  9. How do I get the current open interface?
  10. Mikey

    All Food Support

    It always is for food because they're sent through only one packet. Edit: Thanks for the tips by the way.
  11. Common sense if you've ever worked with deadlocks.
  12. This is an easy way to support all food. Item[] items = myPlayer().getClient().getInventory().getItems(); for (Item i : items) { if (i != null && ItemDefinition.forId(i.getId()).getActions()[0] != null) { if (ItemDefinition.forId(i.getId()).getActions()[0].equals("Eat")) { //this is food } } }
  13. Mikey

    Auto Quester

    I was thinking about this earlier. Would be interesting to see if you could make the script duplicate actions, you could essentially do an entire quest and copy your actions, the script would then read them (you could even sell individual quests), and then replicate them. It would be a large project to do something like this but would be a big step forward if we could do so. Good luck on your project.
×
×
  • Create New...