that LUA makes him a player, not a manager. I think it switches to manager every boot, so that is why that existsWeGoku wrote: ↑Mon May 16, 2022 6:43 pmNo 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.MikeNeedsCheats wrote: ↑Mon May 16, 2022 5:57 pmthis 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.
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.WeGoku wrote: ↑Mon May 16, 2022 6:47 pmI 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.MikeNeedsCheats wrote: ↑Mon May 16, 2022 6:34 pmyup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.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.
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.
smart! yeah I have older builds around for that reason alone.hbkwolverine wrote: ↑Mon May 16, 2022 6:49 pmOn 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.MikeNeedsCheats wrote: ↑Mon May 16, 2022 6:34 pmyup, we've known this even before they tweeted it. files got encrypted as I mentioned earlier.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.
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.
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
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?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1