WWE 2K22

Upload your cheat tables here (No requests)
zoxxy36
Expert Cheater
Expert Cheater
Posts: 86
Joined: Sun May 01, 2022 12:06 pm
Reputation: 5

Re: WWE 2K22

Post by zoxxy36 »

HeziTheGreat wrote:
Mon May 02, 2022 2:44 pm
zoxxy36 wrote:
Sun May 01, 2022 3:05 pm
Can you please share your save file bro?

i bought the game. my save wouldn't work for you.
I bought it too, i have two versions

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

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

Re: WWE 2K22

Post by HeziTheGreat »

zoxxy36 wrote:
Mon May 02, 2022 5:45 pm
I bought it too, i have two versions
You can't share steam saves. It's tied to the user ID.

CM Punk
Cheater
Cheater
Posts: 28
Joined: Fri Apr 29, 2022 2:56 am
Reputation: 10

Re: WWE 2K22

Post by CM Punk »

from Mike's Discord; a LUA Script to unlock all real wrestlers in the game. does not include DLC as he does not support piracy. If you need the DLC just use the last pastebin I linked. This script requires Mike's unlocker to be applied.

Code: Select all

-- Adam Pearce

local aobresult = AOBScan("B003C001B003580F0000C0ECDEC087B430A626A37CD5E839B21937552D3CF77C6C4103");
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")
else
print("No results found for Adam Pearce")
end

-- Alexa Bliss (MyRise)

local aobresult = AOBScan("B103C1016C020F0D0000C36FB532605D1FD32520172769A546FBB6C9D9DE76E098A300");
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")
else
print("No results found for Alexa Bliss")
end

-- Austin Theory (MyRise)

local aobresult = AOBScan("B203080295031A0F00009FE6A68EBECB937F79A9049BB733CA57685F5572A876140F00");
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")
else
print("No results found for Austin Theory")
end

-- Bret Hart (Current)

local aobresult = AOBScan("53039801B100F00E0000688938DF49A40D2E8EC69ACA405C54069F30CB235F198A5E00");
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")
else
print("No results found for Bret Hart")
end

-- Candice LeRae (MyRise)

local aobresult = AOBScan("BC03CC0123030F0D0000897BDFFFA856EA0E6F347DEAA1AEB3267EC22C03BEEB6D7E00");
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")
else
print("No results found for Candice LeRae")
end

-- Corey Graves

local aobresult = AOBScan("AA01C400AA011A0F0000A4C5E44B85E8D1BA428A465E8C108892537C17B7935556CA02");
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")
else
print("No results found for Corey Graves")
end

-- Dominik Dijakovic

local aobresult = AOBScan("9603A601960353100000BBDAB5D09AF780215D9517C5930FD9094C63462C8C4A075100");
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")
else
print("No results found for Dominik Dijakovic")
end

-- Faarooq '98

local aobresult = AOBScan("3101A300AD03580F0000D762010BF64F34FA312DA31EFFB76DD220DBF2F79D7B7F7D00");
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")
else
print("No results found for Faarooq")
end

-- Godfather

local aobresult = AOBScan("3C01A6003C01291000005409F30B7524C6FAB246511E7CDC9FD2A3B000F79D7B7F7D00");
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")
else
print("No results found for Godfather")
end

-- Johnny Gargano (MyRise)

local aobresult = AOBScan("BF03CF01B302870E00006398B27942B5878885D7106C4B4DDEA094214185540800F800");
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")
else
print("No results found for Johnny Gargano")
end

-- King Booker

local aobresult = AOBScan("CA01D6006C00970F0000C6B3F19DE79EC46C20FC5388EE669D44310A02613EECF47A00");
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")
else
print("No results found for King Booker")
end

-- King Corbin

local aobresult = AOBScan("3D0215015603921000006DBA7C864C9749778BF5DE93456F105F9A038F7A5A2ACE0700");
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")
else
print("No results found for King Corbin")
end

-- Mankind (Part 1)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D7900");
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")
else
print("No results found for Mankind Part 1")
end

-- Mankind (Part 2)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D790101");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found Mankind Part 2")
end

-- Mankind (Part 3)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D79010014");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 36,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Mankind Part 3")
end

-- Mankind (Part 4)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D7901000014");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 37,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Mankind Part 4")
end

-- Mustafa Ali

local aobresult = AOBScan("B403C401DC02870E000010239D8D9E27C784F66C3F9897DF9EAC48B30189889A40F400");
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")
else
print("No results found for Mustafa Ali")
end

-- Nikki Cross

local aobresult = AOBScan("BA02320157030F0D0000E81BEE67E81BEE67E81BEE67E81BEE67E81BEE6798D3B28000");
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")
else
print("No results found for Nikki Cross")
end

-- Rey Mysterio '96 (DLC) (Part 1)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C40101");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 1")
end

-- Rey Mysterio '96 (DLC) (Part 2)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C4010064");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 36,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 2")
end

-- Rey Mysterio '96 (DLC) (Part 3)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C401000064");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 37,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 3")
end

-- Ric Flair '91

local aobresult = AOBScan("8200740082001A0F00005F8C78457EA14DB4B9C3DA507759149CA8358BB9681CCAC400");
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")
else
print("No results found for Ric Flair")
end

-- Road Dogg (MyRise)

local aobresult = AOBScan("C801D40038012F0F0000E10C8931C021BCC007432B24C9D9E5E816B57ACDD69C3BB000");
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")
else
print("No results found for Road Dogg")
end

-- Scarlett

local aobresult = AOBScan("9D03AD019D03E00D0000F13E7A5BD0134FAA1771D84ED9EB1682068789A7C6AEC8DA03");
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")
else
print("No results found for Scarlett")
end

-- Seth Rollins (MyRise)

local aobresult = AOBScan("7101B80055031A0F000035FC8D2F14D1B8DED3B32F3A1D29E1F6C2457ED3026C3FAE00");
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")
else
print("No results found for Seth Rollins")
end

-- Seth Rollins (WM Gold)

local aobresult = AOBScan("C503D50171011A0F000035FC8D2F14D1B8DED3B32F3A1D29E1F6C2457ED3026C3FAE00");
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")
else
print("No results found for Seth Rollins (WM Gold)")
end

-- Shawn Michaels '97

local aobresult = AOBScan("910079006D011A0F00000651E40A277CD1FBE01E461F2E8488D3F1E817F631C1568B00");
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")
else
print("No results found for Shawn Michaels '97")
end

-- Shawn Michaels (MyRise)

local aobresult = AOBScan("C901D5009100490E0000E28FE2C3C3A2D73204C040D6CA5A8E1A1536113FD51F504200");
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")
else
print("No results found for Shawn Michaels")
end

-- Shinsuke Nakamura

local aobresult = AOBScan("76022A015903580F000036E8883117C5BDC0D0A72A241E3DE4E8C1517BCD01783AB000");
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")
else
print("No results found for Shinsuke Nakamura")
end

-- The Rock '98

local aobresult = AOBScan("5801AE006400001000000880E0B729ADD546EECF42A220558C6EFF39134B3F10523600");
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")
else
print("No results found The Rock")
end

-- Triple H '98

local aobresult = AOBScan("6601B2006600C10F0000AFD701E98EFA34184998A3FC87026D30586EF2159847B36800");
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("100% Done")
else
print("No results found for Triple H")
end


WeGoku
Expert Cheater
Expert Cheater
Posts: 101
Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12

Re: WWE 2K22

Post by WeGoku »

This is a good lua script. I just want to know what part 1-4 Mankind mean. I have Mankind in my lua script and he unlocks just fine. I'm just curious about it.

CM Punk
Cheater
Cheater
Posts: 28
Joined: Fri Apr 29, 2022 2:56 am
Reputation: 10

Re: WWE 2K22

Post by CM Punk »

WeGoku wrote:
Tue May 03, 2022 4:16 am
This is a good lua script. I just want to know what part 1-4 Mankind mean. I have Mankind in my lua script and he unlocks just fine. I'm just curious about it.
DLC status. there is a byte for pre-order DLC that goes from 01 to 00 and then 2 DLC bytes.

I am not sure why Mankind has a pre-order byte or 2 other DLC bytes.

I think that edit is aimed at people with new saves, as I have Mankind unlocked without the script when I followed instructions Mike posted. I do recall seeing people say Mankind still wasn't showing up after unlocking via the unlocker and the bytes being changed on him. I suppose the DLC bytes is why?

zoxxy36
Expert Cheater
Expert Cheater
Posts: 86
Joined: Sun May 01, 2022 12:06 pm
Reputation: 5

Re: WWE 2K22

Post by zoxxy36 »

I managed to use LUA Script to unlock but on reboot its all gone
Last edited by zoxxy36 on Tue May 03, 2022 8:54 am, edited 1 time in total.

CM Punk
Cheater
Cheater
Posts: 28
Joined: Fri Apr 29, 2022 2:56 am
Reputation: 10

Re: WWE 2K22

Post by CM Punk »

zoxxy36 wrote:
Tue May 03, 2022 8:42 am
how to use lua script? and do i need to use it each time i open my game?
one of the menus in Cheat Engine brings up the LUA section. yes.

zoxxy36
Expert Cheater
Expert Cheater
Posts: 86
Joined: Sun May 01, 2022 12:06 pm
Reputation: 5

Re: WWE 2K22

Post by zoxxy36 »

CM Punk wrote:
Tue May 03, 2022 8:49 am
zoxxy36 wrote:
Tue May 03, 2022 8:42 am
how to use lua script? and do i need to use it each time i open my game?
one of the menus in Cheat Engine brings up the LUA section. yes.
I managed to use LUA Script to unlock but on reboot its all gone

zoxxy36
Expert Cheater
Expert Cheater
Posts: 86
Joined: Sun May 01, 2022 12:06 pm
Reputation: 5

Re: WWE 2K22

Post by zoxxy36 »

i am on 1.05

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

Re: WWE 2K22

Post by AEKCarlos »

zoxxy36 wrote:
Tue May 03, 2022 8:55 am
CM Punk wrote:
Tue May 03, 2022 8:49 am
zoxxy36 wrote:
Tue May 03, 2022 8:42 am
how to use lua script? and do i need to use it each time i open my game?
one of the menus in Cheat Engine brings up the LUA section. yes.
I managed to use LUA Script to unlock but on reboot its all gone
You need to use the LUA Script everytime you want to play

Wolfin2010
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Aug 08, 2021 1:10 am
Reputation: 3

Re: WWE 2K22

Post by Wolfin2010 »

Any update for version 1.10?

zoxxy36
Expert Cheater
Expert Cheater
Posts: 86
Joined: Sun May 01, 2022 12:06 pm
Reputation: 5

Re: WWE 2K22

Post by zoxxy36 »

Wolfin2010 wrote:
Tue May 03, 2022 10:02 am
Any update for version 1.10?
Lua Script works perfectly on 1.10 too. Tried on 1.05 and 1.10 same results, we can use wrestlers but cant save them

WeGoku
Expert Cheater
Expert Cheater
Posts: 101
Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12

Re: WWE 2K22

Post by WeGoku »

zoxxy36 wrote:
Tue May 03, 2022 10:11 am
Wolfin2010 wrote:
Tue May 03, 2022 10:02 am
Any update for version 1.10?
Lua Script works perfectly on 1.10 too. Tried on 1.05 and 1.10 same results, we can use wrestlers but cant save them
True, but I'm glad that it only takes about 2-3 minutes to unlock everybody through lua method as opposed to enabling wrestlers one be one. That process takes forever lol.

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

Re: WWE 2K22

Post by rikkai »

CM Punk wrote:
Tue May 03, 2022 12:21 am
from Mike's Discord; a LUA Script to unlock all real wrestlers in the game. does not include DLC as he does not support piracy. If you need the DLC just use the last pastebin I linked. This script requires Mike's unlocker to be applied.

Code: Select all

-- Adam Pearce

local aobresult = AOBScan("B003C001B003580F0000C0ECDEC087B430A626A37CD5E839B21937552D3CF77C6C4103");
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")
else
print("No results found for Adam Pearce")
end

-- Alexa Bliss (MyRise)

local aobresult = AOBScan("B103C1016C020F0D0000C36FB532605D1FD32520172769A546FBB6C9D9DE76E098A300");
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")
else
print("No results found for Alexa Bliss")
end

-- Austin Theory (MyRise)

local aobresult = AOBScan("B203080295031A0F00009FE6A68EBECB937F79A9049BB733CA57685F5572A876140F00");
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")
else
print("No results found for Austin Theory")
end

-- Bret Hart (Current)

local aobresult = AOBScan("53039801B100F00E0000688938DF49A40D2E8EC69ACA405C54069F30CB235F198A5E00");
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")
else
print("No results found for Bret Hart")
end

-- Candice LeRae (MyRise)

local aobresult = AOBScan("BC03CC0123030F0D0000897BDFFFA856EA0E6F347DEAA1AEB3267EC22C03BEEB6D7E00");
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")
else
print("No results found for Candice LeRae")
end

-- Corey Graves

local aobresult = AOBScan("AA01C400AA011A0F0000A4C5E44B85E8D1BA428A465E8C108892537C17B7935556CA02");
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")
else
print("No results found for Corey Graves")
end

-- Dominik Dijakovic

local aobresult = AOBScan("9603A601960353100000BBDAB5D09AF780215D9517C5930FD9094C63462C8C4A075100");
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")
else
print("No results found for Dominik Dijakovic")
end

-- Faarooq '98

local aobresult = AOBScan("3101A300AD03580F0000D762010BF64F34FA312DA31EFFB76DD220DBF2F79D7B7F7D00");
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")
else
print("No results found for Faarooq")
end

-- Godfather

local aobresult = AOBScan("3C01A6003C01291000005409F30B7524C6FAB246511E7CDC9FD2A3B000F79D7B7F7D00");
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")
else
print("No results found for Godfather")
end

-- Johnny Gargano (MyRise)

local aobresult = AOBScan("BF03CF01B302870E00006398B27942B5878885D7106C4B4DDEA094214185540800F800");
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")
else
print("No results found for Johnny Gargano")
end

-- King Booker

local aobresult = AOBScan("CA01D6006C00970F0000C6B3F19DE79EC46C20FC5388EE669D44310A02613EECF47A00");
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")
else
print("No results found for King Booker")
end

-- King Corbin

local aobresult = AOBScan("3D0215015603921000006DBA7C864C9749778BF5DE93456F105F9A038F7A5A2ACE0700");
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")
else
print("No results found for King Corbin")
end

-- Mankind (Part 1)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D7900");
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")
else
print("No results found for Mankind Part 1")
end

-- Mankind (Part 2)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D790101");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found Mankind Part 2")
end

-- Mankind (Part 3)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D79010014");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 36,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Mankind Part 3")
end

-- Mankind (Part 4)

local aobresult = AOBScan("F6008F00F600580F0000C63A7495C63A7495C63A7495C63A7495C63A749532423D7901000014");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 37,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Mankind Part 4")
end

-- Mustafa Ali

local aobresult = AOBScan("B403C401DC02870E000010239D8D9E27C784F66C3F9897DF9EAC48B30189889A40F400");
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")
else
print("No results found for Mustafa Ali")
end

-- Nikki Cross

local aobresult = AOBScan("BA02320157030F0D0000E81BEE67E81BEE67E81BEE67E81BEE67E81BEE6798D3B28000");
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")
else
print("No results found for Nikki Cross")
end

-- Rey Mysterio '96 (DLC) (Part 1)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C40101");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 1")
end

-- Rey Mysterio '96 (DLC) (Part 2)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C4010064");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 36,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 2")
end

-- Rey Mysterio '96 (DLC) (Part 3)

local aobresult = AOBScan("5A03D101B803B60D000019297E3B38044BCAFF66DC2E31FC12E2EE908DC7EB7738C401000064");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);

for i=0,aobresult.Count -1 do

writeBytes(tonumber(aobresult[i], 16) + 37,0x00)

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 3")
end

-- Ric Flair '91

local aobresult = AOBScan("8200740082001A0F00005F8C78457EA14DB4B9C3DA507759149CA8358BB9681CCAC400");
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")
else
print("No results found for Ric Flair")
end

-- Road Dogg (MyRise)

local aobresult = AOBScan("C801D40038012F0F0000E10C8931C021BCC007432B24C9D9E5E816B57ACDD69C3BB000");
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")
else
print("No results found for Road Dogg")
end

-- Scarlett

local aobresult = AOBScan("9D03AD019D03E00D0000F13E7A5BD0134FAA1771D84ED9EB1682068789A7C6AEC8DA03");
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")
else
print("No results found for Scarlett")
end

-- Seth Rollins (MyRise)

local aobresult = AOBScan("7101B80055031A0F000035FC8D2F14D1B8DED3B32F3A1D29E1F6C2457ED3026C3FAE00");
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")
else
print("No results found for Seth Rollins")
end

-- Seth Rollins (WM Gold)

local aobresult = AOBScan("C503D50171011A0F000035FC8D2F14D1B8DED3B32F3A1D29E1F6C2457ED3026C3FAE00");
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")
else
print("No results found for Seth Rollins (WM Gold)")
end

-- Shawn Michaels '97

local aobresult = AOBScan("910079006D011A0F00000651E40A277CD1FBE01E461F2E8488D3F1E817F631C1568B00");
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")
else
print("No results found for Shawn Michaels '97")
end

-- Shawn Michaels (MyRise)

local aobresult = AOBScan("C901D5009100490E0000E28FE2C3C3A2D73204C040D6CA5A8E1A1536113FD51F504200");
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")
else
print("No results found for Shawn Michaels")
end

-- Shinsuke Nakamura

local aobresult = AOBScan("76022A015903580F000036E8883117C5BDC0D0A72A241E3DE4E8C1517BCD01783AB000");
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")
else
print("No results found for Shinsuke Nakamura")
end

-- The Rock '98

local aobresult = AOBScan("5801AE006400001000000880E0B729ADD546EECF42A220558C6EFF39134B3F10523600");
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")
else
print("No results found The Rock")
end

-- Triple H '98

local aobresult = AOBScan("6601B2006600C10F0000AFD701E98EFA34184998A3FC87026D30586EF2159847B36800");
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("100% Done")
else
print("No results found for Triple H")
end

can you teach me the steps please?
thanks.

can we unlock 17 May dlc at this moment?

WeGoku
Expert Cheater
Expert Cheater
Posts: 101
Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12

Re: WWE 2K22

Post by WeGoku »

No you can't, mainly because the models foe those characters aren't in the game yet. As for the lua script, click table on the top of cheat engine, and click show cheat table lua script. You want to copy paste the whole thing, then hit execute once your in the main menu of the game. You have to do this everytime you restart your game.

Post Reply