// Di bawah parameter tambahkan ini :
==========
==========
int gi_144 = 16384; // Nomer Account Anda
string gs_148 = "2021.01.01 23:59"; // Tahun Bulan Tanggal dan Jam Expired
bool gi_156 = TRUE;
bool gi_160 = TRUE;
// Lalu di bawah " int start () { " tambahkan ini :
int start() {
int l_str2time_0;
bool l_bool_4;
int l_acc_number_8;
if (gi_156) {
l_str2time_0 = StrToTime(gs_148);
if (TimeCurrent() >= l_str2time_0) {
Alert("This EA has been expired! Please, Contact to__email
[email protected]");
return (0);
}
}
if (gi_160) {
l_bool_4 = (!IsDemo() && !IsTesting());
if (!l_bool_4) {
l_acc_number_8 = AccountNumber();
if (l_acc_number_8 != gi_144) {
Alert("Only Account Number " + gi_144 + " can use this EA ! Please, Contact to__email
[email protected]");
return (0);
}
}
}