Jump to content

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;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...