Bitcoin Forum
June 19, 2024, 09:15:26 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Anyone wanna play Russian Roulette? PC Style?  (Read 646 times)
bluefirecorp (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000


View Profile
May 24, 2014, 07:59:49 AM
 #1

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.

Hazir
Legendary
*
Offline Offline

Activity: 1596
Merit: 1005


★Nitrogensports.eu★


View Profile
May 24, 2014, 08:08:20 AM
 #2

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.


           █████████████████     ████████
          █████████████████     ████████
         █████████████████     ████████
        █████████████████     ████████
       ████████              ████████
      ████████              ████████
     ████████     ███████  ████████     ████████
    ████████     █████████████████     ████████
   ████████     █████████████████     ████████
  ████████     █████████████████     ████████
 ████████     █████████████████     ████████
████████     ████████  ███████     ████████
            ████████              ████████
           ████████              ████████
          ████████     █████████████████
         ████████     █████████████████
        ████████     █████████████████
       ████████     █████████████████
▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
▬▬ THE LARGEST & MOST TRUSTED ▬▬
      BITCOIN SPORTSBOOK     
   ▄▄
██
██
██
██
██
██
██
██
██
██     
██
██
             ▄▄▄▄▀▀▀▀▄
     ▄▄▄▄▀▀▀▀        ▀▄▄▄▄          
▄▀▀▀▀                 █   ▀▀▀▀▀▀▀▄▄
█                    ▀▄          █
 █   ▀▌     ██▄        █          █              
 ▀▄        ▐████▄       █        █
  █        ███████▄     ▀▄       █
   █      ▐████▄█████████████████████▄
   ▀▄     ███████▀                  ▀██
    █      ▀█████    ▄▄        ▄▄    ██
     █       ▀███   ████      ████   ██
     ▀▄        ██    ▀▀        ▀▀    ██
      █        ██        ▄██▄        ██
       █       ██        ▀██▀        ██
       ▀▄      ██    ▄▄        ▄▄    ██
        █      ██   ████      ████   ██
         █▄▄▄▄▀██    ▀▀        ▀▀    ██
               ██▄                  ▄██
                ▀████████████████████▀




  CASINO  ●  DICE  ●  POKER  
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
   24 hour Customer Support   

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
FFrost
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 24, 2014, 08:13:33 AM
 #3

Haha good one you play first  Wink
bluefirecorp (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000


View Profile
May 24, 2014, 08:14:51 AM
 #4

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

Foxpup
Legendary
*
Offline Offline

Activity: 4396
Merit: 3062


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
May 24, 2014, 08:24:52 AM
 #5

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

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
bluefirecorp (OP)
Legendary
*
Offline Offline

Activity: 882
Merit: 1000


View Profile
May 24, 2014, 08:44:16 AM
 #6

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!