Mortal Kombat 11 - table v: 1.0.8 CT

Upload your cheat tables here (No requests)
Stalker4589
Cheater
Cheater
Posts: 33
Joined: Wed Apr 24, 2019 11:12 pm
Reputation: 6

Re: Mortal Kombat 11

Post by Stalker4589 »

SunBeam wrote:
Fri Apr 26, 2019 3:31 pm
Don't think so; someone is teleporting there :P
It's rain water teleport 100%

Image

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
Lashley
Expert Cheater
Expert Cheater
Posts: 127
Joined: Fri Oct 13, 2017 9:53 am
Reputation: 7

Re: Mortal Kombat 11

Post by Lashley »

SunBeam wrote:
Fri Apr 26, 2019 2:13 pm
Wibblecakes wrote:
Fri Apr 26, 2019 1:59 pm
as good at cheat engine as you.
I wish it were only Cheat Engine.. that's my problem. Self-sufficiency. Then they're the ones PMing me asking me how to do this and that, how I got to know this much and so on. If in today's world not even a VIDEO with some MEGA pointers in the right direction is considered "obnoxious", then fuck it. I'll just show the conclusion, no more attempts at indirect teachings. I'll keep your name and post in Notepad, so when people ask me why I stopped posting detailed information, I will refer them to just that ;)

Yeah, am sure you'll struggle through the calvary of scanning, editing, crashing, etc. till you drop dead, then wait for days, weeks till someone like Tim spends money from his pocket to buy the game and feed your OCD-istic asses. What does he get in return? "Thanks" in text form? If 15$ for a trainer is much, consider his attitude and what he did when you think of some form of compensation for his work; money isn't always an object (can be a hundred other things).

BR,
Sun
Although I get your point, you're not exactly proving him wrong with this post.

sixonesix
Cheater
Cheater
Posts: 32
Joined: Fri Apr 26, 2019 11:36 am
Reputation: 1

Re: Mortal Kombat 11

Post by sixonesix »

Ok, so apparently I screwed up with writing a way to big negative number in one of the Kronika chests, and now I'm constantly at 0 coins, even if I get some of them :^)
Anybody has an idea how to fix it? Thanks :^)

Anfraxx
Cheater
Cheater
Posts: 32
Joined: Wed Feb 06, 2019 1:17 pm
Reputation: 1

Re: Mortal Kombat 11

Post by Anfraxx »

Stalker4589 wrote:
Fri Apr 26, 2019 2:43 pm
Anfraxx wrote:
Fri Apr 26, 2019 2:27 pm
Need help pls (deleted to not have huge chain)
This is really simple now thanks to Sun and Tim

Open cheat engine

Press Ctrl+Alt+A

Paste

Code: Select all

{
	Process			: MK11.exe  -  (x64)
	Module			: MK11.exe
	Game Title		: MK11
	Game Version	: 1.0.0.0
	CE Version		: 6.83
	Script Version	: 0.0.1
	Date			: 04/26/19
	Author			: ShyTwig16
	Name			: KryptChestCheckHook

	Krypt Chest Check Hook
}

{$STRICT}

define(address, MK11.exe+8E5DD1F)
define(bytes, 83 BB 28 04 00 00 FF)

////
//// ------------------------------ ENABLE ------------------------------
[ENABLE]
aobScanModule(aobKryptChestCheckHook, MK11.exe, F7xxxxxxxxxxxxxxxxxx0F85xxxxxxxx83xxxxxxxxxxxx74xx83xxxxxxxxxxxx74xx83xxxxxxxxxxxx0F85xxxxxxxx83xxxxxxxxxxxx0F85xxxxxxxx83)
define(injKryptChestCheckHook, aobKryptChestCheckHook+10)
assert(injKryptChestCheckHook, bytes)
registerSymbol(injKryptChestCheckHook)

alloc(memKryptChestCheckHook, 0x400, injKryptChestCheckHook)

label(ptrKryptChestCheckHook)
registerSymbol(ptrKryptChestCheckHook)

label(n_code)
label(o_code)
label(exit)
label(return)

memKryptChestCheckHook:
	ptrKryptChestCheckHook:
		dq 0
	align 10 CC
	n_code:
		push rax
		mov [ptrKryptChestCheckHook],rbx
		or byte ptr [rbx+D0],08
		cmp dword ptr [rbx+488],00
		je @f
			mov dword ptr [rbx+488],01
			jmp o_code
		@@:
		cmp dword ptr [rbx+4B8],00
		je @f
			mov dword ptr [rbx+4B8],01
			jmp o_code
		@@:
		mov rax,[rbx+1C8]
		test rax,rax
		jz o_code
			cmp dword ptr [rax+10],00
			je @f
				mov dword ptr [rax+10],01
				jmp o_code
			@@:
	o_code:
		cmp dword ptr [rbx+00000428],-01
	exit:
		pop rax
		jmp return


////
//// ---------- Injection Point ----------
injKryptChestCheckHook:
	jmp n_code
	nop
	nop
	return:


////
//// ------------------------------ DISABLE ------------------------------
[DISABLE]
////
//// ---------- Injection Point ----------
injKryptChestCheckHook:
	db bytes

unregisterSymbol(injKryptChestCheckHook)

unregisterSymbol(ptrKryptChestCheckHook)

dealloc(memKryptChestCheckHook)

{
//// Injection Point: MK11.exe+8E5DD1F  -  0000000148E5DD1F
//// AOB address: 0000000148E5DD0F  -  MK11.exe+8E5DD0F
//// Process: MK11.exe  -  0000000140000000
//// Module: MK11.exe  -  0000000140000000
//// Module Size: 0000000017EBE000
MK11.exe+8E5DCCE:  48 8B 0C 24                 -  mov rcx,[rsp]                      
MK11.exe+8E5DCD2:  48 8D 64 24 08              -  lea rsp,[rsp+08]                   
MK11.exe+8E5DCD7:  9D                          -  popfq                              
MK11.exe+8E5DCD8:  53                          -  push rbx                           
MK11.exe+8E5DCD9:  48 8D 1D F0DF2101           -  lea rbx,[14A07BCD0]                [245C8948]
MK11.exe+8E5DCE0:  48 87 1C 24                 -  xchg [rsp],rbx                     
MK11.exe+8E5DCE4:  C3                          -  ret                                
MK11.exe+8E5DCE5:  4C 8D 3D B03B5C0E           -  lea r15,[15742189C]                [8D4C3289]
MK11.exe+8E5DCEC:  41 FF E3                    -  jmp r11                            
MK11.exe+8E5DCEF:  3D 48894C24                 -  cmp eax,244C8948                   [(float)-0.0304]
MK11.exe+8E5DCF4:  08 53 48                    -  or [rbx+48],dl                     
MK11.exe+8E5DCF7:  83 EC 70                    -  sub esp,70                         
MK11.exe+8E5DCFA:  48 89 CB                    -  mov rbx,rcx                        
MK11.exe+8E5DCFD:  31 D2                       -  xor edx,edx                        
MK11.exe+8E5DCFF:  31 C9                       -  xor ecx,ecx                        
MK11.exe+8E5DD01:  E8 3AB25DF7                 -  call 140438F40                     
MK11.exe+8E5DD06:  48 85 C0                    -  test rax,rax                       
MK11.exe+8E5DD09:  0F84 47050000               -  je 148E5E256                       
MK11.exe+8E5DD0F:  F7 83 D0000000 00000200     -  test [rbx+000000D0],20000          <<<--- AOB Starts Here
MK11.exe+8E5DD19:  0F85 37050000               -  jne 148E5E256                      
////  INJECTING START  ----------------------------------------------------------
MK11.exe+8E5DD1F:  83 BB 28040000 FF           -  cmp dword ptr [rbx+00000428],-01   
////  INJECTING END  ----------------------------------------------------------
MK11.exe+8E5DD26:  74 30                       -  je 148E5DD58                       
MK11.exe+8E5DD28:  83 BB 58040000 FF           -  cmp dword ptr [rbx+00000458],-01   
MK11.exe+8E5DD2F:  74 27                       -  je 148E5DD58                       
MK11.exe+8E5DD31:  83 BB 88040000 00           -  cmp dword ptr [rbx+00000488],00    
MK11.exe+8E5DD38:  0F85 18050000               -  jne 148E5E256                      
MK11.exe+8E5DD3E:  83 BB B8040000 00           -  cmp dword ptr [rbx+000004B8],00    
MK11.exe+8E5DD45:  0F85 0B050000               -  jne 148E5E256                      
MK11.exe+8E5DD4B:  83 BB E8040000 00           -  cmp dword ptr [rbx+000004E8],00    
MK11.exe+8E5DD52:  0F85 FE040000               -  jne 148E5E256                      
MK11.exe+8E5DD58:  48 89 6C 24 68              -  mov [rsp+68],rbp                   
MK11.exe+8E5DD5D:  48 8B 2D 1C5320FA           -  mov rbp,[143063080]                [74E4B940]
MK11.exe+8E5DD64:  48 89 AC 24 98000000        -  mov [rsp+00000098],rbp             
MK11.exe+8E5DD6C:  48 85 ED                    -  test rbp,rbp                       
MK11.exe+8E5DD6F:  0F84 DC040000               -  je 148E5E251                       
MK11.exe+8E5DD75:  48 89 D9                    -  mov rcx,rbx                        
MK11.exe+8E5DD78:  E8 D3EB98F7                 -  call 1407EC950                     
MK11.exe+8E5DD7D:  83 F8 05                    -  cmp eax,05                         
MK11.exe+8E5DD80:  0F84 CB040000               -  je 148E5E251                       
MK11.exe+8E5DD86:  48 83 BB C8010000 00        -  cmp qword ptr [rbx+000001C8],00    
MK11.exe+8E5DD8E:  0F85 BD040000               -  jne 148E5E251                      
//// Template: I2CEA_AOBFullInjectionWithValues
//// Generated with: I2 Cheat Engine Auto Assembler Script Template Generator
//// Code Happy, Code Freely, Be Awesome.
}

Hit execute
On the prompt asking if you want to open an address or w.e click no
Go to game and walk to a chest and then away and back again
It will now cost 1 currency
This worked perfectly, thanks to all who contributed and to you for pointing it out to me and how to use it.

famasowner
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Apr 26, 2019 5:15 pm
Reputation: 0

Re: Mortal Kombat 11

Post by famasowner »

I'm having issues with cheat engine saying "module not found: mk11.exe" when I paste the code into it and hit execute...

I must be doing something very wrong, but I am definitely new to this. Curse them for making the grind for MK11 so insane lol

Hyoga
Noobzor
Noobzor
Posts: 13
Joined: Fri Mar 02, 2018 3:54 pm
Reputation: 0

Re: Mortal Kombat 11

Post by Hyoga »

famasowner wrote:
Fri Apr 26, 2019 5:17 pm
I'm having issues with cheat engine saying "module not found: mk11.exe" when I paste the code into it and hit execute...

I must be doing something very wrong, but I am definitely new to this. Curse them for making the grind for MK11 so insane lol
Is your game already running?

famasowner
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Apr 26, 2019 5:15 pm
Reputation: 0

Re: Mortal Kombat 11

Post by famasowner »

Hyoga wrote:
Fri Apr 26, 2019 5:24 pm
famasowner wrote:
Fri Apr 26, 2019 5:17 pm
I'm having issues with cheat engine saying "module not found: mk11.exe" when I paste the code into it and hit execute...

I must be doing something very wrong, but I am definitely new to this. Curse them for making the grind for MK11 so insane lol
Is your game already running?
Yeah so I just figured that when I run the game in administrator mode, the error goes away, BUT, now it gives me "you only have one enable section" as an error. I bought the game through Steam if that matters

EDIT: I just deleted all the code and repasted it, now I still have the MK11.exe error. I'm at a loss lol
EDIT2: Okay im just stupid. I forgot to scan for the game in Cheat Engine. LMAO, it works perfectly now. Thank you!

sixonesix
Cheater
Cheater
Posts: 32
Joined: Fri Apr 26, 2019 11:36 am
Reputation: 1

Re: Mortal Kombat 11

Post by sixonesix »

They just an released an update for 262.4 MBs
UPD: Tim's table doesn't work anymore :^(

Wibblecakes
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Apr 25, 2019 1:21 am
Reputation: 1

Re: Mortal Kombat 11

Post by Wibblecakes »

SunBeam wrote:
Fri Apr 26, 2019 2:13 pm
Wibblecakes wrote:
Fri Apr 26, 2019 1:59 pm
as good at cheat engine as you.
I wish it were only Cheat Engine.. that's my problem. Self-sufficiency. Then they're the ones PMing me asking me how to do this and that, how I got to know this much and so on. If in today's world not even a VIDEO with some MEGA pointers in the right direction is considered "obnoxious", then fuck it. I'll just show the conclusion, no more attempts at indirect teachings. I'll keep your name and post in Notepad, so when people ask me why I stopped posting detailed information, I will refer them to just that ;)

Yeah, am sure you'll struggle through the calvary of scanning, editing, crashing, etc. till you drop dead, then wait for days, weeks till someone like Tim spends money from his pocket to buy the game and feed your OCD-istic asses. What does he get in return? "Thanks" in text form? If 15$ for a trainer is much, consider his attitude and what he did when you think of some form of compensation for his work; money isn't always an object (can be a hundred other things).

BR,
Sun
Yeah I get it, you made a helpful video and people didn't pay it attention because it involved doing more advanced hacking that probably is intimidating for people who haven't even tried CE before until just now. What was obnoxious is the way you start hammering people in abusive and very "I'm better than you, you plebs" kind of manner.

That's what is obnoxious. You shared your methods, gave folks some extra tools to work with - cool, thanks! Some might use it, some might not. Was gonna say why go on a rant over that - let people do what people do, you did your part, stop bitching and preaching from your high horse saddle when people choose not to use your methods, even if they are superior. Makes you come off as very self-righteous and quite frankly childish.

THAT SAID! If people keep spamming you for answers and help even after you've provided them in video form and whatnot then yeah, I get ya. That gets old real fast. Hard not to lash out eventually, and to some degree rightfully so. That's the side of the story I wasn't aware of, I'd get pissy too. It's frustrating being made to feel that your contribution and work goes unappreciated. Human feelings man, we all have em.

famasowner
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Apr 26, 2019 5:15 pm
Reputation: 0

Re: Mortal Kombat 11

Post by famasowner »

sixonesix wrote:
Fri Apr 26, 2019 5:35 pm
They just an released an update for 262.4 MBs
UPD: Tim's table doesn't work anymore :^(
I havent closed the game yet thank god lol

It's still working for me atm but if I reload it probably wont

hunghung7514
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Apr 26, 2019 4:47 am
Reputation: 0

Re: Mortal Kombat 11

Post by hunghung7514 »

sixonesix wrote:
Fri Apr 26, 2019 4:07 pm
Ok, so apparently I screwed up with writing a way to big negative number in one of the Kronika chests, and now I'm constantly at 0 coins, even if I get some of them :^)
Anybody has an idea how to fix it? Thanks :^)
You greedy bastard :D

sixonesix
Cheater
Cheater
Posts: 32
Joined: Fri Apr 26, 2019 11:36 am
Reputation: 1

Re: Mortal Kombat 11

Post by sixonesix »

hunghung7514 wrote:
Fri Apr 26, 2019 6:26 pm
sixonesix wrote:
Fri Apr 26, 2019 4:07 pm
Ok, so apparently I screwed up with writing a way to big negative number in one of the Kronika chests, and now I'm constantly at 0 coins, even if I get some of them :^)
Anybody has an idea how to fix it? Thanks :^)
You greedy bastard :D
The more shekels sixonesix has, the more happy sixonesix is :^)
But really, sweet lord Jesus, what do I do in that situation?

TimFun13
Expert Cheater
Expert Cheater
Posts: 1354
Joined: Fri Mar 03, 2017 12:31 am
Reputation: 6

Re: Mortal Kombat 11 - table v: 1.0.1 CT

Post by TimFun13 »

Stalker4589 wrote:
Fri Apr 26, 2019 1:48 pm
Looking good.

Would a No Clip be possible for the krypt?
Maybe, I'll have to think about how to make that one. No health really, seems like one hit kills you. But maybe with the coord's or the object dumper.

TimFun13
Expert Cheater
Expert Cheater
Posts: 1354
Joined: Fri Mar 03, 2017 12:31 am
Reputation: 6

Re: Mortal Kombat 11

Post by TimFun13 »

Wibblecakes wrote:
Fri Apr 26, 2019 1:59 pm
...
Dude, chill. You have a pretty severe superiority syndrome mate, get over yourself. Let people do what they want and you just do you. Why do you have to talk down to everyone just because they don't follow the more advanced techniques you use? Stop being so obnoxious towards folks for not being as good at cheat engine as you.
...
If no one ever pushes you, how will you advance. SunBeam pushes a lot but if you just try, he can be pretty cool. I know I get lazy sometimes, and a swift kick in the ass tends to help me put in more effort.

sixonesix wrote:
Fri Apr 26, 2019 5:35 pm
They just an released an update for 262.4 MBs
UPD: Tim's table doesn't work anymore :^(
I'm home now so will update it first, then start working on more.

TimFun13
Expert Cheater
Expert Cheater
Posts: 1354
Joined: Fri Mar 03, 2017 12:31 am
Reputation: 6

Re: Mortal Kombat 11 - table v: 1.0.2 CT

Post by TimFun13 »

Table Updated:
  • v 1.0.2: Updated to latest game version.

Locked

Who is online

Users browsing this forum: anewsmsng, biosolidsnake, Biqjunior, dospec, Drugga, Google [Bot], Google Adsense [Bot], jonaaa, liqSTAR, MAKROZ, Noire Blackheart, Raijinken, Rfenich, SpencerEsquire, wowzer