WWE 2K22

Upload your cheat tables here (No requests)
rikkai
Expert Cheater
Expert Cheater
Posts: 117
Joined: Tue Jan 29, 2019 9:42 am
Reputation: 13

Re: WWE 2K22

Post by rikkai »

thank you

for example
246 Mankind 008F 246 00F6

how to find him in the unlocks all cem?

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

rjhelms84
Novice Cheater
Novice Cheater
Posts: 22
Joined: Tue Mar 29, 2022 12:00 pm
Reputation: 9

Re: WWE 2K22

Post by rjhelms84 »

For mankind search for "F6 00 8F 00" in cheat engine

rikkai
Expert Cheater
Expert Cheater
Posts: 117
Joined: Tue Jan 29, 2019 9:42 am
Reputation: 13

Re: WWE 2K22

Post by rikkai »

thanks.

JediahLongtree
Expert Cheater
Expert Cheater
Posts: 51
Joined: Fri Mar 25, 2022 4:44 am
Reputation: 16

Re: WWE 2K22

Post by JediahLongtree »

So I tried to insert Mankind to be unlocked
-- Mankind

aobresult = AOBScan("F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 01 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult, 16) + 34,0x01)

end

aobresult.destroy()
aobresult=nil
print("unlocked Mankind")
else
print("No results found")
end
But it came up with no results , is the AOB wrong?

rjhelms84
Novice Cheater
Novice Cheater
Posts: 22
Joined: Tue Mar 29, 2022 12:00 pm
Reputation: 9

Re: WWE 2K22

Post by rjhelms84 »

JediahLongtree wrote:
Thu Apr 21, 2022 7:45 pm
But it came up with no results , is the AOB wrong?
You were very close, just one digit wrong. The AOB, before it is changed is:
F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 00

for some reason you had "01 00" at the end, instead of just "00"

AEKCarlos
Cheater
Cheater
Posts: 48
Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6

Re: WWE 2K22

Post by AEKCarlos »

Umaga for example, ends in 01, in this case what should I do?

MikeNeedsCheats
Expert Cheater
Expert Cheater
Posts: 162
Joined: Wed Apr 19, 2017 2:54 am
Reputation: 61

Re: WWE 2K22

Post by MikeNeedsCheats »

AEKCarlos wrote:
Thu Apr 21, 2022 10:16 pm
Umaga for example, ends in 01, in this case what should I do?
00 the rest of the bytes up until 01. that'll unlock him early.

WWE_Fanatic3
Expert Cheater
Expert Cheater
Posts: 145
Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9

Re: WWE 2K22

Post by WWE_Fanatic3 »

Hi I tried with Mankind but even with the fix it still didnt unlock him and make him appear.

Immortal69
Noobzor
Noobzor
Posts: 14
Joined: Thu Mar 24, 2022 11:53 pm
Reputation: 4

Re: WWE 2K22

Post by Immortal69 »

On this script old shawn not workn

WWE_Fanatic3
Expert Cheater
Expert Cheater
Posts: 145
Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9

Re: WWE 2K22

Post by WWE_Fanatic3 »

Immortal69 wrote:
Fri Apr 22, 2022 6:08 am
On this script old shawn not workn
same for me. mankind isn't working either

AEKCarlos
Cheater
Cheater
Posts: 48
Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6

Re: WWE 2K22

Post by AEKCarlos »

For Shawn Michaels, search HBK ‘18

HeziTheGreat
Cheater
Cheater
Posts: 25
Joined: Sun Apr 10, 2022 7:51 am
Reputation: 3

Re: WWE 2K22

Post by HeziTheGreat »

Code: Select all

-- yokozuna

local aobresult = AOBScan("C6 03 D6 01 C6 03 C1 0F 00 00 D9 AC A0 06 9E F4 4E 60 3F E3 02 13 F1 79 CC DF 2E 15 53 FA 9D 7B 7F 7D 01");
if (aobresult~=nil) then 
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 35,0x0)

end

aobresult.destroy()
aobresult=nil
print("unlocked yokozuna")
else
print("No results found")
end

-- Dijakovic

local aobresult = AOBScan("96 03 A6 01 96 03 53 10 00 00 BB DA B5 D0 9A F7 80 21 5D 95 17 C5 93 0F D9 09 4C 63 46 2C 8C 4A 07 51 00");
if (aobresult~=nil) then   91 00 79 00 6D 01 1A 0F 00 00 06 51 E4 0A 27 7C D1 FB E0 1E 46 1F 2E 84 88 D3 F1 E8 17 F6 31 C1 56 8B 00
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 34,0x01)

end

aobresult.destroy()
aobresult=nil
print("unlocked dijakovic")
else
print("No results found")
end

-- mankind
local aobresult = AOBScan("F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 00");
if (aobresult~=nil) then   
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 34,{0x1, 0x00})

end

aobresult.destroy()
aobresult=nil
print("unlocked mankind")
else
print("No results found")
end

-- hbk 97

local aobresult = AOBScan("91 00 79 00 6D 01 1A 0F 00 00 06 51 E4 0A 27 7C D1 FB E0 1E 46 1F 2E 84 88 D3 F1 E8 17 F6 31 C1 56 8B 00");
if (aobresult~=nil) then   
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 34,0x01)

end

aobresult.destroy()
aobresult=nil
print("unlocked hbk 97")
else
print("No results found")
end

-- farooq 98

local aobresult = AOBScan("31 01 A3 00 AD 03 58 0F 00 00 D7 62 01 0B F6 4F 34 FA 31 2D A3 1E FF B7 6D D2 20 DB F2 F7 9D 7B 7F 7D 00");
if (aobresult~=nil) then   
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 34,0x01)

end

aobresult.destroy()
aobresult=nil
print("unlocked farooq 98")
else
print("No results found")
end

-- farooq 98

local aobresult = AOBScan("31 01 A3 00 AD 03 58 0F 00 00 D7 62 01 0B F6 4F 34 FA 31 2D A3 1E FF B7 6D D2 20 DB F2 F7 9D 7B 7F 7D 00");
if (aobresult~=nil) then   
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 34,0x01)

end

aobresult.destroy()
aobresult=nil
print("unlocked farooq 98")
else
print("No results found")
end
Last edited by HeziTheGreat on Sat Apr 23, 2022 2:49 pm, edited 1 time in total.

AEKCarlos
Cheater
Cheater
Posts: 48
Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6

Re: WWE 2K22

Post by AEKCarlos »

MikeNeedsCheats wrote:
Thu Apr 21, 2022 11:21 pm
AEKCarlos wrote:
Thu Apr 21, 2022 10:16 pm
Umaga for example, ends in 01, in this case what should I do?
00 the rest of the bytes up until 01. that'll unlock him early.
If I'm not wrong, his AOB is C7 03 D7 01 C7 03 58 0F 00 00 DA 2F CB F4 9D 77 25 92 3C 60 69 E1 F2 FA A7 2D 2D 96 38 08 9D 7B 7F 7D 01 01

What you want me to do is this? 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01

Because I tried it and it didn't work :(

Darkness Muta
Expert Cheater
Expert Cheater
Posts: 73
Joined: Thu Jan 09, 2020 9:48 pm
Reputation: 9

Re: WWE 2K22

Post by Darkness Muta »

HeziTheGreat wrote:
Fri Apr 22, 2022 10:05 am
Here are a couple lua scripts for mankind and hbk 97

-- mankind
local aobresult = AOBScan("F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult, 16) + 34,0x1)

end

aobresult.destroy()
aobresult=nil
print("unlocked mankind")
else
print("No results found")
end


For Mankind his AOB is

F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 00 01

and needs to become

F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 01 00

to unlock him as your script pops up an error for me. I can unlock Mankind manually by changing the last 2 sections but I am not sure how to do a lua script that changes the last 2 sections to the correct numbers so if someone knows how to do that it would be useful.

rjhelms84
Novice Cheater
Novice Cheater
Posts: 22
Joined: Tue Mar 29, 2022 12:00 pm
Reputation: 9

Re: WWE 2K22

Post by rjhelms84 »

Darkness Muta wrote:
Fri Apr 22, 2022 10:34 am
For Mankind his AOB is

F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 00 01

and needs to become

F6 00 8F 00 F6 00 58 0F 00 00 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 C6 3A 74 95 32 42 3D 79 01 00

to unlock him as your script pops up an error for me. I can unlock Mankind manually by changing the last 2 sections but I am not sure how to do a lua script that changes the last 2 sections to the correct numbers so if someone knows how to do that it would be useful.
I don't think you need to change the last 2 sections, you just need to change the 00 to 01, but I can't remember what the byte after the unlock byte is now, been a while since I looked, so if you really want to change both the last 2 bytes, then just modify the writeBytes method to this:

writeBytes(tonumber(aobresult, 16) + 34,{0x1, 0x00})

The number 34 in this method refers to the number of bytes after the first byte of the data you searched from, if that is useful.
So this method will start overwriting memory 34 bytes after the starting F6 for mankind. And then with "{0x1, 0x00}" you can write it whatever byte data you want from this point.

Post Reply

Who is online

Users browsing this forum: archerxxvii, CEplusAHK, dogrider99, DotBot, Fazuul, Google [Bot], jfzavala2020, OneCleanCut, vinny2k