NBA2K23

Upload your cheat tables here (No requests)
BlaxFly
Cheater
Cheater
Posts: 49
Joined: Wed Aug 02, 2017 6:11 pm
Reputation: 0

Re: NBA2K23

Post by BlaxFly »

killerkrok555 wrote:
Sat Mar 09, 2024 6:57 pm
BlaxFly wrote:
Sat Mar 09, 2024 4:11 pm
Would the script be similar in other games? For instance, NBA 2k17?

Did try to find it for 2K17, but so far was unable to do so. Was only able to find correct address for ActivateFirst, but the second was nowhere to be found.
no need to find new aob, and there is a chance it is not the same in 2k17 and you will not be able to find it, see post above
The first AOB is fine, but the second isn't working.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 178
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 88

Re: NBA2K23

Post by killerkrok555 »

BlaxFly wrote:
Sat Mar 09, 2024 10:16 pm

The first AOB is fine, but the second isn't working.
ill do you a quick lesson you have this at the bottom of your script

Code: Select all

{
// ORIGINAL CODE - INJECTION POINT: INJECT

NBA2K23.exe+1B43BBF: E9 EF 00 00 00        - jmp NBA2K23.exe+1B43CB3
NBA2K23.exe+1B43BC4: 44 8B 4E 44           - mov r9d,[rsi+44]
NBA2K23.exe+1B43BC8: 4C 8D 46 30           - lea r8,[rsi+30]
NBA2K23.exe+1B43BCC: 0F 28 CE              - movaps xmm1,xmm6
NBA2K23.exe+1B43BCF: 48 8B CF              - mov rcx,rdi
NBA2K23.exe+1B43BD2: E8 49 05 FC FF        - call NBA2K23.exe+1B04120
NBA2K23.exe+1B43BD7: 48 8B 87 90 09 00 00  - mov rax,[rdi+00000990]
NBA2K23.exe+1B43BDE: [u]8B F3[/u]                 - mov esi,ebx
NBA2K23.exe+1B43BE0: [u]0F 2F F0[/u]              - comiss xmm6,xmm0
NBA2K23.exe+1B43BE3: [u]40 0F 97 C6[/u]           - seta sil
// ---------- INJECTING HERE ----------
INJECT:[b] 89 B0 3C 02 00 00[/b]     - mov [rax+0000023C],esi
// ---------- DONE INJECTING  ----------
NBA2K23.exe+1B43BED: 48 8B 05 24 9B 6F 05  - mov rax,[NBA2K23.exe+723D718]
NBA2K23.exe+1B43BF4: 40 F6 C5 02           - test bpl,02
NBA2K23.exe+1B43BF8: 75 31                 - jne NBA2K23.exe+1B43C2B
NBA2K23.exe+1B43BFA: 48 85 C0              - test rax,rax
NBA2K23.exe+1B43BFD: 74 4F                 - je NBA2K23.exe+1B43C4E
NBA2K23.exe+1B43BFF: 48 8B 88 A8 03 00 00  - mov rcx,[rax+000003A8]
NBA2K23.exe+1B43C06: 48 85 C9              - test rcx,rcx
NBA2K23.exe+1B43C09: 74 20                 - je NBA2K23.exe+1B43C2B
NBA2K23.exe+1B43C0B: 48 8B 51 40           - mov rdx,[rcx+40]
NBA2K23.exe+1B43C0F: 48 85 D2              - test rdx,rdx
}
there is the aob marked with , you can use the bytes around it to search for the function, if the functions around it didnt change so lets say for example 8B F3 0F 2F F0 40 0F 97 C6 89 B0 ?? ?? 00 00, try this aob, i marked with the bytes im using to search, and ?? means it could be any combination of bytes i ?? the offsets because thats what most likely to change

BlaxFly
Cheater
Cheater
Posts: 49
Joined: Wed Aug 02, 2017 6:11 pm
Reputation: 0

Re: NBA2K23

Post by BlaxFly »

killerkrok555 wrote:
Sat Mar 09, 2024 10:52 pm
BlaxFly wrote:
Sat Mar 09, 2024 10:16 pm

The first AOB is fine, but the second isn't working.
ill do you a quick lesson you have this at the bottom of your script

Code: Select all

{
// ORIGINAL CODE - INJECTION POINT: INJECT

NBA2K23.exe+1B43BBF: E9 EF 00 00 00        - jmp NBA2K23.exe+1B43CB3
NBA2K23.exe+1B43BC4: 44 8B 4E 44           - mov r9d,[rsi+44]
NBA2K23.exe+1B43BC8: 4C 8D 46 30           - lea r8,[rsi+30]
NBA2K23.exe+1B43BCC: 0F 28 CE              - movaps xmm1,xmm6
NBA2K23.exe+1B43BCF: 48 8B CF              - mov rcx,rdi
NBA2K23.exe+1B43BD2: E8 49 05 FC FF        - call NBA2K23.exe+1B04120
NBA2K23.exe+1B43BD7: 48 8B 87 90 09 00 00  - mov rax,[rdi+00000990]
NBA2K23.exe+1B43BDE: [u]8B F3[/u]                 - mov esi,ebx
NBA2K23.exe+1B43BE0: [u]0F 2F F0[/u]              - comiss xmm6,xmm0
NBA2K23.exe+1B43BE3: [u]40 0F 97 C6[/u]           - seta sil
// ---------- INJECTING HERE ----------
INJECT:[b] 89 B0 3C 02 00 00[/b]     - mov [rax+0000023C],esi
// ---------- DONE INJECTING  ----------
NBA2K23.exe+1B43BED: 48 8B 05 24 9B 6F 05  - mov rax,[NBA2K23.exe+723D718]
NBA2K23.exe+1B43BF4: 40 F6 C5 02           - test bpl,02
NBA2K23.exe+1B43BF8: 75 31                 - jne NBA2K23.exe+1B43C2B
NBA2K23.exe+1B43BFA: 48 85 C0              - test rax,rax
NBA2K23.exe+1B43BFD: 74 4F                 - je NBA2K23.exe+1B43C4E
NBA2K23.exe+1B43BFF: 48 8B 88 A8 03 00 00  - mov rcx,[rax+000003A8]
NBA2K23.exe+1B43C06: 48 85 C9              - test rcx,rcx
NBA2K23.exe+1B43C09: 74 20                 - je NBA2K23.exe+1B43C2B
NBA2K23.exe+1B43C0B: 48 8B 51 40           - mov rdx,[rcx+40]
NBA2K23.exe+1B43C0F: 48 85 D2              - test rdx,rdx
}
there is the aob marked with , you can use the bytes around it to search for the function, if the functions around it didnt change so lets say for example 8B F3 0F 2F F0 40 0F 97 C6 89 B0 ?? ?? 00 00, try this aob, i marked with the bytes im using to search, and ?? means it could be any combination of bytes i ?? the offsets because thats what most likely to change
Yes, I already knew that. Sorry for the miscommunication. I am trying that for hours now, but so far I haven't been able to get the result. So far I have tried searching for 89 B0 ** ** 00 00 directly, but I wasn't able to find anything related.

This is the closest address I was able to find that has similar codes after and before it.

User avatar
killerkrok555
Expert Cheater
Expert Cheater
Posts: 178
Joined: Mon Apr 17, 2017 4:41 pm
Reputation: 88

Re: NBA2K23

Post by killerkrok555 »

BlaxFly wrote:
Sat Mar 09, 2024 10:58 pm
Yes, I already knew that. Sorry for the miscommunication. I am trying that for hours now, but so far I haven't been able to get the result. So far I have tried searching for 89 B0 ** ** 00 00 directly, but I wasn't able to find anything related.

This is the closest address I was able to find that has similar codes after and before it.
could be the whole functionality changed, since i dont own or plan on downloading 2k17 i really cant help much. its the same format but rax could be now rdx and vice versa

Post Reply

Who is online

Users browsing this forum: Bing [Bot], ChorizoConWebo, Dallagen, error, Google [Bot], Google Adsense [Bot], Sazabi500, uglydaddy, ZoDDeL