Linux Guide:
--NodeJS install
from root:
//install nodejs
cd ~
wget https://nodejs.org/dist/v0.12.7/node-v0.12.7.tar.gz
tar zxf node-v0.12.7.tar.gz
cd node-v0.12.7
./configure
make
make install
//add new user for agar scripts
adduser agar
//Enter for user
su agar ; cd agar
--Mini map install&run
//Download Agar mini map server
git clone https://github.com/dimotsai/agar-mini-map.git
//Enter for folder install mini map and build
cd agar-mini-map/server
npm install && npm run build
//Run mini map server
npm run start
//Client side install (chorme etc..)
https://github.com/dimotsai/agar-mini-map
--Agario-feeder-bot install&run
git https://github.com/davidmann4/agario-feeder-bot.git
cd agario-feeder-bot/
//install models
npm install agario-client ; npm install ws ; npm install msgpack ; npm install sleep ; npm install https-proxy-agent
//Edit config.js + proxy.txt
and run
node feeder.js
enjoy :)
Linux Guide:
--NodeJS install
from root:
//install nodejs
cd ~
wget https://nodejs.org/dist/v0.12.7/node-v0.12.7.tar.gz
tar zxf node-v0.12.7.tar.gz
cd node-v0.12.7
./configure
make
make install
//add new user for agar scripts
adduser agar
//Enter for user
su agar ; cd agar
--Mini map install&run
//Download Agar mini map server
git clone https://github.com/dimotsai/agar-mini-map.git
//Enter for folder install mini map and build
cd agar-mini-map/server
npm install && npm run build
//Run mini map server
npm run start
//Client side install (chorme etc..)
https://github.com/dimotsai/agar-mini-map
--Agario-feeder-bot install&run
git https://github.com/davidmann4/agario-feeder-bot.git
cd agario-feeder-bot/
//install models
npm install agario-client ; npm install ws ; npm install msgpack ; npm install sleep ; npm install https-proxy-agent
//Edit config.js + proxy.txt
and run
node feeder.js
enjoy :)