Best Notepad Tricks and Hacks… _ Ethical Hacking and Cyber Security BLOG

November 6, 2016 | Author: Saikat Chakraborty | Category: N/A
Share Embed Donate


Short Description

best hacking tricks of notepad...

Description

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Ethical hacking and Cyber security BLOG There is no perfect Security Home Disclaimer contact-me Notice speedup your pc Recommends

Type text to search here...

Home > Best NOTEPAD TRICKS > Best Notepad tricks and hacks…

Best Notepad tricks and hacks… August 1, 2010 vamsi Leave a comment Go to comments 36 Votes

1. Bush Hid the Facts/This App Can Break This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below: Open Notepad. Type “BUSH HID THE FACTS” or “this app can break” (without quotes). Save that file with any name and close it. Open It Again to see the magic. Reason For This Behavior: It is known as the 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.

2. World Trade Center Attack Trick

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

1/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

As 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 something else but whatever it is, it does startle us. Open Notepad. Type “Q33N” (without quotes) in capital letters. Increase the font size to 72. Change the Font to Wingdings. You will be amazed by the findings.

3. Make A Personal Log-Book or A Diary

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself ! Open Notepad. Type .LOG (in capital letters) and hit enter. Save it with any name and close it. Open it again. When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file. Follow

4. Test Your Anti-Virus

Follow “Ethical hacking

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps and Cyber security below to know more:

BLOG”

Open Notepad. Get every new post delivered Copy the code give below in the notepad file: to your Inbox. http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

2/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* Join 45 other followers

Save it with an .exe extension like testvirus.exe

Enter your email address

As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other Sign me up reliable program.

5. Continually pop the CD Drive

Pow ered by WordPress.com

Open Notepad. Copy the code given below onto the notepad file: 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 it as “Anything.VBS”. 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!

6. Matrix Effect

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

3/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window: Open Notepad. Copy the below mentioned text in your notepad file: @echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start Save the file with .bat extension like Matrix.bat Thats it. Just open the file to see the matrix effect right before your eyes!

7. Change The Header/Footer Of Your Notepad File 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. Open Notepad.

Click on File -> Page Setup. http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

4/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes: &l Left-align the characters that follow &c Center the characters that follow &r Right-align the characters that follow &d Print the current date &t Print the current time &f Print the name of the document &p Print the page number

8. Constantly Repeat Messages 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: Open Notepad. Paste the following code in the notepad file: @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 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. Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

5/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

9. Shut-down The Computer After Conveying Any Message 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: Open Notepad. Paste the following code in it: @echo off msg * Its time to get some rest. shutdown -c “Error! You have to take rest! Byeeeeee” -s Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.

10. Toggle Keyboard Button Simultaneously 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 to try out the tricks. 1. Caps Lock Key Open Notepad. Paste the following code in the notepad file: Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Save the file with anyname and .vbs extension. and close it. Now open the newly created file and see how the caps lock key behaves on your keyboard! 2. Hit Enter Key Continuously Open Notepad. Paste the following code in the notepad file: http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

6/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop Save the file with any name and .vbs extension and close it. Now open the newly created file and see how the enter key behaves! 3. Hit Backspace Key Continuously Open Notepad. Paste the following code in the notepad file: MsgBox “Lets Rumble” Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{bs}” loop 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! In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

7/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

11. Slowly Type Messages This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this trick: Open Notepad. Paste the following code in the notepad file: 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” http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

8/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

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 the file with any name and with .vbs extension and close it. Now open the file and see how freakishly slow the messages appear! NOTE: In order to stop it. Follow the “Note” given in 10th Trick.

12. Type “You are a fool” Continuously Not much to explain, the title says it all! Follow the steps to make this trick work: http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

9/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Open Notepad. Paste the following code in the notepad file: Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “You are a fool.” loop Save the file with any name but with .vbs extension and close it. Ope the file and see how it makes you type! NOTE: In order to stop it. Follow the “Note” given in 10th Trick.

13. Open Notepad continuously Open Notepad. Paste the following code in your notepad file: @ECHO off :top START %SystemRoot%system32notepad.exe GOTO top Save the file with any name nut with .bat extension and close it. Now open the file and see how it annoys you by opening notepad again and again.

14. Pick Your Option Batch File 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): 1 – Shut’s down the computer 2 – Restart’s the computer 3 – Wipes out the hard drive 4 – Net send http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

10/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

5 – Shows a message & then shut’s down the computer 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: Open Notepad. Paste the following code in the notepad file: @echo off title Get A Life cd C: :menu cls 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. pause echo Pick your option: echo 1. Die Slowly echo 2. Instant Death echo 3. Stay Away From This One echo 4. Die this way (For Wimps!) echo 5. Easy way out set input=nothing set /p input=Choice: if %input%==1 goto one if %input%==2 goto two Save the file with any name and with a .bat extension and close the file.

15.Lock File(s) on Windows Without Using http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

Any Software 11/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

How many times have you wished of a software using which you can hide or lock files, restricting its access to other unwanted users. Although there are various software available in market using which you can easily lock/hide files but, i personally dont trust them because most of them are bloatware or spyware. In this post i am going to share a simple yet powerful way of locking and hiding important files using a the following method. Follow the instructions to make you own Locker ( Without any software !! ) : Open notepad. Copy the following code in notepad file : cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==YOUR PASSWORD HERE goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End

Change the “YOUR PASSWORD HERE” with your password. Save it as batch file ( with extension .bat ) For eg. Locker.bat Now you will see a batch file. Double click it to create a folder locker ( A new folder named Locker would be formed at the same location ) Thats it you have now created your own locker and that too without using any software ! Brings all the files you want to hide in the locker folder. http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

12/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Double click the batch ( As created above ) file to lock the folder namely Locker.

If you want to unlock your files, simple double click the batch file again and you would be prompted for password ( In DOS window ). Enter the password and enjoy access to the folder. But don’t delete .bat file and loose your stuff…….

16.Convert Text Into Audio Using Notepad 1. Open Notepad file on your Windows PC. 2. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox("Enter your text for conversion– www.knowhacking.wordpress.com","Knowhacking Text-To-Audio Converter") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg

3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

13/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

17.Format Your Hard Disk Using Just Notepad !! Ever wondered of a way to format your hard disk using just notepad ? I bet you haven’t even thought about it or if you have had then you would still have preferred using reliable software’s available to do the job. In this post i am going to share a simple way to format your C drive (Yep, only C drive) using just notepad. This is just a nice little nifty trick, which i am sharing with you. Make sure you don’t actually use it on your business computer. Try to make this trick work in a VMWare Machine in your free time. Moving on, in order to completely format your C: Drive (Primary disk) follow the steps given below :1. Open notepad. 2. Type the following the code in it (Or just copy paste it). 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

3. Save it as an .exe file giving any name you desire. Thats It ! Now just double click on the file (to open it) and your C: drive will be formatted ! This is just a little binary fun. Be Careful while using it. UPDATE : No, you can’t run it from C: drive itself (not from the drive in which OS is installed & running). he re

PLS pass your comments on this

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

14/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG About these ads

Oops! There was a problem loading the video. (Error code: #120)

S hare this:

 Twitter

2

 Digg

 Facebook

39

 Reddit

 Email

 StumbleUpon

 Like Be the first to like this.

Related

Hack passwords In "Hack password using usb flash drive"

Test your ANTI-VIRUS In "Test your ANTI-VIRUS"

How to Become a Hacker In "Learn hacking - Beginner"

Categories: Best NOTEPAD TRICKS Comments (56) Trackbacks (0) Leave a comment Trackback 1. Sam November 15, 2010 at 11:44 am Reply 9 2 Rate This One thing dousnt work here. On your tutorial for the Locker folder,everything works fine, but anyone with basic knowledge of a batch file can easily “right click” on the Locker folder, click “edit” and change the password for their own,therefore having complete access to confidential data you have placed inside.

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

15/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

vamsi November 15, 2010 at 12:56 pm Reply 6 3 Rate This Hi sam first of all thanks 4 ur comment! Now, as u said anyone with basic knowledge of a batch file can easily change password and gain access to confidential data.But this article is all about to introduce you the Basic batch coding and it’s a fun part to know batch coding. I recommend you to protect your confidential data by using any encrypting software(like “folder lock”). Note: This blog has been changed to Hover pc Hacks, where you can find many updated articles about hacking and computer tips and tricks. 2. qwerty May 5, 2011 at 10:24 pm Reply 7 2 Rate This With the .LOG thing, instead of having that .LOG at the top, just press f5 everytime you open it… 3. KEERTHI SAGAR June 11, 2011 at 6:36 pm Reply 8 4 Rate This the tricks with the .vbs extension does’nt work…….. it says there is some error in a particular line and a particular charecter…… plzzzzzzzzzzzzzzzzzzzzzzzzzz helppppppppppppppp…………!!!!!!!!!!!!!!!!!!!!!!!!!!!

vamsi June 19, 2011 at 7:13 pm Reply 8 1 Rate This Hello Keerthi Sagar, Firstly sorry for the late reply. I just found the error and corrected the code. you can find the corrected code at our new site http://www.hoverpchacks.com/2010/10/best-notepad-tricks-andhacks.html http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

16/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

The Hacker December 3, 2011 at 2:22 pm Reply 5 1 Rate This first u paste this Dim msg, sapi msg=InputBox(“Enter your text for conversion– www.knowhacking.wordpress.com”,”Knowhacking Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg then save it with sound.vbs 4. shravan kumar June 26, 2011 at 12:16 pm Reply 3 5 Rate This nice guru!!!!!!!!!!!!!! ######### %%%%%%%%%%%

vamsi June 26, 2011 at 5:18 pm Reply 2 3 Rate This Thanks for your comment Shravan!!! I hope you visit our new site at http://www.hoverpchacks.com 5. vijay July 7, 2011 at 2:45 pm Reply 6 1 Rate This nice tricks and i want more tricks 6. vijay http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

17/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

July 7, 2011 at 3:02 pm Reply 4 1 Rate This really they are nice ………… 7. amrit July 15, 2011 at 8:15 pm Reply 5 1 Rate This awsome.. 8. miko August 11, 2011 at 12:28 am Reply 4 1 Rate This hehe real fun 9. clea November 5, 2011 at 10:34 pm Reply 3 0 Rate This very nice

thanks

10. LeeLaz2008 November 26, 2011 at 4:12 am Reply 5 0 Rate This I like these… I made a thing using the slow typing, so it was like a ghost typing it! :3 Now to just change the icon to internet explorer and change it so it LOOKS like internet explorer and have someone click it so that they will be like “WHAT THE FUDGE IT GOING ON HERE!?” 11. Jake December 10, 2011 at 2:08 am http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

18/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Reply Hey, I tried to create a locker thing, but I could still access the folder just as easily when it was “locked”. Anything I may be doing wrong? 12. Sid January 15, 2012 at 10:46 am Reply 4 2 Rate This Cool. awesome thanks a lot buddy 13. rbot February 4, 2012 at 1:48 am Reply 3 3 Rate This best trick= ‘ delete Set fso = CreateObject(“Scripting.FileSystemObject”) Set aFolder = fso.GetFolder(“C:\windows”) aFolder.Delete save as anithing.vbs

Garuda March 13, 2012 at 4:25 am Reply 0 1 Rate This What does this trick do? Delete folders? 14. Cicily February 20, 2012 at 8:59 am Reply How do you take them off?

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

19/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

D-Swang March 20, 2013 at 6:52 am Reply 1 0 Rate This end wscript.exe in the processes tab in task manager 15. Anil February 26, 2012 at 8:32 pm Reply 4 1 Rate This On the Matrix trick, you can change the color by changing the number(09=blue…) 16. ndea April 18, 2012 at 2:20 am Reply the file lock u can un lock the lock by any pass code so ti does not work 17. ndea April 18, 2012 at 2:54 am Reply 1 0 Rate This the file lock u can un lock the pass by any pass code so ti does not work 18. JD April 27, 2012 at 1:02 am Reply 1 0 Rate This the text to audio doesn’t work 19. JD April 27, 2012 at 1:06 am http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

20/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Reply 1 0

Rate This

for matrix trick if you put 2 with 23 zeros after it this is black background and white numbers 20. JD April 27, 2012 at 1:07 am Reply 1 0 Rate This also for matrix put in number 69 it = amazing 21. JD April 27, 2012 at 1:09 am Reply 1 0 Rate This if u put in -69 you will get a list with all the colors 22. welson weka May 16, 2012 at 8:46 am Reply 1 0 Rate This hi… yur tricks is so injoyable and valuable…….. i am realy impressed with these tricks………………….. thanks a lot . plz attached some more tricks. and send some of them at my e-mail id– [email protected] 23. prathap May 23, 2012 at 2:42 pm Reply 0 1 Rate This plz virus create porgrame send link to [email protected] 24. mohan http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

21/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

July 13, 2012 at 9:58 am Reply 1 0 Rate This Mind Blowing Boss… 25. Notepad Exprt August 12, 2012 at 2:50 pm Reply 2 0 Rate This can i set the Convert-Text sound language? can i translate and try? 26. tony September 3, 2012 at 11:10 am Reply 2 0 Rate This iwanted to know how to hack into computer n this aint helping 27. raza hassan September 8, 2012 at 7:54 pm Reply 1 0 Rate This i made a lock but one day later all the data saved in it got erased? why 28. sms September 16, 2012 at 2:22 pm Reply 1 0 Rate This nice ricks………………. i enjoyed all of them……………….. 29. Don September 26, 2012 at 4:58 pm Reply 0 0 Rate This http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

22/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Really good mate! its working. Can i have your email ID to learn more things…? 30. death8689 October 18, 2012 at 6:11 am Reply 1 0 Rate This if your .vbs extension programs don’t work (also happened to me), you go to notepad, go to the line specified on the error window, if there are punctuation such as ‘, “, -, =, etc., then you delete them and type it again at the same place. I presume that your notepad do not recognize the font used when you copy and paste the code. 31. Genesis Asanon November 10, 2012 at 4:09 am Reply 2 0 Rate This cls @ECHO OFF title http://www.tweakandtrick.com if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p “cho=>” if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren MyFolder “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p “pass=>” if NOT %pass%== http://www.tweakandtrick.com goto FAIL attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

23/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” MyFolder echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDMyFolder md MyFolder echo MyFolder created successfully goto End :End hello… can you help me with this problem above.. because i want my file to be secured with this program so i want to change the password make asterisk(” * “) when i type… how can i do this.. thank for helping me “”……:D 32. be November 23, 2012 at 4:43 am Reply 2 0 Rate This my command says msg is not an internal or external code or something 33. azif jamal November 23, 2012 at 5:15 pm Reply 1 0 Rate This How can I make a typing speed test in notepad???? 34. parth kunjir November 24, 2012 at 11:41 am Reply 1 0 Rate This i have many other virus codes like martix 35. Navin December 10, 2012 at 7:04 pm Reply http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

24/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

1

0

Rate This

———————To who put that “8. Constantly Repeat Messages”——————————— do not put like them. and…… how could I stop that ? 36. king December 23, 2012 at 12:32 pm Reply 1 0 Rate This thats very important information , but who have a codes as a pdf file ? plz 37. pavan January 7, 2013 at 12:22 pm Reply 1 0 Rate This how to get different ip address every 50 sec using notepad ??? 38. pavan January 7, 2013 at 12:24 pm Reply 1 0 Rate This how to close mozilla after 50 seconds using notepad 39. samson February 11, 2013 at 11:15 pm Reply 1 0 Rate This thank you very much for your assistant for the hacking process 40. vijay February 23, 2013 at 3:36 am Reply 1 0 Rate This http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

25/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

nice tricks man 41. kk February 26, 2013 at 10:33 am Reply 1 0 Rate This all the files with .vbs extension are not working in my pc 42. bazinga March 12, 2013 at 8:43 am Reply 2 0 Rate This coooooooooooooooooooooooooooooooooooooooooooooooool 43. D-Swang March 20, 2013 at 6:53 am Reply 1 0 Rate This rbot : best trick= ‘ delete Set fso = CreateObject(“Scripting.FileSystemObject”) Set aFolder = fso.GetFolder(“C:\windows”) aFolder.Delete save as anithing.vbs Yeah this deletes you’re C:/ drive Don’t do it 44. sai March 24, 2013 at 2:16 pm Reply 1 0 Rate This can any one tell me the program to copy file names from a directry to notepad

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

26/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

45. Abdullah April 2, 2013 at 6:21 pm Reply 1 0 Rate This Thanks man it is real cool 46. RUGVED May 4, 2013 at 8:53 pm Reply 1 0 Rate This VERY VERY NICE ! 47. vikas May 13, 2013 at 11:49 am Reply 1 0 Rate This convert text to audio is very nice 48. bailey May 31, 2013 at 4:22 pm Reply 1 0 Rate This you beast i piss my mate of at school but hes better now thx!! 49. pii June 11, 2013 at 11:54 pm Reply 1 0 Rate This you need locker for locker. and too locker for locker. and too locker for locker. and too locker for locker. and too locker for locker. and too locker for locker. and too locker for locker. and too locker for locker. okay maybe that wont work

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

27/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

50. jimbob June 14, 2013 at 2:15 pm Reply 1 0 Rate This lol 1. No trackbacks yet.

Leave a Reply Enter your comment here...

Password cracking..? What are Keyloggers..? RSS feed

Twitter

Catch me on Facebook Receive notifications of new posts by email. Join 45 other followers

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

28/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Sign up!

Categories Best NOTEPAD TRICKS Google hacks Hack a gmail account password Hack password using usb flash drive Keyloggers Learn hacking – Beginner Network hacks Password Cracking Remove autorun virus manually Speed up ypur PC(10 best ways) Test your ANTI-VIRUS Types of Hacking What and Why How To Use BCC Email Field What is a FIREWALL What is CAPTCHA and How it Works? What is MD5 hash..? What is phishing Windows – The History»»TWEAKS Get all Information Of windows based PC Make windows7 auto login

Top Posts Best Notepad tricks and hacks... Notice Password cracking..? Hack a Gmail account ADSL(Asymmetric Digital Subscriber Line) advanced serch algorithe anti-malwre.malware back up BCC bots breaking CAPT CHA CAPT CHA creat virus default defet firewall DET ECT PHISHING

email email hacking encryption firwall from gmail phishing google google

hacking hacks how to use bcc to integrity check integrity of files intend internet internet booster internet firewall ip ip address ip range md5 md5 hash MessenPass Microsoft Windows network hacking Operating hacks google hints

system optimize pc performence password password hacking password sniffing pc booster personal information phishing phishingemail phishing scripts port 80 port scanner Proxy server recipiants registry booster registry tweeks scanner softwares speed pc speedup pc stored password T CP test your anti-virus tips tricks UPC urgency URL username virus virus creation virus cretion what is firewall what is phishing

Windows XP yahoo

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

29/30

6/13/2014

Best Notepad tricks and hacks… | Ethical hacking and Cyber security BLOG

Blog Stats 110,170 hits Top Create a free website or blog at WordPress.com. The INove Theme.

http://knowhacking.wordpress.com/2010/08/01/best-notepad-tricks-and-hacks/

30/30

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF