You are a literal legend. Time to save ourselves from boredom after school blocked all our games
@benbramhallofficial2 жыл бұрын
I have a game site with over 200 working unblocked games
@dboy72962 жыл бұрын
@@benbramhallofficial Could u send me the link please?
@dboy72962 жыл бұрын
@james Thank you! Cant wait to see
@barrymathur55222 жыл бұрын
@@benbramhallofficial send in commentrs
@forces17112 жыл бұрын
100%
@MeNoAxolotl Жыл бұрын
Does anyone notice that at one point he has tabs saying "Best place to hide a body" "How to escape the USA" and "How to remove fingerprints"?
@glacionthatmakeseditsboiii Жыл бұрын
SHIT YOUR RIGHT
@themeparksofamerica Жыл бұрын
I was scrolling down the comments to see if anyone noticed
@GodSpeed6fold Жыл бұрын
SAME
@MichealMyress11 ай бұрын
He puts those there to get people to comment about it, which In turn gives him more user interaction/views
@darealelohim10 ай бұрын
@@MichealMyress It's a smart strat ngl
@X-BladeGaming738 Жыл бұрын
I did this in school last year and it got me a bit more popular. People were wondering how I did it. Also my school tried to block my website multiple times but I just change the url every time😂.Thank you!
@themeparksofamerica Жыл бұрын
Thank you for telling me how to get my site unblocked lol
@Jvxmas_me Жыл бұрын
fr
@HeheBawg Жыл бұрын
W
@Tornado00.10 ай бұрын
yeah a lot of people have google sites at my school but I’m trying to figure out how to get unblocked videos bc securely and go shield block certain videos and I want to be able to watch them and put them in the site bc my friend did it
@Teeqz59 ай бұрын
I can’t talk about mine because I can get in trouble and lose my compiter
@Lord_No-brainer Жыл бұрын
Fantastic. Now they can't block our games forever, because I can keep making sites
@aXol4Realz Жыл бұрын
Blocks Google sites 💀
@aiodensghost864510 ай бұрын
@@aXol4Realzfinds a different host that isn't blocked
@NoLifeAtom8 ай бұрын
@@aiodensghost8645 fr
@brad_you2ube7 ай бұрын
@@aXol4Realz google sites is blocked for mwe
@Eritek3 ай бұрын
@@aXol4Realz mainwhile canva :skull:
@AnonymousRBLX Жыл бұрын
Nice video man, but what's up with your tabs at 1:34 ???
@ProjectPlusUnblockedАй бұрын
Thanks dude! I watched this video about a year ago and now my whole school uses my site as well as thousands across the country. It all started with you.
@ChrisPtoes27 Жыл бұрын
Not the hero we wanted but the hero we needed
@real_rob10 ай бұрын
not the pfp we wanted but he pfp we needed
@Thefirstnoob478 ай бұрын
He's not a hero look at his tabs
@adamalbustami28612 жыл бұрын
my school blocked google sites. is there a way i can do this without?
@Vincent_Rossen2 жыл бұрын
Wix
@FuryRex092 жыл бұрын
Learn html and css lol
@FuryRex092 жыл бұрын
With some JavaScript
@BenDeTar2 жыл бұрын
Make a side acount not registered in your school and you can make yhe games on that and acsess it in school, either by going to that false aco7nt or direcly sharing the link to yourself.
@nextirious68282 жыл бұрын
Replit, heroku, wix, any website maker
@DomWhoDoesStuff2 жыл бұрын
Underatted. You have a new sub
@genericalswagman Жыл бұрын
Hey, I loved the video. One quick question I was wondering was is there anyway to about:blank cloak the tabs? Our ITDepartment doesn't have the ability to block them afterwards.
@TheRealVibro Жыл бұрын
Have the exact same question
@Zoltronics11 ай бұрын
Don’t worry, I got u: Game function Rnl() { var a = window.open() var url = “PUT URL HERE”; var ifr = a.document.createElement(“”); ifr.src = url; ifr.style.height = “100%”; ifr.style.width = “100%”; ifr.style.border = “none”; a.document.appendChild(ifr); }; - PUT IN EMBEDDED CODE do it all the time lol, I made this on phone as well. i wish i could comment on yt vids in school. 😭
@superultradude7 ай бұрын
Use a about:blank r here ill help u out just replace url here with the url, do not remove the " Start game function openGame() { var win = window.open () var url = "URL HERE" var = win.document.createElement('') .style.width = "100%" .style.height = "100%" .style.border = "none" .src = url win.document.body.appendChild() }
@mcjavabelike83204 ай бұрын
@@TheRealVibro same here
@ProjectPlusUnblockedАй бұрын
Yes there is! All you need to do is use a simple html code. Here's my favorite: (all you need to do is replace the text that says "GAME URL HERE" with the url of the game. COPY EVERYTHING BELOW HERE AND EMBED IT: PLAY FULLSCREEN .c-button { min-width: 100%; font-family: fantasy; appearance: none; border: 0; border-color: #fff; border-radius: 5px; background: #000; color: #fff; padding: 0px 46px; font-size: 20px; cursor: pointer; } .c-button:hover { background: #808080; } .c-button:focus { outline: none; box-shadow: 0 0 0 4px #cbd6ee; } .c-button { display: flex; align-items: center; justify-content: center; height: 100%; } var urlObj = new window.URL(window.location.href); var url = "PUT GAME URL HERE"; if (url) { var win; document.querySelector('button').onclick = function() { if (win) { win.focus(); } else { win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var = win.document.createElement(''); .style.border = 'none'; .style.width = '100%'; .style.height = '100%'; .style.margin = '0'; .src = url; win.document.body.appendChild(); var interval = setInterval(function() { if (win.closed) { clearInterval(interval); win = undefined; } }, 500); } }; }
@DarkLightO1 Жыл бұрын
Thanks! Now I can make a website that’s safe for my pc
@nextirious68282 жыл бұрын
I recommend using 2nd method, first method usually doesn’t work for, schools have started fixing that
@Death2519 Жыл бұрын
for me if the website is blocked then it just won't work, idk about the 2nd one tho so ima try that
@LifeInPaws-t33 ай бұрын
@@Death2519did it work
@WisePLR-shop Жыл бұрын
Hey, Thank you so much, what about if I'm using word press website? how could i edit the frame size?
@decmant Жыл бұрын
4:54 look at his tabs... FBI OPEN UP
@Fabbioandrileybear3 ай бұрын
this was so use full i spent 2 hours trying to find this out
@boyfriend43152 жыл бұрын
Who didn’t know you can also use Construct 3 to make your own unblocked games?
@qtcomp21492 жыл бұрын
whats that
@kirbninja2 жыл бұрын
@@qtcomp2149 a software to make games
@itz_laloTTV2 жыл бұрын
Thx
@pugsedo2 жыл бұрын
Unity and Godot also exist
@boyfriend43152 жыл бұрын
@@pugsedo Yes but they are most likely to be blocked on a school computer
@Adjiwado.mp43 ай бұрын
Thank you so much this helped a lot I subbed
@Kaden699 Жыл бұрын
I don’t know how to give credit to you, but I want to show my viewers the video that you’re making because I’m kind of recording now I don’t know how to stop recording, so is it OK if I record your video because I kind of already I’m
@daivacar61312 жыл бұрын
So Matty. Here is a question for you. I need to open a sch files. So i need an free reader (not Express PCB/express SCH) to do it. Any tips?
@Motivation4U1123 Жыл бұрын
I know I take Spanish but I did not get that
@pettycamp7 ай бұрын
How does this dude not have 1M+ subs? Best gdman channel on youtube.
@clubpenguinmusicstation Жыл бұрын
thx this helped me a lot. i was actually able to put in a web browser that unblocks everything on the internet
@gamerboy11711 Жыл бұрын
whats the browser?
@IXIXLE_ Жыл бұрын
Which one? Opera?
@vetozz35292 жыл бұрын
Only problem with this is that GoGuardian can block embeds. Any fixes?
@tlopontop2 жыл бұрын
same thing with securly :(
@Crazy-I-Was-Crazy-Once Жыл бұрын
Use or make your own proxy (I recommend searching for one on replit,glitch,ect) and search for the game you want. Then,copy the link and embed it into your website.
@vetozz3529 Жыл бұрын
@@Crazy-I-Was-Crazy-Once Good point
@MeNoAxolotl Жыл бұрын
Yeah same, my school uses GoGuardian and yes, it can block embeds. We used to have Blocksi but I guess they had to change it because we found a way to unblocked sites that Blocksi blocked. D:
@vetozz3529 Жыл бұрын
@@MeNoAxolotl I hate how schools use locks like blocksi and goguardian but i guess its for a good cause
@OwOLink Жыл бұрын
I was doing this back in the day with java emulators and nes roms, just a heads up the network admin can see this, I'd use a VPN if you can lol.
@ChaneVR Жыл бұрын
Why is no one talking about the open tabs
@DavidHogan-ib5yi8 ай бұрын
"Best place to hide a body 💀"
@baldherobrineАй бұрын
we all are???????
@Rent_VR Жыл бұрын
What a trooper, he showed us how to do this
@thekinis-hh1nz7 күн бұрын
my school chrome books use securly so it doesnt work can you make a video on how to do it with a chromebook that has securly
@pancake-engineer Жыл бұрын
My school only lets us go onto google sites that were made inside of the school district. 😢
@aiodensghost864510 ай бұрын
Ok... so what you wanna do is get yourself a thumbdrive. You're gonna make as many folders as there are games you want to add to the site, and you're gonna name each folder the name of one game. Inside it will be a notepad document, which you'll paste the html code for that game into. Repeat as many times as you wish. To (*hopefully*) keep interest down, I'd only add 1 or 2 games at a time, and be completely random about the timing of when you add them.
@ExperiencePainVR3 ай бұрын
Whenever I do the embed thing it always shows the game but I can’t click anything on my website. Is this a common rookie mistake?
@azortics2 жыл бұрын
Tip: censor the word unblocked because most schools are set to block that word.
@goodbyesilly2 жыл бұрын
Put unbiocked then.
@GregHeffleyPlays19952 жыл бұрын
@@goodbyesilly just put blocked
@froggygills31402 жыл бұрын
why dont you just name it something else?
@azortics2 жыл бұрын
@@froggygills3140 Just a tip for those that want to decide on a name
@delzq Жыл бұрын
@@froggygills3140I just put an acronym, only my friend group knows it, hasn't been blocked it all yet
@myrealname-r2o4 ай бұрын
no one: hey..! the scary baboon music is playing!
@abishek7862 жыл бұрын
Very Interesting Tabs
@SetupSpawn2 жыл бұрын
idk what you mean 🤐
@aaronplayzdagamer2 жыл бұрын
Lol probably did that intentionally
@xfacial Жыл бұрын
@@aaronplayzdagamer 🤓
@Jumpingjpeg2 жыл бұрын
Anyone else wondering why his other tabs are stuff like “how to bury a body”?
@thatsenough391 Жыл бұрын
DUDE THIS IS AWSOME, THANKS.
@Mxstech2 жыл бұрын
It's Crazy How your making it a A Personal Computer
@stuffing092 жыл бұрын
Hey do you have any idea how to unblock websites? For example unblocking reddit or discord?
@FunkyMunky21415 Жыл бұрын
Here’s one
@LuigiMarioOfficialOldAcc Жыл бұрын
Anyone gonna talk about his tabs open
@Mekhi-ThatGuy Жыл бұрын
Thx so much I love your vids
@officialJVR9 ай бұрын
So if they block Google sites can you not use any websites that use Google Sites
@AtleticoMoreliaFC3 ай бұрын
My frends were saying i could not make website and i did thanks 🧒 🧒
@Sportstationz Жыл бұрын
most of the free game websites like poki, silvergames, etc, are getting blocked at my school time to make my own, thanks man
@ethantony1225 Жыл бұрын
You are a savior...all the websites that me and my friends use get blocked... Thanks
@dead.channelsad Жыл бұрын
Cant anyone explain that google sites is blocked in my school but some of all loser schools block youtube
@rickydoesstuff8 ай бұрын
Do we need to find unblocked games or does it just unblock blocked games?
@eviep. Жыл бұрын
Hi, I was wondering how to add a feature that allows me to go full screen on the game. 1v1lol kinda has to be played full screen, so I was hoping there was a way to do it. Thanks!
@nitrozisthegoat Жыл бұрын
LEGEND W YOU ARE GETTING A SUBSCRIBER
@goobs19 Жыл бұрын
Is there a way make a fullscreen button? Im running minecraft in there but the mouse cant move the camera propely
@iKiaXFLOP6 ай бұрын
i’m also trying to find that out
@MegaDevil614132 ай бұрын
are their any ways to get rid of ads??
@8NGgamer2 ай бұрын
Sometimes links to GitHub or GitHub adjacent sites will be hidden in embeds which lead to the entire game with a better aspect ratio and no ads
@wickedstuff31452 жыл бұрын
Hey Marty, so I can follow all the steps just fine, and it publishes and works on that computer, but when I go onto it on my school iPad, the games just show up as a white screen. Can I get some help?
@the_wolfe34452 жыл бұрын
Most of these games are for pc only
@benbramhallofficial2 жыл бұрын
They are for pc only
@cerj_citro2 жыл бұрын
yeah, thats what happens to me. you just have to go through the trial and error of putting games on your site, testing them on ipad, and deleting if they don't work. Some work, and most don't.
@randomtardigrade3692 жыл бұрын
quick question, would this work with google slides? cuz sites got blocked at my school for some reason
@blocka-jw7hi8 ай бұрын
lmmfao
@Danz-ManАй бұрын
Only problem is that the previews of the game on the page will be blocked
@Nope-mc1ki Жыл бұрын
Grown man showing kids how to not do school work and mess around. Good job.
@GalaxyButBored Жыл бұрын
poo
@Snoopy_Degree20 Жыл бұрын
[pp[y head
@_mpwp_ Жыл бұрын
@@GalaxyButBoredwell said
@Marki-Vids4 ай бұрын
Womp womp school work is boring
@PopularGamesOfficial2 жыл бұрын
1:07 the sidebar how do I pull that up on school chromebook
@HaroonPCs2 ай бұрын
i selected the html above the i know it was the right one but it didnt work
@TheActualFuture Жыл бұрын
bro his other tabs 💀
@JustFootballEditz1115 ай бұрын
What if the game websites are blocked? Then you have a google site that does nothing
@demarcuswilliams5484 ай бұрын
Use the HTML not the site link
@GoldenOnFire Жыл бұрын
Doesnt work for me it still says blocked. Even through the website.
@XDMOTO Жыл бұрын
its funny how noone noticed the tabs on his browser
@lunathemie4652 жыл бұрын
Love you dude !!
@navyman23252 жыл бұрын
Thanks but if the code has something bad in it turns your website unsecured Had to delete games and it disappear
@evanbaker35789 ай бұрын
Lol, thanks so much, just 1 question how do i disable adds, cuz i still get them on my website
@owlzfr2 жыл бұрын
On my school Chromebook the games won't load, but on PC they will load perfectly fine. Any fixes to this?
@NotYourHex2 жыл бұрын
try opening the website in desktop mode. the games aren't set to load since the website considers chromebook a mobile device.
@Mr.Lion.302 Жыл бұрын
what if the game url that we do add is banned
@blocka-jw7hi8 ай бұрын
same here
@Enderbeastvr8 ай бұрын
This video is the definition of shut up and take my money just no money lol
@errorflux8 ай бұрын
just a little tip, i would suggest calling the website something else so the school doesn't have goguardian blocking anything with the word "game" in it.
@Vxltic8 ай бұрын
legend lad
@errorflux8 ай бұрын
@@Vxltic i would also recommend instead of using game windows using urls, dont use urls, use html code. so they can't block the website with the game on it
@fazered12008 ай бұрын
Works great but im having an issue with more complicated games such as 1v1 LOL with the character not being able to turn fully ive tried to add mouselock or something like that but it doesnt work any help?
@fifiyep Жыл бұрын
i have this error The display of this page has been blocked. This is due to a violation of the terms of service or program rules. The content has been hidden from users
@TheRobloxRaider-qg5no3 ай бұрын
LETS GO DUDDEEEEE OUR SCHOOL JUST BLOCKED THE LAST GAME I KNEW, AND I KNOW ALMOST ALL THE GAMES PLAYED AT SCHOOL, SO ALMPST ALL THE GAMES!!!! The school cant block this now😈😈😈
@Vanillaa_GT2 ай бұрын
sometimes when you add the games it also blocks the imbed
@hazzabazza70502 жыл бұрын
Thank you this is super cool but I have a inquirey is there a way to make it so only my friends can see.
@bossdobb Жыл бұрын
YOU ARE SO EPIC THANKS MAN
@zerbix18 ай бұрын
Making one rn gonna make it look as a math website 😂
@FrogsAreGods11 ай бұрын
my school blocks embeds if the site you embed from is blocked so youve done nothing
@lucaslobos4910 Жыл бұрын
u earned urself a subscription fr
@blocka-jw7hi8 ай бұрын
subscriber*
@tallpchackerperson4 ай бұрын
i remember i did this at one point and named it hampter unblocked games. they blocked the word hampter so i changed it to o'hair games(yes, really) then they also blocked the word o'hair. they are determined.
@monkegaming64164 ай бұрын
name it something thats searched a lot so they cant block it
@tallpchackerperson4 ай бұрын
@@monkegaming6416 I alr have. It's not as bad as it was (they really blocked newtab)
@ExperiencePainVR3 ай бұрын
@@tallpchackerpersonlmao name it your school blocker and see what happens
@brady39482 жыл бұрын
bro what are those searches??
@TheEpicSquash4 ай бұрын
when i try to open the site it says error 404
@Diherd2Ай бұрын
y’all my school just found my website and it disappeared from my owned websites. it’s been two days idk what they plan to do
@AndyRocket1000 Жыл бұрын
Because Google is so popular😅Thanx🙌🏻
@KliqqGT3 ай бұрын
I have a game that I want to add but none of the htmls work
@No_really_who_are_youАй бұрын
My problem is that the game is blocked, but not the website
@Enderbeastvr8 ай бұрын
UR DA BEST MY SCHOOL MEANIES FR
@Terrrier1217gtag11 ай бұрын
This doesn’t work. Every site that was blocked is still blocked on the Google site, even though the site I made isn’t blocked
@xempis76722 ай бұрын
How can i make one without google sites because google sites is blocked at my school
@8NGgamer2 ай бұрын
Unfortunately for now just use a different computer
@soupblox Жыл бұрын
"BEST PLACE TO HIDE A BODY" WHAT IS BRO GOOGLING??
@KRTSwagZz Жыл бұрын
Every single freaking person sub to this man right now he is a legend
@liveguide1252 жыл бұрын
is there a way to make a full screen button for the game?
@notvedDEV Жыл бұрын
i dunno..
@spaktwaff Жыл бұрын
Hover your finger over the "add new page" button, move your mouse to "Full Page Embed" insert the info as shown in the video. Next, you need to go to the page you want the fullscreen button in, go to the insert tab, and insert a "button" Next, search the name of what you named the full page embed and set that to the link. now, when the button is clicked, it will send you to a fullscreen page.
@jackoboy7766 Жыл бұрын
I did every single thing you said to do to embed the code into the site. It doesn't work at all. All I see is a blank white canvas.
@N1K2M3W4 Жыл бұрын
same
@YowLose9 ай бұрын
@@N1K2M3W4 stop replying and giving false hope
@greenalien4jijiji3 ай бұрын
the games on google sites are not supported with a proxy so if you put a game onto the google site without a proxy it will show you a blocked page
@DamianDoesStuf2 ай бұрын
It doesn't work I can't find right html
@gamingwithblake73333 ай бұрын
my school completely blocked sites so
@MarquisGarcia-fz1hmАй бұрын
Do it with your phone
@galax322 Жыл бұрын
It didnt work for me, when ever i went to the site it still says "game blocked"
@ethankeesing679928 күн бұрын
Most schools now just blanket block all google sites and have exemptions for specific google sites.
@nck15834 ай бұрын
I wish I could still do this but Iboss and my schools blocker keeps getting stronger😞
@Nerffgunlover5 ай бұрын
this is amazing but is there any way I can make it be able to go into full screen
@norton356 Жыл бұрын
This does not work. Tye site that you embedded it still blocked so unless you insert the code it does not work
@Greenbothouse12 күн бұрын
My school banned inspect is there anyway we can do that still
@King011Productions Жыл бұрын
bruh i treid the embed thing with the code and im trying to add games but its not working. it has multiple html and s and i cant figure it out.
@denver500. Жыл бұрын
How do you do the about blank stuff where it loads a game from that
@avooooooooi11 ай бұрын
my school is so strict bro google sites and google classroom are all blocked
@xvd901 Жыл бұрын
Best google search tabs man
@rlkinggamer9377 Жыл бұрын
can you make another video about how to make it full-screen