From 347c4a1f04ca63c9761bd8f4438f11f2a5b5c880 Mon Sep 17 00:00:00 2001 From: ProgMEMCC Date: Sun, 5 Jan 2025 17:35:59 +0800 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5b40b2a..ef4260a 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -# This script is hosted on https://get.activated.win for https://massgrave.dev
+# This script is hosted on https://progmem-cc.github.io/mas
 
 if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
     $ExecutionContext.SessionState.LanguageMode
@@ -35,6 +35,7 @@ $URLs = @(
     'https://raw.githubusercontent.com/darkzorro79/Microsoft-Activation-Scripts/refs/heads/master/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
     'https://raw.githubusercontent.com/Takanashikoucha/Microsoft-Activation-Scripts/refs/heads/master/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
     'https://raw.githubusercontent.com/restuusgh/Microsoft-Activation-Scripts/refs/heads/main/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
+    'https://raw.githubusercontent.com/restuusgh/Microsoft-Activation-Scripts/refs/heads/main/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
 )
 
 foreach ($URL in $URLs | Sort-Object { Get-Random }) {