for (int i = 0; i < (int)split_cheat_structure.size(); i++)
{
if ((int)split_cheat_structure.size() == 3)
{
if (split_cheat_structure[0] == xorstr_("Rust 1 Day"))
{
if (split_cheat_structure[1] == xorstr_("detected"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently detected, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
if (split_cheat_structure[1] == xorstr_("on update"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently on update, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("disabled"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently disabled, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("undetected"))
{
Rust1Day = true;
Rust7Days = false;
Rust15Days = false;
Rust30Days = false;
}
else
{
li(MessageBoxA)(NULL, xorstr_("Unknown response"), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
}
if (split_cheat_structure[0] == xorstr_("Rust 7 Days"))
{
if (split_cheat_structure[1] == xorstr_("detected"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently detected, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
if (split_cheat_structure[1] == xorstr_("on update"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently on update, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("disabled"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently disabled, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("undetected"))
{
Rust1Day = false;
Rust7Days = true;
Rust15Days = false;
Rust30Days = false;
}
else
{
li(MessageBoxA)(NULL, xorstr_("Unknown response"), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
}
if (split_cheat_structure[0] == xorstr_("Rust 15 Days"))
{
if (split_cheat_structure[1] == xorstr_("detected"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently detected, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
if (split_cheat_structure[1] == xorstr_("on update"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently on update, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("disabled"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently disabled, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("undetected"))
{
Rust1Day = false;
Rust7Days = false;
Rust15Days = true;
Rust30Days = false;
}
else
{
li(MessageBoxA)(NULL, xorstr_("Unknown response"), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
}
if (split_cheat_structure[0] == xorstr_("Rust 30 days"))
{
if (split_cheat_structure[1] == xorstr_("detected"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently detected, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
if (split_cheat_structure[1] == xorstr_("on update"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently on update, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("disabled"))
{
li(MessageBoxA)(NULL, xorstr_("Cheat is currently disabled, sorry for the inconvenience."), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
else if (split_cheat_structure[1] == xorstr_("undetected"))
{
Rust1Day = false;
Rust7Days = false;
Rust15Days = false;
Rust30Days = true;
}
else
{
li(MessageBoxA)(NULL, xorstr_("Unknown response"), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
return 0xDEAD;
}
}
}
else
{
li(MessageBoxA)(NULL, xorstr_("bro i dont know how help u"), utilities::get_random_string(16).c_str(), MB_SYSTEMMODAL | MB_ICONERROR);
}