From 3a479d1301f160878a0b32e4d3ee3f38a58f2c4c Mon Sep 17 00:00:00 2001 From: xinb Date: Wed, 17 Sep 2025 16:05:28 +0000 Subject: [PATCH] update to v3.7 --- get_acticated.cmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/get_acticated.cmd b/get_acticated.cmd index 6820f4b..2c2a04e 100644 --- a/get_acticated.cmd +++ b/get_acticated.cmd @@ -1,12 +1,12 @@ -# The following get.ps1 code is hosted on get.activated.win for massgrave.dev. For more info, please visit massgrave.dev. +# The following get.ps1 code is hosted on act.eic.icu for act.eic.icu. For more info, please visit massgrave.dev. $ErrorActionPreference = "Stop" # Enable TLSv1.2 for compatibility with older clients for current session [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -$DownloadURL1 = 'https://git.xb/xinb/Microsoft-Activation-Scripts/raw/commit/37ec96504a2983a5801c43e975ab78c8f9315d2a/MAS/All-In-One-Version-KL/MAS_AIO.cmd' -$DownloadURL2 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/37ec96504a2983a5801c43e975ab78c8f9315d2a/MAS/All-In-One-Version-KL/MAS_AIO.cmd' -$DownloadURL3 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/37ec96504a2983a5801c43e975ab78c8f9315d2a/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL1 = 'https://git.xb/xinb/Microsoft-Activation-Scripts/raw/commit/ab6b572af940fa0ea4255b327eb6f69a274d6725/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL2 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/ab6b572af940fa0ea4255b327eb6f69a274d6725/MAS/All-In-One-Version-KL/MAS_AIO.cmd' +$DownloadURL3 = 'https://git.xinb.cc/xinb/Microsoft-Activation-Scripts/raw/commit/ab6b572af940fa0ea4255b327eb6f69a274d6725/MAS/All-In-One-Version-KL/MAS_AIO.cmd' $URLs = @($DownloadURL1, $DownloadURL2, $DownloadURL3) $ShuffledURLs = $URLs | Sort-Object { Get-Random } @@ -24,7 +24,7 @@ catch { } # Verify script integrity -$releaseHash = '49CE81C583C69AC739890D2DFBB908BDD67B862702DAAEBCD2D38F1DDCEE863D' +$releaseHash = 'D60752A27BDED6887C5CEC88503F0F975ACB5BC849673693CA7BA7C95BCB3EF4' $stream = New-Object IO.MemoryStream $writer = New-Object IO.StreamWriter $stream $writer.Write($response)