Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryquan/fruit-ninja-automation
Tool-assisted fruit ninja level up automation
https://github.com/henryquan/fruit-ninja-automation
automation fruit-ninja python3
Last synced: about 2 months ago
JSON representation
Tool-assisted fruit ninja level up automation
- Host: GitHub
- URL: https://github.com/henryquan/fruit-ninja-automation
- Owner: HenryQuan
- License: mit
- Created: 2021-04-10T04:16:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T04:23:57.000Z (over 3 years ago)
- Last Synced: 2023-02-27T00:50:14.599Z (almost 2 years ago)
- Topics: automation, fruit-ninja, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fruit Ninja automation
By using specific setup, this will level you up very quicky. It took a few hours to reach 100 Ultimate.## Setup
### On Mobile
A hacked client is required for this. Unless, I am going to write a bot which plays the game for you.
You need to set your current score to about 20,000,000 and lock it. This way, you get at least 1,500 exp every time.
All you need to do is to end the game very quickly. Classic mode is the best to do this. The fifth wave is a bomb and the game ends there.
By using the 2x exp blade, the bomb will gravitate towards the blade. By simply holding the screen, the game can end automatically.### On Computer
Some sort of mirror software is needed. For Android, `scrcpy` can be used and for iOS, I use `Wormhole` but it is paid. Run the python script and you should be all good.### Python
- Install `Python3`
- Install `virtualenv` (optional)
- `pip install -r requirement.txt`
- `python3 automation.py`
- Follow instructionsYou may need to adjust some variables for this to work. Only tested on Windows 10 with Wormhole and iPad Pro 10.5 inch.
## NEET
It might be fun to train an AI to learn how to play fruit ninja but it is not easy. Might be something to do when I am bored.