User Tag List

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 48

Thread: Funny VBS and CMD codes

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    lol i use it to fool people but i use not harmful one cuz what you feel if people do it to you - -?

    I made over $200 with it.....
    FTB2 NAME:Ken2003441 (i ownz XD)

  2. #2
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    Quote Originally Posted by zok View Post
    lol i use it to fool people but i use not harmful one cuz what you feel if people do it to you - -?
    The point is you don't open anything that is a .bat without right clicking it and clicking edit. It can destroy your computer.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  3. #3

    User Info Menu

    Re: Funny VBS and CMD codes

    lol i know that. it can be DEADLY to your computer. especially if you run a school or business. ever wonder why it Drives start at C:\ instead of A:\? i have. i think its because C:\ stands for computer

    Light up the Darkness - Bob Marley

  4. #4
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    Quote Originally Posted by 7h3.4v3nGeD.0n3 View Post
    lol i know that. it can be DEADLY to your computer. especially if you run a school or business. ever wonder why it Drives start at C:\ instead of A:\? i have. i think its because C:\ stands for computer
    You fail
    C:\ is just the partion letter
    I had my old pc (xp) on D:\
    And my laptop (vista) on H:\
    But I dunno why A:\ tho

    Irony at it's finest

  5. #5
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    Quote Originally Posted by Prodigyz View Post
    You fail
    C:\ is just the partion letter
    I had my old pc (xp) on D:\
    And my laptop (vista) on H:\
    But I dunno why A:\ tho
    A:\ has ALWAYS been floppy. You can't put a drive on A:\ I don't think its auto set for floppies only. ( im pretty sure atleast. ) and C:\ Is normally what people use for their main drive it doesn't have to be though. Its just the most common.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  6. #6
    DEATH METAL

    User Info Menu

    Re: Funny VBS and CMD codes

    lol these are hilarious, i used them at school and no one could figure out how to stop their disc drives from opening and closing until they shut down the computer. Classic.

  7. #7
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    I am sort of new here and would like to know where the code is for the one that makes your hard drive scream or cd rom scream. When you run the bat or vbs file it says your computer is going to explode then when you click on x or anything it starts to make something on your system scream then the cd rom pops out... Does anyone know of this one

  8. #8
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    a very easy to do timed pop-up bomb
    if you need to test and improve it just simply take out the " goto loop " at the end



    @echo off
    title timer
    echo 5
    ping localhoast -n 2 <nul
    cls
    echo 4
    ping localhoast -n 2 <nul
    cls
    echo 3
    ping localhoast -n 2 <nul
    cls
    echo 2
    ping localhoast -n 2 <nul
    cls
    echo 1
    ping localhoast -n 2 <nul
    cls
    echo 0
    ping localhoast -n 2 <nul
    cls
    echo MELT DOWN!
    ping localhoast -n 2 <nul
    cls
    :loop
    start notepad
    start notepad
    start notepad
    msg * total system failure!

    goto loop

  9. #9
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    What language are these written in?

  10. #10
    Funny VBS and CMD codes

    User Info Menu

    Re: Funny VBS and CMD codes

    I'm playing around with some of your codes and can't figure out how to make more than one command to loop at the same time... Here's the part I'm having trouble with:

    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCk}"
    loop
    do
    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 100
    loop
    loop

    The caps lock command loops, but the command line doesn't continue onto the next command.

    It's SUPPOSED to spam the caps lock light and spam open/close the CD Drive.

    Help please? What'd I do wrong? :S

    Note: Excuse the stupidity as it's probably something extremely simple..

Page 4 of 5 FirstFirst ... 2345 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •