Giter Site home page Giter Site logo

cigar-client's Introduction

Cigar-Agarian

A heavily modified agar.io client. Due to running into another, more performance efficient client, this one will no longer be updated.

DISCLAIMER

  • I do not own any of the original client's code.
  • Find the original at https://github.com/CigarProject/Cigar
  • Some code was also pulled from https://github.com/Fan7asy/Client
  • If you cannot connect to your localhost server, it's likely because the github.io link enforces wss:// (Secure WebSocket), which localhosts do not support. In that case, you will want to download the client itself.

Brief description

  • This is a modified Agar.io client with many modifications!
  • There is a lot of customization available with this client!
  • The client has relatively high performance.

Additions to this client (with respect to CigarProject)

  • Show Cell Border: Shows a subtle dark border around the edge of a cell (from Agar.io).
  • Show Positon: Shows your position in a server's map.
  • Show Map Borders: Shows a line across the borders of a server's map.
  • Show Map Sectors: Shows sectors on a server's map.
  • Show Map Grid: Shows the grid that usually exists on a server's map.
  • Name Shadows: Makes names larger, along with giving them a black border (from Agar.io).
  • Map Border Color: Lets you edit the color of the map border.
  • Map Sector Color: Lets you edit the color of the map sectors.
  • LB Text Color: Lets you edit the color of your name on a leaderboard.
  • Name Text Color: Lets you edit the color of your name in the game.
  • Cell Border Color: Lets you edit the color of the cell borders.
  • Cell Border Size: Lets you edit the size of the cell borders.
  • Infinite Zoom: Lets you zoom out as much as you want (mouse scroll).

Things I want to add (TO DO)

  • A minimap.
  • More performance efficient cell borders (for the showCellBorder option).
  • A working skins list (the current one doesn't work with an https://, or a file:/// URL).
  • A list of popular private servers.

Other things

  • Show Grid was already in the client, though wouldn't work with the Dark Theme.
  • Hide Chat was broken in the client, until now.
  • Recommended page zoom is anywhere between 75% and 90%.

Connecting to servers

  • Next to the name box, there is a drop down menu with 3 options:
  • Solo Server 443, Solo Server 4444, and Solo Server 8080.
  • Note those are for if you're running the server on your PC.
  • If you want to connect to a custom server, do the following:
  • Put the server's IP in the Ip text box, or:
  • First press the F12 key (or CTRL+SHIFT+I), then click the console tab at the top.
  • Then type in the following: setServer("serverIP:port").
  • The client also has this tutorial at the bottom of the overlay.

Screenshot (may add more later)

_client

cigar-client's People

Contributors

agarian avatar agarian-2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cigar-client's Issues

curly brackets needed!

without curly brackets killed blobs just disappear without sliding to the killer's blob.

if (this.destroyed && 1 <= b)
var c = Cells.indexOf(this); - 1 != c && Cells.splice(c, 1);

quick fix for that:

if (this.destroyed && 1 <= b) {
                var c = Cells.indexOf(this); - 1 != c && Cells.splice(c, 1);
            }

Border and Sectors

I've been rying to add this to Luka's Fork of Cigar and I failed , Pls Helps. Thanks.

I NEED HELP!!!

@Agarian Please add me on discord, im experiencing alot of issues.I think you might be able to help me with i appriciate if you add me on discord and talk to me about the problems im having troubles with.
Discord:Revenge#5285 (make sure its a capital R)

Some of the skins don't render.

When I added my own skins, it doesn't wanna render. I use the name "beno" which is a skin name, but doesn't render it. This is the skin for the name "beno":
beno

But gives me this in the game:
ekran goruntusu 241

I need some help for this!

Connection issue

I fired up a port 443 server on my PC, tried connecting to port 443 server and the following message in Inspect Element occurs:
WebSocket connection to 'wss://127.0.0.1/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED
WrappedWebSocket @ VM143:161
wsConnect @ main_out.js:503
showConnecting @ main_out.js:481
main_out.js:532 Socket closed

(Spanish) Cambiar el leaderboard

Agaria como puedo cambiar el leaderboard osea que algo asi:

  <div id="nameLeader">Leaderboard</div>
  <p>
     <li>User1</li>
     <li>User2</li>
     <li>User2</li>
  </p>
</div>

Hay alguna forma? para poder modificar en tu cliente :/

email

yo hellcat do you have an email where I can contact you?

HELP!

i need help @Agarian please help me add me on discord Revenge#5285 please its urgent

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.