Hi there,
Here are the replies to your questions, but you may not like them:
aperson282 wrote: |
---|
one how to make a code |
Code is the text that is written in order to form a program. There are different languages to write programs in, c++ being one of them. Learning a programming language is a very rewarding experience, but it's a process that can take a while as there are many things to learn and understand. If you would like to learn c++, check out the tutorial on this site, but know that there are also other (scripting) languages which may be easier to begin with, such as python, perl and a host of others. Python is particularly popular for writing hacking tools I hear.
aperson282 wrote: |
---|
2 how to use/make a assembler |
To keep it simple, assembler is also a form of programming language. However, it operates at a level that is much closer to the hardware than regular programming languages. It forms the basis of software control over hardware. Again, you can learn the language by looking for lessons, tutorials or books.
aperson282 wrote: |
---|
3 how to do reverse engineering |
Reverse engineering is the practice of taking an existing program apart and studying how it works. This
can be abused for hacking, as once you know how the game is programmed to work, you can find ways to alter that process. This requires a good knowledge of programming languages and maybe even assembler, see q1 and q2.
aperson282 wrote: |
---|
4 how to hack game data |
By reverse engineering, see q3.
All the best,
NwN