View Single Post
  #3 (permalink)  
Old 03-03-2006, 11:10 PM
Mohammed's Avatar
Mohammed Mohammed is offline
Senior Member
 
Join Date: Mar 2006
Posts: 119
Mohammed is on a distinguished road
Unhappy

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?
Reply With Quote