English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do I get to see a program's...well....program?

I have a trainer for a game, but the infinite health is turned off. I guess I have to edit the code and turn it back on...but I don't know how to get to the actual information...any help anyone?

2006-12-28 06:42:30 · 3 answers · asked by Hank Ferris 2 in Computers & Internet Programming & Design

3 answers

You can't edit the source code because you don't have it. You only have the compiled version. If you were able to get a hold of the source, then that would be a different story.

2006-12-28 06:49:19 · answer #1 · answered by Nathan 2 · 0 0

That is true, you cant edit a program. But sometimes the progams have an exterior configuration file which is a text file ending in .txt or .xml or .ini . If you have one of this also packed with your exe open it in notepad and try to edit it.. if it has the proper options.

Otherwise it may be also possible that the creator of the exe included in the exe itself a menu or a shortcut for changing some options... Try F1 inside the program.

Good luck

2006-12-28 15:04:05 · answer #2 · answered by yeti 2 · 0 0

If it is binary like .exe you can't see the code. If you want to try to modify any code you might want to try a hex editor but if you do something wrong you could screw up you game.

2006-12-28 15:32:19 · answer #3 · answered by The Master 5 · 0 0

fedest.com, questions and answers