An open API service indexing awesome lists of open source software.

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

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

![demo GIF](https://github.com/Taggagii/3DAimTrainerHack/blob/master/demo.gif?raw=true)

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