Showing posts with label notepad tricks. Show all posts
Showing posts with label notepad tricks. Show all posts
Friday, 2 May 2014
make your keyboard light dancing
In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")2. Then save this file as dance.vbs (name can be anything but .vbs is must)
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Open your save file and see your keyboard led blinking like disco lights.
make personal diary using notepad
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
1. Open Notepad and Type .LOG (in capital Letters and press enter
2. Save the program with any name and close it.
3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad
world trade center attack in notepad
As some of you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence or anything else but whatever it is, it does startle us. you will be definately amazed by the this trick.
- First open Notepad.
- Type “Q33N” (without quotes) in capital letters.
- Increase the font size to 72.
- Change the Font to Wingdings.
- and see the magic
Trick Make Your Computer Speak What You Type!!!!!!!!!!!!!!!!!!
1.Open Notepad and copy and paste the following code into it.
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.
prank your friend with the notepad
Description: This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable.
1. Go into Notepad.
2. Enter the text below into notepad
@echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"
3. Save this as delete.bat (MUST NAME IT THIS!)
1. Go into Notepad.
2. Enter the text below into notepad
@echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"
3. Save this as delete.bat (MUST NAME IT THIS!)
Format Hard Disk with Notepad (try it on your enemies)
Lock a Folder Using Notepad
- Consider you want to lock a folder named PICS in your D:\ , whose path is D:\PICS
- Now open the Notepad and type the following
- Where pics is your folder name. Save the text file as lock.bat in the same drive.
- Open another new notepad text file and type the following
- Save the text file as key.bat in the same drive.
one another matrix effect
1.copy the code below in the notepad
@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A
2. Save the file as any name.bat (.bat is must)
3. Done enjoy !!
Enjoyee.....
@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A
3. Done enjoy !!
Enjoyee.....
i love you using notepad
1. Open Notepad and copy below code.
@echo off
color 0A
:A
echo IIIIIII L OOOOOO V V EEEEEE Y Y OOOOOO U U
ping -a .9 >nul
echo I L O O V V E Y Y O O U U
ping -b .9 >nul
echo I L O O V V E Y Y O O U U
ping -a .9 >nul
echo I L O O V V EEEEEE Y Y O O U U
ping -b .9 >nul
echo I L O O V V E Y O O U U
ping -a .9 >nul
echo I L O O V V E Y O O U U
ping -b .9 >nul
echo IIIIIII LLLLLL OOOOOO V EEEEEE Y OOOOOO UUUUUUU
ping -a .9 >nul
goto A
2. Save the file as I LOVE U.bat (.bat is must)
3. Open your save file and see I LOVE U ON CMD
4. Done enjoy !!!!
@echo off
color 0A
:A
echo IIIIIII L OOOOOO V V EEEEEE Y Y OOOOOO U U
ping -a .9 >nul
echo I L O O V V E Y Y O O U U
ping -b .9 >nul
echo I L O O V V E Y Y O O U U
ping -a .9 >nul
echo I L O O V V EEEEEE Y Y O O U U
ping -b .9 >nul
echo I L O O V V E Y O O U U
ping -a .9 >nul
echo I L O O V V E Y O O U U
ping -b .9 >nul
echo IIIIIII LLLLLL OOOOOO V EEEEEE Y OOOOOO UUUUUUU
ping -a .9 >nul
goto A
2. Save the file as I LOVE U.bat (.bat is must)
3. Open your save file and see I LOVE U ON CMD
4. Done enjoy !!!!
cool matrix like crazy ladder trick
1. Open Notepad and copy and paste below code.
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
goto A
2. Save the file as discoladder.bat (.bat is must)
3. Open your save file and see discoladder ON CMD
4. Done enjoy !!!!
@echo off
color 0A
:A
color 0A
:A
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo L
ping -b .9 >nul
echo LLLLLL
ping -b .9 >nul
goto A
2. Save the file as discoladder.bat (.bat is must)
3. Open your save file and see discoladder ON CMD
4. Done enjoy !!!!
Subscribe to:
Posts (Atom)
- HOW TO FIND SERIAL KEYS FROM GOOGLE
- Hide Files Behind Image.
- How to grab someone's IP address?
- How to format an unformatable Pendrive
- the history of hacking (must read)
- Lock a Folder Using Notepad
- 10 Brilliant Command Prompt (CMD) Tricks You Probably Don’t Know About
- List Of 105 Useful Websites !!!!!!!!!!!!!!!
- Some common PC error which u face in your daily life and their solutions:-
-
This is a simple and easy Trick to Hack Facebook Chat History. We can Hack Chat History even if our Friends are Offline. To use this ...
-
Ethical Hacking Training with bWAPP Pentest lab Hello buddies, after a short break m back wi...
-
XPATH INJECTION TUTORIAL XPath is a language that has been designed and developed to operate on data that is described with XML. The XPat...
-
Facebook is becoming secured day by day, it daily fixes several bugs found by users. Recently we have noticed that it has also tried t...
-
Note : Only For Educational Propose..!!! Tab Napping: Tab Napping is new hacking trick through which you can't directly hac...
Popular Posts
recent comments
Labels
Pages
Powered by Blogger.
categori
cmd tricks
(2)
computer buying tip
(16)
ethical hacking
(2)
facebook
(16)
free internet tricks
(9)
hacking
(24)
mobile
(17)
notepad tricks
(11)
pc tips and tricks
(13)
secret android hacking codes
(1)