Five Nights At Freddy's: THE BLIND RUN

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hello everybody now before we get started with today's challenge I just want to say a huge thank you for all the support on the previous four FNAF guides there were so many supportive comments on all those videos and from the bottom of my heart it made me feel great like seriously thank you guys so much now that we and now that I actually have a community I'm dubbing our community the mut Army since like like dog you know the banner the profile picture like you you get it you get it now as for today's video I was sitting in my Calculus class staring at the Moon runes on the board when I was suddenly struck with an idea FNAF 1420 is just too easy 2020 mode first try first try FNAF one 2020 mode who's this guy who this guy shut the [ __ ] up so how can we make it more difficult easy we have to remove the ability to see in this video I'll show you how you can beat FNAF 1 blindfolded since most of my viewer base came from the FNAF Guide Series I'm going to assume that most people here know how FNAF 1 works if you haven't I'd highly suggest watching that video since I'll be using some Concepts from there to help combat this challenge but before I could even play the game I had already run into a problem huh I'm on the left wall so I have to that's I wanted to record a message for you to help you get I actually worked in that office before you dude how am I going to do this I had tried to find some setup to click the lights in the doors but it proved to be much more difficult than I thought I thought this challenge was going to be impossible until I remembered how the console versions of FNAF work console FNAF adapts the clicking of like lights and door presses to different buttons on the controller so what if we did that but with the keyboard instead here I'll lay some ground rules anything that isn't possible on Console we can't code in with macros for example I can't make a macro that will pull up the cameras for exactly one frame or flash the lights for exactly one frame just one that flashes the lights or moves the mouse to turn the cameras on so that human input is still required with that in mind how can we turn our keyboard into a controller now it wouldn't be at the bones 5 video without some coding so we had to get a bit technical here I decided on using the number pad on my keyboard for a controller I mapped number pad 1 and three to the lights four and six to the doors Two to the bottom of my screen so I could flip up the cameras and five as a button to just send the mouse back to the center of the screen and then put it back into a neutral position I had also maed number pad n to clicking on camera 4B for later nights when Freddy is active with the control scheme laid out I thought it would be easy to implement but it proved to be a lot more difficult than I thought for a while I wasn't able to find a way to accurately locate where the lights and doors would be 100% of the time so I couldn't create a macro but then I discovered Auto hotkey auto hotkey is an open- Source scripting language that allows you to write macros installing Auto hotkey also comes with auto hotkey window spy this tool allowed me to track the position of my mouse using this on screen coordinates under the mouse position tab this should s because this runs behind everything so I should be able to track the position yeah it moves nice nice finally okay so we get a light 57 4 okay yeah I could just note these down make one for a camera flip make one for a center that could work all right let's go we're making progress let's go by then logging these coordinates on important positions like lights doors and cameras we could create a script that would move the mouse to all the buttons we would need B based on number pad inputs after a bit of research and switching some values around I was able to come up with this script as you can see this script here assigns the coordinate values listed here to the number pad values number pad one which would be the left light coordinates 58x and 448 y are where that light is located so pressing number pad one would move the mouse to those coordinates and then I also have a click command in there to then click the light this doesn't mean it will click the light off I still have to do that manually because I didn't want it to be too unfair right this is still just a pretty much console remap and the same goes for doors other Lights and Camera flips all these coordinates are just those separate actions now as I said earlier for the door lights the camera has to scroll from the center to the light before you can even click it so anytime I wanted to flash a light I would need to press three or one three separate times once to actually turn the camera to the light then once to turn it on and then one final time time to turn it off as for flipping the camera between light checks I would press two to move my cursor down to the bar at the bottom of the screen to flip up the camera and then I would press five to reset the cursor at the center of the screen then press two again to flip the cameras back down now that I've altered the controls and I can actually play the game what does the strategy look like for blindfolded FNAF the strategy for foxy and Freddy is the exact same as normal gameplay keeping the camera locked on 4B in order to freeze Freddy and flipping the camera up before the next 5-second interval to catch Foxy's timing if foxy escapes Pirates Cove you're most likely dead and there's no way to tell when he's coming so unless you have the left door closed to pend off a Bonnie attack foxy will jump scare you since we don't have any wiggle room with foxy fast camera flips are crucial for success in this strategy with foxy and Freddy dealt with the real challenge comes with Bonnie and Chica in the base game Bonnie and chica's AI never goes above 10 which you might I think is a good thing since they come to your doors less often however in this challenge it can be a bit of a problem thinking back to how movement opportunities work every set interval the game generates a random number and Compares it to that animatronics AI value if it is lower than or equal to the animatronics AI value they have a chance to move this same concept applies for Bonnie and Chica entering your office and jump scaring you meaning that on Lower AI levels they can camp your doors for in-game hours technically they can camp your doors on any AI level except 20 however it's far more likely with a lower AI level our only saving grace on this challenge is the sound that plays when Bonnie or chica is at your doors and you see them in the light unfortunately this sound only plays when Bonnie and Chica appear for the first time God damn it was that Bonnie no away dude so it's almost impossible to tell when they leave there are some clues that the game gives us however we can sometimes tell where chica is based on audio cues chicaa has to move to cam 4B before she can enter our office and the game prioritizes showing her on the camera over showing Freddy since only one animatronic can be shown on cam 4B at a time when she's at cam 4B she'll make this glitching sound meaning that if we hear this sound we know she's at camera 4B and not at the door meaning that the right door is safe to open likewise pots and pans banging can be also heard sometimes throughout the night this means that chica is in the kitchen again indicating that the right door is safe to open this makes chica significantly easier to deal with than Bonnie now feel free to correct me in the comments if I'm wrong but I couldn't figure out a single way to track Bonnie with audio the only clue he gives us is the first sound he makes when he spotted by the door light this means that dealing with Bonnie came down to math and pure luck most of this challenge was played on night five meaning that Bonnie had a 25% chance to move every 5 seconds I would try to time out 1 minute in my head then open the left door and hope that Bonnie was gone the chance him camping this long is fairly low about 0.02% so I decided on gambling that he'd be gone after a minute of camping that right door I was able to track the time by playing a YouTube video in another window that would play a beeping sound every time a minute passed overall the strategy went like this for the first minute of the night flip up the cameras for every 2ish seconds even if I died here it was worth the risk because I would definitely need the power later in the night then I would get into the loop of the 2020 strategy light check camera flip light check camera flip making sure to set the camera on four be at some point to freeze Freddy from here I would wait until Bonnie or chica appeared and if it was chica I would close the door until I heard kitchen sounds or glitching in camera 4B and then open it sometimes if I didn't hear any of these actions I would open the door anyway and gamble knowing that I was wasting too much power by keeping the right door closed if it was instead Bonnie who came to the door my God he's meat riding I would wait for as long as I thought I could and then Flash the light and open the door you always want to flash the light again because the danger sound will play again if Bonnie or chica has left your door and then come back to the door being closed again this actually was the cause of one of my deaths what what what the what how was that what now that we know the strategy of blindfolded FNAF I'll commentate some of my run throughout nights 1 through 5 if you'd like to view the full unedited recording for this challenge I'll leave it in the video description if I'm not mistaken this is going to be a little rough but this should be okay all right blindfold as on I can no longer see on night one I got adjusted to the new control scheme and I only got attacked once throughout the night with a Bonnie attack at 4:00 a.m. this Bonnie attack was the first time that I I realized I have no way of telling when Bonnie leaves the doors they used to be allowed to walk around during the day too but then there was the bite of [Applause] [Music] joke oh I have no way to tell if he's gone oh [ __ ] it's it's a gamble honestly knowing how much power I have in night one I might just let him [Music] go oh oh I was out of frame the entire time you kidding me oh my god really I need to give some post night commentary oh God okay so there are a few problems one foxy obviously but two I have no idea when dude my forearm hurts from doing that I have no idea when animatronics are going to leave my door really I will only know that on 202 cuz 100% chance they'll leave after 5 Seconds it'll it'll just be a guess to be honest um damn okay all right second night now we're on night two I had the first death of the challenge Bonnie had a movement opportunity almost immediately after reaching the door which for a night this early is extremely bad luck what dude you kidding me oh my god really how was I how was I too slow this was a common theme on night two as Bonnie had caused me another death by camping the door for nearly two in-game hours here I had waited for almost a full minute so I assumed the door was safe to open I'm going to say he gone [Music] please [Music] woo Who was that I if that was anyone but foxy I'm going to be so mad I'm going to watch that back if that was anyone with foxy there's no way okay we see honestly I'm going to put it up here he started that song really early that would really suck if you nice okay that was rough I'm I'm going to watch some of that back and see like when I was going too long cuz there's there's no way to tell honestly on night three I died to chica since I didn't wait for any audio cues instead gambling on the chance that she would be gone please [Music] was that Miss chicken was that Miss chicken camping my door she is such a bad [ __ ] though I will the [ __ ] out of that robot man I'm not even that felt like it lasted fing forever dude dude how much power was I on there like no one was there the whole night that was terrifying night four went by pretty easily with a first try completion though I did feel a bit of sickness from the blindfold constantly moving your mind from side to side when listening causes your eyes to go into a vertical State sometimes so I was really looking to complete Knight five as soon as possible and finish this challenge however the game had other [Music] plans which one was that was that the chicken do you see that oh please dude please damn that was a long song too what what what the f what what God damn it was that Bonnie no way [Music] dude okay okay okay okay I would the wki you timed [Music] me night five was where this challenge really began as you progress through the nights the game gives you less and less power to work with each subsequent night and it really showed here with how long Bonnie and Chica tended to Camp the doors it was getting really difficult to manage both of them and the power I tried to medicate this by flipping the cameras up less but that resulted in a foxy death instead I developed a new strategy for the first minute of the night I wouldn't check any lights if I died here I'd only lose one minute but it saved enough power that allowed me to be more careful with Bonnie and Chica I also began to overall get better at the blind movement with faster camera flips and light checks with these strategies combined I attempted Knight five once [Music] more come as long all right we're going do some gambling this time around I'm not going to check a light for until I hear the first [Music] beep [Music] my God he's meat [Music] riding [Music] [Music] let's fing go oh my God it always is look at that look at that 120 bones let me get money spread I will do 420s not in this video but I will do it at some point now before ending this video I wanted to say a few things first thank you so much for 3,000 3,000 subscribers my alltime goal starting this channel was 1K 1,000 so the fact that we blue pass that so fast is absolutely insane to me when I started recording this video I wasn't even at 100 and now recording the outro we're at 3.1k I don't know what we'll be at um by the time this video goes up but this is this is amazing thank you for 100 Subs already I did not expect to get it this fast but the the guide videos just popped off so that's pretty cool secondly the FNAF Guide Series came out so quickly because it was originally one video and I split it into parts so I can't promise uploads nearly as fast as those because those videos took a collective like 2 months to make I'm a full-time college student and I'll try to prioritize quality over quantity so while I can't promise uploads very frequently I can promise that I'll try my hardest to make the content as good as possible now one final thing now that we're at 3.1k I'm sorry I have to do the YouTuber thing and Flash the sub view count if you enjoyed the video I'd greatly appreciate a sub it means the world to me if not that's okay too now with that out of the way thank you for watching [Music] peace
Info
Channel: TheBones5
Views: 25,375
Rating: undefined out of 5
Keywords: five nights at freddys, five nights at freddy's, FNAF 1, fnaf 1, Blind challenge, FNAF 1 blind, blindfolded fnaf, Fnaf 1 blind, fnaf 1 blind, The Bones 5, thebones5, TheBones5, FNAF, FNAF Blind run, fnaf blind challenge, FNAF guide, FNAF AI guide, fnaf security breach blindfolded, fnaf 1 guide, 4/20 mode blindfolded, 4/20 blind fnaf, how to beat fnaf blindfolded, How to beat fnaf 1, FNAF challenge run, fnaf challenge, fnaf 2, fnaf 4, fnaf blind, fnaf security breach
Id: j8lbGgcBJLE
Channel Id: undefined
Length: 20min 23sec (1223 seconds)
Published: Wed Nov 08 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.