no message
This commit is contained in:
131
readme-mas-credits.html
Normal file
131
readme-mas-credits.html
Normal file
@ -0,0 +1,131 @@
|
||||
<!DOCTYPE html>
|
||||
<title>ReadMe - MAS Credits</title>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body style="background-color: #DfDfDf;">
|
||||
<pre>
|
||||
<code>
|
||||
========================================================================================================
|
||||
Credits:
|
||||
========================================================================================================
|
||||
|
||||
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.
|
||||
|
||||
These scripts are mostly a fork of other honourable developer's tools and scripts.
|
||||
|
||||
To achieve this, I (@WindowsAddict) have used the following projects as the base of this activator.
|
||||
I would like to say thanks to the following authors for making such awesome projects.
|
||||
|
||||
====================================
|
||||
HWID and KMS38 Activation:
|
||||
====================================
|
||||
|
||||
@mspaintmsi Original co-authors of HWID/KMS38 Activation without KMS or predecessor install/upgrade
|
||||
& Various methods of ticket generation and improvements for slc.dll
|
||||
*Anonymous nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
|
||||
|
||||
@qxkqf ARM64 port of @mspaintmsi's slc.dll
|
||||
|
||||
|
||||
Acknowledgements:
|
||||
|
||||
@vyvojar slshim
|
||||
github.com/vyvojar/slshim/releases
|
||||
|
||||
@sponpa New ideas for the HWID/KM38 Generation
|
||||
nsaneforums.com/topic/316668--/page/21/?tab=comments#comment-1431257
|
||||
|
||||
@leitek8 Improvements for the slc.dll
|
||||
nsaneforums.com/topic/316668--/page/22/?tab=comments#comment-1438005
|
||||
|
||||
Source codes collection:
|
||||
app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d
|
||||
|
||||
====================================
|
||||
Online KMS Activation:
|
||||
====================================
|
||||
|
||||
Online KMS Script is a fork of @abbodi1406's KMS_VL_ALL forums.mydigitallife.net/posts/838808
|
||||
|
||||
This fork's purpose is to avoid having any KMS binary files and activate Windows/Office using
|
||||
only transparent batch script with online public KMS servers.
|
||||
|
||||
Thanks to @RPO and @abbodi1406 for providing help in making of this fork.
|
||||
_______________________________________
|
||||
|
||||
Thanks to the maintainers of the following 'online public KMS servers' for providing the service.
|
||||
*In random order
|
||||
|
||||
222.18___4.9.98
|
||||
kms.ku___retru.com
|
||||
xinche___ng213618.cn
|
||||
kms.si___xyin.com
|
||||
kms.mo___eclub.org
|
||||
kms.cg___tsoft.com
|
||||
kms.he___ng07.com
|
||||
kms.mo___eyuuko.com
|
||||
kms.lo___li.best
|
||||
kms.zh___uxiaole.org
|
||||
kms.ca___tqu.com
|
||||
kms.lo___li.beer
|
||||
kms.ca___ry.tech
|
||||
kms.wx___lost.com
|
||||
kms.mo___eyuuko.top
|
||||
kms.gh___pym.com
|
||||
|
||||
====================================
|
||||
Useful scripts and ideas I used:
|
||||
====================================
|
||||
|
||||
@AveYo (@BAU) Compressed2TXT
|
||||
github.com/AveYo/Compressed2TXT
|
||||
(For storing the files in text format)
|
||||
|
||||
Reg_takeownership snippet
|
||||
pastebin.com/XTPt0JSC
|
||||
|
||||
@dbenham Set buffer height independently of window height
|
||||
stackoverflow.com/a/13351373
|
||||
|
||||
@Ratiborus Ratiborus Tools
|
||||
forum.ru-board.com/topic.cgi?forum=2&topic=5734#1
|
||||
|
||||
@abbodi1406 Continuously providing best solutions for many issues.
|
||||
|
||||
abbodi1406's Batch Scripts Repo
|
||||
forums.mydigitallife.net/threads/74197/
|
||||
|
||||
====================================
|
||||
Kind Help:
|
||||
====================================
|
||||
|
||||
Scripting help:
|
||||
@RPO, @BAU, @abbodi1406
|
||||
|
||||
ARM64 testing:
|
||||
@Imoagn, @moderate, @Chibi ANUBIS, @smashed
|
||||
|
||||
Thanks for resolving my queries:
|
||||
@awuctl, @sponpa, @leitek8, @mxman2k, @mspaintmsi, @Yen, @BAU, @RPO, @abbodi1406
|
||||
|
||||
Special thanks to @RPO and @abbodi1406 for providing great support in this project.
|
||||
|
||||
========================================================================================================
|
||||
|
||||
Microsoft Activation Scripts:
|
||||
|
||||
Homepage: windowsaddict.ml
|
||||
Email: windowsaddict@protonmail.com
|
||||
|
||||
========================================================================================================
|
||||
</code></pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user