Table of Contents
Notepad Programming codes pdf
Notepad Programming codes pdf: Top 10 use of Notepad programming which you can use to intimidate friends! But I have to say a word, I try to triage my PC, but I am not at fault! So you are ready to learn?
All right, Let’s get started to Notepad Programming codes pdf:
Notepad programming which you can use to intimidate friends! But I have to say a word, I try to triage my PC, but I am not at fault! So you are ready to learn? All right, let’s get started … Top 10 Use Of Notepad That Can Surprise Everyone. Top Ten use of Notepad programming. But you can also use Notepad to create a website using HTML on notepad programming.

1. To Watch Cycle message in your computer!
@ECHO OFF
:BEGIN
MSG * HI
MSG * ARE YOU HAVING FUN?
MSG * I AM!
MSG * LETS HAVE FUN TOGETHER!
MSG * BECAUSE YOU HAVE BEEN O-W-N-E-D
GOTO BEGIN
Save the file “pc.bat” name.
2. Computer keyboard keys have to work auto.
Copy the code below in Notepad.
MSGBOX “STOP ME..! IF YOU CAN”
SET WSHSHELL =WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS “{BS}”
LOOP
Save pc.vbs with this name.
3.The computer will have automatic shutdown.
Copy the code below in Notepad.
@ECHO OFF
MSG * I DON’T LIKE YOU
SHUTDOWN -C “HAHAHAH YOU ARE DOOMED” -S
Save the file “pc.bat” name.
4. Keyboard capsule keys will work in auto.
Copy the code below in Notepad.
SET WSHSHELL =WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS “{CAPSLOCK}”
LOOP
Save the file “pc.bat” name.
5. If you want to do the interactive auto work.
Copy the code below in Notepad.
SET WSHSHELL = WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS “~(ENTER)”
LOOP
SAVE PC.VBS WITH THIS NAME.
6. If you want to show the keyboard hack.
Copy the code below in Notepad.
SET WSHSHELL = WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS “YOU ARE A FOOL.”
LOOP
SAVE PC.VBS WITH THIS NAME.
7. Notepad will be open automatically and will be written.
Copy the code below in Notepad.
WSCRIPT.SLEEP 180000
WSCRIPT.SLEEP 10000
SET WSHSHELL = WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
WSHSHELL.RUN “NOTEPAD”
WSCRIPT.SLEEP 100
WSHSHELL.APPACTIVATE “NOTEPAD”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “HEL”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “LO “
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “, HO”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “W A”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “RE “
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “YOU”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “? “
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “I A”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “M G”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “OOD”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS ” TH”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “ANK”
WSCRIPT.SLEEP 500
WSHSHELL.SENDKEYS “S! “
SAVE PC.VBS WITH THIS NAME.
8. If backspace wants to work on auto then
Copy the code below in Notepad.
MSGBOX “LET’S ROCK AND ROLL”
SET WSHSHELL =WSCRIPT.CREATEOBJECT(“WSCRIPT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS “{BS}”
LOOP
SAVE PC.VBS WITH THIS NAME.
9. Notepat will continue to work on one by one.
Copy the code below in Notepad.
@ECHO OFF
:TOP
START %SYSTEMROOT%SYSTEM32NOTEPAD.EXE
GOTO TOP
SAVE PC.bat WITH THIS NAME.
10. CDs or DVDs will auto pop out.
Copy the code below in Notepad. 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 5000 LOOP SAVE PC.VBS WITH THIS NAME.
Download programming Notepad ++ from Here!