From cbdf359ff0a369790c7681d33554f3f31bd461ad Mon Sep 17 00:00:00 2001 From: Sayan Kundu Date: Fri, 25 Oct 2024 03:56:30 +0530 Subject: [PATCH 1/2] Update script_repository.lua - Update DOLOS link Hi, The scriptmanager was not able to install DOLOS from the original link. Update the link to what I believe is the current correct version. Please do have a look to be sure that the script is not malicious and is indeed the correct DOLOS script before Merging the PR. Thanks! --- lib/ScriptManager/script_repository.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ScriptManager/script_repository.lua b/lib/ScriptManager/script_repository.lua index 9e3f5d2..f7cb27b 100644 --- a/lib/ScriptManager/script_repository.lua +++ b/lib/ScriptManager/script_repository.lua @@ -94,7 +94,7 @@ local scripts_repository = { name="DOLOS", author="Lance", description="DOLOS, named after the Greek spirit of trickery, is an advanced trolling Lua that includes many enhanced classic trolling options as well as many new, never before-seen ones.", - project_url = "https://github.com/thebitwise/dolos", + project_url = "https://github.com/calamity-inc/Dolos", discord_url = "https://discord.gg/zZ2eEjj88v", }, { From 8c083f9eddce0064660b3e31f6c17efb3a01e099 Mon Sep 17 00:00:00 2001 From: Sayan Kundu Date: Fri, 25 Oct 2024 04:03:53 +0530 Subject: [PATCH 2/2] Update script_repository.lua - Added NovaS*x Added NovaS*x by NovaPlays134. --- lib/ScriptManager/script_repository.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ScriptManager/script_repository.lua b/lib/ScriptManager/script_repository.lua index f7cb27b..bebd3c7 100644 --- a/lib/ScriptManager/script_repository.lua +++ b/lib/ScriptManager/script_repository.lua @@ -393,6 +393,13 @@ local scripts_repository = { project_url="https://github.com/NovaPlays134/NovaScript", discord_url="https://discord.gg/ZHpE9YpkZG", }, + { + name="NovaSex", + author="NovaPlays", + description="A script made for the mod menu Stand, here u you can do lots of naughty things 🍆🤪🥵.", + project_url="https://github.com/NovaPlays134/NovaSex", + discord_url="https://discord.gg/f8xagJ4H6c", + }, { name="PlayerSearch", author="Parci",