WWE 2K22

Upload your cheat tables here (No requests)
MikeNeedsCheats
Expert Cheater
Expert Cheater
Posts: 162
Joined: Wed Apr 19, 2017 2:54 am
Reputation: 61

Re: WWE 2K22

Post by MikeNeedsCheats »

WeGoku wrote:
Mon May 16, 2022 6:43 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 5:57 pm
WeGoku wrote:
Mon May 16, 2022 5:50 pm
I'm posting a new lua script that unlocks myrise/myfaction wrestlers that are not on the latest patch. Enjoy
this is missing a bunch from quick glance.

here is the same one as last time, but removed the ones who got unlocked.

this is missing Road Dogg (MyRise), because this is my own personal version I use. so it might not have everyone you want, possibly.
No worries Mike. All I'll say is that there is no need to put Adam Pierce in the lua script because of the profile unlock you posted a while back. Even with this latest update they haven't relocked him. And I doubt they ever will especially now that they are starting to release myrise wrestlers into the rest of the game.
that LUA makes him a player, not a manager. I think it switches to manager every boot, so that is why that exists
WeGoku wrote:
Mon May 16, 2022 6:47 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 6:34 pm
pancakescream wrote:
Mon May 16, 2022 6:33 pm


Welp, the modding scene is dead for now. Thanks 2k/Take-Two. Y'all truly suck.
yup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.

the encryption will eventually be broken, so not all hope is lost.

I don't see why they don't go back to the old versions and just mod those, but whatever.
I don't know why they act like drama queens on Twitter. Just keep your mouth shut and stop posting all over Twitter like when they broke the last encryption. They shouldn't have posted anything. They should've kept all modding topics on a private discord so nobody would know a thing.
they love to brag about bypassing 2Ks bullshit, I'm with you on this. they should've kept quiet and kept working on the game in the background.
hbkwolverine wrote:
Mon May 16, 2022 6:49 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 6:34 pm
pancakescream wrote:
Mon May 16, 2022 6:33 pm


Welp, the modding scene is dead for now. Thanks 2k/Take-Two. Y'all truly suck.
yup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.

the encryption will eventually be broken, so not all hope is lost.

I don't see why they don't go back to the old versions and just mod those, but whatever.
On Point. I have both versions of the game. Whenever something goes south or I want something like say, Fiend's Hidden victory motions, i switch back to 1.08 & the results carry over. No issues.
smart! yeah I have older builds around for that reason alone.

also; LUA for new DLC, this will only unlock it if you own the DLC legit. it simply toggles the lock off.

Code: Select all

-- Cactus Jack

local aobresult = AOBScan("F5008E00F500580F000032C9248632C9248632C9248632C9248632C9248632423D790101");
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 Cactus Jack")
end

-- Boogeyman

local aobresult = AOBScan("CA03DA01CA03580F000046D3A333018B4D55A09C01266E06CFEAB16A50CF714311B20101");
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 Boogeyman")
end

-- Vader

local aobresult = AOBScan("5101AD00510100100000B9BADDDE9897E82F5FF57FCB916FB1074E032E228E2A6F5F0101");
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 Vader")
end

-- Ilja Dragunov

local aobresult = AOBScan("CB03DB01CB03490E00004550C8C1020826A7A31F6AD46D85A418B2E93B3D72C07A400101");
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 Ilja Dragunov")
end

-- Indi Hartwell

local aobresult = AOBScan("CC03DC01CC03870E0000B1A398D2F6FB76B457EC3AC79976F40B461A6B2E86332A530101");
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 Indi Hartwell")
end
this will be useless tomorrow once they send out a WWE Live update to unlock them for you. but this is mostly for people who want early access.

tip: if you edit the next bytes (2) to 00, then you can use the DLC without owning it ;) I'm not doing *that* part for you.

I'll be taking a look at the unlock section soon. expect a new unlocker if they added anything.

EDIT: nothing new needed for the unlocker, same old stuff.

slot wise, same old stuff as well as far as I can see. they might have added new alt attires but we can't see those anymore so that is that.

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

OswaldoAomine
Cheater
Cheater
Posts: 30
Joined: Mon Aug 23, 2021 12:31 am
Reputation: 7

Re: WWE 2K22

Post by OswaldoAomine »

Is any chance Make damage multiplier?please

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 »

Has anyone figured out how to reset wrestlers to default settings for things like attributes as I noticed that the Shawn Michaels MyRise has a 74 ovr for those that previous unlocked him when it should be 87 with the real unlock from today's patch and Alexa Bliss has a similar ovr difference so it looks like we might have to reset all those new unlocks they added to make sure we are seeing them as intended.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

Darkness Muta wrote:
Mon May 16, 2022 10:41 pm
Has anyone figured out how to reset wrestlers to default settings for things like attributes as I noticed that the Shawn Michaels MyRise has a 74 ovr for those that previous unlocked him when it should be 87 with the real unlock from today's patch and Alexa Bliss has a similar ovr difference so it looks like we might have to reset all those new unlocks they added to make sure we are seeing them as intended.
moveset section allows you to reset everything, including attributes.

HBK is 74 OVR by default, not sure where you're seeing 87 at but 74 is what consoles were seeing today.

if you really want everything reset, make a new save file and save the region starting from 64 00 64 00 58 01 all the way to 89 03 37 02 89 03 82 0F 00 00 1F 0E 3F 7C 3E 23 0A 8D F9 41 9D 69 37 DB 53 A5 E8 B7 CC 80 97 8C 76 2A

then load your save and inject starting at the 64 mark I mentioned, that will reset all the profiles (heel/face, abilities, stats, etc)

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 »

MikeNeedsCheats wrote:
Mon May 16, 2022 10:50 pm
Darkness Muta wrote:
Mon May 16, 2022 10:41 pm
Has anyone figured out how to reset wrestlers to default settings for things like attributes as I noticed that the Shawn Michaels MyRise has a 74 ovr for those that previous unlocked him when it should be 87 with the real unlock from today's patch and Alexa Bliss has a similar ovr difference so it looks like we might have to reset all those new unlocks they added to make sure we are seeing them as intended.
moveset section allows you to reset everything, including attributes.

HBK is 74 OVR by default, not sure where you're seeing 87 at but 74 is what consoles were seeing today.

if you really want everything reset, make a new save file and save the region starting from 64 00 64 00 58 01 all the way to 89 03 37 02 89 03 82 0F 00 00 1F 0E 3F 7C 3E 23 0A 8D F9 41 9D 69 37 DB 53 A5 E8 B7 CC 80 97 8C 76 2A

then load your save and inject starting at the 64 mark I mentioned, that will reset all the profiles (heel/face, abilities, stats, etc)
I started a new save just to see if they had different ovrs as that 74 looked wrong, here is the screenshot from a fresh save.

Image

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

Re: WWE 2K22

Post by MikeNeedsCheats »

Darkness Muta wrote:
Mon May 16, 2022 10:59 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 10:50 pm
Darkness Muta wrote:
Mon May 16, 2022 10:41 pm
Has anyone figured out how to reset wrestlers to default settings for things like attributes as I noticed that the Shawn Michaels MyRise has a 74 ovr for those that previous unlocked him when it should be 87 with the real unlock from today's patch and Alexa Bliss has a similar ovr difference so it looks like we might have to reset all those new unlocks they added to make sure we are seeing them as intended.
moveset section allows you to reset everything, including attributes.

HBK is 74 OVR by default, not sure where you're seeing 87 at but 74 is what consoles were seeing today.

if you really want everything reset, make a new save file and save the region starting from 64 00 64 00 58 01 all the way to 89 03 37 02 89 03 82 0F 00 00 1F 0E 3F 7C 3E 23 0A 8D F9 41 9D 69 37 DB 53 A5 E8 B7 CC 80 97 8C 76 2A

then load your save and inject starting at the 64 mark I mentioned, that will reset all the profiles (heel/face, abilities, stats, etc)
I started a new save just to see if they had different ovrs as that 74 looked wrong, here is the screenshot from a fresh save.

Image
was there a WWE Live update? it probably updated him if so. it was 74 at first, I saw people talking about how low he was.

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 »

I did not pay attention if there was a Live update on the new save but I did have a Live update on my old save and he was still 74 ovr on that one. When I started with the new save it just told me my old save was corrupted and would have to make a new one as I just moved the save files to a back up folder. Alexa Bliss is 85 and Alexa Bliss 21 is 84 ovr so not sure what else might have changed on any of these new unlocks compared to what we previously unlocked those were just the 2 I noticed right away.

I found that reset to default in the edit moveset section like you mentioned and it does make HBK 87 ovr and Alexa Bliss 85 ovr so it probably should be done on all these wrestlers patched to be safe.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

heads up: the 2nd HBK '97 attire is his new model.

HHH also has a new model.

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

Re: WWE 2K22

Post by RipZz »

MikeNeedsCheats wrote:
Mon May 16, 2022 6:57 pm
WeGoku wrote:
Mon May 16, 2022 6:43 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 5:57 pm


this is missing a bunch from quick glance.

here is the same one as last time, but removed the ones who got unlocked.

this is missing Road Dogg (MyRise), because this is my own personal version I use. so it might not have everyone you want, possibly.
No worries Mike. All I'll say is that there is no need to put Adam Pierce in the lua script because of the profile unlock you posted a while back. Even with this latest update they haven't relocked him. And I doubt they ever will especially now that they are starting to release myrise wrestlers into the rest of the game.
that LUA makes him a player, not a manager. I think it switches to manager every boot, so that is why that exists
WeGoku wrote:
Mon May 16, 2022 6:47 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 6:34 pm


yup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.

the encryption will eventually be broken, so not all hope is lost.

I don't see why they don't go back to the old versions and just mod those, but whatever.
I don't know why they act like drama queens on Twitter. Just keep your mouth shut and stop posting all over Twitter like when they broke the last encryption. They shouldn't have posted anything. They should've kept all modding topics on a private discord so nobody would know a thing.
they love to brag about bypassing 2Ks bullshit, I'm with you on this. they should've kept quiet and kept working on the game in the background.
hbkwolverine wrote:
Mon May 16, 2022 6:49 pm
MikeNeedsCheats wrote:
Mon May 16, 2022 6:34 pm


yup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.

the encryption will eventually be broken, so not all hope is lost.

I don't see why they don't go back to the old versions and just mod those, but whatever.
On Point. I have both versions of the game. Whenever something goes south or I want something like say, Fiend's Hidden victory motions, i switch back to 1.08 & the results carry over. No issues.
smart! yeah I have older builds around for that reason alone.

also; LUA for new DLC, this will only unlock it if you own the DLC legit. it simply toggles the lock off.

Code: Select all

-- Cactus Jack

local aobresult = AOBScan("F5008E00F500580F000032C9248632C9248632C9248632C9248632C9248632423D790101");
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 Cactus Jack")
end

-- Boogeyman

local aobresult = AOBScan("CA03DA01CA03580F000046D3A333018B4D55A09C01266E06CFEAB16A50CF714311B20101");
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 Boogeyman")
end

-- Vader

local aobresult = AOBScan("5101AD00510100100000B9BADDDE9897E82F5FF57FCB916FB1074E032E228E2A6F5F0101");
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 Vader")
end

-- Ilja Dragunov

local aobresult = AOBScan("CB03DB01CB03490E00004550C8C1020826A7A31F6AD46D85A418B2E93B3D72C07A400101");
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 Ilja Dragunov")
end

-- Indi Hartwell

local aobresult = AOBScan("CC03DC01CC03870E0000B1A398D2F6FB76B457EC3AC79976F40B461A6B2E86332A530101");
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 Indi Hartwell")
end
this will be useless tomorrow once they send out a WWE Live update to unlock them for you. but this is mostly for people who want early access.

tip: if you edit the next bytes (2) to 00, then you can use the DLC without owning it ;) I'm not doing *that* part for you.

I'll be taking a look at the unlock section soon. expect a new unlocker if they added anything.

EDIT: nothing new needed for the unlocker, same old stuff.

slot wise, same old stuff as well as far as I can see. they might have added new alt attires but we can't see those anymore so that is that.
Not sure why you take shots at my platform every chance you get BrienJ. I've personally never had an issue with you and think whatever the issue is needs to cease. Respect to what you do here, I hope your work eventually gains more attention again but please stop with the shots man. It's not the energy I push out to anybody in general and don't like it constantly being pushed my way for some unknown reason especially when I have had very minimal communication with you.

Great work on the AOB stuff btw I've directed quite a few people here as I don't host that stuff on PWM, hopefully this will be a start to less drama 🤘

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

Re: WWE 2K22

Post by MikeNeedsCheats »

RipZz wrote:
Tue May 17, 2022 1:24 am
MikeNeedsCheats wrote:
Mon May 16, 2022 6:57 pm
WeGoku wrote:
Mon May 16, 2022 6:43 pm


No worries Mike. All I'll say is that there is no need to put Adam Pierce in the lua script because of the profile unlock you posted a while back. Even with this latest update they haven't relocked him. And I doubt they ever will especially now that they are starting to release myrise wrestlers into the rest of the game.
that LUA makes him a player, not a manager. I think it switches to manager every boot, so that is why that exists
WeGoku wrote:
Mon May 16, 2022 6:47 pm


I don't know why they act like drama queens on Twitter. Just keep your mouth shut and stop posting all over Twitter like when they broke the last encryption. They shouldn't have posted anything. They should've kept all modding topics on a private discord so nobody would know a thing.
they love to brag about bypassing 2Ks bullshit, I'm with you on this. they should've kept quiet and kept working on the game in the background.
hbkwolverine wrote:
Mon May 16, 2022 6:49 pm


On Point. I have both versions of the game. Whenever something goes south or I want something like say, Fiend's Hidden victory motions, i switch back to 1.08 & the results carry over. No issues.
smart! yeah I have older builds around for that reason alone.

also; LUA for new DLC, this will only unlock it if you own the DLC legit. it simply toggles the lock off.

Code: Select all

-- Cactus Jack

local aobresult = AOBScan("F5008E00F500580F000032C9248632C9248632C9248632C9248632C9248632423D790101");
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 Cactus Jack")
end

-- Boogeyman

local aobresult = AOBScan("CA03DA01CA03580F000046D3A333018B4D55A09C01266E06CFEAB16A50CF714311B20101");
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 Boogeyman")
end

-- Vader

local aobresult = AOBScan("5101AD00510100100000B9BADDDE9897E82F5FF57FCB916FB1074E032E228E2A6F5F0101");
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 Vader")
end

-- Ilja Dragunov

local aobresult = AOBScan("CB03DB01CB03490E00004550C8C1020826A7A31F6AD46D85A418B2E93B3D72C07A400101");
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 Ilja Dragunov")
end

-- Indi Hartwell

local aobresult = AOBScan("CC03DC01CC03870E0000B1A398D2F6FB76B457EC3AC79976F40B461A6B2E86332A530101");
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 Indi Hartwell")
end
this will be useless tomorrow once they send out a WWE Live update to unlock them for you. but this is mostly for people who want early access.

tip: if you edit the next bytes (2) to 00, then you can use the DLC without owning it ;) I'm not doing *that* part for you.

I'll be taking a look at the unlock section soon. expect a new unlocker if they added anything.

EDIT: nothing new needed for the unlocker, same old stuff.

slot wise, same old stuff as well as far as I can see. they might have added new alt attires but we can't see those anymore so that is that.
Not sure why you take shots at my platform every chance you get BrienJ. I've personally never had an issue with you and think whatever the issue is needs to cease. Respect to what you do here, I hope your work eventually gains more attention again but please stop with the shots man. It's not the energy I push out to anybody in general and don't like it constantly being pushed my way for some unknown reason especially when I have had very minimal communication with you.

Great work on the AOB stuff btw I've directed quite a few people here as I don't host that stuff on PWM, hopefully this will be a start to less drama 🤘
hardly a shot, my dude. I'm simply stating facts. keep discoveries on the DL.

I'm not brienj. I've been around a lot longer than him in these games despite being much younger than that oldie. the fact that people keep assuming I'm him is funny though, especially when that dude was being a bitch about paywalling things with his little XHP forum. I've never paywalled a single bit of info, I have however held things back to respect 2K but when they shut down my Discord with the DMCA, that went out the window.

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 12:38 am
heads up: the 2nd HBK '97 attire is his new model.

HHH also has a new model.
Can you give us the model no.? Also wishing someday Legend Killer Randy Orton gets added too.
Thank You.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

hbkwolverine wrote:
Tue May 17, 2022 1:50 am
MikeNeedsCheats wrote:
Tue May 17, 2022 12:38 am
heads up: the 2nd HBK '97 attire is his new model.

HHH also has a new model.
Can you give us the model no.? Also wishing someday Legend Killer Randy Orton gets added too.
Thank You.
haven't seen HHHs yet, but I heard it exists

they added new data for sure, such as Logan Paul at C003.

Ronda is E002.

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 »

MikeNeedsCheats wrote:
Tue May 17, 2022 1:51 am
hbkwolverine wrote:
Tue May 17, 2022 1:50 am
MikeNeedsCheats wrote:
Tue May 17, 2022 12:38 am
heads up: the 2nd HBK '97 attire is his new model.

HHH also has a new model.
Can you give us the model no.? Also wishing someday Legend Killer Randy Orton gets added too.
Thank You.
haven't seen HHHs yet, but I heard it exists

they added new data for sure, such as Logan Paul at C003.

Ronda is E002.
Status posted the pictures of the new Triple H DX long tights attire and HBK 97 which is the same attire as the one from the unlocks but has a new HBK model for it.

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

Re: WWE 2K22

Post by MikeNeedsCheats »

Darkness Muta wrote:
Tue May 17, 2022 2:12 am
MikeNeedsCheats wrote:
Tue May 17, 2022 1:51 am
hbkwolverine wrote:
Tue May 17, 2022 1:50 am


Can you give us the model no.? Also wishing someday Legend Killer Randy Orton gets added too.
Thank You.
haven't seen HHHs yet, but I heard it exists

they added new data for sure, such as Logan Paul at C003.

Ronda is E002.
Status posted the pictures of the new Triple H DX long tights attire and HBK 97 which is the same attire as the one from the unlocks but has a new HBK model for it.
the HBK is on attire 2 for '97 HBK as I said previously

Road Dogg (NPC) and X-Pac (NPC) slot both have DX gear, they don't load in CAW mode.

I don't know if they had gear before, cause I never tried those slots outside of the first time.

EDIT: haven't seen the HHH at all, no idea how you access him. his 2nd attire is just a clone of the 1st.

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 »

MikeNeedsCheats wrote:
Tue May 17, 2022 2:17 am
Darkness Muta wrote:
Tue May 17, 2022 2:12 am
MikeNeedsCheats wrote:
Tue May 17, 2022 1:51 am


haven't seen HHHs yet, but I heard it exists

they added new data for sure, such as Logan Paul at C003.

Ronda is E002.
Status posted the pictures of the new Triple H DX long tights attire and HBK 97 which is the same attire as the one from the unlocks but has a new HBK model for it.
the HBK is on attire 2 for '97 HBK as I said previously

Road Dogg (NPC) and X-Pac (NPC) slot both have DX gear, they don't load in CAW mode.

I don't know if they had gear before, cause I never tried those slots outside of the first time.

EDIT: haven't seen the HHH at all, no idea how you access him. his 2nd attire is just a clone of the 1st.
I was just going by the picture Status posted of the 2 attires as he posted the HBK 97 gray tights attire but with the new model. I just checked and see that same new model but with the black DX tights for slot 2 like you mentioned which Status did not post about. Slot 1 with the gray tights still has the old model currently.

With the Road Dogg and X-Pac NPC slots you mentioned are they playable at all or is it something to maybe watch for as these all seem to be for the MyFaction DX pack.

Post Reply

Who is online

Users browsing this forum: Altius, AmazonBot, archilles89, Baidu [Spider], Bing [Bot], BLEXBot, ch0104, cogc_21, DotBot, Google [Bot], vnun66, YandexBot, Zarick