Update site for MAS 3.12

This commit is contained in:
Lyssa
2026-07-04 11:17:26 +04:00
parent 5fba62d42e
commit 9acb03aeab
4 changed files with 23 additions and 2 deletions

View File

@@ -2,6 +2,24 @@
------------------------------------------------------------------------
## 3.12
**8 Years of MAS**
#### TSforge
- Now defaults to KMS4k for the Windows-only option instead of StaticCID as it's better for most users.
- KMS4k persists through hardware changes and does not require an internet connection to work, unlike StaticCID.
- See [this page](https://massgrave.dev/chart) for more details on the differences between TSforge methods.
#### HWID
- Changed the Installation ID used by HWID.
#### All
- Hardened the script against certain types of vulnerabilities.
- Removed the functionality for using user-provided DLLs instead of the ones included with the script.
- Made some error messages clearer.
------------------------------------------------------------------------
## 3.11
**Minor Update**

View File

@@ -194,7 +194,7 @@ $Pfn = (Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\ProductOp
# Example: Uncommenting the line below will create a ticket for Windows 10/11 Pro.
# $Pfn = "Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe"
$SessionIdStr = "OSMajorVersion=5;OSMinorVersion=1;OSPlatformId=2;PP=0;Pfn=$Pfn;PKeyIID=465145217131314304264339481117862266242033457260311819664735280;"
$SessionIdStr = "OSMajorVersion=5;OSMinorVersion=1;OSPlatformId=2;PP=0;Pfn=$Pfn;PKeyIID=221306452340115677963964261259250411589493550039199940431586886;"
$SessionId = [Convert]::ToBase64String([Text.Encoding]::Unicode.GetBytes($SessionIdStr + [char]0))
$PropertiesStr = "OA3xOriginalProductId=;OA3xOriginalProductKey=;SessionId=$SessionId;TimeStampClient=2022-10-11T12:00:00Z"
$SignatureStr = SignProperties $PropertiesStr $rsa

View File

@@ -83,7 +83,7 @@ import TabItem from '@theme/TabItem';
## MAS Latest Release
Latest Release: v3.11 (2-May-2026)
Latest Release: v3.12 (4-Jul-2026)
[GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/Microsoft-Activation-Scripts)
------------------------------------------------------------------------

View File

@@ -1,5 +1,8 @@
# News
### [4-Jul-26] MAS 3.12 is released
See the changelog [here](changelog.md).
### [2-May-26] MAS 3.11 is released
See the changelog [here](changelog.md).