KevinTyrrell / FishingBot

World of Warcraft automatic fishing program. Fishes by using the mouse and searching pixel colors around the cursor to detect 'splashes' in-game.
34 stars 22 forks source link

Fishing Bot

=========

This is a program written in Java which automates the Fishing profession in the video game World of Warcraft. The program runs outside of the client (does not inject any processes) and simply scans pixels on the screen to look for color patterns. In order to find the Fishing Bobber that floats in the water in-game, the program relies on the fact that the game itself generates a tooltip when the user hovers over the bobber. This is the tell-tale indicator that allows FishingBot to work. After finding the Fishing Bobber, the program will search around the bobber in a circular pattern. It averages the amount of blue in that circle as an integer value. Many times a second it will perform that same operation, and if the amount of blue changed radically between the this scan and the original one, it clicks and loots the fish!

Outdated Video (Warning)

FishingBot Video

Requirements:

Instructions:

Extra options:

Ban Safety:

Disclaimers:

Features in-mind for the future:

Contact:

kev070892@gmail.com for any questions.