[Request] NBA 2K22
-
- Novice Cheater
- Posts: 22
- Joined: Fri Feb 07, 2020 2:03 pm
- Reputation: 5
[Request] NBA 2K22
Game Name:NBA 2K22
Options Required:My Career Online Bypass
Steam Website:
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.
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Request] NBA 2K22
[Bypass]
[Link]
[Link]
- Translate table
- Activate both simulated login status (not sure if both needed, needs testing)
- GAME WONT LET YOU SET NAME -> set it on CE table
- 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
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]
}
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 14832 times
-
- Novice Cheater
- Posts: 22
- Joined: Fri Feb 07, 2020 2:03 pm
- Reputation: 5
Re: [Request] NBA 2K22
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
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 15094 times
Re: [Filled so far] NBA 2K22
Thanks! What about badges?
Re: [Filled so far] NBA 2K22
^and stats too
Re: [Filled so far] NBA 2K22
Hi,thanks for the table but i don't fully understand your table.rambo99jose wrote: ↑Sun Sep 12, 2021 1:38 pm[Bypass]
[Link]
YOU CANT GO TO NEIGHBORHOOD OR YOUR SAVE WILL GET STUCK!!!
- Translate table
- Activate both simulated login status (not sure if both needed, needs testing)
- GAME WONT LET YOU SET NAME -> set it on CE table
- 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
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]
}
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.
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Filled so far] NBA 2K22
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
Nevermind i found it out myself. My CT knowledge ist limited.rambo99jose wrote: ↑Mon Sep 13, 2021 3:00 pmMy 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]
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.
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Filled so far] NBA 2K22
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
Thanks.The MyCareer Modifier only works for the steam version.rambo99jose wrote: ↑Mon Sep 13, 2021 3:51 pmOn 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))
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Filled so far] NBA 2K22
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.
-
- Novice Cheater
- Posts: 22
- Joined: Fri Feb 07, 2020 2:03 pm
- Reputation: 5
Re: [Filled so far] NBA 2K22
Ouch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Filled so far] NBA 2K22
Leave the name blank It will still create and you get past it. Since this is still 2k20, update 3 the same shit will happenGrim Reefer wrote: ↑Mon Sep 13, 2021 6:14 pmOuch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name
-
- Novice Cheater
- Posts: 22
- Joined: Fri Feb 07, 2020 2:03 pm
- Reputation: 5
Re: [Filled so far] NBA 2K22
rambo99jose wrote: ↑Mon Sep 13, 2021 6:36 pmLeave the name blank It will still create and you get past it. Since this is still 2k20, update 3 the same shit will happenGrim Reefer wrote: ↑Mon Sep 13, 2021 6:14 pmOuch once you hit the create a gatorade bottle you get stuck atleast i did couldnt enter name
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
- rambo99jose
- Table Makers
- Posts: 211
- Joined: Sun Mar 18, 2018 6:24 am
- Reputation: 134
Re: [Request] NBA 2K22
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
Who is online
Users browsing this forum: KSEN, TrueNevermore