mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-10 14:02:57 +08:00
Menu revamp (#3274)
* Complete player and network UI redesign, meant to show all features instead of stuffing them into tiny boxes * Added option to delete player vehicles * Better clone player (now clones head blend too) * Better host token spoofing, with an option to enter your own * Better host token spoofing detection * Better desync kick prot detections * A script blocker for the entire session (per-player options will be added later) * Added option to spoof data/DLC hashes * Logging framework that allows developers to easily debug false positives * Major protection improvements
This commit is contained in:
@ -124,6 +124,7 @@ namespace big
|
||||
looped::session_force_thunder();
|
||||
looped::session_randomize_ceo_colors();
|
||||
looped::session_auto_kick_host();
|
||||
looped::session_force_script_host();
|
||||
looped::session_block_jobs();
|
||||
looped::session_chat_translator();
|
||||
looped::session_modder_detection();
|
||||
|
Reference in New Issue
Block a user