Page 1 of 4

[Request] NBA 2K22

Posted: Sun Sep 12, 2021 1:15 pm
by Grim Reefer
Game Name:NBA 2K22
Options Required:My Career Online Bypass
Steam Website:

Re: [Request] NBA 2K22

Posted: Sun Sep 12, 2021 1:38 pm
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]
}

Re: [Request] NBA 2K22

Posted: Sun Sep 12, 2021 2:07 pm
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

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 11:49 am
by ono
Thanks! What about badges?

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 12:10 pm
by andre2539
^and stats too

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 2:34 pm
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.

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 3:00 pm
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]

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 3:41 pm
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.

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 3:51 pm
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))

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 4:06 pm
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.

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 4:34 pm
by rambo99jose
EDIT: not allowed to link to certain sites, jsut google for the last part of the url

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 6:14 pm
by Grim Reefer
Ouch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 6:36 pm
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

Re: [Filled so far] NBA 2K22

Posted: Mon Sep 13, 2021 7:27 pm
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

Re: [Request] NBA 2K22

Posted: Mon Sep 13, 2021 9:07 pm
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