Click Here To Get Latest Tricks and Tips In Your Inbox
Powered by MaxBlogPress  

Funny VBS codes | Computer pranks

SPONSORED LINKS

                              
Funny VBS codes | Computer pranks

Crazy CAPS lock trick

Write the above code in notepad and save it as anyname.vbs file. Run this file if you want and see the magic :p .

CD DRIVE MADNESS

This one will keep on ejecting cd drive. Try this one on your friend and just hope that he doesn’t kill you.

If you like this then you will love this one also

Some funny pranks to play on your friends PC

Use this codes at your own risk.

Blog Widget by LinkWithin

Popularity: 35%

Related Articles

Funny VBS codes | Computer pranks

Subscribe to COOL COMPUTER TRICKS by Email

Support Us keeping this website online 24*7 Please

Recent Entries

17 Responses to “Funny VBS codes | Computer pranks”

  1. NISHIDH Says:

    It doesn’t works.

  2. bas Says:

    Both the codes are tested and they are working properly. Do you need any help on using .vbs files??

  3. ashvin bhatt Says:

    it is not working………….

  4. ishita Says:

    Its not only working…its working completely…
    @NISHIDH
    @ashvin bhatt
    check ur code corectly…in error code line where u used wrong character.
    its a small prog. so no doubt it will work for all rightly.

    Thanx

  5. jyoti Says:

    In my office they put some security system, and I am not able to open http://www.youtube.com, or any site containing mp3, video.. etc. what to do please advice. I tried, translating the site and opening but did not work, I tried proxy web like orkutpass.com and http://www.jumboproxy.net did not work either. I tried going to Google and after searching the site, clicked the Cached link it did not work either…
    I keep on receiving the message:-

    Access Denied (policy_denied)
    Your system policy has denied access to the requested URL.

    For assistance, contact your network support team.

    Your request was categorized by Blue Coat Web Filter as ‘Social Networking;Streaming Media/MP3s’.
    If you wish to question or dispute this result, please click here.

    Suggest some thing

  6. Uzor Says:

    How do i run the vb codes?
    Can i terminate the The cd madness code anytime?

  7. bas Says:

    ^^

    Yupp

    and you can use your task manager for doin this

  8. anwer Says:

    hey this CD room trick works its code is like this
    just copy it and save it as .vbs .

    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

  9. bas Says:

    Thnx for sharing dude

  10. gabrielle Says:

    how to run the vbs files

  11. Jack Says:

    Hi guys i want to known that how this cd drive madness trick does get deactivated.

  12. bas Says:

    Open task manager, click on process tab and delete wscript.exe

  13. Jack Says:

    Thanks bas

  14. bas Says:

    u’r welcome buddy

  15. Funny computer pranks to play on your friends PC | Cool Computer Tricks Says:

    [...] If you like this then you will love this one also [...]

  16. Best Computer Tricks #4 | Cool Computer Tricks Says:

    [...] 4.Funny VBS codes | Computer pranks [...]

  17. floppydingle Says:

    Here’s a good one. It will un-select whatever window the victim is currently working with at random intervals.

    Set oShell = WScript.CreateObject(“WScript.Shell”)
    Do While True
    iSleep = Rnd * 100000
    Wscript.Sleep iSleep
    oShell.SendKeys “%{TAB}”
    Loop

Leave a Reply