gravatar

How to Make Exe Files Using Notepad

Views

hought ain't it possible? It is. But it's a "little" typical.
Steps

1. Make a table with Alt+xxx combinations where xxx is a three digit number. This table will be a reference for you. Try all the way from alt+000 to alt+999. Keep this handy, preferrably in printed form.
2. Open an EXE file, probably, a small one. If you know C or C++, make a basic "Hello World!" program and open its EXE.
3. See what characters are used.
4. Open a new notepad file.
5. While referring to your table, go on entering the characters exactly as in the EXE you opened.
6. Save the file as a .EXE when you're done.
7. Run it.

Tips

* Prepare the table first before you start.
* Making a whole new EXE is not possible. You can only copy existing ones. To make an original EXE, learn a programming language.