DamieN8 Posted July 24, 2009 Report Posted July 24, 2009 Maybe someone can changed it into educated version. Keep share to be growth. \m/ Quote
zulkizm Posted July 25, 2009 Report Posted July 25, 2009 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; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.