in every menu but nice tho
(07-19-2019 - 05:19 PM)RoyaleSprx Wrote:This code spoof the variable "SET_PLAYER_MAX_ARMOUR" to 50 so that no menu will detect you as modder
neater way of doing it
Code:
int selected_menu_id = 0;
char*menu_names[] = { "Vortex", "Serendipity", "GNXKS", "Lexicon", "Power", "Supernatural", "None" };
int menu_ids[] = { 5642, 97, 631, 1234, 1996, 333, 0 };
PLAYER::SET_PLAYER_MAX_ARMOUR(PLAYER::PLAYER_ID(), menu_ids[selected_menu_id]);
add_char_option("Menu Spoofer", menu_names, &selected_menu_id, 0, sizeof(menu_ids));
Users browsing: 7 Guest(s)