Это видео недоступно.
Сожалеем об этом.

How to get unlimited free bots in agario | AGARIO PRIVATE SURVER TUTORIAL

Поделиться
HTML-код
  • Опубликовано: 17 окт 2023
  • #agario #freebots #jumbo #tutorial
    Thanks for watching! Like and comment so more people see these videos!
    Music Credits
    - ‪@NoCopyrightSounds‬
    Nodejs download - nodejs.org/dist/v8.11.4/node-...
    GitHub - github.com/Luka967/OgarII
    if GitHub link doesn't work: www.dropbox.com/scl/fo/v051us...
    Join the server:
    core.disableIntegrityChecks(true);
    core.connect("ws://localhost:443");
    Tamper Monkey - www.tampermonkey.net/
    Bot code:
    // ==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 :)
    github.com/ZfsrGhS953/Petridi...
    ************************************************/
    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() {
    window.WebSocket = window.fakeWebSocket = function(ip) {
    var fakeWS = {};
    var ws = new window.__WebSocket(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;
    });
    Bot code:
    // ==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 :)
    github.com/ZfsrGhS953/Petridi...
    ************************************************/
    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() {
    window.WebSocket = window.fakeWebSocket = function(ip) {
    var fakeWS = {};
    var ws = new window.__WebSocket(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;
    });

Комментарии • 65

  • @ReboundsClips
    @ReboundsClips  8 месяцев назад +4

    If the github link doesn't work, you can download the files from here: www.dropbox.com/scl/fo/v051us3gcfu50txedsqve/h?rlkey=lhzz0sd5sm7z1yfc7eo3h8s8f&dl=0
    I'll probably make an updated version of this video.

  • @hunter50756
    @hunter50756 8 месяцев назад

    Nice tutorial, Sir Rebound 😎.

  • @user-gf5ir2rt5y
    @user-gf5ir2rt5y 8 месяцев назад +1

    thank you so much

  • @dankfatcat3905
    @dankfatcat3905 7 месяцев назад +2

    Hello so I was wondering where is the thing you pasted in the description I just need that final step I’m pretty sure for it to work

    • @ReboundsClips
      @ReboundsClips  7 месяцев назад +1

      core.disableIntegrityChecks(true);
      core.connect("ws://localhost:443");
      is this it??

    • @ReboundsClips
      @ReboundsClips  7 месяцев назад +1

      sorry, I know the description isn't organized...

  • @itsmestork
    @itsmestork 2 месяца назад

    when i type npm i it says like error

  • @hiboyan4421
    @hiboyan4421 2 месяца назад

    how do i fix no player has this id please help me

  • @user-gs4fs2dx9f
    @user-gs4fs2dx9f 7 месяцев назад

    hi, please tell me, does this script work on agario fun? And why it may give an error in the console compilation of websocketss has failed and there is no pre-compiled binary available for your system

    • @ReboundsClips
      @ReboundsClips  7 месяцев назад +1

      Im not sure I know what agariofun is. For the error is probably because you need the v8.11.4 of node js in description.

  • @panagiotisbalagiannis999
    @panagiotisbalagiannis999 7 месяцев назад +1

    why i dont have the option to open it with windows powershell .using windows 10

    • @ReboundsClips
      @ReboundsClips  7 месяцев назад +1

      wierd. You can open command prompt by searching for it in windows and use "cd" into your directory.
      example: cd C:\Users
      ame\Desktop\OgarII-master

  • @ImTr1ppy
    @ImTr1ppy 11 дней назад

    after i click play it just shows dots with a gray tint

    • @ImTr1ppy
      @ImTr1ppy 11 дней назад

      also when i clicked server starter.bat it said this app cant run on ur pc

  • @user-bg5bf3cz8s
    @user-bg5bf3cz8s 5 месяцев назад

    When I start the server in consol, I go to agario consoles and pasted the thing that you said. when I press play it just puts me in a pub server? I followed all the steps, I don't know how to do the new github link can you tell me please

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад

      the new github link is just a different way to download the same file. If you did everything right, idk the issue.

  • @confessedbot
    @confessedbot 5 месяцев назад +1

    Hey, the servers dont work for me? How do I disable joining public servers?

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад +1

      as long as you properly put the prompt in the browser console from 3:12 I can't help you

  • @deeggeaa
    @deeggeaa 5 месяцев назад +2

    when i play i play online idk how to play on private servers

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад +2

      good thing this video is an agario private server tutorial :)

  • @user-fz3bz1jy1g
    @user-fz3bz1jy1g 8 месяцев назад +1

    hello, the link to github code doesnot work. I tried to input npm i, but it sends me error. could you send me the new code?

    • @ReboundsClips
      @ReboundsClips  8 месяцев назад

      from this link you can copy or download the Legacy Protocol from this link: www.dropbox.com/scl/fo/v051us3gcfu50txedsqve/h?rlkey=lhzz0sd5sm7z1yfc7eo3h8s8f&dl=0

  • @saltylux8637
    @saltylux8637 6 месяцев назад +1

    Which of the texts were pasted at 3:13 ?

    • @ReboundsClips
      @ReboundsClips  6 месяцев назад

      core.disableIntegrityChecks(true);
      core.connect("ws://localhost:443");

  • @sealcraft
    @sealcraft 7 месяцев назад

    i dont know why but when i try and join the server it just pops up with errors

  • @julianbello191
    @julianbello191 6 месяцев назад

    Me sale error cuando coloco el código "npm i" dice que no se reconoce como código del cdm, que hagoo!

  • @fxux7041
    @fxux7041 7 месяцев назад +1

    I can lvl up my account with This Method ?

  • @user-fz3bz1jy1g
    @user-fz3bz1jy1g 8 месяцев назад +1

    does it work, alos online,? and if not do you know any website i can get bots?

    • @ReboundsClips
      @ReboundsClips  8 месяцев назад

      the bots only work in the private server, there are currently no websites giving free bots. The two major bot services are "OP Bots" and "agarbot OVH" :)

  • @marcushalberstram8497
    @marcushalberstram8497 5 месяцев назад

    Hey man the option for ”open in terminal” does not show for me, i tried uninstalling windows updates and everything and nothing, would appreciate your help

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад

      You can open command prompt by searching for it in windows and use "cd" into your directory.
      example: cd C:\Users
      ame\Desktop\OgarII-master
      hope this helps! :)

    • @marcushalberstram8497
      @marcushalberstram8497 5 месяцев назад

      @@ReboundsClips damn bro when i put npm i in the powershell it gives nothing of warnings, and when input node index.js it says : Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'uws'

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад

      @@marcushalberstram8497 I believe thats because you have a newer or different version of node.js. Try uninstalling it and download the one from description :)

    • @marcushalberstram8497
      @marcushalberstram8497 5 месяцев назад

      @@ReboundsClips damn bro i thought this was to play online xD, do u know how to do it so i add u on discord

  • @dblacoount6288
    @dblacoount6288 6 месяцев назад

    dont have windows 11 how can i open in terminal

    • @ReboundsClips
      @ReboundsClips  6 месяцев назад

      You can open command prompt by searching for it in windows and use "cd" into your directory.
      example: cd C:\Users
      ame\Desktop\OgarII-master
      hope this helps! :)

  • @frangalvan9442
    @frangalvan9442 8 месяцев назад

    can i play with my friends? How can i share the link for play

    • @ReboundsClips
      @ReboundsClips  8 месяцев назад

      there is currently no way that im aware of to play with friends.

    • @frelaaylindo
      @frelaaylindo 5 месяцев назад

      @@ReboundsClips hamachi

  • @T0tt4ly
    @T0tt4ly 8 месяцев назад

    the github link dont exist PLEASE HELP!

    • @ReboundsClips
      @ReboundsClips  8 месяцев назад

      www.dropbox.com/scl/fi/l7w1nalasnbdqx1t5opla/OgarII-master.zip?rlkey=bnvm6iocngcoo0qhd44nxuxrg&dl=0
      this should work for a while.

    • @T0tt4ly
      @T0tt4ly 8 месяцев назад

      @@ReboundsClips thx soo much

  • @Itz_Xenon
    @Itz_Xenon 5 месяцев назад

    It didn't work for me

    • @Itz_Xenon
      @Itz_Xenon 5 месяцев назад

      Is it because I get ads everytime I load into a game?

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад

      @@Itz_Xenon idk

    • @Itz_Xenon
      @Itz_Xenon 5 месяцев назад

      @@ReboundsClips ok it could be because when I press f12 it's different for me for me it's a white bow on the right

    • @ReboundsClips
      @ReboundsClips  5 месяцев назад

      @@Itz_Xenon make sure you are pasting it in the console part of the f12 panel :)

    • @Itz_Xenon
      @Itz_Xenon 5 месяцев назад

      @@ReboundsClips ok, after I do all of that but close it all do I have to do everything again for it to work or do I have to do everything again

  • @rezaaljorany9097
    @rezaaljorany9097 5 месяцев назад +1

    how do i fix no player has this id please help me