Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 797 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 797 Bytes

3D Aim Trainer hack

Python version: 3.7.0

OS: Windows

Bot that will play most minigames on https://www.3daimtrainer.com/. The code is commented to explain what it's doing, with minimal modifications the code can play most games on the website. One can increase the score possible by tweaking the timing of certain events (as described in the code).

Demo on Tile Frenzy

demo GIF

Notes

Note that some of the values in the code are dependent on your mouse sensitivity I've tried to comment on most of them with a # NOTE comment. Though I may have missed some.

Also, the python files have an extension .py37 which is just an extension I use to remind me that something needs to be run with python3.7