Skip to content

Commit 5603712

Browse files
committed
2 parents 8bf37b3 + ada6928 commit 5603712

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
## Elden Ring EAC Toggler
2-
Simple tool which lets you easily enable and disable EasyAntiCheat for Elden Ring.
1+
# Elden Ring EAC Toggler
2+
Simple convenience tool which lets you easily enable and disable EasyAntiCheat for Elden Ring. **Note:** disabling EAC forces the game into offline mode.
33

4-
Using this tool should be the preferred method of disabling EasyAntiCheat as the old method where you replace "start_protected_game.exe" with a copy of "eldenring.exe" will cause issues after a game update. Using the old method, if you launch the game through Steam after the game has been updated, it will launch the game using the old copy of the executable (That is, start_protected_game.exe), effectively making you play an older game version. Other methods also have downsides.
4+
## Why use this tool?
5+
Using this tool has some advantages over other methods:
6+
- It ensures the anti-cheat will not launch no matter how you start the game.
7+
- It is faster than toggling it manually.
8+
- It will not cause issues after a game update (unless start_protected_game.exe is patched in the update).
9+
- It can automatically toggle Elden Mod Loader mods.
510

6-
winhttp.dll is simply a dummy proxy .dll whose only function is to stop EasyAntiCheat from loading if a game update replaces our modified "start_protected_game.exe" with the original EasyAntiCheat executable (which I'm pretty sure it doesn't do every time). In that case, EAC will stop the game on startup because of the untrusted system file "winhttp.dll".
11+
## Winhttp.dll
12+
winhttp.dll is simply a dummy proxy .dll whose only function is to stop EasyAntiCheat from loading if a game update replaces our modified "start_protected_game.exe" with the original EasyAntiCheat executable. In which case EAC will refuse to let the game launch because of the untrusted system file "winhttp.dll".
713

14+
## Download
815
Download link: [NexusMods](https://www.nexusmods.com/eldenring/mods/90)
916

1017
![Anti-cheat disabled](https://github.com/techiew/EldenRingEacToggler/blob/master/picture.png)

0 commit comments

Comments
 (0)