edit games
-
how to edit a simple games using visual basic?
-
how to edit a simple games using visual basic?
What do you mean by "edit"? And don't post the same question twice.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
how to edit a simple games using visual basic?
like opening plants vs zombies solution in visual basic? :doh:
-
like opening plants vs zombies solution in visual basic? :doh:
Unless you have the source code you cannot edit it.
-
how to edit a simple games using visual basic?
You cannot do this without the source code. It does not matter how simple the game is, if you only have the executable then you need to decompile it and rebuild from the decompiled source.
-
You cannot do this without the source code. It does not matter how simple the game is, if you only have the executable then you need to decompile it and rebuild from the decompiled source.
but i think decompile and edit an exe is not that easy, it's already an assembly code, am i wrong? :doh:
-
but i think decompile and edit an exe is not that easy, it's already an assembly code, am i wrong? :doh:
You are correct, it is extremely difficult, and probably not worth the effort. The chances of you being able to hack the game are quite low.
-
You are correct, it is extremely difficult, and probably not worth the effort. The chances of you being able to hack the game are quite low.
so every game hacker are editing assembly code? mother of code :omg: by the way, thank you for the information. :)
-
so every game hacker are editing assembly code? mother of code :omg: by the way, thank you for the information. :)
Midnight Ahri wrote:
so every game hacker are editing assembly code?
Some are probably editing direct machine code; but there are better ways to use your talents in this world.