三角洲行动

三角洲行动

142 个评价
Uninstallation guide.
由 miltoid19_cat 制作
When you uninstall the game remember to remove also the Anti-Cheat protection! I made a script to make everything automatically for you!
6
4
10
2
3
3
2
   
奖励
收藏
已收藏
取消收藏
Hotfix Dec 6th
Seems that the developers changed the uninstall script it does now also uninstall the services.
No need to run the script any more, but I will leave it up just in case anyone needs it.
In theory, it should work with any game that has the same problem of not uninstalling the "AntiCheatExpert" software.

I will leave the guide up just in case someone needs it in the future
Manual uninstalation
Here, you will need to simply run cmd as an administrator.

Press on the windows button, then input CMD and hit run as administrator



Then, hit "Yes" on the pop up and paste the commands as shown bellow:
sc delete ACE-GAME sc delete ACE-BASE sc delete "AntiCheatExpert Service" sc delete "AntiCheatExpert Protection"
Then run the commands:
sc query ACE-BASE sc query "AntiCheatExpert Service"
check if you have any kind of output.

If yes restart your pc and run the commands again

Finally, after running the commands after the restart navigate delete the following folders

C:\Program Files\AntiCheatExpert
C:\ProgramData\AntiCheatExpert
ACE-BASE.sys in C:\Windows\System32\drivers
Automatic magic
I made a small script to help you uninstall the command

You just need to make a new text document, paste the code segment and then "save us" in teh pop ap change the "Save as type" to all files (''.") and then name it whatever you wan as long as it ends with "xx.bat"

@echo off :: Check if running as administrator net session >nul 2>&1 if %errorlevel% neq 0 ( echo This script requires administrative privileges to delete the services and files. echo Please accept the permissions prompt to proceed. powershell -Command "Start-Process '%~0' -Verb RunAs" echo If you declined the permissions prompt, the script cannot continue. pause exit /b ) :: Deleting services echo Checking and deleting services... sc delete ACE-GAME sc delete ACE-BASE sc delete "AntiCheatExpert Service" sc delete "AntiCheatExpert Protection" :: Check if services are running echo Checking if ACE-BASE and AntiCheatExpert Service are still running... sc query ACE-BASE | findstr /i "STATE" | findstr /i "RUNNING" >nul set ACE_BASE_RUNNING=%errorlevel% sc query "AntiCheatExpert Service" | findstr /i "STATE" | findstr /i "RUNNING" >nul set ANTICHEAT_SERVICE_RUNNING=%errorlevel% if %ACE_BASE_RUNNING% neq 0 if %ANTICHEAT_SERVICE_RUNNING% neq 0 ( echo Both services are not running. Proceeding to delete folders and files... :: Delete folders echo Deleting folder: C:\Program Files\AntiCheatExpert rmdir /s /q "C:\Program Files\AntiCheatExpert" echo Deleting folder: C:\ProgramData\AntiCheatExpert rmdir /s /q "C:\ProgramData\AntiCheatExpert" :: Delete file echo Deleting file: C:\Windows\System32\drivers\ACE-BASE.sys del /f /q "C:\Windows\System32\drivers\ACE-BASE.sys" echo All specified folders and files have been deleted. ) else ( echo One or more services are still running. Please restart your pc and run the this file again. ) pause

Simply run it and it will uninstall the Anti Cheat protection.

If you have any questions about the code please ask me! I will be glad you let you know how it works.
32 条留言
JCajax 8 月 23 日 下午 5:30 
does it do both steps as the cmd like also removing the
C:\Program Files\AntiCheatExpert
C:\ProgramData\AntiCheatExpert
ACE-BASE.sys in C:\Windows\System32\drivers

or just

sc delete ACE-GAME
sc delete ACE-BASE
sc delete "AntiCheatExpert Service"
sc delete "AntiCheatExpert Protection"

then i got to delete the folder ? btw ty for helping us
miltoid19_cat  [作者] 8 月 22 日 上午 10:03 
Ma man you have multiple game bans on record what do you mean "I can't even top up my account? It's been a risk for over a week."? Just use a credit/debit card
胡大大爱游戏 8 月 22 日 上午 9:50 
老子充钱都不让充吗?一直风险风险 风险老子一个多星期了
miltoid19_cat  [作者] 7 月 23 日 上午 8:05 
@LungZ yes it has it is okay now.
LungZ 7 月 23 日 上午 7:46 
Just removed the game and went to do this using the CMD prompt method and it says the files don't exist. I assume they have updated it to remove the anti cheat now?
AghaReef 3 月 13 日 下午 11:31 
u got crashed?? I GOT BANNED CZ THIRD PARTY. AND NEED TO UNINSTALED IT??!! THE PROBLEM IS?? I DONT KNOW WHAT TO DO? UNINSTAL STEAM??
无相无色 3 月 13 日 下午 4:51 
死全家的东西 0.2的KD 20的游戏币 说我做挂车 你个傻逼东西 有外挂你不封 说我做挂车 招募的房间不能进去?
ying45566awwd 2 月 23 日 下午 8:23 
666盐豆不带盐了
miltoid19_cat  [作者] 2 月 20 日 上午 8:54 
@Ðyros Aenocyon This depends on what you are looking for in this case since we are looking for an Anticheat we are looking at C:\Windows\System32\drivers since anticheats are loaded as drivers on windows to have simplified "higher priority" to check the running apps on your pc.
!! WARNING DO NOT DELETE ANYTHING FROM WITHIN SYSTEM 32 If you don't know what you are doing!!
General though programs use directories such as:

C:\Program Files (x86)
C:\Program Files
C:\Users\ \AppData\Local
C:\Users\ \AppData\Roaming

They as long as you don't rush and read cheerfully the files you should be fine.

Note there are more options for apps to store data/files but it depends of the program
Ðyros Aenocyon 2 月 20 日 上午 6:27 
On a different note, Where to go to look if there is left behind content from long since deleted programs? Is there a script for listing things that have no connection or is there a place in my pc where I can manually take a look at it?:pandastunned: