Upload your cheat tables here (No requests)
AEKCarlos
Cheater
Posts: 48 Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6
Post
by AEKCarlos » Sat Apr 23, 2022 8:10 pm
Rikishi
Omos
Kacy Catanzaro
Code: Select all
-- Rikishi
aobresult = AOBScan("32 02 11 01 32 02 1A 0F 00 00 19 A1 B5 67 38 8C 80 96 FF EE 17 72 31 74 D9 BE EE 18 46 9B 2E 31 07 E6 01");
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 Rikishi")
else
print("No results found")
end
-- Kacy Catanzaro
aobresult = AOBScan("D4 03 E4 01 D4 03 0F 0D 00 00 BB D9 DA D4 FC 81 34 B2 5D 96 78 C1 93 0C B6 0D 4C 60 29 28 8C 49 68 55 01");
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 Kacy Catanzaro")
else
print("No results found")
end
-- Omos
aobresult = AOBScan("CF 03 DF 01 CF 03 0A 12 00 00 5A C7 52 06 1D 9F BC 60 BC 88 F0 13 72 12 3E DF AD 7E A1 FA 6D 57 E0 87 01");
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 Omos")
else
print("No results found")
end
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
WeGoku
Expert Cheater
Posts: 101 Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12
Post
by WeGoku » Sat Apr 23, 2022 9:17 pm
Can you post a lua script for pre order bonus 96 rey mysterio?
WeGoku
Expert Cheater
Posts: 101 Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12
Post
by WeGoku » Sat Apr 23, 2022 10:57 pm
Alright cool it worked. I just need the aob for myrise johnny gargano and mustafa ali.
WWE_Fanatic3
Expert Cheater
Posts: 145 Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9
Post
by WWE_Fanatic3 » Sat Apr 23, 2022 11:07 pm
WeGoku wrote: ↑ Sat Apr 23, 2022 10:57 pm
Alright cool it worked. I just need the aob for myrise johnny gargano and mustafa ali.
Same I need them too.
5forty
Novice Cheater
Posts: 15 Joined: Sun Mar 20, 2022 11:35 pm
Reputation: 2
Post
by 5forty » Sat Apr 23, 2022 11:08 pm
Rey 96 Starcade is
Code: Select all
-- Rey Jr 96 Starcade
aobresult = AOBScan("5A 03 D1 01 B8 03 B6 0D 00 00 19 29 7E 3B 38 04 4B CA FF 66 DC 2E 31 FC 12 E2 EE 90 8D C7 EB 77 38 C4 01");
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("Rey Jr 96 Starcade")
else
print("No results found")
end
5forty
Novice Cheater
Posts: 15 Joined: Sun Mar 20, 2022 11:35 pm
Reputation: 2
Post
by 5forty » Sat Apr 23, 2022 11:23 pm
johnny gargano and mustafa ali myrise versions seem to be a bit different where you need the script to add 01 instead minus it to 00
AEKCarlos
Cheater
Posts: 48 Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6
Post
by AEKCarlos » Sat Apr 23, 2022 11:39 pm
King Corbin
Shinsuke Nakamura
Code: Select all
-- king corbin
aobresult = AOBScan("3D 02 15 01 56 03 92 10 00 00 6D BA 7C 86 4C 97 49 77 8B F5 DE 93 45 6F 10 5F 9A 03 8F 7A 5A 2A CE 07 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked king corbin")
else
print("No results found")
end
-- shinsuke nakamura
aobresult = AOBScan("76 02 2A 01 59 03 58 0F 00 00 36 E8 88 31 17 C5 BD C0 D0 A7 2A 24 1E 3D E4 E8 C1 51 7B CD 01 78 3A B0 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked shinsuke nakamura")
else
print("No results found")
end
AEKCarlos
Cheater
Posts: 48 Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6
Post
by AEKCarlos » Sat Apr 23, 2022 11:42 pm
AEKCarlos wrote: ↑ Sat Apr 23, 2022 11:39 pm
King Corbin
Shinsuke Nakamura
Mustafa Ali MyRise
Code: Select all
-- king corbin
aobresult = AOBScan("3D 02 15 01 56 03 92 10 00 00 6D BA 7C 86 4C 97 49 77 8B F5 DE 93 45 6F 10 5F 9A 03 8F 7A 5A 2A CE 07 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked king corbin")
else
print("No results found")
end
-- shinsuke nakamura
aobresult = AOBScan("76 02 2A 01 59 03 58 0F 00 00 36 E8 88 31 17 C5 BD C0 D0 A7 2A 24 1E 3D E4 E8 C1 51 7B CD 01 78 3A B0 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked shinsuke nakamura")
else
print("No results found")
end
-- mustafa ali myrise
aobresult = AOBScan("B4 03 C4 01 DC 02 87 0E 00 00 10 23 9D 8D 9E 27 C7 84 F6 6C 3F 98 97 DF 9E AC 48 B3 01 89 88 9A 40 F4 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked mustafa ali myrise")
else
print("No results found")
end
AEKCarlos
Cheater
Posts: 48 Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6
Post
by AEKCarlos » Sat Apr 23, 2022 11:43 pm
Mustafa Ali MyRise
Johnny Gargano MyRise
Code: Select all
-- mustafa ali myrise
aobresult = AOBScan("B4 03 C4 01 DC 02 87 0E 00 00 10 23 9D 8D 9E 27 C7 84 F6 6C 3F 98 97 DF 9E AC 48 B3 01 89 88 9A 40 F4 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked mustafa ali myrise")
else
print("No results found")
end
-- johnny gargano myrise
aobresult = AOBScan("BF 03 CF 01 B3 02 87 0E 00 00 63 98 B2 79 42 B5 87 88 85 D7 10 6C 4B 4D DE A0 94 21 41 85 54 08 00 F8 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked johnny gargano myrise")
else
print("No results found")
end
Last edited by
AEKCarlos on Sun Apr 24, 2022 12:03 am, edited 2 times in total.
WWE_Fanatic3
Expert Cheater
Posts: 145 Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9
Post
by WWE_Fanatic3 » Sat Apr 23, 2022 11:45 pm
5forty wrote: ↑ Sat Apr 23, 2022 11:23 pm
johnny gargano and mustafa ali myrise versions seem to be a bit different where you need the script to add 01 instead minus it to 00
True because I tried and didn't work
WeGoku
Expert Cheater
Posts: 101 Joined: Fri Apr 22, 2022 9:25 pm
Reputation: 12
Post
by WeGoku » Sun Apr 24, 2022 12:26 am
Thanks AEK Carlos. Both johnny and Ali worked. Now I have all myrise in the lua script.
WWE_Fanatic3
Expert Cheater
Posts: 145 Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9
Post
by WWE_Fanatic3 » Sun Apr 24, 2022 1:02 am
AEKCarlos wrote: ↑ Sat Apr 23, 2022 11:43 pm
Mustafa Ali MyRise
Johnny Gargano MyRise
Code: Select all
-- mustafa ali myrise
aobresult = AOBScan("B4 03 C4 01 DC 02 87 0E 00 00 10 23 9D 8D 9E 27 C7 84 F6 6C 3F 98 97 DF 9E AC 48 B3 01 89 88 9A 40 F4 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked mustafa ali myrise")
else
print("No results found")
end
-- johnny gargano myrise
aobresult = AOBScan("BF 03 CF 01 B3 02 87 0E 00 00 63 98 B2 79 42 B5 87 88 85 D7 10 6C 4B 4D DE A0 94 21 41 85 54 08 00 F8 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked johnny gargano myrise")
else
print("No results found")
end
What about Candice and King Booker from MyRise?
AEKCarlos
Cheater
Posts: 48 Joined: Thu Mar 24, 2022 6:23 pm
Reputation: 6
Post
by AEKCarlos » Sun Apr 24, 2022 1:10 am
Candie LeRae MyRise
King Booker
Code: Select all
-- candice lerae myrise
aobresult = AOBScan("BC 03 CC 01 23 03 0F 0D 00 00 89 7B DF FF A8 56 EA 0E 6F 34 7D EA A1 AE B3 26 7E C2 2C 03 BE EB 6D 7E 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked candice lerae myrise")
else
print("No results found")
end
-- king booker
aobresult = AOBScan("CA 01 D6 00 6C 00 97 0F 00 00 C6 B3 F1 9D E7 9E C4 6C 20 FC 53 88 EE 66 9D 44 31 0A 02 61 3E EC F4 7A 00");
if (aobresult~=nil) then
print("Results found: "..aobresult.Count);
for i=0,aobresult.Count -1 do
writeBytes(tonumber(aobresult[i], 16) + 34,0x01)
end
aobresult.destroy()
aobresult=nil
print("unlocked king booker")
else
print("No results found")
end
WWE_Fanatic3
Expert Cheater
Posts: 145 Joined: Fri Apr 22, 2022 1:13 am
Reputation: 9
Post
by WWE_Fanatic3 » Sun Apr 24, 2022 1:37 am
Have one for Scarlett?