From ff7bcbc0aeae2a7fca563b519dd5899129b4910b Mon Sep 17 00:00:00 2001 From: Qfc9 Date: Mon, 22 Nov 2021 17:48:10 -0500 Subject: [PATCH 1/2] Added all of the comments --- imgs/e0.png | Bin 0 -> 1589 bytes main.py | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 imgs/e0.png create mode 100644 main.py diff --git a/imgs/e0.png b/imgs/e0.png new file mode 100644 index 0000000000000000000000000000000000000000..b309c8e79d593ed0b9c12b79e4d44a8e2825ffd1 GIT binary patch literal 1589 zcmV-52Fm$~P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGqB>(^xB>_oNB=7(L1jcGxym^{JlZ9#8Mw4HT@N~KOsC9sVuW!+%_(vX!}bY} zWBhNJC=t40^PNLjFf0qEX(MMl9zt$b_G1zv{D^}jQY=B!O5DKZW|1N@sp))g!FEF~ z9KZ|e2;w%Ja!Aq+iY1#c`M-i%I;}pcP~_&cEmA;W#$l+!&zUX)?oXm3cY8lE5XI-JMO$&(35TzA9YVT)|*)NoAPh1;~|yM5XH9 z)pfFLWE#CH43_7yx^hW*#q}!4N#Rmtu8~YT%`|!u{`~Db;IF5d`2NWknKs8EWQM~< zsJIm}QeUJxDl&}jETb1e$o%p1H~9S1kDkK=rg)akajXnTW_5vN0+NZC+EV^muJ?8~ zPUM*%zWp+D?7v{JJU2QfUK4TyC%zAgDHBGKgF478~U&*uJuc2BnE<7}QQ0 zQGiyMJp8S(tJhI17S&U|V|V`yhjWz8;Zx>ngf#h6Q{3bF7O$VnnC@NRy;wm^jTKbt zqaN6=G$1Li8!oj{f;slXcW&+A@xfhu_~;IC^gIM>$TM*4G2b2Gxj9GgAM*EucX0Eq zEnJxCA*v;acr?<-q%3&Vn5pfs0ta-FWR=UPmiEsOk;RUEe0+kMhF+jb)O1Q){ubd? zGN=qGEex~FFE%hy&@eGUA*Mu`$X7?LBX>@Ls&ryfqe#i3vnW`B9c0yXS#Gq zO>|QT$ET8Hx210IvQOzsT}*K&5?3UI&j6D^FKC9+Hx6%kk*@LqQZS1oDsx4?I(~(B zO_LhDhkEP0TC=EA8hecqWP?s`4i(z!)ZivbS6FFN5}dlw nM~f|kUrkjeCCwfdmsasN!= fowardMoveTotal: + # Reset the move foward + currentFoward = 0 + + # Move the mouse 90 degrees + pydirectinput.move(flipMouseMove * flip, 1, relative=True) + + # Move Foward 1.5 secs + pyautogui.press('=') + time.sleep(1.5) + pyautogui.press('=') + + # Move the mouse 90 degrees + pydirectinput.move(flipMouseMove * flip, 1, relative=True) + + # Flippy flippy the value. Evil math. + flip *= -1 + + # Sleeping for the animation + time.sleep(.1) + + +# Runs the main function +if __name__ == '__main__': + main() From f78956d9d6cb6ef59acca08e4cf34fcf05b7c28a Mon Sep 17 00:00:00 2001 From: Qfc9 Date: Mon, 22 Nov 2021 17:59:44 -0500 Subject: [PATCH 2/2] Updated read meh --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9180b12..da64b9e 100644 --- a/README.md +++ b/README.md @@ -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!**