Step 1: Open Notepad
Step 2: Write following line in the notepad.
boss can hit ihacc
Step 3: Save this file with any name.
Step 4: Close the notepad.
Step 5: Open the file again. What did you see..!?
In notepad, any 4-3-3-5 letter word combo will have the same results.
Reason is :
It is because of IsTextUnicode function.
Whenever we open a text file in notepad,
This function determines whether the text is ASCII or Unicode.
Whenever we open a text file in notepad,
This function determines whether the text is ASCII or Unicode.
1) We are saving to 8-bit Extended ASCII
(Look at the Save As / Encoding format)
2) But we are reading from 16-bit UNICODE.
Step 1 : Open a new Notepad.
Step 2 : Type .LOG
Step 3 : Save the file and Close it.
Step 4 : Hereafter, Whenever you open the file,
It will automatically insert the current date and time.
It will automatically insert the current date and time.
Step 5 : You can just enter your text as usual.

No comments:
Post a Comment