Giter Site home page Giter Site logo

ui-client's Introduction

UI Client

UI Client is an open source client to use for Agar.io private servers. Feel free to use this client to play with your friends or make a game, but please give credit :)


Contact xAz

If you would like to contact me, you can reach me on Discord: !!!xAzz#8135 or Skype: thexaz_


Features

  • Minimap
  • Chat
  • Team Tag
  • Leaderboard Color
  • Custom Hats/Crowns
  • A lot of Settings
  • A lot of Theming options
  • Hotkeys
  • Server Panel
  • Much more!

Installation

Client

  1. Download this repo
  2. Unzip UI-Client-master into a folder
  3. Upload client folder to your Web Host FTP
  4. Go to your website url

Minimap, Chat & Skins Server

Windows

  1. Download and install Node.js: https://nodejs.org/en/download/
  2. Run the winModulesInstall.bat file
  3. Run winStart.bat

All these files can be found in the socket folder.

Linux:

# 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 UI-Client:
git clone https://github.com/xAzz/UI-Client.git

# Install dependencies:
cd UI-Client-master/socket
npm install

# Run the server:
sudo node socket.js

Connecting socket to client

  1. Open core.js file
  2. Scroll down to line 52
  3. Replace 127.0.0.1:9700 with the ip you are hosting the socket on.

Example

# Default:
var socketip = "127.0.0.1:9700";

# Example of changed
var socketip = "31.220.59.33:9700";

Credit

I would like to give credit to Acydwarp for creating Agarplus.io, UI Client is based off the original Agarplus.io V2. I would also like to give credit to Nebula for helping with design idea's and bugs.


To host your own MultiOgar server, head over to -> https://github.com/Megabyte918/MultiOgar-Edited/

ui-client's People

Contributors

xazz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.