A simple DLL injector and anti-cheat disabler for Marvel Rivals made entirely in Python.
Tutorial video coming soon™
- Ability to select a dll for injection and inject it
- Ability to select an injection method
- For now it only supports LoadLibraryA
- Ability to disable the Anti-Cheat for Marvel Rivals
Every game update a few dll's get added to the game files that can cause GPU crashes for some users when using internal hacks. Search and delete/rename these dll's in your game files.
Also, make sure you have this command in your launch options:
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %command%"
- Refer to the build instructions or install/extract the latest release
.zip
file - Run
JeffInjector.exe
as administrator - Click the
Select
button and navigate to your DLL - Click the
Enabled
button besideAnti-Cheat Status
. Once this button saysDisabled
the anti-cheat has been disabled. - Press the
Inject
button to inject your dll
- Clone the repository
- Create a Python environment and activate it
- Install the requirements via
pip install -r requirements.txt
- Install the extra dependency of pyMeow via
pip install lib/pyMeow-1.73.42.zip
- This zip file is already included in the repo under the
lib
folder
- This zip file is already included in the repo under the
- You can now run the project with
python main.py
or build the exe into thedist
folder with the command:pyinstaller --onefile --icon=resources/JEFF.ico --name "JeffInjector" --windowed main.py
build.bat
- Builds Jeff and opens the folder with the exeRandomizeMAC.ps1
- Changes your MAC Adress, used by MR to Ban AccountsremoveDLLs.bat
- Removes the unwanted dlls from the MR Steam install * Jeff will do this if opened before MR