It detects and collects supply drops, coin chests and dinos.
- Install the latest version of the BlueStacks
- Set
Set location
short cut toCtrl+Shift+K
- Set
Back
short cut toCtrl+Shift+2
- Install
Jurassic World Alive
- Set
- Install Python and add Python to PATH variables (when you install it will ask for it). If forget to do it, you can do it manually link.
- Install the required packages open commend line and type:
Note If you have problem installing any package visit https://www.lfd.uci.edu/~gohlke/pythonlibs/
pip install -r requirements.txt
- Install tesseract binaries for Python package see and specified the tesseract binary in
jw_bot.py
this line:pytesseract.pytesseract.tesseract_cmd = r'C:\\Program Files\\Tesseract-OCR\\tesseract.exe'
- Almost there type
python main.py
. Move the app in the middle of the screen because when we open the map screen expands. Then you need to specify the position of the app. Move your mouse to top left corner and presskey a
until you seeKEY PRESSED
text then move the mouse to bottom right corner and presskey a
again. And Done.
- Test on other PCs more, different app size work on my computer
- Remove FP in dino (optional) plus no idea how to do it
- better moved far away checker use some sort of template
- logging to track what we collected
- do easy incubators (optional)
- shoot dino make it more adaptive (move faster or slower, shoot sooner etc. for different rarities)
- explain how to use it more detailed way
- get rid of the ocr (optional)