├── README.md ├── lib ├── __pycache__ │ └── viz.cpython-310.pyc └── viz.py ├── ow.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supahotfia/overwatch-aimbot-python/HEAD/README.md -------------------------------------------------------------------------------- /lib/__pycache__/viz.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supahotfia/overwatch-aimbot-python/HEAD/lib/__pycache__/viz.cpython-310.pyc -------------------------------------------------------------------------------- /lib/viz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supahotfia/overwatch-aimbot-python/HEAD/lib/viz.py -------------------------------------------------------------------------------- /ow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supahotfia/overwatch-aimbot-python/HEAD/ow.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | mss 2 | numpy 3 | opencv-python 4 | pypiwin32 5 | 6 | --------------------------------------------------------------------------------