Quote:
|
Originally Posted by Mohammed
Hi shwetha,
very easy friend!
PHP Code:
extern string password = "000000";
....
int start()
{
if (password != 123456) //change the 123456 to the password you will give to the user!
{
Alert ("Wrong password! Do you want to cheat my system which I spent my life developing!");
return (0);
....
}
Then compile the EA and ENJOY 
|
By the way, Why do you want to protect your EA? Aren't we share the knowledge here?