Register
Hello There, Guest!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Agario Voice Chat Rooms
#1
[Image: CropedImage128.gif]

The Legend Mod Agar.io Scripts, Author: Jimboy3100
Installation:
Install userscript manage  
For [Image: 02UGURt.png]Chrome get [Image: icon16.png]AgarioScripts or Tampermonkey
For [Image: uaeW214.png]Opera get Tampermonkey
Install the script            
Install any mod you like:  KittyOgarioAgar InfinityAgar toolsLegend, or keep Vanilla.

Click Agario Voice Chat Rooms - GreaseFork or Agario Voice Chat Rooms - GitHub

Features
Works differently for each mod and for Vanilla game
Chat rooms with voice, camera or text
Users of all Agar.io Mods and Vanilla can communicate
Agar.io servers open per token (Party) or per IP (other modes)
For users of Legend, Kitty, Ogario mods, different servers open if clantag/password exists. If no password, they enter Public
Open Source

[Image: chatscriptchat.jpg] [Image: chatscriptvanilla.jpg]

[Image: chatscriptagartool.png] [Image: chatscriptogario.jpg]  [Image: chatscriptlegend.png]

*Different Mods and Vanilla

[Image: icon16.png]AgarioScripts is a much lighter Script Manager, compatible with all user.js APIs that provides better performace (more FPS), because it doesnt interfere with 3rd party websites. 
Remove Tampermonkey if used. 
AgarioScript can also be used as Script Manager for games like http://agma.io/http://agarioforums.io/ and others.

My Agar.io Github Library

Also i ask permission to make a Voice Chat Rooms script for games of http://agarioforums.net
This means I need a way to find the ip of each server:

Code:
var IP;
var IP2;
var SIP;
var stateObj = { foo: "bar" };    
   var a = WebSocket.prototype.send;
   window.__WS_send = WebSocket.prototype.send, WebSocket.prototype.send = function(b) {
       IP=this.url;
       try {
           var c = /((?:[0-9]{1,3}(?:\.|\-)){1,3}[0-9]{1,3})(?:.*?)?(\:[0-9]{1,5})/,
               d = c.exec(this.url);
           SIP="" + d[1].replace(/-/g, '.') + d[2];
            IP2=d[1].replace(/-/g, '.') + d[2];
       } catch (e) {}
       try {
           a.apply(this, [b]), WebSocket.prototype.send = a
       } catch (e) {
           window.__WS_send.apply(this, [b]), WebSocket.prototype.send = window.__WS_send
       }
   }
Life is a fake matrix and an illusion for existance. Cosmos is the idea for the specific laws of nature.
Reply


Messages In This Thread
Agario Voice Chat Rooms - IamLegend1 - 07-11-2017, 02:56 PM
RE: Agario Voice Chat Rooms - Sarcrack - 09-03-2020, 01:53 AM
RE: Agario Voice Chat Rooms - Squirrel - 09-03-2020, 07:50 AM
RE: Agario Voice Chat Rooms - Sarcrack - 09-03-2020, 11:58 PM
RE: Agario Voice Chat Rooms - Squirrel - 09-04-2020, 02:44 AM
RE: Agario Voice Chat Rooms - imHitu - 09-04-2020, 03:24 AM
RE: Agario Voice Chat Rooms - Sarcrack - 09-04-2020, 04:59 AM
RE: Agario Voice Chat Rooms - imHitu - 09-04-2020, 10:42 AM
RE: Agario Voice Chat Rooms - Sarcrack - 09-04-2020, 10:23 PM
RE: Agario Voice Chat Rooms - imHitu - 09-05-2020, 03:01 AM
RE: Agario Voice Chat Rooms - Sarcrack - 09-06-2020, 03:05 AM
RE: Agario Voice Chat Rooms - imHitu - 09-06-2020, 05:55 PM
RE: Agario Voice Chat Rooms - Sarcrack - 09-07-2020, 10:19 PM
RE: Agario Voice Chat Rooms - Dylan023541 - 04-23-2021, 12:45 PM
RE:Sora THis IS for U - [email protected] - 07-31-2020, 10:59 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)