Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

Re: Robominer for ECN [non edu]

 

Maybe someone can changed it into educated version. Keep share to be growth. \m/

 

 

If you use real account.

string ls_64 = StringSubstr(UnlockCode, 0, 1) + StringSubstr(UnlockCode, 9, StringLen(UnlockCode) - 9);

int li_72 = StrToInteger(ls_64);

li_72 += 177;

li_72 /= 3;

li_72 += 13;

li_72 /= 2;

if (!IsDemo() && li_72 == l_acc_number_8 && li_4 == FALSE) li_ret_0 = TRUE;

if (IsDemo() && li_4 == FALSE) li_ret_0 = TRUE;

return (li_ret_0);

 

 

Original - if you use demo

if (IsDemo() && li_72 == l_acc_number_8 && li_4 == FALSE) li_ret_0 = TRUE;

if (!IsDemo() && li_4 == FALSE) li_ret_0 = TRUE;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...