summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2024-12-20 23:12:38 +0000
committerWindowsAddict2024-12-20 23:12:38 +0000
commitad431c887c2054d839697ac9f4e6091192c28afb (patch)
treedc25de8bf330c8ef542a971edc790abf26099e6a
parentcd30cb731b618ca86b3d734be821aedb15f8bbb4 (diff)
downloadmassgravel.github.io-ad431c887c2054d839697ac9f4e6091192c28afb.zip
2.9
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5946b7b..fc69740 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,9 @@ function Check3rdAV {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$URLs = @(
- 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/f1ddb83df092478741344fc55351a65cf6eeafd8/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
- 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=f1ddb83df092478741344fc55351a65cf6eeafd8',
- 'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/f1ddb83df092478741344fc55351a65cf6eeafd8/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
+ 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/0d9ffd20521af00c4166eeb2ede92a60f5ba35af/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
+ 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=0d9ffd20521af00c4166eeb2ede92a60f5ba35af',
+ 'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/0d9ffd20521af00c4166eeb2ede92a60f5ba35af/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
)
foreach ($URL in $URLs | Sort-Object { Get-Random }) {
@@ -27,7 +27,7 @@ if (-not $response) {
}
# Verify script integrity
-$releaseHash = '2A0A5F9675BA93D11DF5EB531810F8097D1C13CE3A723FC2235A85127E86E172'
+$releaseHash = '109E2C4B7C2DB3B52F1412613397C5B749182223B74D0C442278869D87DB871D'
$stream = New-Object IO.MemoryStream
$writer = New-Object IO.StreamWriter $stream
$writer.Write($response)