Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootkit-org/new-world-fishing-bot
New World Fishing Bot. Just supporting the small indie gaming studio, Amazon.
https://github.com/rootkit-org/new-world-fishing-bot
bot new-world new-world-bot newworld
Last synced: about 2 months ago
JSON representation
New World Fishing Bot. Just supporting the small indie gaming studio, Amazon.
- Host: GitHub
- URL: https://github.com/rootkit-org/new-world-fishing-bot
- Owner: RootKit-Org
- License: gpl-3.0
- Created: 2021-12-02T23:26:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T04:59:47.000Z (8 months ago)
- Last Synced: 2024-05-01T09:38:42.852Z (8 months ago)
- Topics: bot, new-world, new-world-bot, newworld
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 24
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
# Basic New World Fishing Bot
Watch the video! (**We WON our legal dispute with Amazon, so the video is back up! Amazon went after us because OUR BOT WORKS THAT WELL XD**) - https://www.youtube.com/watch?v=TCv77s0AXvEJoin teh Discord - https://discord.gg/rootkitorg
### Known Features
- Works out of the box when being ran at 1920x1080### Prereqs
1. Download the project by clicking on the green "code" button torward the top right of this repo. A drop down will appear, click the option to 'Download ZIP'2. Unzip the file and place the folder somewhere easy to access
3. Make sure you have a pet Python (aka install python) - https://youtu.be/N7r8_HVqqy8
4. (Windows Users) Open up either `PowerShell` or `Command Promt`. This can be done by pressing the Windows Key and searching for one of those applicaitons.
5. Copy and past the commands below into your terminal. This will install the Open Source packages needed to run the program.
```
pip install PyAutoGUI
pip install PyDirectInput
pip install Pillow
pip install opencv-python
pip install mss
pip install numpy
pip install bettercam
pip install win32api
pip install win32con
```
OR, just run the following
```
pip install -r requirements.txt
```***IF YOU GET THE FOLLOWING ERROR `python is not recognized as an internal or external command, operable program, or batch file` Watch This: https://youtu.be/E2HvWhhAW0g***
***IF YOU GET THE FOLLOWING ERROR `pip is not recognized as an internal or external command, operable program, or batch file` Watch This: https://youtu.be/zWYvRS7DtOg***
5. New World must be installed and running..... But you know this already right?
### Run
If you have python and the packages you are good to go. Load up New World on your MAIN monitor (Only applicable for people with multiple monitors), enter the game and walk you favorite fishing spot, set up your rod with bait, and do the following.1. (Windows Users) Open up either `PowerShell` or `Command Promt`. This can be done by pressing the Windows Key and searching for one of those applicaitons.
2. Type `cd ` (make sure you add the space after the cd or else I will call you a monkey)
3. Drag and drop the folder that has the bot code onto the terminal
4. Press the enter key
5. Type `python main.py`, press enter and that is it!
**We are always looking for new Volunteers to join our Champions!
If you have any ideas for videos or programs, let us know!**