This bot is brought to you by RedScorpion, check this Video to see a visual tutorials contact me on discord RedScorpion#5785
HOW TO INSTALL AND PREPARE
STEP 1
- click the drop down near clone button on this page
- click download ZIP
STEP 2
- use winrar to unzip python, download it from here
- unzip the folder, then access the files inside the folder
- according to your computer, install eighter python 3.7.0 32-bit or 64 bit
STEP 3
- add python to PATH. this is ultra important, when installing the python package, check this option
STEP 4
- click on the directory, delete it and type cmd
STEP 5
- type the following into the console
pip install -r requirements.txt
STEP 6
- run the mouse pointer app by double clicking
STEP 7
- right click the file wolvesville.py
- click edit with notepad
STEP 8
- open your emulator, install the wolvesville game, and loggin with your account, then open the advenrtisment wheel
- place your mouse cursor at the bottom of the emulator screen
- read the coordinates on the mouse pointer app
- then place the same coordinates you read from mouse pointer and place it in the line of code
coords(mom, dad)
replace the mom with x coordinates, dad with y coordinated
STEP 9
- place your mouse cursor at the back button of the emulator screen
- read the coordinates on the mouse pointer app
- then place the same coordinates you read from mouse pointer and place it in the line of code
click(me, you)
replace the mom with x coordinates, dad with y coordinated - safe the file and close
STEP 10
- go back to the consol and type
wolvesville.py
HOW TO RE USE THE CODE STEP 1
- go to the downloaded file
- type cmd on the directory
- type
wolvesville.py
on the console, this runs the code again - to change the coordinates, check STEP 7 to STEP 10 above