Skip to content

SimplyCEO/fishfarmAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

fishfarmAC

Auto-clicker for AFK Minecraft fish farm.

Installation

This script uses basic dependencies for keybinding. These are included: Pynput and Keyboard

  • Pynput:
pip install pynput #For Python 2.x
pip3 install pynput #For Python 3.x
  • Keyboard:
pip install keyboard #For Python 2.x
pip3 install keyboard #For Python 3.x

It's not necessary you installing both of dependency versions (Python 2.x and Python 3.x).

Warning

If you're on Linux, this script needs to be runned as root or it won't work.

Usage

python fishfarmAC.py #For Python 2.x
python3 fishfarmAC.py #For Python 3.x

References

If you want to bind for yourself or do other tricks, feel free to use my script as base.

If you want to learn more, you can see the documentation for Pynput and Keyboard

Releases

No releases published

Packages

No packages published

Languages