+Commander Shepard oh lord I remember that card for a damn good reason...I actually won it out of one of those old games where you have to stop the light on one of the few red lights as it goes around like a roulette wheel.
+Josh Hunter it works with all monsters not just beaver warrior so how bout we ban all monster cards alright have fun with your game of spell and trap bullshit
Ronaldo Budhan He's *not* a *troll*! If he was a troll than he would use a light-based deck, not a Kuriboh power deck. *I'm referring to the Lightsworn archetype,* the very *symbol* of trolling. *I never use it.*
Do you remember the *"Ally of Justice"* archetype? They're a group of *dark* attributed monsters whose entire strategy is to defeat light based decks. The *"Ally of Justice"* archetype seems useless in most situations until the player sees the *lightsworn* archetype.
I like to imagine that when Limiter removal is activated that parts of the machine type monsters start breaking and smoking, so after like the 100+ times you used it that Metal Beaver Warrior is just an endoskeleton on one leg with no arms, but still has 1.25 billion ATK.
Simon The Digger he got no where close to 1 billion though he got the most 125 million and that's not even I don't think legal to keep spamming that same move
Over a billion damage theoretically, imagine seeing that in the anime with a shadow duel or any other duelist that can inflict real damage (shun, dark signers, yuto, psychic duelists, etc.) and the injuries that they would sustain XD or better yet Zane + combo+ shock collars= sever electric burns.
some dude on yugioh legacy of a duelist somehow got one of his monsters to a really high atk then it glitched out and it was like 999999+ atk then i used my draining shield then he got so pissed and raged quit cause i ended up getting a lot of lp
I think the max is around 2,147,483,647 and if you add 1 to it it flips to 0. if you double 1,258,291,200 it goes over that. why is it like that? well, all memory takes some space, every number and object ever you want to store. Programming languages make sure that program memory cannot skyrocket to take 100 gigas of space, so there are always preset limits. C# "integer" goes from 0 to 2,147,483,647, for example. (it's not biggest one tough, "long int" goes from zero to 9,223,372,036,854,775,807)
I just imagine someone having penguin soldier face down and flipping it. The opponent sighs but doesn't think much damage can be done and then shivers in fear as this combo happens and that tiny penguin soldier becomes enormous.
lol talk about kickin' 'em while they're down. "alright, got my Cyber Dragon at 36077725286400 attack, now I'll hit your 2000 attack monster. Honest just in case!
I feel that if someone goes through the effort to play this deck and pull it off and you have a card that can stop, reflect or absorb the attack. Then you let the Primal Seed player win. They deserve such an amazingly ridiculous victory.
It glitches out at 2,147,483,647 because that is the highest value a computer can store without a decimal point. If you go over that it loops back to -2,147,483,647, and monsters can't have negative attack, so it makes it 0.
James Bull If he's doubling 1.2 billion, and it gets an error, it's safe to assume it's an int. Floats and longs won't glitch at 2.4 billion, only ints.
ThePenguin279 It's honestly really refreshing to see a difference of opinions on youtube that didn't get blown out of proportion, turning it into a pissing contest :P
Noob : BEAVER WARRIOR? I have honest, your primal seed won't work on me! Azneyes : Its ok bro, got BLS effect to banish your light. Noob: FFFFFFFFFFFFFFFFFFFFFFff(I have Magic cylinder ha ha)ffffffffffffffffffff Azneyes: Its ok, I have a MST. Noob: Oh no....too bad its not dueling network or I could use a quick play creature swap to negate since I'm drunk and low rated :(
Its probably programmed using a signed long int data type to store the attack value. That has a range maximum of 2147483647. A number higher than that will make it glitch out. Since Beaver was at 1258291260, when it is doubled again it's attack should be 2516582520, which is greater than the maximum a signed long integer data type can hold and therefore, glitches and resets. So to get the highest attack with this strat you should try finding a monster which when its attack is continually doubled gets as close to 2147483647 as possible without going over. Good luck ^^
If what you're saying is right then the best would be a card with 600 attack which puts you at 2,516,582,400 attack. So only 120 attack short of the absolute max value. Edit. I did all the work finding the best one and glanced at the wrong number and found the attack closest to what attack beaver warrior went to to make it reset. After redoing it the closest I found was a 1000 atk monster which would be 2,097,152,000. If you do it to a 1 attack monster it gets very trolly and puts you exactly 1 attack higher than the maximum range.
Actually, it would be smarter to make it an unsigned integer since atk cannot be negative. Assuming it would be programmed as an unsigned long integer using a 32 bit compiler, the highest number you could get as an attack would be 2^32 = 4,294,967,296. Assuming you are using this same strategy, the monster that can get to close to this value would have 500 atk. Using limiter removal 23 times would get you 4,194,304,000, just around 100 million short.
Yeah it really doesn't matter since it's not expected for attack to get that high and it obviously wasn't a unsigned, since it resets well before 4 bil.
I just remembered the game I lost to my brother after getting an indestructible 4000 atk monster with 2 attacks per turn on the 2nd turn while he only had 2 set cards. They both were magic cylinders.
An explanation: Why this happens: One cards atk value is probably stored in a 32 bit signed integer. It´s max value is 2.147.483.647. After your last activation of your spell card your monster has 2.516.582.400 atk which is more than 2.147.483.647. What happens now? If you add 1 to 2.147.483.647 you get -2.147.483.648 atk (lowest possible value for 32 bit signed integer). Negative atk is probably shown as 0 (for example, Kuriboh has 300 atk, lower it by 500 and it should be -200, but I think it actually is 0 for this game). Your actual value will therefore be -1.778.384.895 atk, shown as 0 if I did everything right. Why this limitations: With a 32 bit integer you can display 2^(32) values (4.294.967.296). Because its signed (meaning it can be positive or negative) you need 1 bit which decides if your value is positive or negative. Therefore you only have 2^(31) values (2.147.483.648). You can display one positive number less because you have to include 0.
The Value is stored as a signed integer, a number over 32 bits, the first bit representing the sign. Thus, the maximum positive value stored is 2^(31)-1, or 2,147,483,647. Doubling your 1,258,291,200 overflows the positive range, the value thus becoming negative. Because the game doesnt accept negative Attack points, it gets set to 0.
The highest possible value is actually 2,147,483,647 which is the 8th mersenne prime. The reason being is that this is the highest possible integer value[32 bitwise at least] which is what most values in games are stored as.
I don't think they will allow you to keep this up for long. The either player will surrender or if you don't let him surrender, then he can tell on you for stalling.
The reason it glitches out is most likely because int data type values are used for atk and def values. The int cannot go over (2^32) - 1 approximately 2 billion and some change.
If someone ever activated a draining shield against this combo, they would then have the permission to do a loud Bakura or Marik laugh during a tournament
+Philip Whyman Ygopro has a bug that, if you play ranked (which requires password) and then switch to online mode, your password is shown after your username, separated by a '$'.
I actually came up with the same combo seven years ago, but used Banisher of the Light instead of Macro Cosmos, and used Ookazi to inflict infinite damage instead of Limited Removal. BLS used to be my favorite card, and my deck had too many cards with banishing effects, so it was easy to come up with that.
This is more of a fun fact I guess, but the reason the program "glitches" to zero is because the program is using a 32-bit integer to represent attack. A 32-bit integer's max value is 2,147,483,647, and if you try to exceed that then it loops to 0 (also called an integer overflow). The fix would be pretty simple, just replace the 32-bit integer with a 64-bit integer.
Or both! Enchanted Javelin doesn't negate the attack, so you can use Magic Cylinder, chain Enchanted Javelin, Javelin resolves to give you LP, then MC resolves to bork the attack onto your opponent.
tifforo1 Yes, equip Shooting Star Bow - Ceal. The real question is what would it's attack be if you used Riryoku. Over 1 billion plus...half of infinity?
THEPELADOMASTER Oh god xD Imagine using Draining Shield just to heal over 1,000,000,000 life points and laugh while your foe uselessly wails on you? :3
well you can use any machine monster my cyber dragon deck pulled it off all you need is the was that macro cosmo or effect with "any card sent to the graveyard is banished instead kind of thing" and primal seed 2 of them. imagine cyber end dragon with 1 million atk and his piercing effect? oh man your not gonna stand up to that unless of staple traps like mirror force, D-prison
The best way would be Ultimate Ancient Gear Golem OTK because that would prevent the opponent from activating staples like Mirror Force of Magic Cylinder
Beaver warrior tasted the ambrosia of the gods, becoming one with all of space and time itself, wow never would've guessed beaver warrior could be over powered like that!
As an alternative, switch Beaver Warrior for Dark Magician Girl with the same set-up for an adorable goddess of destruction and wreck your opponent's stuff.
Let me explain why. In DevPro's programming, attack/defense values are signed 32 bit integers, and, at 2,147,483,647, you will experience underflow in Machine Limiter's gain value. In other words, it's removing ATK rather than increasing. See: en.wikipedia.org/wiki/2,147,483,647 en.wikipedia.org/wiki/Integer_(computer_science) and en.wikipedia.org/wiki/Integer_overflow
I don't think keeping track of the ATK number would be the point. The point is that because of the loop being infinite, the ATK is technically infinite (now that I mention it, the combo would be nice to pull off with Obelisk the Tormentor just for that reference to infinite ATK).
This tactic... has given me quite an idea for a deck of my own, of which I have all the cards but one... though I may have a substitute card for it somewhere in my cards. (I have quite a few/takes me a bit to go through them all especially reading the text.) - It isn't really a troll move, but it is a OTK... would take a bit of timing/possible back up's on the field, but it should be 100% doable, albeit I would have to stall long enough to make sure I have the cards in hand/on the field to do this 'tactic.' - Funny thing is I played a bls-eob attack, and thought primal seed only brought back monsters, but it can bring any card back... it was easier to remove monsters from play anyways, for the most part, though the card I am thinking about was in the game back then, but still I didn't have it back then either, either way it will be a OTK if I can pull it off. - Another funny thing is the card(s) I plan on using for this aren't even semi-limited, other than bls-eob, albeit I am sure others have thought of this as well, but still, I do wonder how feasible it is to pull off consistently... and if it is easy they should so limit primal seed. xD lol - Ok the primal seed bit... I guess it was on the ban list... oops... I never really paid attention to the advanced format list... even when I was just playing for fun/in high school... I never went to tournies.
Here is a thing: For Traditional Unlimited, create a deck of just banned cards (If it's a fusion monster, you can add polymerization and the material monsters) Have fun.
This video perfectly sums up why I never got into Yugioh after the Egytian God card era. Duelists of the Roses is one of the best yugioh games of all time and has the best generation of cards. I don't see how it's fun to watch someone have a 40 minute unlimited turn like they do now.
I activate "Magic Cylinder"
Unfortunately , I activate trap jammer
Ananta Raditia I'll chain with Dark Bribe
richie papa i chain another trap jammer
Rand0m guy chain trap jammer
Rand0m guy Uhh dude i had 5 trap jammers set gg
It was that moment your opponent used Draining Shield
or magic cylinder (or ring of destruction for a tie
Meh I never seen anyone using draining shield so I mentioned it.
Inferno tempest ;3
+NoobSlayerAdvanced ring of destruction can only end the game if it knocks your opponent down to exactly zero. not over but exactly zero
+Austin Bohannon you must be referring to the revised version. I meant the original text
I can totally imagine this in the anime. Beaver Warrior would get buffer and buffer before ascending into some Golden God Beaver Warrior XD
William Brown This isn't even my final form!
I beat you azneyes I have a screenshot proof
+William Brown then turns into a kuriboh
+William Brown I would watch that anime. Even though I haven't seen the show in A while. #ForceForDaniel!!!
+William Brown then he gets too massive that he explodes and goes back to 0 attk .
The game glitched at that number because it was stored as a 32 bit integer.
So the largest possible number you could get would be 2,147,483,647.
Shut up nerd
Jamin Washington ^ i lold
That's 2 148 483 647, actually.
YoshiFawful64 2147483647 was right actually.
Maximum 32 bit integer is ~2.147billion
MrMuscularManlyMan Oops. I guess I miscalculated.
Goes over 1 billion, gets hit by magic cylinder
That is mean the duelist f***ed up
what is he playing yugioh on i need a substitute for the dueling network
+Magician Gaming ygo pro
Spell of Pain as a response. xD
i did that but not to 1 billion it was 17500 deskbot and i realy enjoyed xD
i had actually pulled this off....
well...
almost...
*draining shield*
+shocker4510 so sad mate
+shocker4510 Should've had that Bad Reaction to Simochi. =P
+Commander Shepard oh lord I remember that card for a damn good reason...I actually won it out of one of those old games where you have to stop the light on one of the few red lights as it goes around like a roulette wheel.
+shocker4510 At least that's better than a honest
Drachenxx I don't know that card, what is its ability?
Just think about if this move was done with a Kuriboh.
WHO'S LAUGHING NOW KAIBA.
InsaneTacoz do it with the right arm of exodia
My grandfather's deck has no pathetic cards. But it does have... THE UNSTOPPABLE KURIBOH
As the President of KaibaCorp I declare this move invalid!
Liam White that was the best thing ever XD XD XD XD XD
Kaiba would go nuts..."ohh ultimate kuriboh! No one ever has been able to summon HIM! :O"
Ban list needs to hit beaver warrior man
JY Sharif you can do this with more than just never warrior I believe
JY Sharif beaver
😂😂😂
It's the new Dragon Rulers
I wanna do this the exodia right arm and then yell falcon punch when I declare a attack XD
+Kevin eleven duelist hahahahaahahahahahaha
+Kevin eleven duelist ONE PUUUUUNNNCH!
+Kevin eleven duelist XD lmfao you win. i wouldnt even be mad id be to busy laughing my ass off
What about the left arm? Why no love for lefties?
hahahahaha
Beaver Warrior is such a broken card. Anything that can get to 1.2 billion attack should be banned.
+Josh Hunter it works with all monsters not just beaver warrior so how bout we ban all monster cards alright have fun with your game of spell and trap bullshit
+Ignis_bellator was a joke bro.
+Ignis_bellator Wouldn't E-Hero Wildheart not work? He isn't a machine and DNA surgery shouldn't affect him since he's immune to traps.
hmm i guess he might not work
+Canoness Snow You can negate his effect with Forbidden Chalice :p
as president of kaiba corp i declare this invalid
XD nice one
But... your goku.
Syl Bun im goku but kaiba uses my yt too :D
Bien
yeah very funny. until the opponent discards kuriboh.
that's why you have BLS
KnightShade X then you buff black luster soldier XD
KnightShade X BUFF LUSTER SOLDIER
I'm going to do this with Kuriboh
+Tyrant Neptune
*XD* You better have a large graveyard. *XD*
+Tyrant Neptune Here we see the super troll in his natural habitat
Ronaldo Budhan He's *not* a *troll*! If he was a troll than he would use a light-based deck, not a Kuriboh power deck.
*I'm referring to the Lightsworn archetype,* the very *symbol* of trolling. *I never use it.*
KaxakaDarktree oh ok. Didn't know.
Do you remember the *"Ally of Justice"* archetype? They're a group of *dark* attributed monsters whose entire strategy is to defeat light based decks.
The *"Ally of Justice"* archetype seems useless in most situations until the player sees the *lightsworn* archetype.
For some reason; the pokemon card back infuriates my OCD.
:'D
Michael Riley it makes me triggered
I like to imagine that when Limiter removal is activated that parts of the machine type monsters start breaking and smoking, so after like the 100+ times you used it that Metal Beaver Warrior is just an endoskeleton on one leg with no arms, but still has 1.25 billion ATK.
Ultimate Beaver Warrior! Crush Numeronious Numerronia!!
looks like they're using a 32 bit signed integer, 2147483647 max value
opponent activates magic cylinder
Or draining shield.
Kevin Reyes Just thought that when I read the title xD
Pretty sure if you got hit with 1 billion life point damage you would just never be able to play yugioh again
Simon The Digger he got no where close to 1 billion though he got the most 125 million and that's not even I don't think legal to keep spamming that same move
stephen simpson 1,258,291,200 that is... one billion two hundred fifty eight million two hundred ninty one thousand two hundred
imagine doing this in a real-life tournament.
xD
it is know possible, seed isnt limited anymore
Ohhhh snap!
what if you used destruct potion on the monster with the really high atk xD
Holy nanners! :D
I did it
* opponent uses magic cylinder*
that happened to me
Marcos Senna opponent uses enemy controller, switches it to defense position, activates another, tributes, take control
I ACTIVATE SEVEN TOOLS OF THE BANDITS
PRIMAL SEED AT 3. HAVE FUN, EVERYONE.
It's all over.
#MirrorForce
Arvin9990 #MagicCylinder
#DrainingShield
*sides magic cyndiler
I wanna do it with exodia's leg. XD
+Leonardo Boff kuriboh :D
Exodia's leg sounds more epic to me. It sounds like "let's kick some ass today!". XD
+Leonardo Boff Exodia's arm: slap that booty!
I tryed this with little D xD
***** he's left handed
Over a billion damage theoretically, imagine seeing that in the anime with a shadow duel or any other duelist that can inflict real damage (shun, dark signers, yuto, psychic duelists, etc.) and the injuries that they would sustain XD or better yet Zane + combo+ shock collars= sever electric burns.
An attack like that by Zane would produce enough electricity to provide the duel academy with energy for years
i prefer to use the right hand of exodia to bitch slap my opponent
You: Beaver warrior - attack!
Me: I activate mirror force.
You: DAMN IT!!!
dustinb42 Heh not so fast reverse trap
mst negate
them: NOW HE HAS 1 BILLION ATTACK I WIN
me: huh....mirror force
them: AAAAAAAA
Jacob Hall no how about magic cylinder
Ethan Yang or draining shield
some dude on yugioh legacy of a duelist somehow got one of his monsters to a really high atk then it glitched out and it was like 999999+ atk then i used my draining shield then he got so pissed and raged quit cause i ended up getting a lot of lp
Imagine if your opponent had a draining shield.
Should have done it with Frog The Jam.
+lolzomgz1337 yep
+lolzomgz1337 "Stupid frog cards wanna exclude me specifically with their effect? I'll show them.... I'LL SHOW THEM ALL!!!"
I think the max is around 2,147,483,647 and if you add 1 to it it flips to 0. if you double 1,258,291,200 it goes over that.
why is it like that?
well, all memory takes some space, every number and object ever you want to store. Programming languages make sure that program memory cannot skyrocket to take 100 gigas of space, so there are always preset limits. C# "integer" goes from 0 to 2,147,483,647, for example. (it's not biggest one tough, "long int" goes from zero to 9,223,372,036,854,775,807)
That's the maximum possible positive value of the 4-byte variable.
It's because 2,147,483,647 is the 32bit integer maximum value and when it overflows the value is set to 0.
actually, it goes negative, but in this case because there is no such thing as negative attack, it simply goes to 0.
I just imagine someone having penguin soldier face down and flipping it. The opponent sighs but doesn't think much damage can be done and then shivers in fear as this combo happens and that tiny penguin soldier becomes enormous.
Then they activate draining shield or magical cylinder.
I have actually tested that out numerous times and for some reason it doesn't work.
DNA?, screw that, Im gonna use this for Cyber Dragons and add Honest, YAY.
lol talk about kickin' 'em while they're down. "alright, got my Cyber Dragon at 36077725286400 attack, now I'll hit your 2000 attack monster. Honest just in case!
***** the most troll play would be I dont have honest, and he happend to have one XD.
***** And then Magical Cylinder
haloheroz or draining shield and then dark hole
ahmed Hussain Why Dark Hole?, Limit Removal will destroy all the monsters that got this boost.
yOU ACTIVATED MY TRAP CARD! MAGIC CYLINDAH!
Felis Antonio oh no
Felis Antonio I would use this on Jinzo.😜
Yeah they should remove beaver warrior :D
nah
You could sack with frog the jam.
Primal seed at 3, op :D
Nice try Beaver Warrior, but nothing beats Mammoth Graveyard, Polymerization and Living Arrow!
Mammoth Graveyard xDD
*Sarcastic voice* This didn't work, my 1000 eyed idol is still at 0 attack no matter how many limital removals I use.
Hahaha!
Bruh
Wow konami u really put that to 3........damn son I be trippen?!?!?!
***** Yeah because Primal Seed is a shitey card when BLS is at 1.
magic cylinder
royal decree
***** honest right befor limit,and glich to 0,lol
***** Debunk
I feel that if someone goes through the effort to play this deck and pull it off and you have a card that can stop, reflect or absorb the attack. Then you let the Primal Seed player win. They deserve such an amazingly ridiculous victory.
ai suddenly pulls out the wicked avatar add 100 to strongest attack on the field would be so funny
"We are not here for that BLS we are here for that Beaver Warrior"
Idk why I find that funny lol
Epictemptation7 Because BLS got boosted higher
Over 1.5 billion
It glitches out at 2,147,483,647 because that is the highest value a computer can store without a decimal point. If you go over that it loops back to -2,147,483,647, and monsters can't have negative attack, so it makes it 0.
not entirely it depends on the value that the value is given if its float or long float number
James Bull If he's doubling 1.2 billion, and it gets an error, it's safe to assume it's an int. Floats and longs won't glitch at 2.4 billion, only ints.
ThePenguin279 It's honestly really refreshing to see a difference of opinions on youtube that didn't get blown out of proportion, turning it into a pissing contest :P
im actualy amused that they used a int instead of a unisinged int for attack values... even though it would only hold one Limiter Removal more
scrap iron scarecrow!
Mirror Force!
Magic Cylinder!
Drainage Shield!
sooo many ways to counter dis
You mean Draining Shield.
Thats the oen! ty! :Dand theres one i think is called damage amplifying vaccine or something which does pretty much the same thing
or launch a blisterking counterattack!
+Misaka Misaka mirage dragon opponent can't active trap cards during you battle phase
Well if you did it on your first turn then no none of that would work
Noob : BEAVER WARRIOR? I have honest, your primal seed won't work on me!
Azneyes : Its ok bro, got BLS effect to banish your light.
Noob: FFFFFFFFFFFFFFFFFFFFFFff(I have Magic cylinder ha ha)ffffffffffffffffffff
Azneyes: Its ok, I have a MST.
Noob: Oh no....too bad its not dueling network or I could use a quick play creature swap to negate since I'm drunk and low rated :(
Noob: Battle fader!
Rage Quit; Self Destruct Button.
David Menez
hm... not sure if it would help but heroic gift?
Macro Cosmos says hi to your Honest though.
Bruce Lee
now we just need macross to be at more then 1....
PRIMAL SEED IS AT THREE. YOU CAN MAKE THIS DECK PLAYABLE NOOOOW. IM GONNA GO TO BIG SCALE TOURNYS AND RAM PEOPLE WITH BEAVER WARRIOR
Good Luck :D Use Mokey Mokey instead though; much more MANLY
ya, but you can tenki search beaver warrior brooo. and run rescue rabbit :p
Ya, thats already a thing on the wikia
Also on the wikia is using upstart for exodia
Its probably programmed using a signed long int data type to store the attack value. That has a range maximum of 2147483647. A number higher than that will make it glitch out. Since Beaver was at 1258291260, when it is doubled again it's attack should be 2516582520, which is greater than the maximum a signed long integer data type can hold and therefore, glitches and resets.
So to get the highest attack with this strat you should try finding a monster which when its attack is continually doubled gets as close to 2147483647 as possible without going over. Good luck ^^
If what you're saying is right then the best would be a card with 600 attack which puts you at 2,516,582,400 attack. So only 120 attack short of the absolute max value.
Edit. I did all the work finding the best one and glanced at the wrong number and found the attack closest to what attack beaver warrior went to to make it reset.
After redoing it the closest I found was a 1000 atk monster which would be 2,097,152,000. If you do it to a 1 attack monster it gets very trolly and puts you exactly 1 attack higher than the maximum range.
Actually, it would be smarter to make it an unsigned integer since atk cannot be negative. Assuming it would be programmed as an unsigned long integer using a 32 bit compiler, the highest number you could get as an attack would be 2^32 = 4,294,967,296. Assuming you are using this same strategy, the monster that can get to close to this value would have 500 atk. Using limiter removal 23 times would get you 4,194,304,000, just around 100 million short.
Yeah it really doesn't matter since it's not expected for attack to get that high and it obviously wasn't a unsigned, since it resets well before 4 bil.
Captanmurdoc Like Aleister the Invoker
I just remembered the game I lost to my brother after getting an indestructible 4000 atk monster with 2 attacks per turn on the 2nd turn while he only had 2 set cards.
They both were magic cylinders.
Two words... Magic Cylinder
One word: Jinzo
+*Insert Lenny Face Here* Two words: Mirror shield
Roxasherz Mirror Force*
Two words... Trap Jammer
+*Insert Lenny Face Here* 2 words...... HORAKHTY
But stratos is banned.
Beyond Solace not anymore!!!
Beaver? Pff, a real troll owns you with kuriboh.
Kuriboh? Pft, Kuriboh's for teh n00b trolls. 1337 trolls sack with Shapesnatch.
It's over 9000 !
An explanation:
Why this happens:
One cards atk value is probably stored in a 32 bit signed integer. It´s max value is 2.147.483.647. After your last activation of your spell card your monster has 2.516.582.400 atk which is more than 2.147.483.647. What happens now? If you add 1 to 2.147.483.647 you get -2.147.483.648 atk (lowest possible value for 32 bit signed integer). Negative atk is probably shown as 0 (for example, Kuriboh has 300 atk, lower it by 500 and it should be -200, but I think it actually is 0 for this game).
Your actual value will therefore be -1.778.384.895 atk, shown as 0 if I did everything right.
Why this limitations:
With a 32 bit integer you can display 2^(32) values (4.294.967.296). Because its signed (meaning it can be positive or negative) you need 1 bit which decides if your value is positive or negative. Therefore you only have 2^(31) values (2.147.483.648). You can display one positive number less because you have to include 0.
Well, I activate magic cylinders
no one noticed the yugioh cards say pokemon on the back?
i did XD
Mr.Mask Maker these are sleeves u can use
reaches 9 billion atk.. ..opponent summons exodia 0_0
trey sama Beaver be like: Who's gonna obliterate now, bitch?
And now we wait for an Exodia/Beaver Warrior fusion monster...
I never trusted that beaver.. OP as fuck.
The Value is stored as a signed integer, a number over 32 bits, the first bit representing the sign. Thus, the maximum positive value stored is 2^(31)-1, or 2,147,483,647. Doubling your 1,258,291,200 overflows the positive range, the value thus becoming negative. Because the game doesnt accept negative Attack points, it gets set to 0.
The highest possible value is actually 2,147,483,647 which is the 8th mersenne prime. The reason being is that this is the highest possible integer value[32 bitwise at least] which is what most values in games are stored as.
it's OVER NINE THOUESAAAAAAAAAAAAAND
now i remember another reason i stopped playing yugioh
one of the last duels was some other stupid infinite play with life recovery if i recall
imagine this in a real life tournament
And thus a new loop is banned.
I don't think they will allow you to keep this up for long. The either player will surrender or if you don't let him surrender, then he can tell on you for stalling.
The reason it glitches out is most likely because int data type values are used for atk and def values. The int cannot go over (2^32) - 1 approximately 2 billion and some change.
Incorrect, it's signed int, the positive range being (2^31)-1.
If someone ever activated a draining shield against this combo, they would then have the permission to do a loud Bakura or Marik laugh during a tournament
Everyone looking at the beaver warrior, and nobody realized his password was there.
+Philip Whyman Ygopro has a bug that, if you play ranked (which requires password) and then switch to online mode, your password is shown after your username, separated by a '$'.
at 1.2 billion att and then u use mystik wok.
Beaver stew! Hahahaahahahahah!
okay brilliant
robert linke That's just messed up dude xD
Magic Cylinder Draning Shield or Dimentional Barrier You Lose
Sceptile TheHedgehog unless if you had magic jammer
Mr. Zeong you don't know what Magic Jammer does, do you?
Son of Light yes discard one card from your hand to negate a spell effect.I worded that message wrong
Spell, not a trap
I think you mean Dimensional Wall. Dimensional Barrier is a different card entirely.
I actually came up with the same combo seven years ago, but used Banisher of the Light instead of Macro Cosmos, and used Ookazi to inflict infinite damage instead of Limited Removal.
BLS used to be my favorite card, and my deck had too many cards with banishing effects, so it was easy to come up with that.
YOU ACTIVATED MY TRAP CARD ! Magic cylinder ... table flip
DO THIS WITH FROG THE JAM
Magic Cylinder hahahahahahaha
troll
draining shield. 1 billion lifepoints.
Mega Giga Bowser lol.
Vanguard players ain't got shit on us now.
Shots fired.
Sam Hamo yugioh is so broken 😂
The origin of Azneyes popularity
The largest value that it can go to is 2,147,483,647 because it's using 32 bits to store monsters attack points.
what if you attacked a light monster and the guy had honest
divine wrath: hi honest
Mirror force, magic cylinder.
what you do is the trolliest thing imaginable you use rainbow life then sack when they attack with bls using mirror force/magic cylinder
trolly?if you really wanted to be trolly you would do this with Soitsu
ive watched 3 of ur videos but this one got me hooked with hilarious trolling...new subscriber
This is more of a fun fact I guess, but the reason the program "glitches" to zero is because the program is using a 32-bit integer to represent attack. A 32-bit integer's max value is 2,147,483,647, and if you try to exceed that then it loops to 0 (also called an integer overflow). The fix would be pretty simple, just replace the 32-bit integer with a 64-bit integer.
Signed int.
This would be the best duel if I had enchanted javelin xD Or even Magic Cylinder
Or even better, draining shield!
+jhesmond bautista bam!! Double or nothing
and the you glitch your life points and lose the game
Or both! Enchanted Javelin doesn't negate the attack, so you can use Magic Cylinder, chain Enchanted Javelin, Javelin resolves to give you LP, then MC resolves to bork the attack onto your opponent.
Brilliant!
But can it defeat Dartz with an attack power that's beyond infinity?
tifforo1 yeah if it doesn't get glitched
tifforo1 Yes, equip Shooting Star Bow - Ceal. The real question is what would it's attack be if you used Riryoku. Over 1 billion plus...half of infinity?
Douglas Dishman I think using an effect that makes your oppenet monster weaker or making your monster undertryable by battle
I guess you could use the xyz monster that removes half of the enemy attack and gives it to you. No need for this stupid loop lol.
Alientcp we want an over-over-overkill
You can't do that with a real person. I mean, who would be waiting over half an hour?
Only an idiot.
or a guy with magic cylinder.
An idiot with magic cylinder :P
THEPELADOMASTER Oh god xD Imagine using Draining Shield just to heal over 1,000,000,000 life points and laugh while your foe uselessly wails on you? :3
well you can use any machine monster my cyber dragon deck pulled it off all you need is the was that macro cosmo or effect with "any card sent to the graveyard is banished instead kind of thing" and primal seed 2 of them. imagine cyber end dragon with 1 million atk and his piercing effect? oh man your not gonna stand up to that unless of staple traps like mirror force, D-prison
Yeah... Whatever... Not interested...
The best way would be Ultimate Ancient Gear Golem OTK because that would prevent the opponent from activating staples like Mirror Force of Magic Cylinder
Beaver warrior tasted the ambrosia of the gods, becoming one with all of space and time itself, wow never would've guessed beaver warrior could be over powered like that!
It's over 9000!!!!!!!!
Uhm. What if I just magic cylinder your attack?..
lol
Zayn Leone Thats ok i have forbidden lance.
Shiro Igarashi oh okay I have dark bribe
Zayn Leone fine. i will use My dark bribe
Thats cool, I run 2 lances.
too bad this combo can't make yamcha stronger.
sweet burn
be funny if he attacked a light monster and the ai used honest...
As an alternative, switch Beaver Warrior for Dark Magician Girl with the same set-up for an adorable goddess of destruction and wreck your opponent's stuff.
Beaver warrior isn't even a beaver.
yelyaH Williams The tail isn't flat. ah forget it
+UmbreonFlash frog the jam isnt even a frog
Haha, never saw that. I guess 'rat warrior' didn't roll off the tongue
HAHAHAHA I USE SHIELD AND SWORD BWAHAHAHAHAH (or magic cylinder)
Shield and sword isn't a quick play so it wouldn't work on your opponents turn, and limiter removal destroys him at the end phase.
or Spiegelkraft or a Card that Banned a Monster
***** We've got a fan boy over her.
Sorry for the misunderstanding, I was referring to the other guy. I'm tired of fan boys who only use the Japanese names and bash on the English dubs.
Wow so I was completely wrong on this one...
Let me explain why. In DevPro's programming, attack/defense values are signed 32 bit integers, and, at 2,147,483,647, you will experience underflow in Machine Limiter's gain value. In other words, it's removing ATK rather than increasing. See: en.wikipedia.org/wiki/2,147,483,647 en.wikipedia.org/wiki/Integer_(computer_science) and en.wikipedia.org/wiki/Integer_overflow
Finally a way to make any favourite monster card overpowered.
I don't think keeping track of the ATK number would be the point. The point is that because of the loop being infinite, the ATK is technically infinite (now that I mention it, the combo would be nice to pull off with Obelisk the Tormentor just for that reference to infinite ATK).
This tactic... has given me quite an idea for a deck of my own, of which I have all the cards but one... though I may have a substitute card for it somewhere in my cards. (I have quite a few/takes me a bit to go through them all especially reading the text.) - It isn't really a troll move, but it is a OTK... would take a bit of timing/possible back up's on the field, but it should be 100% doable, albeit I would have to stall long enough to make sure I have the cards in hand/on the field to do this 'tactic.' -
Funny thing is I played a bls-eob attack, and thought primal seed only brought back monsters, but it can bring any card back... it was easier to remove monsters from play anyways, for the most part, though the card I am thinking about was in the game back then, but still I didn't have it back then either, either way it will be a OTK if I can pull it off. - Another funny thing is the card(s) I plan on using for this aren't even semi-limited, other than bls-eob, albeit I am sure others have thought of this as well, but still, I do wonder how feasible it is to pull off consistently... and if it is easy they should so limit primal seed. xD lol - Ok the primal seed bit... I guess it was on the ban list... oops... I never really paid attention to the advanced format list... even when I was just playing for fun/in high school... I never went to tournies.
Here is a thing: For Traditional Unlimited, create a deck of just banned cards (If it's a fusion monster, you can add polymerization and the material monsters)
Have fun.
Or am I wrong about how this game mode thing works? I'm only familiar with the format with rules.
your right traditional unlimited means there are no rules regarding banned, limited, and semi limited
Beaver Warrior: And This!..... Is to go.... Even further Beyond!!!!
This video perfectly sums up why I never got into Yugioh after the Egytian God card era. Duelists of the Roses is one of the best yugioh games of all time and has the best generation of cards. I don't see how it's fun to watch someone have a 40 minute unlimited turn like they do now.
Dude, you just inspired me to troll people on the internet on YGOPro and to finally get my revenge on the Dark World AI deck.
Primal Seed is back