Update organization name

Gamers Against Weed, or as I recently taken to calling it, Yuyuko Against Weed is now known as Anomalous Software Deterioration Corporation.
This commit is contained in:
nekoppai
2023-07-29 21:13:50 +00:00
committed by GitHub
parent c2d3e76769
commit 80a2025aa1
12 changed files with 29 additions and 29 deletions

View File

@ -468,7 +468,7 @@ license).</p></li>
There are two methods for it.<br />
<br />
<strong>1-</strong> Place a <a
href="https://github.com/Gamers-Against-Weed/Integrated_Patcher_3">custom
href="https://github.com/asdcorp/Integrated_Patcher_3">custom
slc.dll</a> file beside gatherosstate.exe:<br />
gatherosstate.exe uses the systems
<code>C:\Windows\System32\slc.dll</code> file to gather the systems
@ -477,7 +477,7 @@ can send the rubbish data to it, then it will simply accept it and
generate a valid ticket.<br />
<br />
<strong>2-</strong> <a
href="https://github.com/Gamers-Against-Weed/GamersOsState">Modify</a>
href="https://github.com/asdcorp/GamersOsState">Modify</a>
the gatherosstate.exe file itself so that it doesnt check the systems
activation status and can directly create a valid ticket.</p></li>
<li><p><strong>Notes:</strong></p>
@ -763,7 +763,7 @@ from the above list) with the following command</p></li>
<li>Copy the below code all at once and enter it in PowerShell to modify
the <code>gatherosstate.exe</code> file. This code to modify the file is
based on <a
href="https://github.com/Gamers-Against-Weed/GamersOsState">GamersOsState</a>.</li>
href="https://github.com/asdcorp/GamersOsState">GamersOsState</a>.</li>
</ul>
<!-- -->
<pre><code>$bytes = [System.IO.File]::ReadAllBytes(&quot;C:\Files\gatherosstate.exe&quot;)