Загрузка...

Agar.io TUTORIAL: How To Make A Private Server WITH FREE BOTS (2023)

Thanks for watching! Please like, share, subscribe and comment on this video so more people can see and watch my videos! Also, make sure to hit the ? icon to get notified whenever I upload a new video! ? Music: ◘ Electro-Light - Throwback [NCS Release] | https://www.youtube.com/watch?v=cXLadJlS_nA ◘ Tobu - Nostalgia | https://www.youtube.com/watch?v=8fFMjGs2mvs ◘ Andromedik & Used - Take Me [NCS Release] | https://www.youtube.com/watch?v=EIWyuA1eFd4 All Music Provided By: ◘ NoCopyrightSounds | https://www.youtube.com/@NoCopyrightSounds ◘ Tobu | https://www.youtube.com/channel/UCAA6pKrh72sARBb7JCfp8AA Join the Official Agar.io Discord Server! ◘ https://discord.gg/agario Links and texts for the tutorial are below: ◘ NodeJS | https://nodejs.org/dist/v8.11.4/node-v8.11.4-x64.msi ◘ GitHub | https://github.com/Luka967/OgarII ◘ Visual Studio Code (if you don't have any other program to use) | https://code.visualstudio.com/ ◘ Text For Joining The Server: core.disableIntegrityChecks(true); core.connect("ws://localhost:443"); ◘ Tampermonkey | https://www.tampermonkey.net/ ◘ The Long UserScript: // ==UserScript== // @name E, R, T, and P keys // @version 1.1 // @description Adds E, R, T, and P keys to the vanilla client // @author ZfsrGhS953 // @match *://*.agar.fun/* // @match *://*.agar.io/* // @grant none // @run-at document-start // ==/UserScript== /************************************************ Made by @ZfsrGhS953 on GitHub Go check out his project! Its really nice :) https://github.com/ZfsrGhS953/Petridish-Ogar ************************************************/ window.__WebSocket = window.WebSocket; window._WebSocket = window.WebSocket = function(ip) { return new window.fakeWebSocket(ip); }; window.key = { e: false, r: false, t: false, p: false }; window.addEventListener("load", function() { OldSocket = window.__WebSocket; window.WebSocket = window.fakeWebSocket = function(ip) { var fakeWS = {}; var ws = new OldSocket(ip); ws.binaryType = "arraybuffer"; for (var i in ws) fakeWS[i] = ws[i]; fakeWS.send = function() { if (window.key.e){ arguments[0] = new Int8Array(1); arguments[0][0] = 22; } else if (window.key.r){ arguments[0] = new Int8Array(1); arguments[0][0] = 23; } else if (window.key.t){ arguments[0] = new Int8Array(1); arguments[0][0] = 24; } else if (window.key.p) { arguments[0] = new Int8Array(1); arguments[0][0] = 25; } window.key = {}; return ws.send.apply(ws, arguments); }; ws.onmessage = function() { fakeWS.onmessage && fakeWS.onmessage.apply(ws, arguments); }; ws.onopen = function() { fakeWS.readyState = 1; fakeWS.onopen.apply(ws, arguments); }; return fakeWS; }; }); document.addEventListener('keydown', function(e) { if (e.keyCode == 69) window.key.e = true; if (e.keyCode == 82) window.key.r = true; if (e.keyCode == 84) window.key.t = true; if (e.keyCode == 80) window.key.p = true; }); #agar #agario #agariopc #agariomobile #jumbo #iosgames #iosgame #privateserver 0:00 - 0:48 NodeJS 0:48 - 1:50 GitHub Link 1:50 - 2:21 LegacyProtocol.js 2:21 - 2:55 Starting The Server 2:55 - 3:27 Joining The Server 3:27 - 4:40 Making start.sat 4:40 - 5:53 List Of Commands 5:53 - 7:02 Fixing Minion Commands 7:02 - 7:31 Settings Of Your Server 7:31 - 8:37 Final Gameplay :)

Видео Agar.io TUTORIAL: How To Make A Private Server WITH FREE BOTS (2023) автора Молодежь Реактивного Мира
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки