:warning:USE AT YOUR OWN RISK:warning:
A universal, different, undetectable at time of writing, out-of-process World of Warcraft fishing bot. This project is a better looking, configurable, continuation of my C++ PoC: https://github.com/stdNullPtr/wow-fishbot
Explore the docs »
Report Bug
·
Request Feature
This unique fishbot works by cleverly utilizing WinAPI functions to bypass detection and stay out-of-process.
The entire main loop follows an implementation of the State Machine architecture.
Bot structure:
With this set up we manage to stay out of the process, and we are able to use the bot in any game that follows the same fishing logic.
This is an example of how to list things you need to use the software and how to install them.
git clone https://github.com/stdNullPtr/Phishy
Config
The process requires a configuration.yaml file in order to start.
If one isn't present in the same directory as the .exe, a sample will be created and opened for editing.
The process will exit but you can now edit the text file that opened, adding your configuration for the fishbot depending on the WoW version and keybinds.
Once started, the program will mute your windows sound and set it to max volume, in preparation for listening for the bobber.
An example fishing setup with the default settings in the config file:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make the bot better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.