Skip to content

Mohitscodiclab/Tips_tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

MAS Logo

Microsoft Activation Scripts (MAS)

Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.


Download / How to Use It?

Method 1 - PowerShell (Windows 8 and Later) ❤️

  1. Open PowerShell (Not CMD). To do that, right-click on the Windows Start menu and select PowerShell or Terminal.
  2. Copy and paste the code below and press Enter:
    irm https://get.activated.win | iex
    Alternatively, you can use the following (It will be deprecated in the future):
    irm https://massgrave.dev/get | iex
  3. You will see the activation options. Choose (1) HWID for Windows activation. Choose (2) Ohook for Office activation.
  4. That's all.

Method 2 - Traditional (Windows 7 and Later)

Click here for info
  1. Download the file using the links provided below:
  2. Right-click on the downloaded zip file and extract it.
  3. In the extracted folder, find the folder named All-In-One-Version.
  4. Run the file named MAS_AIO.cmd.
  5. You will see the activation options, follow the on-screen instructions.
  6. That's all.

Blur Background for Folders

How to Install Blur Background?

  1. Copy and paste the code below into your browser and press Enter:
    bit.ly/blurwin
    
  2. On the right-hand side, you will find a "New Release" section.
  3. Open the latest release from the top of the list.
  4. Scroll to the bottom of the new webpage that appears.
  5. In the "Contributors" section, download the latest file with the "x64.zip" extension.

Installation Steps:

  1. After the download is complete, open the downloaded folder.
  2. Open the RELEASE folder.
  3. You should find four unique files inside. If not found, you have downloaded the WRONG file.
  4. Copy (Ctrl + C) all files.
  5. Navigate to the C: drive.
  6. Open the Program Files folder.
  7. Paste (Ctrl + V) all copied files (Allow all permissions if asked).
  8. Scroll to the bottom, and you will find the pasted files.
  9. Run the REGISTER file (Allow all permissions if asked).
  10. You will see the magic! Open any folder, and you will find a beautiful blur background.

Note:

  • The irm command in PowerShell downloads a script from a specified URL, and the iex command executes it.
  • Always double-check the URL before executing the command and verify the source if manually downloading files.
  • Be cautious, as some spread malware disguised as MAS by using different URLs in the irm command.

Made with Love ❤️