[Q] Can i avoid hex editing?
Because i made a program that you will guess the it's code then if you got it right you will have item in my game.
But i can see the code when i hexed my program.
This is the program
http://i49.servimg.com/u/f49/16/19/17/44/redeem10.jpg
The program when hexed. The code is highlighted.
Re: [Q] Can i avoid hex editing?
Store it encrypted. So, yes. It won't be secure, but at least it's not visible to the naked eye.
Re: [Q] Can i avoid hex editing?
You could also consider storing it on a web server
Re: [Q] Can i avoid hex editing?
Quote:
Originally Posted by
rice
You could also consider storing it on a web database
Can you teach me how? *Newbie*
Re: [Q] Can i avoid hex editing?
i'm no expert, but you could simply have a php file write true or false (whether it's a valid key or not). say, if you had
blabla.com/redeemcheck.php?code=1a2b3c4d5e6f
then the page would write false since the code is incorrect