update to v3.7
This commit is contained in:
parent
6345d6e4d7
commit
3a479d1301
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue