diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 56 |
1 files changed, 32 insertions, 24 deletions
diff --git a/_site/index.html b/_site/index.html index 60c7101..ae6277c 100644 --- a/_site/index.html +++ b/_site/index.html @@ -340,6 +340,9 @@ div.tocify { <a href="hwid.html">HWID Activation</a>
</li>
<li>
+ <a href="ohook.html">Ohook Activation</a>
+ </li>
+ <li>
<a href="kms38.html">KMS38 Activation</a>
</li>
<li>
@@ -360,9 +363,6 @@ div.tocify { <li>
<a href="change_edition.html">Change Edition</a>
</li>
- <li>
- <a href="install_hwid_key.html">Install HWID Key</a>
- </li>
<li class="divider"></li>
<li>
<a href="bypass-russian-geoblock.html">Bypass Russian Geoblock</a>
@@ -408,35 +408,38 @@ div.tocify { <div id="intro" class="section level2">
<h2>Intro</h2>
<p><strong>Microsoft Activation Scripts (MAS)</strong></p>
-<p>A Windows and Office activator using HWID / KMS38 / Online KMS
-activation methods, with a focus on open-source code and fewer antivirus
-detections.</p>
+<p>A Windows and Office activator using HWID / Ohook / KMS38 / Online
+KMS activation methods, with a focus on open-source code and fewer
+antivirus detections.</p>
<hr />
</div>
<div id="features" class="section level2">
<h2>Features</h2>
<ul>
-<li>HWID Activation</li>
-<li>KMS38 Activation</li>
-<li>Online KMS Activation</li>
-<li>Activation Troubleshoot</li>
+<li><strong>HWID (Digital License)</strong> Method to Permanently
+Activate Windows</li>
+<li><strong>Ohook</strong> Method to Permanently Activate Office</li>
+<li><strong>KMS38</strong> Method to Activate Windows/Server Till the
+Year 2038</li>
+<li><strong>Online KMS</strong> Method to Activate Windows/Server/Office
+Till 180 Days (Lifetime With Renewal Task)</li>
+<li>Advanced Activation Troubleshoot</li>
<li>$OEM$ Folders For Preactivation</li>
<li>Change Windows Edition</li>
-<li>Check Windows-Office Activation Status</li>
-<li>Available in All In One & Separate Files Version</li>
-<li>Fully Open Source</li>
-<li>All Files Are Transparent Batch Scripts</li>
+<li>Check Windows/Office Activation Status</li>
+<li>Available in All In One and Separate Files Version</li>
+<li>Fully Open Source and Based on Batch Script</li>
<li>Fewer Antivirus Detections</li>
</ul>
<hr />
</div>
<div id="mas-latest-release" class="section level2">
<h2>MAS Latest Release</h2>
-<p>Last Release - v1.8 (16-Mar-2023)<br />
+<p>Last Release - v1.9 (25-Sep-2023)<br />
<a
href="https://github.com/massgravel/Microsoft-Activation-Scripts">GitHub</a>
/ <a
-href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p>
+href="https://bitbucket.org/WindowsAddict/microsoft-activation-scripts">Bitbucket</a></p>
<hr />
</div>
<div id="download-how-to-use-it" class="section level2">
@@ -445,7 +448,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p> <h3>Method 1 - PowerShell</h3>
<p>(Recommended)</p>
<ul>
-<li>On Windows 8.1/10/11, right-click on the windows start menu and
+<li>On Windows 8.1/10/11, right-click on the Windows start menu and
select PowerShell or Terminal (Not CMD).</li>
<li>Copy-paste the below code and press enter<br />
<code>irm https://massgrave.dev/get | iex</code></li>
@@ -476,9 +479,9 @@ href="command_line_switches.html">here</a></p> <h2>Activations Summary</h2>
<table>
<colgroup>
-<col width="23%" />
-<col width="23%" />
-<col width="52%" />
+<col width="22%" />
+<col width="28%" />
+<col width="49%" />
</colgroup>
<thead>
<tr class="header">
@@ -494,14 +497,19 @@ href="command_line_switches.html">here</a></p> <td align="left">Permanent</td>
</tr>
<tr class="even">
+<td align="left">Ohook</td>
+<td align="left">Office</td>
+<td align="left">Permanent</td>
+</tr>
+<tr class="odd">
<td align="left">KMS38</td>
<td align="left">Windows 10-11-Server</td>
-<td align="left">Until the year 2038</td>
+<td align="left">Till the Year 2038</td>
</tr>
-<tr class="odd">
+<tr class="even">
<td align="left">Online KMS</td>
<td align="left">Windows / Office</td>
-<td align="left">180 Days. Lifetime Activation With Renewal Task</td>
+<td align="left">180 Days. Lifetime With Renewal Task</td>
</tr>
</tbody>
</table>
@@ -515,7 +523,7 @@ href="unsupported_products_activation.html">here</a>.</p> <h2>Screenshots</h2>
<p><img src="MAS_AIO.png" /></p>
<p><img src="MAS_HWID.png" /></p>
-<p><img src="MAS_KMS.png" /></p>
+<p><img src="MAS_Ohook.png" /></p>
<p><img src="MAS_Troubleshoot.png" /></p>
<hr />
</div>
|
