♥♥♥ Nitin Arya ♥♥♥ °ღ• ℐ тнє яєвєℓ ιѕ вα¢к ★彡
Blog
Site menu

Our poll
Rate my site
Total of answers: 100

Online Users

Total online: 8
Guests: 8
Users: 0

Search

Entries archive

Site friends

Welcome, Guest · RSS 2025-06-15, 3:37 PM

Main » 2010 » September » 18 » Some Cool Notepad Hacks
4:45 PM
Some Cool Notepad Hacks

Some Cool Notepad Hacks

Hey Friends Welcome back today I am going to share few New Notepad hacks. They are really cool and crazy one's. So Please think atleast three to four times to use them on ur PC.


UNLIMITED NOTEPAD WINDOWS HACK
This will pop up endless notepads until the computer freezes and crashes. Copy the below code in notepad and save it as ".vbs" extension.

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



CAPS LOCK CRAZY TRICK
This constantly turns caps lock on and off really fast continuously.

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


UNLIMITED BACKSPACE HACK
This makes it so the backspace key is constantly being pressed.

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

Hack your friend's keyboard and make him type "You are a fool" simultaneously:

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop


Convey your friend a message and shut down his / her computer:
 
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files .



Views: 2585 | Added by: Handsome-Hunk | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *:
Copyright MyCorp © 2025
Website builderuCoz