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 »

why dont you just kick their A** and go against them like status did, mike did? we are a community that got a big HIT and still it looks like PWM doing a job to 2K.

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

RipZz
Noobzor
Noobzor
Posts: 5
Joined: Tue May 17, 2022 1:21 am
Reputation: 3

Re: WWE 2K22

Post by RipZz »

zoxxy36 wrote:
Tue May 17, 2022 7:26 am
why dont you just kick their A** and go against them like status did, mike did? we are a community that got a big HIT and still it looks like PWM doing a job to 2K.
Something will come of it. Don't take the silence as a definite sign of things are dead. As Mike said the smarter thing was to be quiet. We reacted a bit emotionally and I had a feeling they would look for another way to block mods had we got around their hard code and that's exactly what happened. When the time is right we will put it all out.

To the guy that said we can be a bit elitest. Let me explain because I think I know where this is coming from. Launch week PWM was pushed into a situation where legal was brought up over a screenshot of Mankind being tweeted as well as a tweet I pushed showing Shelton Benjamin's old theme song in the game. 2K initially thought both of these were done through data mining. While Mankind I guess would fall into that, Shelton's theme was a mod. Since we were threatened we locked things down to protect ourselves while we figured out the best way to move forward and after a few weeks those rules on data mining were removed. The last thing I would want is to be sued over video games. I started PWM having a genuine love for the community, I've purchased countless keys to tools to push this thing forward, game giveaways and so on, one thing I would never do is keep something from the community with the sole purpose of feeling elite or cool because no one else has it. To be completely transparent the development of that tool has run me $400 as well time I've also put into the actual development in numerous areas to help. It does me no good keeping that to myself to feel cool. The faster I draw more traffic to the website is the faster I can recoup my money.

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

Re: WWE 2K22

Post by zoxxy36 »

yes bro that makes sense :( 2K is so bad now.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

newest LUA script, which unlocks the Road Dogg and X-Pac slots that were previously not working

this also turns Adam Pearce from manager to wrestler, same with Scarlett. be sure to use the unlocker I posted previously (or download the one attached).

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

-- 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

-- 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

-- 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

-- 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

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

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

for i=0,aobresult.Count -1 do

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

end

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

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

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

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 4")
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

-- 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

-- 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("unlocked")
else
print("No results found for Triple H")
end

-- Road Dogg (DX)

local aobresult = AOBScan("1B03700138012F0F00004B9E69CC6AB35C3DADD1CBD9634B0515BC279A307C0EDB4D00");
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

-- X-Pac (DX)

local aobresult = AOBScan("1A036F013A011A0F0000A379C8EA8254FD1BA379C8EAA379C8EAA379C8EA94E97A6B00");
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 X-Pac")
end
this does not include todays DLC, that'll be officially released in like 2 to 3 hours, so really no need to include them.
Attachments
Unlocker 1.10.CEM
(6.44 KiB) Downloaded 96 times

hbkwolverine
Expert Cheater
Expert Cheater
Posts: 106
Joined: Mon May 02, 2022 9:12 am
Reputation: 21

Re: WWE 2K22

Post by hbkwolverine »

MikeNeedsCheats wrote:
Tue May 17, 2022 2:44 pm
newest LUA script, which unlocks the Road Dogg and X-Pac slots that were previously not working

this also turns Adam Pearce from manager to wrestler, same with Scarlett. be sure to use the unlocker I posted previously (or download the one attached).

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

-- 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

-- 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

-- 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

-- 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

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

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

for i=0,aobresult.Count -1 do

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

end

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

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

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

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 4")
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

-- 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

-- 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("unlocked")
else
print("No results found for Triple H")
end

-- Road Dogg (DX)

local aobresult = AOBScan("1B03700138012F0F00004B9E69CC6AB35C3DADD1CBD9634B0515BC279A307C0EDB4D00");
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

-- X-Pac (DX)

local aobresult = AOBScan("1A036F013A011A0F0000A379C8EA8254FD1BA379C8EAA379C8EAA379C8EA94E97A6B00");
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 X-Pac")
end
this does not include todays DLC, that'll be officially released in like 2 to 3 hours, so really no need to include them.
Thank You for this. Also with the new DLC they've added a taunt for MSK which sounds interesting. I hope they keep him in and his data is removed temporarily or whatever. MSK with Riddle & RVD would be a good feud.

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

Re: WWE 2K22

Post by JediahLongtree »

RipZz wrote:
Tue May 17, 2022 7:41 am
zoxxy36 wrote:
Tue May 17, 2022 7:26 am
why dont you just kick their A** and go against them like status did, mike did? we are a community that got a big HIT and still it looks like PWM doing a job to 2K.
Something will come of it. Don't take the silence as a definite sign of things are dead. As Mike said the smarter thing was to be quiet. We reacted a bit emotionally and I had a feeling they would look for another way to block mods had we got around their hard code and that's exactly what happened. When the time is right we will put it all out.

To the guy that said we can be a bit elitest. Let me explain because I think I know where this is coming from. Launch week PWM was pushed into a situation where legal was brought up over a screenshot of Mankind being tweeted as well as a tweet I pushed showing Shelton Benjamin's old theme song in the game. 2K initially thought both of these were done through data mining. While Mankind I guess would fall into that, Shelton's theme was a mod. Since we were threatened we locked things down to protect ourselves while we figured out the best way to move forward and after a few weeks those rules on data mining were removed. The last thing I would want is to be sued over video games. I started PWM having a genuine love for the community, I've purchased countless keys to tools to push this thing forward, game giveaways and so on, one thing I would never do is keep something from the community with the sole purpose of feeling elite or cool because no one else has it. To be completely transparent the development of that tool has run me $400 as well time I've also put into the actual development in numerous areas to help. It does me no good keeping that to myself to feel cool. The faster I draw more traffic to the website is the faster I can recoup my money.
So what's stopping you from releasing the tools now? Your platform is already moving away from 22 to go work with The Wrestling Code. Releasing it now will benefit the community in many ways. Or hell let us Cheat Engine guys takeover development of the tool for ya.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

JediahLongtree wrote:
Tue May 17, 2022 3:37 pm
RipZz wrote:
Tue May 17, 2022 7:41 am
zoxxy36 wrote:
Tue May 17, 2022 7:26 am
why dont you just kick their A** and go against them like status did, mike did? we are a community that got a big HIT and still it looks like PWM doing a job to 2K.
Something will come of it. Don't take the silence as a definite sign of things are dead. As Mike said the smarter thing was to be quiet. We reacted a bit emotionally and I had a feeling they would look for another way to block mods had we got around their hard code and that's exactly what happened. When the time is right we will put it all out.

To the guy that said we can be a bit elitest. Let me explain because I think I know where this is coming from. Launch week PWM was pushed into a situation where legal was brought up over a screenshot of Mankind being tweeted as well as a tweet I pushed showing Shelton Benjamin's old theme song in the game. 2K initially thought both of these were done through data mining. While Mankind I guess would fall into that, Shelton's theme was a mod. Since we were threatened we locked things down to protect ourselves while we figured out the best way to move forward and after a few weeks those rules on data mining were removed. The last thing I would want is to be sued over video games. I started PWM having a genuine love for the community, I've purchased countless keys to tools to push this thing forward, game giveaways and so on, one thing I would never do is keep something from the community with the sole purpose of feeling elite or cool because no one else has it. To be completely transparent the development of that tool has run me $400 as well time I've also put into the actual development in numerous areas to help. It does me no good keeping that to myself to feel cool. The faster I draw more traffic to the website is the faster I can recoup my money.
So what's stopping you from releasing the tools now? Your platform is already moving away from 22 to go work with The Wrestling Code. Releasing it now will benefit the community in many ways. Or hell let us Cheat Engine guys takeover development of the tool for ya.
the whole thing with not releasing is probably to not try to get into possible legal shit with 2K.

think about it, to use those tools you have to roll back to a previous copy or have it already. giving people instructions to roll back would include pirating or learning to use Steam itself to download the build, which people seem baffled at the thought of.

I myself do agree that they should release pretty much everything, but it is what it is.

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

Re: WWE 2K22

Post by WeGoku »

JediahLongtree wrote:
Tue May 17, 2022 3:37 pm
RipZz wrote:
Tue May 17, 2022 7:41 am
zoxxy36 wrote:
Tue May 17, 2022 7:26 am
why dont you just kick their A** and go against them like status did, mike did? we are a community that got a big HIT and still it looks like PWM doing a job to 2K.
Something will come of it. Don't take the silence as a definite sign of things are dead. As Mike said the smarter thing was to be quiet. We reacted a bit emotionally and I had a feeling they would look for another way to block mods had we got around their hard code and that's exactly what happened. When the time is right we will put it all out.

To the guy that said we can be a bit elitest. Let me explain because I think I know where this is coming from. Launch week PWM was pushed into a situation where legal was brought up over a screenshot of Mankind being tweeted as well as a tweet I pushed showing Shelton Benjamin's old theme song in the game. 2K initially thought both of these were done through data mining. While Mankind I guess would fall into that, Shelton's theme was a mod. Since we were threatened we locked things down to protect ourselves while we figured out the best way to move forward and after a few weeks those rules on data mining were removed. The last thing I would want is to be sued over video games. I started PWM having a genuine love for the community, I've purchased countless keys to tools to push this thing forward, game giveaways and so on, one thing I would never do is keep something from the community with the sole purpose of feeling elite or cool because no one else has it. To be completely transparent the development of that tool has run me $400 as well time I've also put into the actual development in numerous areas to help. It does me no good keeping that to myself to feel cool. The faster I draw more traffic to the website is the faster I can recoup my money.
So what's stopping you from releasing the tools now? Your platform is already moving away from 22 to go work with The Wrestling Code. Releasing it now will benefit the community in many ways. Or hell let us Cheat Engine guys takeover development of the tool for ya.
It's because they are afraid of getting a dmca. Which also may explain why they haven't created a data editor for this game. There are so many unused slots in the game. This game would greatly benefit from having that useful tool to go along with cake tools.

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

Re: WWE 2K22

Post by WeGoku »

MikeNeedsCheats wrote:
Tue May 17, 2022 4:21 pm
JediahLongtree wrote:
Tue May 17, 2022 3:37 pm
RipZz wrote:
Tue May 17, 2022 7:41 am


Something will come of it. Don't take the silence as a definite sign of things are dead. As Mike said the smarter thing was to be quiet. We reacted a bit emotionally and I had a feeling they would look for another way to block mods had we got around their hard code and that's exactly what happened. When the time is right we will put it all out.

To the guy that said we can be a bit elitest. Let me explain because I think I know where this is coming from. Launch week PWM was pushed into a situation where legal was brought up over a screenshot of Mankind being tweeted as well as a tweet I pushed showing Shelton Benjamin's old theme song in the game. 2K initially thought both of these were done through data mining. While Mankind I guess would fall into that, Shelton's theme was a mod. Since we were threatened we locked things down to protect ourselves while we figured out the best way to move forward and after a few weeks those rules on data mining were removed. The last thing I would want is to be sued over video games. I started PWM having a genuine love for the community, I've purchased countless keys to tools to push this thing forward, game giveaways and so on, one thing I would never do is keep something from the community with the sole purpose of feeling elite or cool because no one else has it. To be completely transparent the development of that tool has run me $400 as well time I've also put into the actual development in numerous areas to help. It does me no good keeping that to myself to feel cool. The faster I draw more traffic to the website is the faster I can recoup my money.
So what's stopping you from releasing the tools now? Your platform is already moving away from 22 to go work with The Wrestling Code. Releasing it now will benefit the community in many ways. Or hell let us Cheat Engine guys takeover development of the tool for ya.
the whole thing with not releasing is probably to not try to get into possible legal shit with 2K.

think about it, to use those tools you have to roll back to a previous copy or have it already. giving people instructions to roll back would include pirating or learning to use Steam itself to download the build, which people seem baffled at the thought of.

I myself do agree that they should release pretty much everything, but it is what it is.
That's on them though, it's almost like they wanted 2k to ban mods. 2k saw what they were up to on Twitter and simply took action. Again if it was me, I wouldn't let anyone outside of my circle know of the tools existence. It wouldn't stop the possibility of 2k finding out anyway, but I'm pretty sure it would lessen the chance by quite a margin.

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

Re: WWE 2K22

Post by JediahLongtree »

They already got into legal shit when the game first launched they was already data mining everything from block bodies to MyFaction models and leftover items, they knew 2k was gonna take action.

HotavioH
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Apr 11, 2022 9:07 pm
Reputation: 0

Re: WWE 2K22

Post by HotavioH »

MikeNeedsCheats wrote:
Tue May 17, 2022 2:44 pm
newest LUA script, which unlocks the Road Dogg and X-Pac slots that were previously not working

this also turns Adam Pearce from manager to wrestler, same with Scarlett. be sure to use the unlocker I posted previously (or download the one attached).

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

-- 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

-- 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

-- 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

-- 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

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

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

for i=0,aobresult.Count -1 do

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

end

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

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

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

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 4")
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

-- 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

-- 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("unlocked")
else
print("No results found for Triple H")
end

-- Road Dogg (DX)

local aobresult = AOBScan("1B03700138012F0F00004B9E69CC6AB35C3DADD1CBD9634B0515BC279A307C0EDB4D00");
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

-- X-Pac (DX)

local aobresult = AOBScan("1A036F013A011A0F0000A379C8EA8254FD1BA379C8EAA379C8EAA379C8EA94E97A6B00");
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 X-Pac")
end
this does not include todays DLC, that'll be officially released in like 2 to 3 hours, so really no need to include them.
Thanks a lot for that... I finally figured out how to unlock this after many tries before I knew of this lua script.

Also, is there any way to save in-game what the lua unlocks, or I have to load the lua script everytime? (I have already tried to make changes in roster and save all setings, but nothing shows after rebooting the game).

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

Re: WWE 2K22

Post by WeGoku »

HotavioH wrote:
Tue May 17, 2022 9:00 pm
MikeNeedsCheats wrote:
Tue May 17, 2022 2:44 pm
newest LUA script, which unlocks the Road Dogg and X-Pac slots that were previously not working

this also turns Adam Pearce from manager to wrestler, same with Scarlett. be sure to use the unlocker I posted previously (or download the one attached).

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

-- 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

-- 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

-- 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

-- 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

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

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

for i=0,aobresult.Count -1 do

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

end

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

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

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

for i=0,aobresult.Count -1 do

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

end

aobresult.destroy()
aobresult=nil
print("unlocked")
else
print("No results found for Rey Mysterio Part 4")
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

-- 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

-- 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("unlocked")
else
print("No results found for Triple H")
end

-- Road Dogg (DX)

local aobresult = AOBScan("1B03700138012F0F00004B9E69CC6AB35C3DADD1CBD9634B0515BC279A307C0EDB4D00");
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

-- X-Pac (DX)

local aobresult = AOBScan("1A036F013A011A0F0000A379C8EA8254FD1BA379C8EAA379C8EAA379C8EA94E97A6B00");
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 X-Pac")
end
this does not include todays DLC, that'll be officially released in like 2 to 3 hours, so really no need to include them.
Thanks a lot for that... I finally figured out how to unlock this after many tries before I knew of this lua script.

Also, is there any way to save in-game what the lua unlocks, or I have to load the lua script everytime? (I have already tried to make changes in roster and save all setings, but nothing shows after rebooting the game).
Yes, you have to load up the lua script everytime you load up the game. The exe resets the code everytime you restart the game. I'm sure this could probably be modified, but no one has done it yet.

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

Re: WWE 2K22

Post by WeGoku »

JediahLongtree wrote:
Tue May 17, 2022 7:03 pm
They already got into legal shit when the game first launched they was already data mining everything from block bodies to MyFaction models and leftover items, they knew 2k was gonna take action.
All they had to do was post that stuff on there smacktalks site or discord. I remember alot them posting that stuff all over twitter two months ago. I guess they just wanted clout.

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

Re: WWE 2K22

Post by JediahLongtree »

WeGoku wrote:
Tue May 17, 2022 9:16 pm
JediahLongtree wrote:
Tue May 17, 2022 7:03 pm
They already got into legal shit when the game first launched they was already data mining everything from block bodies to MyFaction models and leftover items, they knew 2k was gonna take action.
All they had to do was post that stuff on there smacktalks site or discord. I remember alot them posting that stuff all over twitter two months ago. I guess they just wanted clout.
That is true , now on twiiter they are blaming this one guy called ''ForTheCommunity'' for ruining modding for leaking DLC early. They kinda started it themselves when showing the hidden mankind model , 500 dollar shirt rock , MyFaction Triple H, etc , So I guess the guy followed in the footsteps and went a bit further released unfinished dlc that was in the game files. I don't even think a cheat table was made when this game was first released , it took awhile did it not?

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

Re: WWE 2K22

Post by WeGoku »

JediahLongtree wrote:
Wed May 18, 2022 12:03 am
WeGoku wrote:
Tue May 17, 2022 9:16 pm
JediahLongtree wrote:
Tue May 17, 2022 7:03 pm
They already got into legal shit when the game first launched they was already data mining everything from block bodies to MyFaction models and leftover items, they knew 2k was gonna take action.
All they had to do was post that stuff on there smacktalks site or discord. I remember alot them posting that stuff all over twitter two months ago. I guess they just wanted clout.
That is true , now on twiiter they are blaming this one guy called ''ForTheCommunity'' for ruining modding for leaking DLC early. They kinda started it themselves when showing the hidden mankind model , 500 dollar shirt rock , MyFaction Triple H, etc , So I guess the guy followed in the footsteps and went a bit further released unfinished dlc that was in the game files. I don't even think a cheat table was made when this game was first released , it took awhile did it not?
So I bought the deluxe edition so I had early access. I believe the cheat engine table dropped on launch day. During early access is when everything was coming out.
Which I believe was done to hype up the console players and anyone who mightve been excited for the game. But even during the early midding stages they were posting Jeff Hardy and Legend Killer Randy Orton mods while claiming they were the real deal. I believe that was when they got 2k attention.

Post Reply