From 9ea558c200cfac1804b6e1b788ac6ccc170df161 Mon Sep 17 00:00:00 2001 From: iDisaster <96336276+iDisaster@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:32:59 +0400 Subject: [PATCH] Add files via upload --- Trident/modscript.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Trident/modscript.c diff --git a/Trident/modscript.c b/Trident/modscript.c new file mode 100644 index 0000000..ca01a16 --- /dev/null +++ b/Trident/modscript.c @@ -0,0 +1,24 @@ +/** + * @ MAJOR DISTRIBUTION EXTEND + * @ Version MDv13 TRIDENT + * @ MADE BY - DEVILSDESIGN && IIV NATHAN VII + */ + +#include +#include "MD_Base_Setup/MDB_Strings.h" +#include + +void main(void) +{ + THIS_SCRIPT_IS_SAFE_FOR_NETWORK_GAME(); + if(IS_NETWORK_SESSION()) + { + Autoload("MD_Superior_Network",true); + Autoload("network_protection",true); + } + WAIT(100); //if supernet fucks load it before this wait.. + Autoload("MD_Trident", true); + Autoload("MD_Verification",false); + WAIT(1000); + TERMINATE_THIS_SCRIPT(); +} \ No newline at end of file