What Google says for curing a cold: get rest, eat and drink warm substances What Bing says to cure a cold:
@astralmaster4 жыл бұрын
Robert Miller right now: :0
@BBHood2174 жыл бұрын
Bing is so useless, it doesn't tell me anything.
@Wr41thgu4rd3 жыл бұрын
using google is like looking through a stationary toilet paper tube into space
@83joonior5 жыл бұрын
I feel like this game is a metaphor for someone getting progressively sicker and so they keep taking more pills but it's never enough, the germs always win and he is simply prolonging the inevitability of death. Even in the endgame credits the germs stand triumphant atop the tree that was planted on Dr. Mario's grave to commemorate his memory
@umageddon5 жыл бұрын
Agghh 😂
@pluvius92655 жыл бұрын
And then the aliens come to harvest the biological weapon we naively perfected for them.
@AlexReynard5 жыл бұрын
"Kids, could you lighten up a little?"
@Fershizzal Жыл бұрын
And in the end it wasnt the germs that finished you, it was the hospital bill
@InvyVOD Жыл бұрын
He was poppin them things 4 per second.
@-Ryu3 жыл бұрын
I love how the Pills keep spinning as if the TAS is actually Trying to emulate a more logical take on Dr. Mario's Throwing Animation.
@LaskyLabs2 жыл бұрын
I thought they were just showing off. Typical TAS thing.
@tolstartheking Жыл бұрын
@@LaskyLabs I’ve seen Nsmb DS runs where Mario’s jumps sync with the music and he wall jumps like crazy on vertical snake block levels, so the person who made the TAS is clearly showing off.
@jordygarcia3119 Жыл бұрын
That level 3 clear was insane
@IvanFranco120 Жыл бұрын
🤯
@esmooth9199 ай бұрын
I did not see that coming!
@chriswinkler2844 жыл бұрын
I remember the Game Boy version of this. My friend from childhood had this and Super Mario Land. Good times, great TAS =)
@InvyVOD Жыл бұрын
2:01 Once you get a big enough combo (14) the game can't handle it and it overloads, killing all the viruses and skyrocketing your score. Pill orientation also matters. It's sort of like an Arbitrary Code Execution but it's just a limitation with the software, rather than a flaw in the codewriting that allows you to realign code. That may be slightly incorrect, as it could also happen because all the viruses are stunned (bottom-left) simultaneously, because it lags for one frame as the last one is stunned, which could also be caused by overload, you'll have to see every single time this glitch is used. Or it takes both of these to glitch the software out like that...
@TheRealHedgehogSonic2 жыл бұрын
The last few levels had me wheezing!
@galloe89335 жыл бұрын
So I see you made your Dr.Mario TAS out of pure unrefined swag.
@clairebennett91043 жыл бұрын
*_"i d i a g n o s e y o u w i t h d e d"_*
@minion-nk9fg4 жыл бұрын
I am Dr. Mario I am super cool. I am Dr. Mario...
@wagnerramosmidichannelabso5142 жыл бұрын
Final score, excluding restarts: 27.010.800 points!
@FranzFerdinand764 жыл бұрын
Can someone explain how most of them disappear at once.
@Shapeshifter-of-Names2 жыл бұрын
Combo?
@JcDizon2 жыл бұрын
Maybe the game isn’t meant to have a lot of combos and can’t handle it so everything just disappears.
@llVIU Жыл бұрын
i assume if you "stun" the red, yellow and blue at the same time, they you auto win. Notice on the left side how they get stunned every time you kill any 1 red, blue or yellow.
@iankeith Жыл бұрын
It's a glitch that occurs when you clear too many viruses in one combo; 14 of them, with the right kind of clear (I believe the pill's orientation matters here!), and the game freaks out, clears everything, and awards a bonkers number of points.
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@JoLiKMC5 жыл бұрын
And, this is why ya don't mess with Dr. Mario™. _He's a Carpathian War Wizard with a PhD._
@llVIU Жыл бұрын
so if you kill any red, blue and yellow at the same time, then i guess everything else gets killed as well? like a 3 hit combo
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@inavitago76892 жыл бұрын
What is this sorcery ?
@llVIU Жыл бұрын
I don't understand how at the end of the level everything just dies...
@InvyVOD Жыл бұрын
Same here, they didn't even get matched.
@rainlion1011 ай бұрын
Apparently, there's this thing called a "Remove Glitch" where when many viruses are deleted in one chain, it deletes *all* of them. It can be caused with 2p
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@GamerGee5 жыл бұрын
5:41 video game overload. How is this possible. BOOm gone.
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@CookieLunch2 жыл бұрын
OK so can you explain to me how all the Viruses died on 1:07 It clearly didn't get all of them?
@InCompet4nt2 жыл бұрын
ace of some kind
@InvyVOD Жыл бұрын
Once you get a big enough combo (14) the game can't handle it and it overloads, killing all the viruses and skyrocketing your score. Pill orientation also matters. It's sort of like an Arbitrary Code Execution but it's just a limitation with the software, rather than a flaw in the codewriting that allows you to realign code.
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@m.k.a.n.w.4 жыл бұрын
5:29 Doctor Mario vs. The INCURABLE Coronavirus.
@diegoaguilar19545 жыл бұрын
What is the trick behind eliminating all viruses instantly?
@solarflare90785 жыл бұрын
Check the author comments about it here tasvideos.org/6518S.html Basically, it has to do with player 2 inputs, score, and how you eliminate the viruses.
@id_raka4 жыл бұрын
When all the virus indicator on the left side are damaged, it will end the level?
@Rigby5453 жыл бұрын
I noticed that it always seems to clear when you get a drop that clears 7 rows.
@InvyVOD Жыл бұрын
Once you get a big enough combo (14) the game can't handle it and it overloads, killing all the viruses and skyrocketing your score. Pill orientation also matters. It's sort of like an Arbitrary Code Execution but it's just a limitation with the software, rather than a flaw in the codewriting that allows you to realign code.
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@LastDollie5 жыл бұрын
Ending song reminds me of that Mother song
@SiIverLeaf3 жыл бұрын
Giegue draws near.
@eggfucker23 ай бұрын
Funny because "Hirokazu Tanaka" is the same composer for both games, Dr Mario and Mother.
@Loganmp35 жыл бұрын
1:08 Why all of them died? The yellow guys on the left side have no pills on them....
@psykauze5 жыл бұрын
This a bug in the Dr Mario game When the player make a combo of 14 viruses kill, the game kills all the viruses and freezes. The player has to press a button on the second player gamepad for "unfreezing" the game.
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@ChicagoRetroGamer2 жыл бұрын
Haha, this is like a normal speed runner on steroids. Dr Mario must have supplied them haha.
@jkadoodle5 жыл бұрын
Is there a tas where they don’t glitch out each stage? That would be more fun to watch
@Koopary5 жыл бұрын
There's a TAS of Dr. Mario from Nintendo Puzzle Collection (basically the same version as Dr. Mario 64) by one of the same authors of this TAS (inari) that can be found here: kzbin.info/www/bejne/hnfInGh3mqalesk NPC Dr. Mario does not have the "remove" glitch, so the levels are each played out normally.
@silverflight01 Жыл бұрын
1:07 WIPEOUT
@ryaneglinton89704 жыл бұрын
We got a coronavirus update yet?
@autumnwolf43755 жыл бұрын
Look at them scores go up
@cocanecaulk4 ай бұрын
Can someone explain how the level 3 clear is even possible?
@PeteMachini6732 Жыл бұрын
How does the clear for level 3 and 4 work? because some of them were not 4 in a row
@jemmanuel79145 жыл бұрын
Lol that rapid B button, the game is broken I saw the virus isn't dead yet but suddenly all the virus disappear, but nice ending
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@stevenpavelish60174 жыл бұрын
That score tho!
@guyledouche7939 Жыл бұрын
I showed this to my mom and she said "HES A ROBOT!!!"
@leopoldkid8 ай бұрын
wait how that happened
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@Echo3_2 жыл бұрын
Is this an exploit or Have I been playing this wrong my whole life
@InvyVOD Жыл бұрын
It's a glitch with how the game processes virus combos (that affect score)
@CoopersCrazy3 ай бұрын
This TAS is abusing a glitch where making too big of a combo can cause the game to malfunction or even crash. The routine that erases the viruses underflows the point multiplier table which it uses as an indicator of when to stop looping, which causes it to run 255 times and massively increase your score. It also ends up accepting controller inputs when it shouldn't and those end up getting the loop stuck because the controller polling routine and the virus erase routine share temporary variables, including the loop counter. Using specific inputs on controller 2, you can get the loop to exit, and since it's run many more times than it was supposed to, all the viruses on the board have been deleted and you get to proceed to the next level.
@mikethomas79065 жыл бұрын
That blue virus just vibing
@numbcube67295 жыл бұрын
Vibe check
@GDOsmium5 жыл бұрын
@@numbcube6729 *bones cracking*
@KazumaPrime5 ай бұрын
Watching the menus at 0:13 makes me think of some 5 or 6 year old, high on sugar, trying to get the game started with the impatience to match. It was then that I questioned, could I have been that 5 or 6 year old that would be that demented? Yes. I probably was.
@ДенисС-п5с Жыл бұрын
и на 20 уровне уже game over уже дважды должен быть до того как он смог воспользоваться багом.
@ДенисС-п5с Жыл бұрын
gjxtve yf 1: 07 исчезает всё с экрана. Некоторые козявки даже не тронуты таблетками
@fresh_wind873 ай бұрын
how? 😮😦
@123TauruZ3215 жыл бұрын
Mario the pill popper.
@aarona1c4 жыл бұрын
No, you got it all wrong! Mario's not a pill popper. He's obviously a drug dealer. Big difference. :-)
@nathanrosario48144 жыл бұрын
@@aarona1c XD
@-SpiderBrown-2 жыл бұрын
0:52 HOW?????????
@IvanFranco120 Жыл бұрын
It abuses an glitch that causes the game to clear all viruses instantly. Due an programing error.
@AlexWayn5 жыл бұрын
Как это работает? Ведь нужно на каждого микроба положить минимум три таблетки одного цвета, а тут они подыхают даже находясь на расстоянии и в одиночестве...?????
@altmassive4 жыл бұрын
Видать баг игры
@AlexWayn4 жыл бұрын
@@altmassive довольно странный баг
@musashigundoh5 жыл бұрын
Attention, children! Don't let Dr. Mario touch you. He's not a real doctor.
@graygrey7845 жыл бұрын
To be fair, he seems to be doing a pretty good job here, lol.
@isaacthered5 жыл бұрын
@Sexually Transmitted Disease. Given your name, I don't think we should trust your medical advice.
@zacsm64475 жыл бұрын
god gamer
@citrusui5 жыл бұрын
zacSM64: i know right, this "TAS" guy is so good. I've seen him everywhere
@GDOsmium5 жыл бұрын
@@citrusui shame his runs don't seem to make it into the real leaderboards even though they beat them by a lot he's got a website, so that's good I guess
@Bryan-ce6boАй бұрын
😦
@AlexWayn5 жыл бұрын
OXUETb !!!!!!
@foxsky43365 жыл бұрын
Démon maladie
@danielpowers5891 Жыл бұрын
This shouldn't count as a tas. Player should have to play each level without interruption.