Compare commits

..

No commits in common. "b6d34e39145494c5474220e4f621b8cb303b9cb0" and "2143471889892b39e36f45c24fdce47902dbc543" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,7 @@ Some links are down. Please use the following links while we fix the issues:
https://msdl.gravesoft.dev/ https://msdl.gravesoft.dev/
https://os.click/ https://os.click/
https://files.rg-adguard.net/version/f0bd8307-d897-ef77-dbd6-216fefbe94c5 https://files.rg-adguard.net/version/f0bd8307-d897-ef77-dbd6-216fefbe94c5
[MVS Bot](https://discord.gg/FajfGaH3nD)
::: :::

View File

@ -369,11 +369,11 @@ e98ef0c0-71c4-42ce-8305-287d8721e26c SubPrepid ProPlusSubR
`C:\mingw64` `C:\mingw64`
- Open Powershell as admin and enter below command to set the time and date, - Open Powershell as admin and enter below command to set the time and date,
`Set-TimeZone -Id 'UTC'; $date=[datetime]'2023/8/7 12:00';while($true){set-date $date; start-sleep -milliseconds 10;}` `Set-TimeZone -Id 'UTC'; $date=[datetime]'2023/8/7 12:00';while($true){set-date $date; start-sleep -milliseconds 10;}`
- Now open another window for Powershell and enter below commands to create sppc.dll files, - Now open another Windows for Powershell and enter below command to create sppc.dll files,
`Set-Location -Path C:\ohook` `Set-Location -Path C:\ohook`
`C:\mingw64\bin\mingw32-make.exe` `C:\mingw64\bin\mingw32-make.exe`
- Calculate the SHA-256 of the created sppc64.dll and sppc32.dll files using 7-zip or Powershell, it would be same as mentioned above. - Calculate the SHA-256 of the created sppc64.dll and sppc32.dll files using 7-zip or Powershell, it would be same as mentioned above.
- Done, you can now close Powershell windows and correct the date now. - Done, you can now close that powershell window and correct the date now.
------------------------------------------------------------------------ ------------------------------------------------------------------------