Jump to content

Cache Money

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Cache Money's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Any one here willing to give me more information on the best way to make scripts? Some people say Node, others say Sates like what OP did. Any information on what is the "correct" way of making a bot. I know the API pretty well, just structuring a bot to work the best it my issue. Fixed dropping fishing poles bug... ArrayList<String> safelist = new ArrayList<String>(){{ add("Feather"); add("Fishing Bait"); add("Harpoon"); add("Lobster Pot"); add("Small fishing net"); add("Coins"); add("Fly fishing rod"); add("Fishing rod"); }};
  2. node framework? Sounds Interesting. I found another game breaking bug! *When in dropping mode/state you drop the fishing pole! (Kinda problematic.) I will try to fix it on my own, will let you know.
  3. Personally I think it is the best fishing script I have yet to use. It works like a charm, I am only scared to use it sometimes because I don't know how safe it is to even use.
  4. Fixed your bait bug. *Made it so it checks if you have bait in inventory before taking bait out of bank. Code:
  5. Ran threw most of your code, and tested it out. Codded well, and everything works fine. Here are a few bugs. *I have feathers in inventory but I still get a error saying that I have no feathers. *Does not take fishing rod out of bank, it will just sit there if you don't start the bot with one in inventory. - That is all I encountered so far... I wan't to understand and learn from your source code so thank you for uploading this. Currently seeing how you did the GUI System and made the drop down menus I don't see how you did it with your code with JFrame. Anyway thank you for the information and awesome bot.
×
×
  • Create New...