-
Notifications
You must be signed in to change notification settings - Fork 10
Home
JavanHawk like a Pokemon Manager, integrated with some Windows Bot (Necrobot Forked, PokeMobBot etc). And support snipe mode, using msniper protocol.
Download bin code from Release Page, at now just support operating system windows (.exe). Maybe later will support mac (.pkg) or linux debian/ubuntu (.deb).
JavanHawk with 2 base code, very recomended to use release after v1.0.0 👍
- Release v1.0.0++
- Release v0.8.20-v0.9.26 (Old version not maintenance again)
After you download, extracted the .zip file. And find JavanHawk.exe click to run it (no need install to your computer). For how to use JavanHawk you can read from this GUI Menu Information.
Make sure to enable UseWebsocket on necrobot config.json
"UseWebsocket": true,
"WebSocketPort": 14251,
Note:
In the JavanHawk, the url on the config page should match the port you configured on bot side (both have the same default).
For snipe dont forget to disable HumanWalkingSnipe on necrobot config.json
For update to latest version download UpdateOnlyJavanHawk-vX.X.X.zip, extract to main directory JavanHawk and run UpdaterJavanHawk-vXXX.exe. "Updater only" mean no need download a full file of JavanHawk, just need download the update main source/patch file.
Now you can run from source without simple web server, just go folder /app/index.html and open it to your browser (I just maintenance webkit browser like chrome family)
####A. Node.js
- Install Node.js
- Start the node command line
- Navigate to your NecrobotJavanHawk folder
- To install enter:
npm install
- To start enter:
npm start
- Will launch electron application
####B. Python
- Install Python
- Start command line
- Navigate to your NecrobotJavanHawk/app folder
- Type
python -m SimpleHTTPServer 8000
8000 = Port - Open Browser and type http://localhost:8000
©2016 JavanHawk