-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Basic-New-World-Bot | ||
Basic New World Bot | ||
# Basic New World Bot | ||
Watch the video! - https://www.youtube.com/watch?v=ixOkG0h6SjI | ||
|
||
Join teh Discord - https://discord.com/invite/YwMqW5P8ZN | ||
|
||
### Prereqs | ||
Make sure you have a pet Python - https://www.python.org/ | ||
|
||
Make sure you pip install the following packages | ||
``` | ||
pip install PyAutoGUI | ||
pip install PyDirectInput | ||
``` | ||
|
||
New World must be installed and running..... But you know this already right? | ||
|
||
### Run | ||
If you have python and the 2 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 to a nice farming spot, then run the program. | ||
``` | ||
python main.py | ||
``` | ||
**We are always looking for new Volunteers to join our Champions! | ||
If you have any ideas for videos or programs, let us know!** |