Author

Topic: Anyone wanna play Russian Roulette? PC Style? (Read 643 times)

legendary
Activity: 882
Merit: 1000
Code:
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
You're lucky
Some say it's unsportsmanlike to wear a bulletproof vest while playing Russian roulette. I say the only unfair fight is the one you lose. Cool

That's just unfair. You're very lucky.
legendary
Activity: 4326
Merit: 3041
Vile Vixen and Miss Bitcointalk 2021-2023
Code:
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
You're lucky
Some say it's unsportsmanlike to wear a bulletproof vest while playing Russian roulette. I say the only unfair fight is the one you lose. Cool
legendary
Activity: 882
Merit: 1000
haha, I had some laugh Cheesy But it is really frightening to be honest. I would not touch this commends even with a stick. And whole idea is really pointless because there is nothing to win in this contest, you can only not lose or lose Smiley Bad deal.

Fun. It's not that big of a deal to destroy a machine here and there. In the last week, I swear I've rebuilt like 10-15 different systems from scratch. Destroyed the old, created something new.

Haha good one you play first  Wink

I've played both multiple times on my computer and other production servers. Ctrl+c very quickly saves the day Wink
full member
Activity: 224
Merit: 100
Haha good one you play first  Wink
legendary
Activity: 1596
Merit: 1005
★Nitrogensports.eu★
haha, I had some laugh Cheesy But it is really frightening to be honest. I would not touch this commends even with a stick. And whole idea is really pointless because there is nothing to win in this contest, you can only not lose or lose Smiley Bad deal.
legendary
Activity: 882
Merit: 1000
Open up powershell as administrator, and run the following command:
Code:
if ((Get-Random -minimum 1 -maximum 6) -eq 3) { Remove-Item -Recurse C:\ }else{ echo "You're lucky"}
1/6 chance of deleting ALL your files D:

*nix style:
Code:
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You're lucky";
Remember to run as root Smiley


Warning: This game is NOT for the faint of heart.
Jump to: