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

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • 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] | • Electro-Light - Throwb...
    ◘ Tobu - Nostalgia | • Tobu - Nostalgia
    ◘ Andromedik & Used - Take Me [NCS Release] | • Andromedik & Used - Ta...
    All Music Provided By:
    ◘ NoCopyrightSounds | / @nocopyrightsounds
    ◘ Tobu | / @tobuofficial
    Join the Official Agar.io Discord Server!
    ◘ / discord
    Links and texts for the tutorial are below:
    ◘ NodeJS | nodejs.org/dist/v8.11.4/node-...
    ◘ GitHub | github.com/Luka967/OgarII
    ◘ Visual Studio Code (if you don't have any other program to use) | code.visualstudio.com/
    ◘ Text For Joining The Server:
    core.disableIntegrityChecks(true);
    core.connect("ws://localhost:443");
    ◘ Tampermonkey | 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 :)
    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() {
    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 :)
  • Hry

Komentáře • 190

  • @HEROSOLDIER07
    @HEROSOLDIER07 Před 9 měsíci +1

    Thanks!

  • @ImRisyaa
    @ImRisyaa Před 9 měsíci +1

    Great helpful tutorial, thank you! ❤

  • @pupidotcom
    @pupidotcom Před 18 dny

    Damn this tutorial takes me back to when 9 year old me would mess around with bots on his own private server with the worst pc known to man

  • @jenny8281
    @jenny8281 Před 9 měsíci

    nmfy uploading streak game strong

  • @ITZJornado
    @ITZJornado Před 9 měsíci +2

    "just keep clicking next" yep finally a tutorial that doesn't beat around the bush

  • @ClipsyClips429
    @ClipsyClips429 Před 9 měsíci +1

    Thanks for tutorial 🎉

  • @cloudboy08
    @cloudboy08 Před 9 měsíci

    banger vid

  • @AnasOnoui
    @AnasOnoui Před 9 měsíci

    omfg thank you NMFY !!!

  • @d34rsantos23
    @d34rsantos23 Před 9 měsíci

    Thanks🎉🎉

  • @chaosch
    @chaosch Před 9 měsíci

    based

  • @IGA777
    @IGA777 Před 9 měsíci +2

    You are not common with making tutorials but you did great job!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +4

      This is probably my only tutorial, since people have been asking me to make a video about a private server 😊

  • @melocaseohclips
    @melocaseohclips Před 9 měsíci

    Omg nice video

  • @PapaBlessed.
    @PapaBlessed. Před 4 měsíci

    There is someone watching me through your wallpaper 😈🔥🗣🙏💯

  • @DiEhard9
    @DiEhard9 Před 3 měsíci

    works, good job bro

  • @pupidotcom
    @pupidotcom Před 13 dny

    Im having problem changing the settings for my server, when i click save on the .js file and restart my server, my settings dont change but when i go back onto the settings.js file they are changed

  • @hunter50756
    @hunter50756 Před 9 měsíci

    Nice tutorial, Sir Petar 😎.

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      Thank you Sir Hunter 😎
      Did you find the tutorial useful?

    • @hunter50756
      @hunter50756 Před 9 měsíci

      @@MoreClipsForYou838 Well, I payed attention to the whole tutorial, but I don't think I'll use it. Regular Agar is all I need.

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      @@hunter50756 True Sirs only use regular agar 😎

  • @bestguy2524
    @bestguy2524 Před 9 měsíci +1

    im always interested with these things how accurate the physics are compared to normal agar, is it the exact same or slightly different?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      I think it's maybe 95% accurate. It's pretty good, you should give it a try for yourself

  • @jenny8281
    @jenny8281 Před 9 měsíci

    what tutorial u planning to do next?

  • @user-bg5bf3cz8s
    @user-bg5bf3cz8s Před 5 měsíci +2

    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? thx :>

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      Try going through the tutorial from the beginning once again, maybe you missed a step somewhere because it works for everyone else!

    • @user-bg5bf3cz8s
      @user-bg5bf3cz8s Před 5 měsíci +1

      in the console says this WebSocket connection to 'ws://localhost:443/' failed:
      I followed all the steps and it's not working @@MoreClipsForYou838

  • @cloudboy08
    @cloudboy08 Před 9 měsíci

    TYSMMMMMMM FINALLY

  • @crypticamazes8815
    @crypticamazes8815 Před 5 měsíci

    can u pls explain me how to assign specific keys to minions to feel or split.
    also have to press w again and again to throw mass. pls help

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      You can't change the keys as far as I know. You can download another extension for W macro if you'd like

  • @constantintiron1202
    @constantintiron1202 Před 6 měsíci +1

    when i write cd cli say
    C:\Users\user\Desktop\OgarII-master>cd cli
    The system cannot find the path specified.
    please help

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 6 měsíci

      Did you put the OgarII folder on the desktop or somewhere else? Make sure you placed in on the desktop

  • @itohru7120
    @itohru7120 Před 4 měsíci

    When I try to use the Minion control script, the connecting window gets stuck in a loop when I add it. It only lets me use it normally when the script is not active.

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 4 měsíci

      This is a bug in Agario. When you enter Agario, in the url, try to change it from saying Agario/#ffa to Agario/#teams. You'll be able to connect

  • @user-oc1yc5yh7k
    @user-oc1yc5yh7k Před 6 měsíci +1

    Nomad vs TR....DZ❤🎉

  • @user-ib6md1qr8k
    @user-ib6md1qr8k Před 9 měsíci

    What text did you type at 2:27 and 2:32? It's a little difficult to see.

  • @plot5975
    @plot5975 Před 5 měsíci +2

    this gave me a virus bruh

  • @null234
    @null234 Před 9 měsíci

    wait, i can make private agar server? wow crazy, i didnt know that 😎

  • @FYAplays
    @FYAplays Před 9 měsíci

    Omg now I cN play by myself forever

  • @sfremix7849
    @sfremix7849 Před 24 dny

    se puede jugar con amigos tipo LAN?

  • @weyder9461
    @weyder9461 Před 9 měsíci

    Hi! It says update uws module, but i cant find anywhere this thing, could u help?
    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'

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      Someone else messaged me this exact problem. The reason is because you have an incorrect version of NodeJS. Download the one I gave in the description

    • @weyder9461
      @weyder9461 Před 9 měsíci

      @@MoreClipsForYou838 Thanks, hopefully it will help!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      @@weyder9461 let me know if it worked :)

    • @weyder9461
      @weyder9461 Před 9 měsíci

      @@MoreClipsForYou838 Yeah it worked, forgot to tell

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      @@weyder9461

  • @ohliu6881
    @ohliu6881 Před 9 měsíci

    I'm on windows 11 laptop and whenever I type "cd Desktop" it shows that "The system cannot find the path specified." I have the files dragged to the desktop too.

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      It's the first time I've heard of this error. I'll see if I can find a solution. Also what do you mean "files"?
      You are supposed to drag OgarII-master to desktop, no other file

    • @ohliu6881
      @ohliu6881 Před 9 měsíci

      @@MoreClipsForYou838 , Never mind I solved it, It was doing User/Onedrive/Desktop. I just changed it to User/Desktop. Thank you so much for creating this private server!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      @@ohliu6881 no problem, enjoy

    • @zahitkarabulut6570
      @zahitkarabulut6570 Před 2 měsíci

      @@ohliu6881 hey man i have the same problem how did you solve it?

  • @StormChaserMatt
    @StormChaserMatt Před 5 měsíci

    i only got to the cmd part, because whenever i typed cd Desktop, it would not work.

    • @AnnevanGrinsven
      @AnnevanGrinsven Před 5 měsíci

      yes i have the same problem

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      ​@@AnnevanGrinsvendid you guys put the OgarII folder on the desktop? If not then it won't work

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      If this doesn't work, make sure to check in the comments, I'm pretty sure someone found a way to fix it. I'm pretty sure what they did is they first typed cd User and then cd Desktop and it worked

  • @jrc.roman1624
    @jrc.roman1624 Před 8 měsíci

    hola, como estas?, te queria preguntar que tengo que hacer si en el momento de ingresar a las carpetas me aparece que no se encuentra el archivo ¨cli¨?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci +1

      Hello, I'm doing fine, thanks for asking!
      The cli file should be there, maybe try again to download it. Check if somehow your antivirus software deleted it. Try disabling the antivirus for the download

    • @jrc.roman1624
      @jrc.roman1624 Před 8 měsíci

      @@MoreClipsForYou838 thank you! I already solved everything, you are great!!!

  • @ImdamacikGaming
    @ImdamacikGaming Před 9 měsíci

    Is it possible to make it so you can have 256 cells instead of just 16?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      Yes, go to settings and look for "playerCellCount". Change from 16 to 256 and enjoy!

  • @9504fart
    @9504fart Před 5 měsíci +1

    controlling minions doesnt work
    neither through Q and that extension in vid

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      You did something wrong mate. Did you save in the settings? The Q controls don't work regardless, only the E R T P extension works. Get Tampermonkey, copy the userscript, delete the stuff in the userscript, paste your userscript, save. Change ERTP controls in settings to true and Q controls to false and make sure to save! Try to go through the process once again!

    • @9504fart
      @9504fart Před 5 měsíci

      @@MoreClipsForYou838 apparently i fcked up something thank you very much

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      @@9504fart no problem, enjoy!

  • @SmallXD
    @SmallXD Před 4 měsíci

    Whenever i try to connect to the server it says
    Websocket connection failed

  • @akutsukepa2933
    @akutsukepa2933 Před 9 měsíci

    Thank you so much for this
    how can i make bots split and throw mass?!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      No problem! The commands for bots:
      E to split
      R to feed
      T to freeze
      You're welcome 😊

    • @Dindin-ci8wu
      @Dindin-ci8wu Před 9 měsíci

      ​@@MoreClipsForYou838Hello, could you tell me how to freeze on agario? THANKS

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      ​@@Dindin-ci8wuthere is no button for that 😅

  • @janeisaguy1027
    @janeisaguy1027 Před měsícem

    i adjusted the settings file and its not applying it to the server. do i have to restart the server?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před měsícem

      Every time you make a new setting, you have to reset the server and start it again

    • @pupidotcom
      @pupidotcom Před 13 dny

      @@MoreClipsForYou838 my settings dont apply when restarting the server

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 13 dny

      @@pupidotcom You have to press Ctrl+S to save

    • @pupidotcom
      @pupidotcom Před 13 dny

      @@MoreClipsForYou838 yes my settings are saved correctly in the file but the settings dont actually change when i go in game

  • @lunatic7489
    @lunatic7489 Před měsícem

    if i wanted to get get full map how would i do it

  • @RamiJedd
    @RamiJedd Před 9 měsíci

    I typed in CMD cd desktop it says
    " The system cannot find the path specified. "

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      Did you move the OgarII-master folder to desktop? If you moved it to somewhere else, it won't work

    • @RamiJedd
      @RamiJedd Před 9 měsíci

      @@MoreClipsForYou838 Thank you, I solved it

    • @RamiJedd
      @RamiJedd Před 9 měsíci

      @@MoreClipsForYou838 Can i control the bots ?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      @@RamiJedd I showed in the video already that you can. The controls are:
      E to split
      R to feed
      T to freeze
      Enjoy!

  • @handredss2543
    @handredss2543 Před 7 měsíci

    One question, I was able to do everything correctly but when I entered the agario. It stays loading forever, I mean I can't play. But when I remove the script to control the bots, it does load. Do you know what the solution to this problem is? thank you :) everything works fine, I just need to fix that error and I could play

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 7 měsíci +1

      If you have other tampermonkey extensions enabled, they can cause your agar to break because some extensions can't work with others available. Try having only your ERTP controls extension available!

    • @handredss2543
      @handredss2543 Před 7 měsíci

      @@MoreClipsForYou838 I just deleted all the scripts, only leaving the one for the bots. Still the same. What is the problem?

    • @handredss2543
      @handredss2543 Před 7 měsíci

      @@MoreClipsForYou838 Do you have discord to talk to?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 7 měsíci +1

      @@handredss2543 yes I do, but I'll be going to sleep soon. Send me your discord and I'll help you out tomorrow

    • @handredss2543
      @handredss2543 Před 7 měsíci

      @@MoreClipsForYou838 Ok, here I leave you my ID: 311640111559475224
      ty

  • @blown2jz
    @blown2jz Před 8 měsíci

    it says npm v9.1.2 is known not to run on Node.js v8.11.4. help me

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci

      Did you download the NodeJS version I gave in the description? If not, that's why it failed

    • @blown2jz
      @blown2jz Před 8 měsíci

      @@MoreClipsForYou838 no i did, its just i had a newer version of npm i think it was, and it was compatible w the version of node js i had, so i js had to install a earlier version of npm, but i got everything working, thank you for the video, i have fun playing.

  • @mhmd.3.10
    @mhmd.3.10 Před 5 měsíci

    Unknown command: "1"
    To see a list of supported npm commands, run:
    npm help
    C:\Users\User\Desktop\OgarII-master>
    what do i do

  • @super_playsarras
    @super_playsarras Před 9 měsíci

    does it work for laptop users or windows 11?

  • @Chicken-Wing90
    @Chicken-Wing90 Před 8 měsíci +1

    How do you get the desktop on the desktop

    • @Chicken-Wing90
      @Chicken-Wing90 Před 8 měsíci

      Whenever i say cd Desktop it says cannot find path specified

    • @Chicken-Wing90
      @Chicken-Wing90 Před 8 měsíci

      Please help

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci

      @@Chicken-Wing90 hello, somebody else had this issue in the comment section. They changed it from "cd Desktop" to "cd User" then "cd Desktop"
      Hope this helps!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci

      @@Chicken-Wing90 if it doesn't work, try looking for that comment. Maybe I didn't explain it well, I'm sorry, you can ask the person who left the comment about it

  • @crypticamazes8815
    @crypticamazes8815 Před 6 měsíci

    can we add bots that also attacks us like real players

  • @koshi7880
    @koshi7880 Před 5 měsíci

    any way to play witch friends?

  • @rip_saru
    @rip_saru Před 9 měsíci

    how can i play it on experimental mode?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      Change the MothercellCount and change VirusPushing = true

    • @rip_saru
      @rip_saru Před 9 měsíci

      @@MoreClipsForYou838 Thank u!

  • @limolimona
    @limolimona Před 5 měsíci

    it's still working?

  • @ShinnosukeGaming
    @ShinnosukeGaming Před 9 měsíci +2

    bots

  • @ofkiller111-rm6sl
    @ofkiller111-rm6sl Před 9 měsíci

    plz i wan t free bots on normal server

  • @i_youcef
    @i_youcef Před 9 měsíci

    How can i make it x32 instead of x16 plss

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      I think it's somewhere in the settings, take a look

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      I'm not home yet, when I'm home I will see

    • @i_youcef
      @i_youcef Před 9 měsíci

      @NoMassForYouAgar thanks man

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      @@i_youcef Okay, I just took a look at it. Find in the settings where it says "playerMaxCells". Change it from 16 to 32!

    • @i_youcef
      @i_youcef Před 9 měsíci

      @@MoreClipsForYou838 tysm

  • @ImApplyzHD
    @ImApplyzHD Před 9 měsíci

    Can you code full map?

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      I don't understand your question. If you want to change the size of the map, you can do so in the settings

  • @jankoblev4426
    @jankoblev4426 Před 9 měsíci

    Can you invite friends on this server

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci +1

      Unfortunately, you cannot. I'll make an update if I can find a way

  • @SkillfulLegend
    @SkillfulLegend Před 9 měsíci +1

    Lol hacker

  • @F1_qq
    @F1_qq Před 6 měsíci

    It doesnt get me in private server

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 6 měsíci +1

      What's the problem?

    • @F1_qq
      @F1_qq Před 6 měsíci

      @@MoreClipsForYou838 i do all the steps but when i press play it put me in public server

    • @F1_qq
      @F1_qq Před 6 měsíci

      @@MoreClipsForYou838 i enter code in console and hit play but still its in public server when i add command it say no server id

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 6 měsíci

      @@F1_qq Did you boot up the server before you entered the code in console?

  • @axisdz8917
    @axisdz8917 Před 9 měsíci

    how to share server with my friends ? thx

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 9 měsíci

      It's not possible for now, I will make a video update if I can find a way

    • @axisdz8917
      @axisdz8917 Před 9 měsíci

      Thanks brother

  • @ZakSwagG
    @ZakSwagG Před 9 měsíci

    Ok blud

  • @TekadaShingen
    @TekadaShingen Před 8 měsíci

    sorry but its not working for me

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci +1

      What's the issue

    • @TekadaShingen
      @TekadaShingen Před 8 měsíci

      ​@@MoreClipsForYou838 NEVER MIND IT WORKS THANK YOU SO MUCH BROOOOOOO THE BES TUTORIAL EVER!

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 8 měsíci +1

      @@TekadaShingen Make sure you started the server beforehand. It should be working

    • @TekadaShingen
      @TekadaShingen Před 8 měsíci

      @@MoreClipsForYou838 sure thing broo!

  • @jeankennedy5531
    @jeankennedy5531 Před 9 měsíci

    Si es servidor privado, supongo que no sube niveles, o si?

  • @constantintiron1202
    @constantintiron1202 Před 6 měsíci

    please help me:(
    fastttt

  • @plot5975
    @plot5975 Před 5 měsíci

    this gave me a virus

    • @MoreClipsForYou838
      @MoreClipsForYou838  Před 5 měsíci

      Wow, isn't it weird how this gave nobody a virus but only to you?

  • @x2Hackz
    @x2Hackz Před 9 měsíci

    Clickbait by petar lmao im joking man

  • @badteletubbies
    @badteletubbies Před 9 měsíci +3

  • @Hahfyskl6510yajk
    @Hahfyskl6510yajk Před 23 dny

    Bonne @saiy

  • @jenny8281
    @jenny8281 Před 9 měsíci

    mr.tutor nmfy