Home Artists Posts Import Register

Content

https://youtu.be/bfNBBkweydc

Added a new youtube video showing how to create an integrity check bypass for games that use them without the need for DBVM or StealthEdit (though these make things a lot easier than shown here. I may show a video on how to use those next)


Files

Integrity Check Bypass

Showing how to create an integrity check bypass for some games (The CE Graphical Tutorial specifically, but the method also works in other games) First find what accesses the code Optionally: Find what accesses the code that accesses the code (in case it's split up) Then copy the module memory Adjust the read instructions to read from the copy instead of the original (And make sure they all are changed at the same time) Check out CE's patreon: https://www.patreon.com/cheatengine I am the creator of the Cheat Engine Graphical Tutorial including the integrity check code used, and have given myself and everyone else permission to bypass the integrity check code in this application. Sourcecode of the Tutorial: https://github.com/cheat-engine/cheat-engine/tree/master/Cheat%20Engine/Tutorial/graphical Background music by Jesse Gallagher located in the "Free Music" youtube library

Comments

McDuvk

Also, why cant i launch cheat engine? i uninstalled it AND reinstalled it, i restarted my pc and it still wont start up

cheatengine

That's because you likely downloaded actual malware called "BadLion". It infects your system and watches everything you do. You need to uninstall it using their uninstaller and restart windows (not just shut down and back on, actual restart)

McDuvk

Oh umm badlion is a minecraft client

McDuvk

It takes up like 4% of my cpu and data but its for gameplay

McDuvk

i usually have it open

cheatengine

Besides the client itself it also installs a devicedriver that runs in the system space of windows. Everything you execute will be passed to that driver and then verified if itnshould be allowed or not. That will also eat some cpu, but wonxt show up as a specific process. (will be part of system). The driver isbin c:\windows\system32\drivers\badlionanticheat.sys. , but you can not delete it while it is in use (it starts before windows starts)

McDuvk

It tells me that the file is open in another program

cheatengine

Easiest is to run the badlion uninstaller that comes with badlion and then restart windows. Else check out https://www.badlion.net/forum/thread/248439 on how to remove it manually

Anonymous

I downloaded the exe listed here and without even installing it, my virus scanner went berserk. What’s the deal? Windows 10 user.

cheatengine

The exename contains the text "cheatengine" and is signed with my digital code signature. Some AV's do not look at the contents of a file, only at the name

FantasticWolf

Thanks a lot for these tutorials. I really hope you continue showing how to use some of the built-in tools people tend to not really know much about (especially the ones that don't have Wiki documentation).