Тёмный

Old telnet trick!  

Veraxity
Подписаться 457 тыс.
Просмотров 2 млн
50% 1

Опубликовано:

 

13 июл 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 893   
@pyp2205
@pyp2205 2 года назад
Warning: If you're ever gonna use telnet for accessing something like a server. Then don't use telnet for it, because telnet is a very insecure remote access protocol. Because all your data going between you and the remote client are unencrypted. Even your username and password are unencrypted, so don't ever use telnet for stuff like that. Because then you're most likely to have your server hacked.
@Santerim
@Santerim 2 года назад
What should i use then?
@alexanonymous4429
@alexanonymous4429 2 года назад
Is it safe to do the star wars trick
@pyp2205
@pyp2205 2 года назад
@@Santerim SSH particularly SSH version 2. Because SSH version 1 is not secure either. As SSH encrypts all of your data, that being the commands you type, your username, password, and all other important data. Plus with SSH you can set up what's called public key authentication. When enabled, you copy your ssh identify (or public key) onto the remote client. Then you reload the service, and every time you log into the server it would authenticate users with public key authentication only. That is if you disable password authentication. So if a hacker tries to hack into your server. Then they can't log in, because the server authenticates users only with their public keys instead of passwords. Edit: From testing this with SSH, I can't connect to the server without telnet. So if you're going to try this. Do this with either a virtual machine, an old computer you won't mind getting it compromised, or use a vpn. But I think it's better to do it on an old device that you won't mind it getting potentially hacked. I also tested this on an old Linux laptop (that was a windows laptop), and it also works on that.
@pyp2205
@pyp2205 2 года назад
@@alexanonymous4429 well pretty much from what I can tell, he didn't log into a server. It seemed like a web request that downloads those files onto your command line. So if you think it's safe to do it, then go ahead. Just maybe see if your antivirus sees it as potential malware. But I think those files aren't meant to be harmful.
@pyp2205
@pyp2205 2 года назад
@@alexanonymous4429 Ok so after trying this on my computer. You would be connected to a server without being promoted for a username or password. But I start capturing all the packets that are going from my computer to the server. Which is of course unencrypted, so if you are to do this. Then maybe do this on an old computer or a virtual machine. Or use a VPN, or something that would keep you safe from being potentially hacked. I also tested this on a Linux system, and it also works on there. So I would say maybe do this at your own risk.
@fragalot
@fragalot 2 года назад
telenet doesn't "add commands to your command prompt." You're connected to another computer (a server) when you're doing this.
@06mwatkins
@06mwatkins Год назад
Well I just got hacked
@fanuchman
@fanuchman Год назад
Try runing telnet without enabling it in Windows Features. See how far you get. We'll wait...
@fragalot
@fragalot Год назад
@@fanuchman putty
@OrgBrent
@OrgBrent Год назад
@@fanuchman the commands aren't added to your computer when running TELENET, not TELNET. Read.
@CreeplayEU
@CreeplayEU Год назад
this the exact thing I hate about this guy, he explains everything with like extremely simple surface level one click explanations and he misses more things than he actually says because he doesn't expect anyone to do it, he just does it for the views
@GimmilFactory
@GimmilFactory 2 года назад
I remember being young once and still knowing these aren't hacks.
@sharkam69
@sharkam69 Год назад
Features is the right word
@wavytoad9983
@wavytoad9983 Год назад
he didn't say hacks? lol
@richardlangly4635
@richardlangly4635 Год назад
Yeah, I used to telnet into my university library.
@JinnaiT
@JinnaiT Год назад
@@sharkam69 still the wrong word as it's not a feature it's a connection to a remote computer
@wiliwilo
@wiliwilo Год назад
​@@JinnaiT entertaining
@nefariousintent
@nefariousintent 2 года назад
Telnet is a security vulnerability. That's the reason i make sure that's disabled.
@pyp2205
@pyp2205 2 года назад
Yeah Telnet is something that I would rarely use. I wouldn't use it for some secret server, I would just use it for experimenting. Like if I want to capture telnet packets, when I connect to my old Linux laptop with telnet. I would set up a temporary dummy user account on Linux, and make it not have strong user privileges and make it have a weak password (And maybe connect an ethernet cable between my 2 computers). So that later I can easily delete the dummy account, and I wouldn't have to worry about getting hacked.
@squidoodalee
@squidoodalee 2 года назад
Good to know others are aware about the security of application protocols, I wish it were widely known as it would be easier to prevent malware and other cyber threats.
@Demonslayer20111
@Demonslayer20111 2 года назад
It isnt a vulnerability in of itself. It just transmits in the clear with no encryption. Just dont send personal info and you'll be fine
@honestsniping1
@honestsniping1 2 года назад
Do you even know what a security vulnerability is?!?!?!
@pyp2205
@pyp2205 2 года назад
@@honestsniping1 The real question is "Do YOU know what a security vulnerability is?"
@4everblacknite
@4everblacknite 2 года назад
"Command prompt Trick" telehack is a website. you are just accessing it using telnet on command prompt. telnet is old. telehack is not. FFS.
@pyp2205
@pyp2205 2 года назад
Not only Telnet is old, but it's also insecure. Because all of your user data is unencrypted (input, output, username, password, etc.), when I tested this for myself in a Linux computer. I did packet capturing, the packets showed exactly what I was typing in and its output.
@4everblacknite
@4everblacknite 2 года назад
@@pyp2205 Telnet is insecure, but using a client does not leave you machine vulnerable like many people seem to be confused about. A few points, everything you do on Telehack is visible by other users, this is part of the game. You can also connect to Telehack via SSH or HTTPS if you so desire. Telehack is MUCH more than just starwars. From the Manual: Telehack is a simulation of a stylized arpanet/usenet, circa 1985-1990. It is a full multi-user simulation, including 26,600+ simulated hosts from the early net, thousands of files from the era, a collection of adventure and IF games, a working BASIC interpreter with a library of programs to run, simulated historical users, and more.
@pyp2205
@pyp2205 2 года назад
@@4everblacknite I have tried connecting to telehack with ssh. But it says that the connection was refused. Might be that it doesn't have ssh set up or I have to use a different port number other than ssh's default port (Default SSH Port 22, Default Telnet Port 23). I noticed when I was capturing telnet packets, that when I loaded 2048 on telehack. It did show some data when it was opened, but after that it didn't show any more telnet data. I saw encrypted TCP packets. But of course it's best to not use telnet especially if you're going to remotely access a remote server. Because we all know that telnet doesn't encrypt data (username, password, commands, etc.).
@WilburJaywright
@WilburJaywright 2 года назад
Thank you.
@baileyharrison1030
@baileyharrison1030 2 года назад
@@pyp2205 Bro no one is doing internet banking on telnet
@chrislinuxtutorials5283
@chrislinuxtutorials5283 Год назад
Linux users: Look what they need to mimic a fraction of our power
@smarterthanyou9090
@smarterthanyou9090 Год назад
They say the same thing about you using buggy ass OpenGL to play games at half framerate --- but only after spending three weeks hacking around in text files with bullshit editors like vi just to get the mouse orientation correct.
@RainerSeesAss
@RainerSeesAss 4 месяца назад
​@@smarterthanyou9090who hurt you? but for real, gaming on linux is really not that bad now, most games run the same as on windows in my experience. Also you don't need to use vi or vim or emacs or anything, just use nano or a gui text editor...
@glenclark777
@glenclark777 Месяц назад
@@smarterthanyou9090 that's what you tell yourself and why you have that username, because you literally don't know anything about Linux today.
@clonebricks483
@clonebricks483 15 дней назад
@@glenclark777you have to hack the entire Vatican secret files to download another browser
@stratixmedia
@stratixmedia 2 года назад
*SSH “Am I a joke to you?”
@memes_gbc674
@memes_gbc674 Год назад
its literally ssh without the first s
@mr.n0b0dy66
@mr.n0b0dy66 Год назад
Lol
@revine9243
@revine9243 2 года назад
If you ever hear someone say “to do this trick, first go to cmd” run away
@cratew2142
@cratew2142 2 года назад
Exactly!
@cratew2142
@cratew2142 2 года назад
This should be taught to children in school... Stranger danger is a real thing.
@tacokoneko
@tacokoneko 2 года назад
in GNU/Linux the first step of literally anything is open terminal
@dacoolistofdoods
@dacoolistofdoods 2 года назад
No, you should take the time to learn whether or not it's safe before babbling about a black "hecker" window
@revine9243
@revine9243 2 года назад
@@dacoolistofdoods cmd tricks are not some "hacker" protocol
@jeffreypeters5578
@jeffreypeters5578 Год назад
This dude would blow a load if he ever learned to use the terminal from linux
@sir_cretin
@sir_cretin Год назад
LMAO
@AuranDerg
@AuranDerg Год назад
"here's a really cool Linux trick that you probably didn't know" *proceeds to install and run cmatrix*
@Jun-Kyard
@Jun-Kyard Год назад
He's really close to becoming a linux user, just needs to shave and wear programmer socks
@theairacobra
@theairacobra Год назад
@@Jun-Kyard he uses wallpaper engine, he got consumed by the bloatware long ago, its too late for him
@thepikachugamer
@thepikachugamer Год назад
>Types in neofetch slowly, zoomed in on his keyboard
@ocsanik502
@ocsanik502 Год назад
Genius idea leaving telnet wide open
@MarkPinney
@MarkPinney Год назад
Oh, boy, forbin will be real happy about all 2 visitors you drove to his site.
@Sol_7
@Sol_7 Год назад
Say hi to underwood lmao
@gilbertoborrero2014
@gilbertoborrero2014 Год назад
And then you can kiss your computer goodbye because you've just granted them a back door in.
@kidsythe
@kidsythe Год назад
Back doors aren't what I thought they were.
@jackieburkhart3268
@jackieburkhart3268 Год назад
@@kidsythe i just accessed back door to ya mum🤓
@whitekr0w
@whitekr0w Год назад
Not necessarily true, as this is a client. You aren’t spawning any kind of access by having a client available. It does however provide another vector for maintaining access if a malicious source has local access to a computer.
@stratixmedia
@stratixmedia Год назад
The danger of Telnet is not access vulnerabilities. It’s the fact that your traffic is unencrypted plain text, so any passwords or login credentials you use while interfacing with a switch, server, etc can be easily seen with a simple packet sniffer.
@KaziiTheAvali_inactive
@KaziiTheAvali_inactive Год назад
@@whitekr0w telnet is unsecure and all they need to know is your ip to get into your pc. this while not publicly accessable can easly be found out. while the stuff you are downloading may not be bad enabling telnet itself is full stop.
@brianlink391
@brianlink391 4 месяца назад
Nowadays, I just get AI to handle it for me.
@Hextin
@Hextin Год назад
You know what else was popular a really long time ago? Your style.
@new_simsons
@new_simsons 3 месяца назад
Worst roast ever
@p41n8
@p41n8 Год назад
I just stayed for the bunny girl ED, wow the nostalgia
@conornorris8014
@conornorris8014 2 месяца назад
Know that enabling telnet is a security risk
@SirExtreme15
@SirExtreme15 Год назад
This tutorial should be called: How to get hacked NEVER, I mean NEVER use Telnet. Old and extremely unsecure protocol.
@gamingpuppy114
@gamingpuppy114 2 года назад
Ok finnally i can not be bored in computer science practicals
@bigtitmaster
@bigtitmaster 2 года назад
Don't think you will be able to get admin acces
@gamingpuppy114
@gamingpuppy114 2 года назад
@@bigtitmaster ya maybe
@cerberusrap
@cerberusrap 19 часов назад
Bro really used the telnet just for fun. Most innocent baby I've ever seen ☠️
@Mdroudian
@Mdroudian Год назад
This dude is a male Miley Cyrus
@FrostyDeagz
@FrostyDeagz Год назад
😂 The second I heard telnet I knew that where this was going 😂
@V3racious3
@V3racious3 2 года назад
How to make your computer less secure
@jessedenbow1192
@jessedenbow1192 2 года назад
Tech videos: press windows + R and then type cmd Me: hits windows types cmd
@_Donatello
@_Donatello Год назад
Every time
@stan110
@stan110 2 года назад
How big do you want the hole in your PCs security? Yes.
@harryjohnson615
@harryjohnson615 2 года назад
Really big just install Windows
@williamcamp7297
@williamcamp7297 Год назад
I remember hacking ftp servers with telnet in the 90s lolol
@smarterthanyou9090
@smarterthanyou9090 Год назад
No, you don't.
@PS1212
@PS1212 2 года назад
you look like the guy we all knew in school, that quiet guy with the half broken laptop
@ari_archer
@ari_archer 2 года назад
Mfw normies discover telnet, wait until they find ssh 💀
@derelictt
@derelictt 2 года назад
Say normies also makes u a normie 👎🏼
@stoniesttable93
@stoniesttable93 2 года назад
Yea I'm good lmao I'm not gonna intentionally turn on an insecure protocol just to mess with dos commands
@stoniesttable93
@stoniesttable93 2 года назад
I don't usually like the idea of my pc being added to a botnet
@squidoodalee
@squidoodalee 2 года назад
100%, the problem with these short creators is that they can quickly spread dangerous info that people fall for, earlier today someone was trying to convince their viewers to download videos containing Trojans.
@AuranDerg
@AuranDerg Год назад
telehack is an 80s hacking simulator lol
@hf4229
@hf4229 2 года назад
This guy definitely has a discord full of 12yo girls and makes them fight for his attention Edit: if you're mad at my comment and want to retaliate, at least do better than just saying "actually no that's you". That's just lazy. At least make me laugh if you're gonna try and insult me.
@Tapsio
@Tapsio 2 года назад
thats weird bro
@bilderramen4695
@bilderramen4695 2 года назад
Idk why but he looks embarrassing
@balllord8580
@balllord8580 2 года назад
What. Why?
@hotdogmilkk
@hotdogmilkk 2 года назад
100%
@full95one
@full95one 2 года назад
@@balllord8580 some dudes prey
@ep1k_4
@ep1k_4 2 года назад
Basically public ssh
@squidoodalee
@squidoodalee 2 года назад
Exactly, don't use telnet and any other legacy protocol that doesn't utilize SSL.
@tim-w
@tim-w Год назад
PSA: You can also use other telnet clients, Putty can connect to this service as well.
@MasterCKing
@MasterCKing 2 месяца назад
Cool port 23 open i wo der what I can do from the outside.
@muriyu
@muriyu 2 года назад
Don't use telnet over Internet please! Actually, don't enable features which you don't know what they do!
@4littlenightmares212
@4littlenightmares212 Год назад
Tell people you don’t know what tell net is without telling u don’t know 😂
@sHriMPsTer__zanEi
@sHriMPsTer__zanEi Год назад
Telnet is just Netcat from Wish 💀
@Sharky_0456
@Sharky_0456 Год назад
finally something actually cool from this guy
@ReefMimic
@ReefMimic Год назад
Alt+F4 best command ever
@VladKov36
@VladKov36 Год назад
no telnet! stop that!
@Ayanami00
@Ayanami00 Год назад
Those people who knows Telnet : 💀 Those who don't know : 🙂
@EchoLR1
@EchoLR1 Год назад
Passwords in plain text is good right?
@Povilaz
@Povilaz Год назад
Gotta love telnet. I use it to connect to old archaic BBS servers, just because I can.
@JonathanNelson-nelsonj3
@JonathanNelson-nelsonj3 3 месяца назад
Don't do this, please!! Telnet is not secure for one thing. In addition, you are running a script written by God only knows. While it is playing Star Wars in ASCII who knows what other mischief it is getting into.
@lottspaterson7157
@lottspaterson7157 2 года назад
"popular a really long time ago" Gosh damn it I feel old as heck
@seboof5966
@seboof5966 Год назад
day in the life of the smallest discord mod
@kawaleocode
@kawaleocode 2 года назад
*You are wanted for Pirating Motion Picture*
@BitwiseMobile
@BitwiseMobile 2 года назад
Just get Putty. Telnet is from the BBS days yo. When us Gen Xrs grew up watching War Games :D. I worked on a Diku Mud in college that used Telnet. That was '91.
@smarterthanyou9090
@smarterthanyou9090 Год назад
Putty is a telnet client, and a mud isn't a BBS.
@MazelTovCocktail
@MazelTovCocktail 2 года назад
Here’s a great piece of advice: Don’t EVER use the cmd unless you know exactly what you’re typing in.
@johndododoe1411
@johndododoe1411 Год назад
For those of us that know, cmd is way easier than most alternatives.
@BlueBetaPro
@BlueBetaPro 2 года назад
"A really long time ago" AKA early 2000's. Damn zoomers making millennials fell like we're 60 years old.
@Teh_Random_Canadian
@Teh_Random_Canadian Год назад
Had a zoomer ask me if I was 50 the other day... im 36.
@simone2438
@simone2438 Год назад
In computer years 20 years is like dinosaur age man
@amitsinhapune
@amitsinhapune Год назад
The reason why it was removed was because it was unsecure to use telnet. It doesn't add commands the telnet commands are just like those options you get to turn on an extra feature.
@amitsinhapune
@amitsinhapune Год назад
also there was another command built-in for Star Wars
@Erkle64
@Erkle64 Год назад
And why Run to open a command prompt just to type in a single command that could have gone into Run?
@I-Hate-Stupidly-Long-Usernames
Yes this works very well, you can get a frame boost on some of the tools if you use this while using a public wifi
@ph34rgeneral
@ph34rgeneral 2 года назад
Don't do this if you like your pc.
@LakkThereof
@LakkThereof 2 года назад
pro-tip - don't enable telnet. You don't need it.
@privateuser7906
@privateuser7906 2 года назад
bro are you really out here telling people to turn telnet on
@MichaelPuterbaugh
@MichaelPuterbaugh 3 месяца назад
DO NOT install telnet in the 2020s. What the fuck
@DannyWilliamH
@DannyWilliamH 2 года назад
Dang, dood! Ur like a haxzor god r sumthin!!
@smarterthanyou9090
@smarterthanyou9090 Год назад
Did you mean to say, "D4NG d00d! Ur l!k3 4 h4x0R g0d r smt?" That's how the 37337 guys talked back then
@00Tenrai00
@00Tenrai00 2 года назад
You’re such a bean… really… I mean it!
@mityab20
@mityab20 Год назад
Bro I swear ill do this right after my ram is done downloading
@user-if1ey5sm1v
@user-if1ey5sm1v Год назад
LMFAO how do u not have more likes
@GGaemer
@GGaemer 2 года назад
I feel old because this was the trick when I was a kid. People would lose their sh!t when shown this xD
@agnosticmanquestionsall2409
Best command prompt tip from me is the command color + a letter for a color , it changes the color from boring white to something else
@JackInTheShop
@JackInTheShop Год назад
keep using telnet. We like plain text communications!!!
@themidnightmodshop6
@themidnightmodshop6 2 года назад
How to compromise your system 101
@MCRuCr
@MCRuCr Год назад
Random "hacks" are cool but please also consider the risks and security aspects of legacy software
@realmamitler
@realmamitler Год назад
You don't have to use telenet to connect. You can just go to the link like a normal website.
@commenter1639
@commenter1639 2 года назад
You should really have a custom keyboard
@pardewski6364
@pardewski6364 2 года назад
Wow! What a genius
@thephonepersonally
@thephonepersonally Год назад
Using telnet to watch movies is the equivalent of playing a game boy version of a game which you got from a dodgy and insecure website
@LesenundDenken
@LesenundDenken 8 месяцев назад
You're going to want to make certain that your firewall rules are set to deny incoming telnet connections - and that you really trust your firewall. Otherwise, you are inviting the world to your box
@Theoneandonlyguy
@Theoneandonlyguy Год назад
In short This is a back door Don’t do it unless you know what you are doing or at risk.
@CohenIsCold
@CohenIsCold 11 месяцев назад
Bro just doxxed himself
@BonkedByAScout
@BonkedByAScout 2 года назад
I absolutely hate that there's no option to not show content from a creator on shorts.
@memeconnect4489
@memeconnect4489 2 года назад
same
@WhiteRaven___
@WhiteRaven___ 2 года назад
There is.. theres a "don't recommend this channel" button
@BonkedByAScout
@BonkedByAScout 2 года назад
@@WhiteRaven___ not on shorts there isn't.
@WhiteRaven___
@WhiteRaven___ 2 года назад
@@BonkedByAScout yes there is lol I literally pushed it for this video. Its hidden behind the 3 dots button
@BonkedByAScout
@BonkedByAScout 2 года назад
@@WhiteRaven___ Literally not there on desktop.
@SpyderBDM
@SpyderBDM Год назад
I’m sure your way will work, but it’s actually Windows+R to open Run window, then type ‘optionalfeatures’ to install and enable Windows’ optional features; like Telnet.
@pje_
@pje_ 9 месяцев назад
Finally a thing which I didn't know
@arthurting1857
@arthurting1857 Год назад
as soon as he mentioned telnet i thought he was gonna talk about stuff like aardwolf etc
@pawnshot
@pawnshot Год назад
My computer exploded, thanks man
@davidaix5771
@davidaix5771 2 года назад
Tellnet that's crazy they still have to telnet built into windows computers When you use tell that it's for Connecting into someone else's computer so you're really disconnecting to a server when you do this Kind of like a prompt way of connecting to a website
@NATESOR
@NATESOR Год назад
Yo, NEVER use telnet. Ever.
@kisgamer
@kisgamer Год назад
tip: just type that link into your browser and its the exact same
@petule-CZ
@petule-CZ Год назад
Not being Czech and having it all in Czech and looking for all these things yourself :D
@funnywolfone7647
@funnywolfone7647 Год назад
Did you know? I only stay for the ✨M U S I C✨
@JustinWalker951
@JustinWalker951 Год назад
Telnet was popular "a long time ago" because it's unencrypted - a.k.a. insecure. It's PROBABLY ok to do this, but I wouldn't use it for anything else.
@LazyThomas
@LazyThomas 2 года назад
Telnet is extremely insecure. I'd suggest doing this in a VM
@GamIngDoge.
@GamIngDoge. 2 года назад
not even a vm
@neko_kun0609
@neko_kun0609 5 месяцев назад
Thank you comments section for stopping me from trying this out.
@kaizer-777
@kaizer-777 4 месяца назад
I played many MUDs using telnet as a child.
@harrysu7643
@harrysu7643 Год назад
I feel like this guy just searches up stuff u can do in CMD and has no clue what the fuck is going on in the backend
@DasMooorhuhn
@DasMooorhuhn Год назад
Tellnet... known for security and safty😌
@SomeRegularGuy
@SomeRegularGuy Год назад
Bro will i get hacked if it didn’t establish a connection and i turned the telnet settings once in the window features
@ze.crazyrazee9262
@ze.crazyrazee9262 Год назад
or its more complex and some may think it is more difficult but you can also do a bit of a longer process open CMD and type telnet then enter then type o then enter the type
@ryancooke1981
@ryancooke1981 Год назад
Grew up on Dos. This will be interesting🙏🍀
@TJ_4870
@TJ_4870 2 года назад
Starwars? Hell yeah
@drezzzmanagement3936
@drezzzmanagement3936 Год назад
Damn, guess my star wars video files are outdated now.
@davidsa407
@davidsa407 Год назад
Im not listening to a guy who paints his nails
@hetgamit570
@hetgamit570 2 года назад
Fast And Furious In Command Prompt Be Like: 💀
@HarryBudkins
@HarryBudkins 3 месяца назад
May the command line live forever
@Leadershipgamer369
@Leadershipgamer369 11 месяцев назад
Legend try in school computer😎😎
@garylove2836
@garylove2836 18 дней назад
Is a good trick but I wouldn’t use telnet because is not secure.i would use ssh because it encrypts everything so hackers can’t catch your packets.
@user-pb2mn7go2p
@user-pb2mn7go2p Год назад
When you see animated background you know the guy lives besides his computer. I have and I do so I know.
@kyleftw1679
@kyleftw1679 Год назад
Boy really got nail polish
@Xylight
@Xylight Год назад
Telnet is essentially an older version of SSH. These are not hacks. It's literally just a simple server somebody set up.
@magictutorials6715
@magictutorials6715 2 года назад
I’m here before some random kid tries to bless you and your family
@txchnic
@txchnic 2 года назад
Correct no one has done it yet
@nathan9090
@nathan9090 Год назад
Do I need to paint my thumbnails black before or after?
@thelandoftwitchclips
@thelandoftwitchclips Год назад
LMAO!!! please kids.. dont do this
@Markus_included
@Markus_included Год назад
Why tho?
Далее
Learning to Hack as a Kid
5:03
Просмотров 10 млн
CMD PRANKS! (Educational Purposes ONLY!)
9:17
Просмотров 1,4 млн
Maybe a little TOO much gel 😂
00:12
Просмотров 12 млн
Новые iPhone 16 и 16 Pro Max
00:42
Просмотров 1,7 млн
Can The SLOWEST GPU Run Minecraft?
11:57
Просмотров 31 тыс.
40 Windows Commands you NEED to know (in 10 Minutes)
10:54
what is Command Prompt CMD .
3:07
Просмотров 5 тыс.
When Autocorrect Destroy Your Life..  | Compilation
26:48
Roblox Is Getting Worse On August 7th...
8:34
Просмотров 663 тыс.
Password Cracker with Notepad!
11:41
Просмотров 501 тыс.
30 Windows Commands you CAN’T live without
14:35
Просмотров 2,2 млн
32 Secret Combinations on Your Keyboard
8:17
Просмотров 23 млн
HACKING With CHATGPT?! (Educational Purposes ONLY!)
7:24
Roblox Promoted a Nasty Furry Game to All 13+ Users...
8:02
Maybe a little TOO much gel 😂
00:12
Просмотров 12 млн