It will happen when the game is fucked with poor performance due to those stupid scanners. Or they may be using this dissimulation till they properly implement the server-sided checks
Can confirm this is working post-5/31 patch. Have not received a ban yet, so we'll see if that holds up.
How did you get it to work?... When I hit "unlock char", it gives me some error then says it worked. After that, I hit the unlock gear tab, and it spits out...
Spoiler
"AutoIt Error
Line 18341 (File "C:\Users\[...]\Desktop\mk11unlock_v1.1.exe"):
Error: Can not initialize a variable with itself.
...and then the game closes with:
Spoiler
Content validation error
Game data is corrupted, please verify game instalation integrity. File: Asset\BGND_KronikaHourGlass.xxx
PS: I've noticed others have similar errors, and it seems to correlate to ver. 1.1 of the unlocker -- whereas 1.0 may still work (to some degree). As such, if anyone has the 1.0 unlocker, re-uploading it would be much appreciated
It will happen when the game is fucked with poor performance due to those stupid scanners. Or they may be using this dissimulation till they properly implement the server-sided checks
From what I'm seeing on the MK11 Steam forum people are complaining about FPS drops, crashes on Kronia's Hourglass stage, the Krypt is pretty much broken, yup tons of stuff the anticheats broke. Dunno if it's wise to rollback to an earlier version
Yeah I'm getting the same with the unlocker. Lets me change koins etc but the other items in the other tabs brings up errors.
@Trolius previous version is linked in the video description on youtube. I can confirm that it does allow unlocking of all the bg icons and what not, announcer voices. Have to wait for an update for skins and things I guess.
Hi,can u guys help me
I tried to bypass anticheat (i use method getprocadresss) everything seems alright until when i tried to launch the game,it wont launch i have tried message method too,the result was same
As such, if anyone has the 1.0 unlocker, re-uploading it would be much appreciated
mk11unlock_v1.0.rar
very much appreciated. couldn't find this anywhere on youtube after it was updated to 1.1
just ran 1.0 successfully post May 31 patch. the fighter gear unlock worked, but the kombat kard unlocker did not work in-game (but ran successfully in the program)
LOL. Told you they would up their game Also.. did you see my post with patched .exe? No. I patched a DLL in the game's folder to kill the Denuvo scan thread creation. I'm pretty much assuming you can kill the other scanners in the same way. Like I discovered in Unity just 2 days ago, suffices to kill the thread scanning the game's executable code. The other scanners checking the protection's integrity may run untouched. That being said, find the thread dealing with the game. Ignore the rest checking up on Denuvo. And stop using sentences like "it's thread #17". You can't vouch that thread creation order is identical for everyone.
In short: the scanner(s) are custom code initialized via thread creation Unless they interposed those multiple ones with game's code (e.g.: function reading your Koins will run an integrity check when executed). Which may explain the poor performance.
Yes I understand that thread 17 isn't an indication, but I posted the thread's entry point as well so people can tell what I'm referring to. There's only 1 thread pointing to that entry point.