Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
T-1000ParticipantAs for now I just made quick hacky workaround to bypass Easy Anti-Cheat for Star Citizen.
It will set system environment variable EOS_USE_ANTICHEATCLIENTNULL=1 for RSI launcher and will remove it after RSI launcher is closed.Paste folowing to script startlauncher.cmd in
Cloud Imperium Games\RSI Launcherlauncher directory then set shortcut to the script when using VorpX:@echo off ECHO Preparing Star Citizen Launcher for VorpX... ECHO Will run in User Elevated mode for bypassing Easy Anti-Cheat in system variables. ECHO You will be asked for elevated commands confirmation multiple times. powershell -Command "&{start-process -verb RunAs -filepath "setx" -ArgumentList '/M EOS_USE_ANTICHEATCLIENTNULL 1'}" SET EOS_USE_ANTICHEATCLIENTNULL=1 ECHO Runing RSI Launcher... CMD /c .\"RSI Launcher.exe" SET EOS_USE_ANTICHEATCLIENTNULL="" ECHO Cleaning up... powershell -Command "&{start-process -verb RunAs -filepath "setx" -ArgumentList '/M EOS_USE_ANTICHEATCLIENTNULL ""';start-process -verb RunAs -filepath "REG " -ArgumentList 'delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /F /V EOS_USE_ANTICHEATCLIENTNULL}"'}"
T-1000ParticipantHello,
Anyone know what is current support situation wih EasyAnticheat? It is still giving untrusted DXGI.DLL file error on game hook.

Thanks!
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
