My very own Protocol 6 Agar.io client for private servers
This is a heavily modified version of Cigar2. Originally this project started back in 2020 during quaranetine until I decided to leave on the shelf. I finally got back to it and made a new version of Cigar2 because it hasn't had a update since December of 2021.
- Download and install node.js: https://nodejs.org/en/download/
- Download this repo
- Unzip jptr-agario code into some folder.
- Run
npm i
to get all the required modules to run it. - Run
npm start
to start it / you can also runnpm run dev
for dev mode. - Go to
localhost:1337
, and you're in!
# First update your packages:
sudo apt-get update
# Install git:
sudo apt-get install git
# Install node.js:
sudo apt-get install nodejs-legacy npm
# Clone jptr-agario:
git clone git://github.com/imadejptr/jptr-agario.git
# Install dependencies:
npm i
# Run the server:
npm start
It's pretty easy, go over to the 📂 src
folder and find skinList.json
From there you can add your skins there, heres a template if you need it:
{
"skins": [
{
"src": "image url",
"label": "skin name"
}, //comma is there if you wanna add multiple, but if its just one or the last one you drop the comma.
]
}
Again, pretty easy to do. Go over to the 📂 src
folder and find index.html
From there, find <select id="gamemode" class="form-control" onchange="setserver(this.value)" required></select>
and add the following:
<option value="server url.com">name of server</option>
Consider joining the discord...you won't regret it
Dm me on Discord: Th3Skeleton#1337