[Request] NBA 2K22

Ask about cheats/tables for single player games here
Grim Reefer
Novice Cheater
Novice Cheater
Posts: 22
Joined: Fri Feb 07, 2020 2:03 pm
Reputation: 5

[Request] NBA 2K22

Post by Grim Reefer »

Game Name:NBA 2K22
Options Required:My Career Online Bypass
Steam Website:
Last edited by Grim Reefer on Mon Sep 13, 2021 6:18 pm, edited 2 times in total.

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Request] NBA 2K22

Post by rambo99jose »

[Bypass]
[Link]
  1. Translate table
  2. Activate both simulated login status (not sure if both needed, needs testing)
  3. GAME WONT LET YOU SET NAME -> set it on CE table
  4. For max potential attributes I made a script. Activate and add pointer to "creatorAttributes+5FC" . When you're done set attributes left to 0 so you can continue
YOU CANT GO TO NEIGHBORHOOD OR YOUR SAVE WILL GET STUCK!!!
Creator Attributes Script
{ Game : NBA2K22.exe
Version: day 0
Date : 2021-09-12
Author : rambo99jose
}

[ENABLE]

aobscanmodule(INJECT_creatorAttributes,NBA2K22.exe,41 89 85 FC 05 00 00) // should be unique
alloc(newmem_creatorAttributes,$1000,INJECT_creatorAttributes)

alloc(creatorAttributes,$64)
registersymbol(creatorAttributes)

label(code)
label(return)

newmem_creatorAttributes:

mov [creatorAttributes],r13

code:
mov [r13+000005FC],eax
jmp return

INJECT_creatorAttributes:
jmp newmem_creatorAttributes
nop 2
return:
registersymbol(INJECT_creatorAttributes)

[DISABLE]

INJECT_creatorAttributes:
db 41 89 85 FC 05 00 00

unregistersymbol(creatorAttributes)
dealloc(creatorAttributes)

unregistersymbol(INJECT_creatorAttributes)
dealloc(newmem_creatorAttributes)

{
// ORIGINAL CODE - INJECTION POINT: NBA2K22.exe+59B681

NBA2K22.exe+59B65C: 3B 2B - cmp ebp,[rbx]
NBA2K22.exe+59B65E: 7C C0 - jl NBA2K22.exe+59B620
NBA2K22.exe+59B660: 48 83 C3 64 - add rbx,64
NBA2K22.exe+59B664: 49 83 EC 01 - sub r12,01
NBA2K22.exe+59B668: 75 A6 - jne NBA2K22.exe+59B610
NBA2K22.exe+59B66A: 48 8D 0D 2F 44 AB 04 - lea rcx,[NBA2K22.exe+504FAA0]
NBA2K22.exe+59B671: E8 6A CE D0 FF - call NBA2K22.TextRange_begin
NBA2K22.exe+59B676: 48 8B C8 - mov rcx,rax
NBA2K22.exe+59B679: E8 52 06 BF 00 - call NBA2K22.exe+118BCD0
NBA2K22.exe+59B67E: 41 2B C7 - sub eax,r15d
// ---------- INJECTING HERE ----------
NBA2K22.exe+59B681: 41 89 85 FC 05 00 00 - mov [r13+000005FC],eax
// ---------- DONE INJECTING ----------
NBA2K22.exe+59B688: 79 76 - jns NBA2K22.exe+59B700
NBA2K22.exe+59B68A: 48 8D 05 CB 5D 42 02 - lea rax,[NBA2K22.exe+29C145C]
NBA2K22.exe+59B691: 44 89 64 24 40 - mov [rsp+40],r12d
NBA2K22.exe+59B696: 48 89 44 24 48 - mov [rsp+48],rax
NBA2K22.exe+59B69B: 48 8D 05 FE 4E 98 00 - lea rax,[NBA2K22.exe+F205A0]
NBA2K22.exe+59B6A2: 48 89 44 24 50 - mov [rsp+50],rax
NBA2K22.exe+59B6A7: C7 44 24 44 01 00 00 00 - mov [rsp+44],00000001
NBA2K22.exe+59B6AF: E8 EC 64 98 00 - call NBA2K22.exe+F21BA0
NBA2K22.exe+59B6B4: 4C 8B C0 - mov r8,rax
NBA2K22.exe+59B6B7: 4C 8D 0D 5A 6E E4 01 - lea r9,[NBA2K22.exe+23E2518]
}
Attachments
NBA2K22_creatorAttributes.CT
(3.13 KiB) Downloaded 13061 times

Grim Reefer
Novice Cheater
Novice Cheater
Posts: 22
Joined: Fri Feb 07, 2020 2:03 pm
Reputation: 5

Re: [Request] NBA 2K22

Post by Grim Reefer »

translated ct... trying now so far so good

goto his link if you wanna use other stuff on table i don't have the hook mod and could care less... was only wanting to play my career
Attachments
NBA2K22.CT
(31.77 KiB) Downloaded 13204 times

ono
Noobzor
Noobzor
Posts: 6
Joined: Tue Aug 24, 2021 6:39 pm
Reputation: 0

Re: [Filled so far] NBA 2K22

Post by ono »

Thanks! What about badges?

andre2539
Noobzor
Noobzor
Posts: 12
Joined: Wed Sep 18, 2019 9:19 am
Reputation: 3

Re: [Filled so far] NBA 2K22

Post by andre2539 »

^and stats too

ono
Noobzor
Noobzor
Posts: 6
Joined: Tue Aug 24, 2021 6:39 pm
Reputation: 0

Re: [Filled so far] NBA 2K22

Post by ono »

rambo99jose wrote:
Sun Sep 12, 2021 1:38 pm
[Bypass]
[Link]
  1. Translate table
  2. Activate both simulated login status (not sure if both needed, needs testing)
  3. GAME WONT LET YOU SET NAME -> set it on CE table
  4. For max potential attributes I made a script. Activate and add pointer to "creatorAttributes+5FC" . When you're done set attributes left to 0 so you can continue
YOU CANT GO TO NEIGHBORHOOD OR YOUR SAVE WILL GET STUCK!!!
Creator Attributes Script
{ Game : NBA2K22.exe
Version: day 0
Date : 2021-09-12
Author : rambo99jose
}

[ENABLE]

aobscanmodule(INJECT_creatorAttributes,NBA2K22.exe,41 89 85 FC 05 00 00) // should be unique
alloc(newmem_creatorAttributes,$1000,INJECT_creatorAttributes)

alloc(creatorAttributes,$64)
registersymbol(creatorAttributes)

label(code)
label(return)

newmem_creatorAttributes:

mov [creatorAttributes],r13

code:
mov [r13+000005FC],eax
jmp return

INJECT_creatorAttributes:
jmp newmem_creatorAttributes
nop 2
return:
registersymbol(INJECT_creatorAttributes)

[DISABLE]

INJECT_creatorAttributes:
db 41 89 85 FC 05 00 00

unregistersymbol(creatorAttributes)
dealloc(creatorAttributes)

unregistersymbol(INJECT_creatorAttributes)
dealloc(newmem_creatorAttributes)

{
// ORIGINAL CODE - INJECTION POINT: NBA2K22.exe+59B681

NBA2K22.exe+59B65C: 3B 2B - cmp ebp,[rbx]
NBA2K22.exe+59B65E: 7C C0 - jl NBA2K22.exe+59B620
NBA2K22.exe+59B660: 48 83 C3 64 - add rbx,64
NBA2K22.exe+59B664: 49 83 EC 01 - sub r12,01
NBA2K22.exe+59B668: 75 A6 - jne NBA2K22.exe+59B610
NBA2K22.exe+59B66A: 48 8D 0D 2F 44 AB 04 - lea rcx,[NBA2K22.exe+504FAA0]
NBA2K22.exe+59B671: E8 6A CE D0 FF - call NBA2K22.TextRange_begin
NBA2K22.exe+59B676: 48 8B C8 - mov rcx,rax
NBA2K22.exe+59B679: E8 52 06 BF 00 - call NBA2K22.exe+118BCD0
NBA2K22.exe+59B67E: 41 2B C7 - sub eax,r15d
// ---------- INJECTING HERE ----------
NBA2K22.exe+59B681: 41 89 85 FC 05 00 00 - mov [r13+000005FC],eax
// ---------- DONE INJECTING ----------
NBA2K22.exe+59B688: 79 76 - jns NBA2K22.exe+59B700
NBA2K22.exe+59B68A: 48 8D 05 CB 5D 42 02 - lea rax,[NBA2K22.exe+29C145C]
NBA2K22.exe+59B691: 44 89 64 24 40 - mov [rsp+40],r12d
NBA2K22.exe+59B696: 48 89 44 24 48 - mov [rsp+48],rax
NBA2K22.exe+59B69B: 48 8D 05 FE 4E 98 00 - lea rax,[NBA2K22.exe+F205A0]
NBA2K22.exe+59B6A2: 48 89 44 24 50 - mov [rsp+50],rax
NBA2K22.exe+59B6A7: C7 44 24 44 01 00 00 00 - mov [rsp+44],00000001
NBA2K22.exe+59B6AF: E8 EC 64 98 00 - call NBA2K22.exe+F21BA0
NBA2K22.exe+59B6B4: 4C 8B C0 - mov r8,rax
NBA2K22.exe+59B6B7: 4C 8D 0D 5A 6E E4 01 - lea r9,[NBA2K22.exe+23E2518]
}
Hi,thanks for the table but i don't fully understand your table.
When i starting to upgrade mycareer attributes . I have 680 points e. g. and i open the table it shows me the 680 value.
Every time when i use the points, the table count it down. After i try to full upgrade the attributes i have 0 points left and the table also has 0 value.
But i still need more points to to upgrade. I tried to add more value but in game it still give me the 0.

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Filled so far] NBA 2K22

Post by rambo99jose »

ono wrote:
Mon Sep 13, 2021 2:34 pm
My table was for raising only potential (max) points during creation. You set it to 99 then freeze, the once done set to 0.
Unfortunately you have to be online to spend points you gain during MyCareer. I saw mods for editing points but havent tested any.

Need this to install mods
[Link]

This might work to edit actual attributes
[Link]

ono
Noobzor
Noobzor
Posts: 6
Joined: Tue Aug 24, 2021 6:39 pm
Reputation: 0

Re: [Filled so far] NBA 2K22

Post by ono »

rambo99jose wrote:
Mon Sep 13, 2021 3:00 pm
ono wrote:
Mon Sep 13, 2021 2:34 pm
My table was for raising only potential (max) points during creation. You set it to 99 then freeze, the once done set to 0.
Unfortunately you have to be online to spend points you gain during MyCareer. I saw mods for editing points but havent tested any.

Need this to install mods
[Link]

This might work to edit actual attributes
[Link]
Nevermind i found it out myself. My CT knowledge ist limited.
So what i did : i scanned the value then i did the next scan and then i set a new value.
After i maxed out i can't continue because it freezed to the limited build points. Then i went back to Ct and set the value to 0 and i could finish the build. The potential is 99 but my player has only 60 overall.
Thanks i learnt from you.

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Filled so far] NBA 2K22

Post by rambo99jose »

On thta one you can freeze it so it doesnt decrease (click on memory adrress and hit space (it will put an x on it to the left))

ono
Noobzor
Noobzor
Posts: 6
Joined: Tue Aug 24, 2021 6:39 pm
Reputation: 0

Re: [Filled so far] NBA 2K22

Post by ono »

rambo99jose wrote:
Mon Sep 13, 2021 3:51 pm
On thta one you can freeze it so it doesnt decrease (click on memory adrress and hit space (it will put an x on it to the left))
Thanks.The MyCareer Modifier only works for the steam version.

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Filled so far] NBA 2K22

Post by rambo99jose »

EDIT: not allowed to link to certain sites, jsut google for the last part of the url
Last edited by rambo99jose on Mon Sep 13, 2021 4:59 pm, edited 5 times in total.

Grim Reefer
Novice Cheater
Novice Cheater
Posts: 22
Joined: Fri Feb 07, 2020 2:03 pm
Reputation: 5

Re: [Filled so far] NBA 2K22

Post by Grim Reefer »

Ouch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Filled so far] NBA 2K22

Post by rambo99jose »

Grim Reefer wrote:
Mon Sep 13, 2021 6:14 pm
Ouch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name
Leave the name blank :D It will still create and you get past it. Since this is still 2k20, update 3 the same shit will happen

Grim Reefer
Novice Cheater
Novice Cheater
Posts: 22
Joined: Fri Feb 07, 2020 2:03 pm
Reputation: 5

Re: [Filled so far] NBA 2K22

Post by Grim Reefer »

rambo99jose wrote:
Mon Sep 13, 2021 6:36 pm
Grim Reefer wrote:
Mon Sep 13, 2021 6:14 pm
Ouch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name
Leave the name blank :D It will still create and you get past it. Since this is still 2k20, update 3 the same shit will happen

lol already tried not workin
when you get there show me how...

i'm gonna make it so they don't want me this next attempt

User avatar
rambo99jose
Table Makers
Table Makers
Posts: 210
Joined: Sun Mar 18, 2018 6:24 am
Reputation: 134

Re: [Request] NBA 2K22

Post by rambo99jose »

literally go to enter name and try to enter anything, it will be blank. change other options too and then can proceed with blank name

Post Reply

Who is online

Users browsing this forum: AEKCarlos, Douzy, Google Adsense [Bot], Kaliendre, nhockpo321