On the 22-DEC-2021, I was banned. Disputed with footage of me playing. Rejected after an "investigation" (that clearly never happened).
The day before I was banned, I had uploaded this footage:
https://www.youtube.com/watch?v=tUGsC🤭T9W0
Which is an edited clip of this Nvidia Instant Replay of gameplay on the 22nd DEC 2021:
https://www.youtube.com/watch?v=rXQIMwXqIpM
I also have Nvidia Instant Replay of gameplay from the 19th DEC 2021:
https://www.youtube.com/watch?v=iDqiB0YK-o0
If they had done a proper "investigation" they would see that all my games since launch have been bang average and unspectacular, just like the footage above.
I have other "highlight" clips between Launch and Ban.
https://www.youtube.com/watch?v=wVxY251I4sU
https://www.youtube.com/watch?v=Za2iPiX_Dwk
https://www.youtube.com/watch?v=4fXKLcyGRac
https://www.youtube.com/watch?v=DqMa9Zo070c
These are what I consider highlights and they think I'm cheating? It's absurd. And I've paid for the GOLD edition of this game, so I've not only been banned for TOS violations I did not commit but also not received or experienced content I've paid for (Season Pass). I definitely feel robbed.
I have only played in All Out Warfare - Conquest, Breakthrough (MP and Solo) modes and the featured Rush mode (during the promotional event), which I think is a Portal Mode. I've been very vanilla since launch and not tried any of the Portal stuff, I figured I'd do that when I actually start to get bored of the main game - guess that will never happen now.
There are some theories that background apps may be triggering false positives as cheats. This is pure speculation but I've seen people talk about iCUE and NZXT hardware monitoring apps. I don't use any of those but I'll list what I have and what I run. I've been using these same apps in the background for the past 10 years and without issue in any games including BF3, BF4, BF1, and BFV.
Hardware interface apps: Nvidia Settings, EVGA Precision X1, G.Skill Trident Z Lighting Control, Samsung Magician, Elgato Camera Hub, Elgato Wave Link, Tobii Experience.
Other Backgroud apps running: Google Drive, Telegram, Steam, GoG, qBittorrent, MEGAsync, Internet Download Manager, CCleaner, AutoHotkey, Tobii Game Hub.
Input devices: Input Club Kira mechanical keyboard, Glorious Model O mouse, Tobii Eye Tracker, Elgato Facecam Elgato, Wave 3 microphone, Thrustmaster Warthog HOTAS (Hands on Throttle & Stick), MFG Crosswinds Pedals
My biggest concern right now is IF Easy Anti-Cheat is flagging me for "cheating" with my current setup, then I am at risk in many other games since Easy Anti-Cheat is very popular. And I have far more valuable games I play with EAC.
So the only thing I run that I can see would perhaps raise an eyebrow is AutoHotkey? I've had the same script running in the background for a DECADE and never had an issue before, so I don't see why it would trigger it. I run a script that helps me with accessibility and functions on my PC for ease. The script is below:
#NoEnv
#Warn
#Persistent
#SingleInstance force
SendMode Input
^SPACE:: Winset, Alwaysontop, , A
// CTRL+SPACE makes the active window always on top, this is useful for me for work when I have multiple windows open and overlaying.
#IfWinActive, Bethesda.net Launcher
::password::
SendRaw, *************************
Return
// when Bethesda Launcher is open, typing "password", types my actual password instead.
#IfWinActive, Dauntless Launcher
::password::
SendRaw, *****************
// when Dauntless Launcher is open, typing "password", types my actual password instead.
#IfWinActive, Dragon Age II - v1.04
::password::
SendRaw, ************
Return
// when Dragon Age 2 is open, typing "password", types my actual password instead.
#IfWinActive, Elder Scrolls Online
::password::
SendRaw, *****************
Return
// when Elder Scrolls Online is open, typing "password", types my actual password instead.
#IfWinActive, Guild Wars 2
!Tab::
Return
// when Guild Wars 2 is open, ALT-TAB is disabled (because Alt is my dodge and Tab is targeting).
#IfWinActive, Titanfall 2
!Tab::
Return
// when Titanfall 2 is open, ALT-TAB is disabled (because Alt is my slide and Tab is scoreboard).
#IfWinActive, LINE
:*:password::
SendRaw, *************
Return
// when LINE app is open, typing "password", types my actual password instead.
#IfWinActive, Overwatch
:*:password::
SendRaw, ************
Return
// when Overwatch is open, typing "password", types my actual password instead.
#IfWinActive, RSI Launcher
:*:password::
SendRaw, ***********************************
Return
// when RSI Launcher is open, typing "password", types my actual password instead.
#IfWinActive, STAR WARS™: The Old Republic™
::password::
SendRaw, ************
Return
// when SWTOR launcher is open, typing "password", types my actual password instead.
#IfWinActive, The Incredible Adventures of Van Helsing Final Cut
:*:password::
SendRaw, *****************
Return
// when Van Helsing launcher is open, typing "password", types my actual password instead.
#IfWinActive, Torchlight II
:*:password::
SendRaw, **************
Return
// when Torchlight II launcher is open, typing "password", types my actual password instead.
#IfWinActive, WARFRAME
:*:password::
SendRaw, *****************
Return
// when Warframe launcher is open, typing "password", types my actual password instead.
So I guess if you're running AHK, be careful.Or if you are running AHK without issue, let me know, so I know I can know it's probably not AHK that is getting me flagged, because EA are useless and just messing over some legitimate fans.