https://github.com/taggagii/3daimtrainerhack
A bot that will play most games on https://www.3daimtrainer.com/. Currently it is setup to play Tile Frenzy but can be slightly modified to play other mini games on the website. Only works on windows
https://github.com/taggagii/3daimtrainerhack
3daimtrainer aimbot aimbot-3daimtrainer cv2 mss opencv pynput python-opencv pywin32 win32api win32con
Last synced: 2 months ago
JSON representation
A bot that will play most games on https://www.3daimtrainer.com/. Currently it is setup to play Tile Frenzy but can be slightly modified to play other mini games on the website. Only works on windows
- Host: GitHub
- URL: https://github.com/taggagii/3daimtrainerhack
- Owner: Taggagii
- Created: 2023-10-13T06:09:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T03:22:07.000Z (7 months ago)
- Last Synced: 2025-01-16T01:14:42.347Z (4 months ago)
- Topics: 3daimtrainer, aimbot, aimbot-3daimtrainer, cv2, mss, opencv, pynput, python-opencv, pywin32, win32api, win32con
- Language: Python
- Homepage:
- Size: 16.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## 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`