Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoodbyeDpi effect COD Warzone game #172

Open
Wonyoung99 opened this issue Mar 31, 2020 · 15 comments
Open

GoodbyeDpi effect COD Warzone game #172

Wonyoung99 opened this issue Mar 31, 2020 · 15 comments

Comments

@Wonyoung99
Copy link

It seems you can't play COD Warzone if Goodbyedpi installed in your pc. How can i fix it this problem. I dont want uninstall goodbyedpi everytime when i play game.

@ValdikSS
Copy link
Owner

ValdikSS commented Apr 2, 2020

See #148.
This seems to be an issue with the game/anti-cheat, not with GoodbyeDPI. Please contact game tech support and describe the issue in details to them. There's nothing I can do about it.

@ValdikSS
Copy link
Owner

ValdikSS commented Apr 2, 2020

Just reported the issue at https://support.activision.com/contact-us, but I'm not sure if this is a proper contact form. It did not ask for my email address, so I don't expect that the message will be read by technical personal. The message was as follows:

I'm the author of GoodbyeDPI anti-censorship software which bypasses government Internet blocks.

It seems that Call of Duty series does not launch if GoodbyeDPI is running, or even if it's service is present but not running. I assume that game anti-cheat engine detects GoodbyeDPI as a cheat, which it is not.

Please see reports from users that Call of Duty BO4, Call of Duty MW 2019 and Call of Duty Warzone does not start and they have to remove (not just stop!) the service:
https://github.com/ValdikSS/GoodbyeDPI/issues/172
https://github.com/ValdikSS/GoodbyeDPI/issues/148

The reporter of the issue has recorded the video, please also check it:
https://www.youtube.com/watch?v=eOViixWjNIQ

Please fix your anti-cheat detection. GoodbyeDPI is not a cheat.
Contact me at [email protected] in case of additional questions, or write in these github issues.

@razcalzz
Copy link

it seems the anti-cheat detects WinDivert.dll as a cheat program, i've tested by disabling services:

  1. sc stop "GoodbyeDPI" unable to enter game note: WinDivert1.4 is running
  2. sc stop "GoodbyeDPI" + sc stop "WinDivert1.4" able to play the game

the game's anti-cheat does not like WinDivert1.4 it seems

@bugproof
Copy link

bugproof commented Jul 2, 2020

@razcalzz, of course, WinDivert driver can be used for cheating purposes e.g. to create ESP/radar hacks by intercepting packets with player positions or to modify packets as they go out to make e.g. perfect silent aimbot, teleport hack etc. if the game is vulnerable to these kinds of hacks and server accepts it. These kinds of hacks aren't common because packets are usually encrypted and you need to reverse-engineer decryption logic and decrypt them first.

@Owyn
Copy link

Owyn commented Dec 15, 2021

I tried playing CoD long ago, it reacted the same way to macro program I use for my mouse AutoHotKey,
but all you had to do - was to rename its file and CoD would no longer react...
Perhaps the same way would help here.

@ValdikSS
Copy link
Owner

ValdikSS commented Jan 4, 2022

Try with this build: https://github.com/ValdikSS/GoodbyeDPI/actions/runs/1653692403
It uses updated WinDivert 2.2.0 which calls its service just "WinDivert", without version number.
If the game checks exact service name as "WinDivert1.4", it may work on this version.

Make sure you don't have any other software which use older WinDivert version and make sure you've unloaded the driver first. cmd as administrator:

sc stop WinDivert1.4
sc delete WinDivert1.4
sc stop WinDivert
sc delete WinDivert

Please report whether this works.

@ValdikSS
Copy link
Owner

ValdikSS commented Jan 4, 2022

The developer of Easy Anti-Cheat reported that WinDivert should be unblocked, at least for RUST and SCUM game.
basil00/WinDivert#153 (comment)

Could anybody test whether this applies to Call of Duty?

@VladWinner
Copy link
Contributor

VladWinner commented Apr 30, 2022

Could anybody test whether this applies to Call of Duty?

Актуальные Call of Duty из Battle.net используют другой, некий внутренний античит (а Warzone и последняя часть франшизы — Vanguard — перешли на RICOCHET "kernel-level anti-cheat"). С последней версией (0.2.2) не наблюдаю никаких проблем при работе через .bat, а вот в виде службы Vanguard действительно вылетает через пару секунд.

@iDarkEmpire
Copy link

проблема актуальна на GoodbyeDPI v0.2.2

@ValdikSS
Copy link
Owner

@iDarkEmpire

проблема актуальна на GoodbyeDPI v0.2.2

Скачайте файы отсюда: https://github.com/ValdikSS/GoodbyeDPI/actions/runs/2070504898
Проявляется ли на них проблема?

@iDarkEmpire
Copy link

iDarkEmpire commented Jun 21, 2022

@iDarkEmpire

проблема актуальна на GoodbyeDPI v0.2.2

Скачайте файы отсюда: https://github.com/ValdikSS/GoodbyeDPI/actions/runs/2070504898 Проявляется ли на них проблема?

да актуальна, проявляется, античит детектит и закрывает игру через 30 сек примерно

@idan1109
Copy link

idan1109 commented Jul 1, 2022

@ValdikSS i have the exact same problem with my firewall app. i've even changed the service of the dll name but doesn't help. It is so stupid to detect this software as cheat. I think warzone is inspecting the installed drivers.

@alsnana
Copy link

alsnana commented Nov 16, 2022

The developer of Easy Anti-Cheat reported that WinDivert should be unblocked, at least for RUST and SCUM game. basil00/Divert#153 (comment)

Could anybody test whether this applies to Call of Duty?

Sorry for necroing about this.

Since the release of Warzone 2.0, trying to boot it up immediately crashes the game with no errors or anything (it made troubleshooting a nightmare and a huge waste of time to discover this program was the one holding the game from releaseing). I'm almost positive it effects Hunt: Showdown as well.

Seems like ending the both the service and goodbyedpi lets me play so I just made a batchfile to end goodbye and close the driver "WinDivert1.4" for the time being.

Annoying, but I guess that's modern anti cheat. I doubt it's goodbye's fault at this point. Thanks for this.

@SkyK0T
Copy link

SkyK0T commented Aug 1, 2024

Ёмае не увидел, и чего нет никакого решения ещё даже через костыли?

@Latgery
Copy link

Latgery commented Aug 4, 2024

Хелло. У меня после установки goodbyedpi заработал ютуб, но отвалилась возможность играть по сети в Dark souls 3 и Elden Ring. Конкретно в Элдене у меня случайным образом отваливается сеть, даже когда играю один. В Dark souls 3 я просто не могу подключиться к сети в главном меню. Как можно отключить goodbyedpi?
Когда я использую вот эти команды:
sc stop WinDivert1.4
sc delete WinDivert1.4
sc stop WinDivert
sc delete WinDivert
в командной строке пишет что служба не установлена/в настоящее время не принимает команды/служба отмечена для удаления

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests