From 2705e216f9981e420159edf0cc41dc42d8b8e7c0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RBH716R\\Admin" Date: Wed, 27 Jul 2022 08:06:27 +0530 Subject: [PATCH] update --- .Rhistory | 1 - _site/changelog.html | 2 +- _site/genuine-installation-media.html | 7 ++++--- _site/get.ps1 | 28 ++++++--------------------- _site/index.html | 12 ++++++------ changelog.md | 2 +- genuine-installation-media.md | 18 ++++++++--------- index.md | 8 ++++---- 8 files changed, 31 insertions(+), 47 deletions(-) diff --git a/.Rhistory b/.Rhistory index 0b750c5..14ee5d7 100644 --- a/.Rhistory +++ b/.Rhistory @@ -1,3 +1,2 @@ setwd("~/mas-docs") -setwd("~/mas-docs") rmarkdown::render_site() diff --git a/_site/changelog.html b/_site/changelog.html index 16d79ea..98e80bb 100644 --- a/_site/changelog.html +++ b/_site/changelog.html @@ -510,7 +510,7 @@ Server hosting)

class="uri">https://massgrave.dev/ is upadated with better reabable format

  • Added an option to download and execute MAS from Powershell
    -iwr https://massgrave.dev/get | iex

  • +iwr -useb https://massgrave.dev/get | iex


    diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 66082a4..2f682c4 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -436,9 +436,10 @@ href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link2 - Office 2013/2016/2019/2021/O365 C2R Retail -Link1 - Link2 +All +- O365 - 2021 - 2019 Office 2013/2016 MSI VL diff --git a/_site/get.ps1 b/_site/get.ps1 index 70b9da8..f514f44 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -1,22 +1,3 @@ -function Exit-Script { - - [CmdletBinding()] - param( - [Parameter(Position = 0)] - [int] - $ExitCode = 0 - ) - - process { - if (Test-Path -Path "$env:TEMP\MAS.cmd") { - Remove-Item -Path "$env:TEMP\MAS.cmd" -Force - } - - exit $ExitCode - } - -} - # Enable TLSv1.2 for compatibility with older clients $Tls12 = [Enum]::ToObject([System.Net.SecurityProtocolType], 3072); [System.Net.ServicePointManager]::SecurityProtocol = $Tls12; @@ -26,8 +7,11 @@ try { Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile "$env:TEMP\MAS.cmd" } catch { Write-Error $_ - Exit-Script -ExitCode 1 + Return +} + +if (Test-Path -Path "$env:TEMP\MAS.cmd") { + Start-Process -FilePath "$env:TEMP\MAS.cmd" -Wait + Remove-Item -Path "$env:TEMP\MAS.cmd" -Force } -Start-Process -FilePath "$env:TEMP\MAS.cmd" -Wait -Exit-Script diff --git a/_site/index.html b/_site/index.html index 19365e8..b25ed81 100644 --- a/_site/index.html +++ b/_site/index.html @@ -399,7 +399,7 @@ div.tocify {

    Microsoft Activation Scripts (MAS)

    A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source -code, less antivirus detection, and user-friendliness.

    +code, fewer antivirus detection, and user-friendliness.


    @@ -415,7 +415,7 @@ code, less antivirus detection, and user-friendliness.

  • Check Windows-Office Activation Status
  • Available in All In One & Separate Files Version
  • Fully Open Source
  • -
  • Less antivirus detection’s
  • +
  • Fewer antivirus detection
  • Files are either transparent batch script or Official Microsoft file
  • @@ -438,7 +438,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab

  • On Windows 10/11, right click on windows start menu, select PowerShell or Terminal.
  • Copy-paste the below code and press enter
    -iwr https://massgrave.dev/get | iex
  • +iwr -useb https://massgrave.dev/get | iex
  • You will see the activation options, follow onscreen instructions.
  • That’s all.
  • @@ -467,9 +467,9 @@ instructions.

    Activations Summary

    ---+++ diff --git a/changelog.md b/changelog.md index 778b1a3..6418e6a 100644 --- a/changelog.md +++ b/changelog.md @@ -87,7 +87,7 @@ - Homepage is upadated with better reabable format - Added an option to download and execute MAS from Powershell\ - `iwr https://massgrave.dev/get | iex` + `iwr -useb https://massgrave.dev/get | iex` ------------------------------------------------------------------------ diff --git a/genuine-installation-media.md b/genuine-installation-media.md index c12e792..e6694a5 100644 --- a/genuine-installation-media.md +++ b/genuine-installation-media.md @@ -2,16 +2,16 @@ All download links leads to genuine files only. -| | | +| | | |:--------------------------------------|:--------------------------------| -| **Windows** | | -| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://tb.rg-adguard.net/) | -| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) | -| Windows 10 Enterprise LTSB/LTSC | [Link1](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%2010/) - [Link3](https://cloud.mail.ru/public/SVLy/hAp8JqCQD) | -| **Office** | | -| Office 2019/2021 C2R VL | No .ISO available, check below guide | -| Office 2013/2016/2019/2021/O365 C2R Retail | [Link1](https://tb.rg-adguard.net/public.php) - [Link2](https://pastebin.com/raw/gtua34VH) | -| Office 2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) | +| **Windows** | | +| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://tb.rg-adguard.net/) | +| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) | +| Windows 10 Enterprise LTSB/LTSC | [Link1](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%2010/) - [Link3](https://cloud.mail.ru/public/SVLy/hAp8JqCQD) | +| **Office** | | +| Office 2019/2021 C2R VL | No .ISO available, check below guide | +| Office 2013/2016/2019/2021/O365 C2R Retail | [All](https://tb.rg-adguard.net/public.php) - [O365](https://pastebin.com/raw/f7Bvub9g) - [2021](https://pastebin.com/raw/gtua34VH) - [2019](https://pastebin.com/raw/PLhB7UnK) | +| Office 2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) | Full Collection Through SVF Files can be found [here](https://opendirectory.luzea.de/GezoeSloog/).\ Thanks to GezoeSloog, microtechton, Luzea, Enthousiast, rg-adguard for providing download links. diff --git a/index.md b/index.md index fa46af9..594174c 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ **Microsoft Activation Scripts (MAS)** -A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source code, less antivirus detection, and user-friendliness. +A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS activation methods with a focus on open-source code, fewer antivirus detection, and user-friendliness. ------------------------------------------------------------------------ @@ -18,7 +18,7 @@ A collection of scripts for activating Microsoft products using HWID / KMS38 / O - Check Windows-Office Activation Status - Available in All In One & Separate Files Version - Fully Open Source -- Less antivirus detection's +- Fewer antivirus detection - Files are either transparent batch script or Official Microsoft file ------------------------------------------------------------------------ @@ -36,7 +36,7 @@ Last Release - v1.6 (25-July-2022)\ - On Windows 10/11, right click on windows start menu, select PowerShell or Terminal. - Copy-paste the below code and press enter\ - `iwr https://massgrave.dev/get | iex` + `iwr -useb https://massgrave.dev/get | iex` - You will see the activation options, follow onscreen instructions. - That's all. @@ -55,7 +55,7 @@ Last Release - v1.6 (25-July-2022)\ ## Activations Summary | Activation Type | Supported Product | Activation Period | -|:----------------|:---------------------|:------------------------------------------------| +|:----------------|:----------------|:-------------------------------------| | HWID | Windows 10-11 | Permanent | | KMS38 | Windows 10-11-Server | Until the year 2038 | | Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task |