<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
  <CheatEntries>
    <CheatEntry>
      <ID>9486</ID>
      <Description>"NBA2K17 (For game version 1.07)"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(navigateHookAOB,NBA2K17.exe,8B 0E 45 8B 46 50)
aobscanmodule(playerInfoHookAOB,NBA2K17.exe,83 E0 07 48 98 FF 44 84 20 FF C3)
aobscanmodule(playerPhysicalHookAOB,NBA2K17.exe,8B 01 89 83 40 07 00 00)
aobscanmodule(DWHookAOB,NBA2K17.exe,F3 0F 5F D8 0F 28 EE F3 0F 5D EB)

label(_navigateHookReturn)
label(_playerInfoHookReturn)
label(_playerPhysicalHookReturn)
label(_DWHookExit)
label(_DWHookReturn)

alloc(pSettings, 8)
alloc(pMatch, 8)
alloc(pMatchStatsAway, 8)
alloc(pMatchStatsHome, 8)
alloc(pMatchTeamGrade, 8)
alloc(pCreatePlayer, 8)
alloc(pCreatePlayerAttributes, 8)
alloc(pCreatePlayerBadges, 8)
alloc(pMyPlayer, 8)
alloc(pMyPlayerPhysical, 8)
alloc(pMyPlayerAttributes, 8)
alloc(pMyPlayerBadges, 8)
alloc(pMyPlayerMatch, 8)
alloc(pMyCareer, 8)
alloc(pCurrency, 8)
alloc(FillDWBar, 4)
alloc(FillDWBarMem, 4)
alloc(navigateHookMem, 2048, navigateHookAOB)
alloc(playerInfoHookMem, 2048, playerInfoHookAOB)
alloc(playerPhysicalHookMem, 2048, playerPhysicalHookAOB)
alloc(DWHookMem, 2048, DWHookAOB)

registersymbol(pSettings)
registersymbol(pMatch)
registersymbol(pMatchStatsAway)
registersymbol(pMatchStatsHome)
registersymbol(pMatchTeamGrade)
registersymbol(pCreatePlayer)
registersymbol(pCreatePlayerAttributes)
registersymbol(pCreatePlayerBadges)
registersymbol(pMyPlayer)
registersymbol(pMyPlayerPhysical)
registersymbol(pMyPlayerAttributes)
registersymbol(pMyPlayerBadges)
registersymbol(pMyPlayerMatch)
registersymbol(pMyCareer)
registersymbol(pCurrency)
registersymbol(FillDWBar)
registersymbol(navigateHookAOB)
registersymbol(playerInfoHookAOB)
registersymbol(playerPhysicalHookAOB)
registersymbol(DWHookAOB)

navigateHookMem:
push rcx
push rdi
mov rcx,[NBA2K17.exe+094BA050]
mov [pSettings],rcx
lea rdi,[rcx+14BF4]
mov [pMyCareer],rdi
lea rdi,[rcx-248834]
mov [pCurrency],rdi
mov rcx,[NBA2K17.exe+01BC2640]
mov [pCreatePlayer],rcx
lea rdi,[rcx+3B1]
mov [pCreatePlayerAttributes],rdi
lea rdi,[rcx+445]
mov [pCreatePlayerBadges],rdi
mov rcx,[NBA2K17.exe+04BCACC0]
mov [pMatch],rcx
lea rdi,[rcx+26A64]
mov [pMatchStatsAway],rdi
lea rdi,[rcx+26364]
mov [pMatchStatsHome],rdi
lea rdi,[rcx+38CA4]
mov [pMatchTeamGrade],rdi
mov rcx,[NBA2K17.exe+05F42E68]
lea rdi,[rcx+810]
mov [pMyPlayerMatch],rdi
pop rdi
pop rcx
mov ecx,[rsi]
mov r8d,[r14+50]
jmp _navigateHookReturn

playerInfoHookMem:
push rcx
mov [pMyPlayer], r12
lea rcx,[r12+3B1]
mov [pMyPlayerAttributes], rcx
lea rcx,[r12+445]
mov [pMyPlayerBadges], rcx
pop rcx
and eax,07
cdqe
jmp _playerInfoHookReturn

playerPhysicalHookMem:
mov [pMyPlayerPhysical],rcx
mov eax,[rcx]
mov [rbx+00000740],eax
jmp _playerPhysicalHookReturn

DWHookMem:
movaps xmm5,xmm6
minss xmm5,xmm3
cmp dword ptr [FillDWBar], 0
je _DWHookExit
mov [FillDWBarMem],(float)999
movss xmm5,[FillDWBarMem]
_DWHookExit:
jmp _DWHookReturn

pSettings:
dq 0
pMatch:
dq 0
pMatchStatsAway:
dq 0
pMatchStatsHome:
dq 0
pMatchTeamGrade:
dq 0
pCreatePlayer:
dq 0
pCreatePlayerAttributes:
dq 0
pCreatePlayerBadges:
dq 0
pMyPlayer:
dq 0
pMyPlayerPhysical:
dq 0
pMyPlayerAttributes:
dq 0
pMyPlayerBadges:
dq 0
pMyPlayerMatch:
dq 0
pMyCareer:
dq 0
pCurrency:
dq 0
FillDWBar:
dd 0
FillDWBarMem:
dd 0

navigateHookAOB:
jmp navigateHookMem
nop
_navigateHookReturn:

playerInfoHookAOB:
jmp playerInfoHookMem
_playerInfoHookReturn:

playerPhysicalHookAOB:
jmp playerPhysicalHookMem
db 90 90 90
_playerPhysicalHookReturn:

DWHookAOB+4:
jmp DWHookMem
nop
nop
_DWHookReturn:

[DISABLE]

navigateHookAOB:
db 8B 0E 45 8B 46 50

playerInfoHookAOB:
db 83 E0 07 48 98

playerPhysicalHookAOB:
db 8B 01 89 83 40 07 00 00

DWHookAOB+4:
db 0F 28 EE F3 0F 5D EB

unregistersymbol(pSettings)
unregistersymbol(pMatch)
unregistersymbol(pMatchStatsAway)
unregistersymbol(pMatchStatsHome)
unregistersymbol(pMatchTeamGrade)
unregistersymbol(pCreatePlayer)
unregistersymbol(pCreatePlayerAttributes)
unregistersymbol(pCreatePlayerBadges)
unregistersymbol(pMyPlayer)
unregistersymbol(pMyPlayerPhysical)
unregistersymbol(pMyPlayerAttributes)
unregistersymbol(pMyPlayerBadges)
unregistersymbol(pMyPlayerMatch)
unregistersymbol(pMyCareer)
unregistersymbol(pCurrency)
unregistersymbol(FillDWBar)
unregistersymbol(navigateHookAOB)
unregistersymbol(playerInfoHookAOB)
unregistersymbol(playerPhysicalHookAOB)
unregistersymbol(DWHookAOB)

dealloc(pSettings)
dealloc(pMatch)
dealloc(pMatchStatsAway)
dealloc(pMatchStatsHome)
dealloc(pMatchTeamGrade)
dealloc(pCreatePlayer)
dealloc(pCreatePlayerAttributes)
dealloc(pCreatePlayerBadges)
dealloc(pMyPlayer)
dealloc(pMyPlayerPhysical)
dealloc(pMyPlayerAttributes)
dealloc(pMyPlayerBadges)
dealloc(pMyPlayerMatch)
dealloc(pMyCareer)
dealloc(pCurrency)
dealloc(FillDWBar)
dealloc(FillDWBarMem)
dealloc(navigateHookMem)
dealloc(playerInfoHookMem)
dealloc(playerPhysicalHookMem)
dealloc(DWHookMem)

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>3393</ID>
          <Description>"Gameplay Settings [0.0 -&gt; 1.0]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>9452</ID>
              <Description>"Difficulty (Changes sliders)"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Rookie
1:Pro
2:All-Star
3:Superstar
4:Hall Of Fame
8:Custom
</DropDownList>
              <VariableType>4 Bytes</VariableType>
              <Address>pSettings</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9455</ID>
              <Description>"Game Speed"</Description>
              <VariableType>Float</VariableType>
              <Address>pSettings</Address>
              <Offsets>
                <Offset>6AD68</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9456</ID>
              <Description>"Free Throw Difficulty"</Description>
              <VariableType>Float</VariableType>
              <Address>pSettings</Address>
              <Offsets>
                <Offset>6ADD0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>171</ID>
              <Description>"User Sliders"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>A8A800</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3385</ID>
                  <Description>"Offense"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>AAAA00</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>263</ID>
                      <Description>"Inside Shot Succes"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>C4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>264</ID>
                      <Description>"Close Shot Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>CC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>265</ID>
                      <Description>"Mid-Range Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>266</ID>
                      <Description>"3PT Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>DC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>267</ID>
                      <Description>"Layup Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>E4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>268</ID>
                      <Description>"Dunk in Traffic Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>269</ID>
                      <Description>"Dunk in Traffic Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>271</ID>
                      <Description>"Pass Accuracy"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>10C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>261</ID>
                      <Description>"Alley-Oop Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>B4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>262</ID>
                      <Description>"Contact Shot Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>BC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9383</ID>
                      <Description>"Ball Security"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>114</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9382</ID>
                      <Description>"Body-Up Sensitivity"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>11C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>3386</ID>
                  <Description>"Defense"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>AAAA00</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>273</ID>
                      <Description>"Driving Contact Shot Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>134</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>274</ID>
                      <Description>"Inside Contact Shot Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>13C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>275</ID>
                      <Description>"Layup Defense Strength (Takeoff)"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>144</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>276</ID>
                      <Description>"Layup Defense Strength (Release)"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>14C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>277</ID>
                      <Description>"Jump Shot Defense Strength (Gather)"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>154</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>278</ID>
                      <Description>"Jump Shot Defense Strength (Release)"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>15C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>292</ID>
                      <Description>"Help Defense Strength"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>272</ID>
                      <Description>"Steal Success"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>12C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>3387</ID>
                  <Description>"Attributes"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>AAAA00</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>251</ID>
                      <Description>"Accelleration"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>64</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>258</ID>
                      <Description>"Vertical"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>9C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>250</ID>
                      <Description>"Strength"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>5C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>256</ID>
                      <Description>"Stamina"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>8C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>243</ID>
                      <Description>"Speed"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>255</ID>
                      <Description>"Durability"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>84</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>252</ID>
                      <Description>"Hustle"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>6C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>244</ID>
                      <Description>"Ball Handling"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>257</ID>
                      <Description>"Hands"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>94</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>245</ID>
                      <Description>"Dunking Ability"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>259</ID>
                      <Description>"On-Ball Defense"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>242</ID>
                      <Description>"Stealing"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>4916</ID>
                      <Description>"Blocking"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>246</ID>
                      <Description>"Offensive Awareness"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>3C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>247</ID>
                      <Description>"Defensive Awareness"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>44</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>248</ID>
                      <Description>"Offensive Rebounding"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>249</ID>
                      <Description>"Defensive Rebounding"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>54</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>253</ID>
                      <Description>"Offensive Consistency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>74</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>254</ID>
                      <Description>"Defensive Consistency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>7C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>260</ID>
                      <Description>"Fatigue Rate"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>194</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>4917</ID>
                      <Description>"Lateral Quickness"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>AC</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>143</ID>
                  <Description>"Tendencies"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>AAAA00</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>294</ID>
                      <Description>"Take Inside Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1FC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>295</ID>
                      <Description>"Take Close Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>204</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>296</ID>
                      <Description>"Take Mid-Range Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>20C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>297</ID>
                      <Description>"Take 3PT Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>214</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>270</ID>
                      <Description>"Post Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1EC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>298</ID>
                      <Description>"Attack The Basket"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>21C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>299</ID>
                      <Description>"Look For Post Players"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>224</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>286</ID>
                      <Description>"Throw Alley-Oops"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>22C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>287</ID>
                      <Description>"Attempt Dunks"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1B4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>300</ID>
                      <Description>"Attempt Putbacks"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1C4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>290</ID>
                      <Description>"Play Passing Lanes"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1D4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>291</ID>
                      <Description>"Go For On-Ball Steals"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1DC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>288</ID>
                      <Description>"Contest Shots"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1E4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>293</ID>
                      <Description>"Backdoor Cuts"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>104</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>158</ID>
                  <Description>"Fouls"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>AAAA00</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>280</ID>
                      <Description>"Over the Back Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>164</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>281</ID>
                      <Description>"Charging Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>16C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>282</ID>
                      <Description>"Blocking Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>174</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>283</ID>
                      <Description>"Reaching Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>17C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>284</ID>
                      <Description>"Shooting Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>184</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>279</ID>
                      <Description>"Loose Ball Foul Frequency"</Description>
                      <Color>AAAA00</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>18C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>9384</ID>
              <Description>"CPU Sliders"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>9385</ID>
                  <Description>"Offense"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9386</ID>
                      <Description>"Inside Shot Succes"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9387</ID>
                      <Description>"Close Shot Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>D0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9388</ID>
                      <Description>"Mid-Range Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9389</ID>
                      <Description>"3PT Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>E0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9390</ID>
                      <Description>"Layup Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9391</ID>
                      <Description>"Dunk in Traffic Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9392</ID>
                      <Description>"Dunk in Traffic Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>100</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9393</ID>
                      <Description>"Pass Accuracy"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>110</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9394</ID>
                      <Description>"Alley-Oop Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9395</ID>
                      <Description>"Contact Shot Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9396</ID>
                      <Description>"Ball Security"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>118</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9397</ID>
                      <Description>"Body-Up Sensitivity"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>120</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9398</ID>
                  <Description>"Defense"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9399</ID>
                      <Description>"Driving Contact Shot Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>138</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9400</ID>
                      <Description>"Inside Contact Shot Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>140</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9401</ID>
                      <Description>"Layup Defense Strength (Takeoff)"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>148</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9402</ID>
                      <Description>"Layup Defense Strength (Release)"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>150</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9403</ID>
                      <Description>"Jump Shot Defense Strength (Gather)"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>158</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9404</ID>
                      <Description>"Jump Shot Defense Strength (Release)"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>160</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9405</ID>
                      <Description>"Help Defense Strength"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1F8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9406</ID>
                      <Description>"Steal Success"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>130</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9407</ID>
                  <Description>"Attributes"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9408</ID>
                      <Description>"Accelleration"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9409</ID>
                      <Description>"Vertical"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>A0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9410</ID>
                      <Description>"Strength"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>60</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9411</ID>
                      <Description>"Stamina"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>90</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9412</ID>
                      <Description>"Speed"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9413</ID>
                      <Description>"Durability"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>88</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9414</ID>
                      <Description>"Hustle"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>70</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9415</ID>
                      <Description>"Ball Handling"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9416</ID>
                      <Description>"Hands"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>98</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9417</ID>
                      <Description>"Dunking Ability"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9418</ID>
                      <Description>"On-Ball Defense"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9419</ID>
                      <Description>"Stealing"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>10</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9420</ID>
                      <Description>"Blocking"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9421</ID>
                      <Description>"Offensive Awareness"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>40</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9422</ID>
                      <Description>"Defensive Awareness"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9423</ID>
                      <Description>"Offensive Rebounding"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>50</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9424</ID>
                      <Description>"Defensive Rebounding"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>58</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9425</ID>
                      <Description>"Offensive Consistency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>78</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9426</ID>
                      <Description>"Defensive Consistency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9427</ID>
                      <Description>"Fatigue Rate"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>198</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9428</ID>
                      <Description>"Lateral Quickness"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>B0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9429</ID>
                  <Description>"Tendencies"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9430</ID>
                      <Description>"Take Inside Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>200</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9431</ID>
                      <Description>"Take Close Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>208</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9432</ID>
                      <Description>"Take Mid-Range Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>210</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9433</ID>
                      <Description>"Take 3PT Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>218</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9434</ID>
                      <Description>"Post Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9435</ID>
                      <Description>"Attack The Basket"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>220</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9436</ID>
                      <Description>"Look For Post Players"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>228</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9437</ID>
                      <Description>"Throw Alley-Oops"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>230</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9438</ID>
                      <Description>"Attempt Dunks"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1B8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9439</ID>
                      <Description>"Attempt Putbacks"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9440</ID>
                      <Description>"Play Passing Lanes"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1D8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9441</ID>
                      <Description>"Go For On-Ball Steals"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1E0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9442</ID>
                      <Description>"Contest Shots"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>1E8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9443</ID>
                      <Description>"Backdoor Cuts"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>108</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9444</ID>
                  <Description>"Fouls"</Description>
                  <Options moHideChildren="1" moRecursiveSetValue="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9445</ID>
                      <Description>"Over the Back Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>168</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9446</ID>
                      <Description>"Charging Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>170</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9447</ID>
                      <Description>"Blocking Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>178</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9448</ID>
                      <Description>"Reaching Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>180</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9449</ID>
                      <Description>"Shooting Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>188</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9450</ID>
                      <Description>"Loose Ball Foul Frequency"</Description>
                      <Color>0000FF</Color>
                      <VariableType>Float</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>190</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3608</ID>
              <Description>"Season Settings (Must change before season start)"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>5701</ID>
                  <Description>"Games per season"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:14 Games
1:29 Games
2:58 Games
3:82 Games (Full Season)
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE80</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3582</ID>
                  <Description>"Conference Quarterfinals"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Best of 7
1:1 Game
2:Best of 3
3:Best of 5
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE60</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3583</ID>
                  <Description>"Conference Semifinals"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Best of 7
1:1 Game
2:Best of 3
3:Best of 5
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE64</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3584</ID>
                  <Description>"Conference Finals"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Best of 7
1:1 Game
2:Best of 3
3:Best of 5
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE68</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3585</ID>
                  <Description>"NBA Finals"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Best of 7
1:1 Game
2:Best of 3
3:Best of 5
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE6C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3586</ID>
                  <Description>"Quarter Length (Minutes)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>6AD7C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9379</ID>
                  <Description>"Simulated Quarter Length (Minutes)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFE88</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9378</ID>
                  <Description>"Normalize Played to Sim Minutes"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFFD4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9377</ID>
                  <Description>"Normalize Played to Sim Stats"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>pSettings</Address>
                  <Offsets>
                    <Offset>FFFFFFC8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10262</ID>
                  <Description>"Season Sliders (0-100)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10078</ID>
                      <Description>"Trade Frequency"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF40</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10081</ID>
                      <Description>"Career-Ending Injury Frequency"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF94</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10084</ID>
                      <Description>"Draft Class Quality"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF98</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10085</ID>
                      <Description>"Player Progression Rate"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFA8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10086</ID>
                      <Description>"Player Regression Rate"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFAC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10087</ID>
                      <Description>"In-Season Training Effects"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFA4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10088</ID>
                      <Description>"Player Non-Financial Ambitions Factor"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF60</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9381</ID>
                      <Description>"Simulator Difficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF78</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10263</ID>
                      <Description>"Trade Negotiation Difficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF3C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10264</ID>
                      <Description>"Contract Negotiation Difficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF5C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10265</ID>
                      <Description>"CPU Re-Signing Aggressiveness"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF64</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10266</ID>
                      <Description>"Morale Difficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10075</ID>
                      <Description>"Morale Effects"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF6C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10076</ID>
                      <Description>"Chemistry Difficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF70</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10077</ID>
                      <Description>"Chemistry Effects"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF74</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10079</ID>
                      <Description>"CPU Injury Frequency"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10080</ID>
                      <Description>"User Injury Frequency"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF7C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10083</ID>
                      <Description>"CPU Injury Effects"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF88</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10082</ID>
                      <Description>"User Injury Effects"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF84</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10256</ID>
                  <Description>"Season Settings (On/Off)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10097</ID>
                      <Description>"Team Chemistry"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFD0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10096</ID>
                      <Description>"Progressive Fatigue"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFCC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10095</ID>
                      <Description>"Injuries"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFE78</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10257</ID>
                      <Description>"Trade Approval"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10258</ID>
                      <Description>"CPU-CPU Trades"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10259</ID>
                      <Description>"CPU Tade Offers"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10260</ID>
                      <Description>"Trade Override"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9380</ID>
                      <Description>"Financial Trade Rules"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF28</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10092</ID>
                      <Description>"Rookie Signing Restriction"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10091</ID>
                      <Description>"Recently Traded Restriction"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10090</ID>
                      <Description>"Recently Signed Restriction"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF1C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10261</ID>
                      <Description>"Tade Deadline"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFF34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10094</ID>
                      <Description>"Protected Players"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFE0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10093</ID>
                      <Description>"League Expansion"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:On
0:Off
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pSettings</Address>
                      <Offsets>
                        <Offset>FFFFFFDC</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4378</ID>
          <Description>"Create a Player"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>000000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>4379</ID>
              <Description>"Last Name"</Description>
              <VariableType>String</VariableType>
              <Length>16</Length>
              <Unicode>1</Unicode>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4380</ID>
              <Description>"First Name"</Description>
              <VariableType>String</VariableType>
              <Length>16</Length>
              <Unicode>1</Unicode>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>24</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4382</ID>
              <Description>"CyberFace ID"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>64</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4400</ID>
              <Description>"Primary Position"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Point Guard
1:Shooting Guard
2:Small Forward
3:Power Forward
4:Center
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>0</BitStart>
              <BitLength>3</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>D9</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4392</ID>
              <Description>"Secondary Position"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Point Guard
1:Shooting Guard
2:Small Forward
3:Power Forward
4:Center
5:Not Applicable
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>3</BitStart>
              <BitLength>3</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>D9</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9492</ID>
              <Description>"Birth Month"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:January
2:February
3:March
4:April
5:May
6:June
7:July
8:August
9:September
10:October
11:November
12:December
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>4</BitStart>
              <BitLength>4</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>67</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9494</ID>
              <Description>"Birth Day"</Description>
              <VariableType>Binary</VariableType>
              <BitStart>0</BitStart>
              <BitLength>5</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>68</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4385</ID>
              <Description>"Jersey Number (00 = 100)"</Description>
              <VariableType>Binary</VariableType>
              <BitStart>5</BitStart>
              <BitLength>7</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>69</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4386</ID>
              <Description>"Handedness"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Left
1:Right
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>6</BitStart>
              <BitLength>1</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>DA</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4387</ID>
              <Description>"Dominant Dunk Hand"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Left
1:Right
2:Either
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>7</BitStart>
              <BitLength>2</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>DA</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9495</ID>
              <Description>"Play Initiator"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
              <VariableType>Binary</VariableType>
              <BitStart>2</BitStart>
              <BitLength>1</BitLength>
              <ShowAsBinary>0</ShowAsBinary>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>14E</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4383</ID>
              <Description>"Height (Centimeters)"</Description>
              <VariableType>Float</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>D70</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>4384</ID>
              <Description>"Weight"</Description>
              <VariableType>Float</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>50</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9496</ID>
              <Description>"Wingspan"</Description>
              <VariableType>Float</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>D74</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9497</ID>
              <Description>"Shoulder Width"</Description>
              <VariableType>Float</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>DCC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9498</ID>
              <Description>"Body Length"</Description>
              <VariableType>Float</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>DC8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>10255</ID>
              <Description>"College/From ID"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>pCreatePlayer</Address>
              <Offsets>
                <Offset>70</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9518</ID>
              <Description>"Attributes in the internal game format [Attribute - 25 * 3]"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>9519</ID>
                  <Description>"Offense"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>000080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5192</ID>
                      <Description>"Standing Layup"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9546</ID>
                      <Description>"Driving Layup"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9545</ID>
                      <Description>"Post Fadeaway"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9544</ID>
                      <Description>"Post Hook"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9543</ID>
                      <Description>"Post Control"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9542</ID>
                      <Description>"Draw Foul"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9541</ID>
                      <Description>"Shot Close"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9540</ID>
                      <Description>"Contested Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9539</ID>
                      <Description>"Open Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9538</ID>
                      <Description>"Off Dribble Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9537</ID>
                      <Description>"Contested Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9536</ID>
                      <Description>"Open Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9535</ID>
                      <Description>"Off Dribble Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9534</ID>
                      <Description>"Free Throw"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9533</ID>
                      <Description>"Ball Control"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9532</ID>
                      <Description>"Passing Vision"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9531</ID>
                      <Description>"Passing IQ"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>10</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9530</ID>
                      <Description>"Passing Accuracy"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>11</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9529</ID>
                      <Description>"Offensive Rebound"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>13</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9528</ID>
                      <Description>"Standing Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9527</ID>
                      <Description>"Driving Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9526</ID>
                      <Description>"Contact Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>21</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9525</ID>
                      <Description>"Shot IQ"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>29</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9524</ID>
                      <Description>"Hands"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2A</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9520</ID>
                  <Description>"Defense"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9547</ID>
                      <Description>"Defensive Rebound"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9553</ID>
                      <Description>"Block"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>17</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9552</ID>
                      <Description>"Shot Contest"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9551</ID>
                      <Description>"Steal"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>19</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9550</ID>
                      <Description>"On-Ball Defense IQ"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9549</ID>
                      <Description>"Low Post Defense IQ"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9548</ID>
                      <Description>"Reaction Time"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2B</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9521</ID>
                  <Description>"Athleticism"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>4080FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9554</ID>
                      <Description>"Boxout"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>12</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9561</ID>
                      <Description>"Lateral Quickness"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9560</ID>
                      <Description>"Speed"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>22</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9559</ID>
                      <Description>"Speed With Ball"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>23</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9558</ID>
                      <Description>"Acceleration"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9557</ID>
                      <Description>"Vertical"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9556</ID>
                      <Description>"Strength"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>26</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9555</ID>
                      <Description>"Stamina"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>27</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9578</ID>
                      <Description>"Hustle"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>28</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9577</ID>
                      <Description>"Head Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9576</ID>
                      <Description>"Neck Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9575</ID>
                      <Description>"Back Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>31</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9574</ID>
                      <Description>"Left Shoulder Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>32</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9573</ID>
                      <Description>"Right Shoulder Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>33</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9572</ID>
                      <Description>"Left Elbow Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9571</ID>
                      <Description>"Right Elbow Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>35</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9570</ID>
                      <Description>"Left Hip Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>36</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9569</ID>
                      <Description>"Right Hip Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>37</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9568</ID>
                      <Description>"Left Knee Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9567</ID>
                      <Description>"Right Knee Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>39</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9566</ID>
                      <Description>"Left Ankle Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9565</ID>
                      <Description>"Right Ankle Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9564</ID>
                      <Description>"Left Foot Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9563</ID>
                      <Description>"Right Foot Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9562</ID>
                      <Description>"Miscellaneous Durability"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>3E</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9522</ID>
                  <Description>"Mental"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>800080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9579</ID>
                      <Description>"Pass Perception"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>16</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9583</ID>
                      <Description>"Defensive Consistency"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9582</ID>
                      <Description>"Pick and Roll Defense IQ"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9581</ID>
                      <Description>"Help Defensive IQ"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>1D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9580</ID>
                      <Description>"Offensive Consistency"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9523</ID>
                  <Description>"Misc"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>FF0000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9585</ID>
                      <Description>"Intangibles"</Description>
                      <Color>FF0000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9584</ID>
                      <Description>"Potential"</Description>
                      <Color>FF0000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pCreatePlayerAttributes</Address>
                      <Offsets>
                        <Offset>2E</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>5030</ID>
              <Description>"Badge Selection"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>5442</ID>
                  <Description>"All Badges Byte Array"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <Color>A00000</Color>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>22</ByteLength>
                  <Address>pCreatePlayerBadges</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5453</ID>
                  <Description>"------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>5031</ID>
                  <Description>"Personality"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>FF8000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9900</ID>
                      <Description>"On Court Coach"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5035</ID>
                      <Description>"Alpha Dog"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5036</ID>
                      <Description>"Clutch Performer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5037</ID>
                      <Description>"Wildcard"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5038</ID>
                      <Description>"Spark Plug"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5039</ID>
                      <Description>"Enforcer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5040</ID>
                      <Description>"Championship DNA"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5041</ID>
                      <Description>"Microwave"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5042</ID>
                      <Description>"Floor General"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5043</ID>
                      <Description>"Defensive Anchor"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5044</ID>
                      <Description>"Hardened"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5053</ID>
                      <Description>"Reserved [Exclusive with Friendly]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5054</ID>
                      <Description>"Friendly [Exclusive with Reserved]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5055</ID>
                      <Description>"Low ego [Exclusive with All-Time great]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5056</ID>
                      <Description>"All-Time great [Exclusive with Low ego]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5057</ID>
                      <Description>"High work ethic [Exclusive with Legendary work ethic]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5058</ID>
                      <Description>"Legendary work ethic [Exclusive with High work ethic]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5059</ID>
                      <Description>"Keep it real [Exclusive with Pat my back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5060</ID>
                      <Description>"Pat my back [Exclusive with Keep it real]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5061</ID>
                      <Description>"Expressive [Exclusive with Unpredictable &amp; Laid back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5062</ID>
                      <Description>"Unpredictable [Exclusive with Expressive &amp; Laid back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5063</ID>
                      <Description>"Laid back [Exclusive with Expressive &amp; Unpredictable]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>2</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5064</ID>
                  <Description>"Inside Scoring"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>4080FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5065</ID>
                      <Description>"Acrobat"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5066</ID>
                      <Description>"Tear Dropper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5067</ID>
                      <Description>"Putback King"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5068</ID>
                      <Description>"Pick &amp; Roller"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5069</ID>
                      <Description>"Relentless Finisher"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5070</ID>
                      <Description>"Post Spin Technician"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5071</ID>
                      <Description>"Drop-Stepper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5072</ID>
                      <Description>"Dream-Like Up &amp; Under"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>B</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5080</ID>
                  <Description>"Outside Scoring"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0040C6</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5081</ID>
                      <Description>"Corner Specialist"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5082</ID>
                      <Description>"Mid-Range Deadeye"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5083</ID>
                      <Description>"Deep Range Deadeye"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5084</ID>
                      <Description>"Limitless Range"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5085</ID>
                      <Description>"Difficult Shots"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5086</ID>
                      <Description>"Pick &amp; Popper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5087</ID>
                      <Description>"Tireless Scorer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9655</ID>
                      <Description>"Catch &amp; Shoot"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5088</ID>
                  <Description>"Playmaking"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>FF0080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5089</ID>
                      <Description>"Ankle Breaker"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5090</ID>
                      <Description>"Flashy Passer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5091</ID>
                      <Description>"Break Starter"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5092</ID>
                      <Description>"Pick &amp; Roll Maestro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5093</ID>
                      <Description>"Lob City Passer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5094</ID>
                      <Description>"Dimer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5101</ID>
                  <Description>"Defending"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5102</ID>
                      <Description>"Defensive Stopper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5103</ID>
                      <Description>"Charge Card"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>10</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5104</ID>
                      <Description>"Pick Dodger"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>10</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5105</ID>
                      <Description>"Pick Pocket"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>11</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5106</ID>
                      <Description>"Rim Protector"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>11</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5107</ID>
                      <Description>"Chase Down Artist"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>12</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5110</ID>
                  <Description>"Athleticism"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>808000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5111</ID>
                      <Description>"Lob City Finisher"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5112</ID>
                      <Description>"Posterizer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5113</ID>
                      <Description>"Bruiser"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>12</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5114</ID>
                      <Description>"Brick Wall"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>13</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>5115</ID>
                      <Description>"One Man Fast Break"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>13</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5117</ID>
                  <Description>"Rebounding"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>5118</ID>
                      <Description>"Hustle Rebounder"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>F</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9786</ID>
                  <Description>"Special"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9787</ID>
                      <Description>"Slasher Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>13</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9788</ID>
                      <Description>"Shot Creator Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>13</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9789</ID>
                      <Description>"Sharpshooter Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9790</ID>
                      <Description>"Point Forward Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9791</ID>
                      <Description>"Lockdown Defender Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9792</ID>
                      <Description>"Glass Cleaner Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9793</ID>
                      <Description>"Postscorer Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9803</ID>
                  <Description>"MyPark"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9811</ID>
                      <Description>"Game Point"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9812</ID>
                      <Description>"Road Dog"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9813</ID>
                      <Description>"7 OH'S"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9814</ID>
                      <Description>"Iron Man"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9815</ID>
                      <Description>"Bone Collector"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9816</ID>
                      <Description>"Legend Takeover"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9817</ID>
                      <Description>"Park Bully"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9818</ID>
                      <Description>"Winners Only"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9819</ID>
                      <Description>"Streak Breaker"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pCreatePlayerBadges</Address>
                      <Offsets>
                        <Offset>15</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>9726</ID>
          <Description>"MyCareer"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>9517</ID>
              <Description>"MyPlayer Vitals (Load a MyCareer Savegame to update addresses)"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>9500</ID>
                  <Description>"Last Name"</Description>
                  <VariableType>String</VariableType>
                  <Length>16</Length>
                  <Unicode>1</Unicode>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9501</ID>
                  <Description>"First Name"</Description>
                  <VariableType>String</VariableType>
                  <Length>16</Length>
                  <Unicode>1</Unicode>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>24</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9502</ID>
                  <Description>"CyberFace ID"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>64</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9503</ID>
                  <Description>"Primary Position"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Point Guard
1:Shooting Guard
2:Small Forward
3:Power Forward
4:Center
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>3</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>D9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9504</ID>
                  <Description>"Secondary Position"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Point Guard
1:Shooting Guard
2:Small Forward
3:Power Forward
4:Center
5:Not Applicable
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>3</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>D9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9505</ID>
                  <Description>"Birth Month"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:January
2:February
3:March
4:April
5:May
6:June
7:July
8:August
9:September
10:October
11:November
12:December
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>4</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>67</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9506</ID>
                  <Description>"Birth Day"</Description>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>5</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>68</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9507</ID>
                  <Description>"Jersey Number (00 = 100)"</Description>
                  <VariableType>Binary</VariableType>
                  <BitStart>5</BitStart>
                  <BitLength>7</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>69</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9508</ID>
                  <Description>"Handedness"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Left
1:Right
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>DA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9509</ID>
                  <Description>"Dominant Dunk Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Left
1:Right
2:Either
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>7</BitStart>
                  <BitLength>2</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>DA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9510</ID>
                  <Description>"Play Initiator"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <VariableType>Binary</VariableType>
                  <BitStart>2</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>14E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10246</ID>
                  <Description>"Height (Centimeters)"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerPhysical</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10247</ID>
                  <Description>"Weight"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>50</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10248</ID>
                  <Description>"Wingspan (Centimeters)"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerPhysical</Address>
                  <Offsets>
                    <Offset>4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10249</ID>
                  <Description>"Shoulder Width"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerPhysical</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10250</ID>
                  <Description>"Body Length"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerPhysical</Address>
                  <Offsets>
                    <Offset>58</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10251</ID>
                  <Description>"Draft Year (+1900)"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>15d</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10253</ID>
                  <Description>"Draft Round"</Description>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>2</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>2e6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10252</ID>
                  <Description>"Draft Pick"</Description>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>5</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>2e2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10254</ID>
                  <Description>"College/From ID"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayer</Address>
                  <Offsets>
                    <Offset>70</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9586</ID>
                  <Description>"Attributes in the internal game format [Attribute - 25 * 3]"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9587</ID>
                      <Description>"Offense"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>000080</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9588</ID>
                          <Description>"Standing Layup"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9589</ID>
                          <Description>"Driving Layup"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9590</ID>
                          <Description>"Post Fadeaway"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9591</ID>
                          <Description>"Post Hook"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9592</ID>
                          <Description>"Post Control"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9593</ID>
                          <Description>"Draw Foul"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9594</ID>
                          <Description>"Shot Close"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9595</ID>
                          <Description>"Contested Shot Mid-Range"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9596</ID>
                          <Description>"Open Shot Mid-Range"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9597</ID>
                          <Description>"Off Dribble Shot Mid-Range"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9598</ID>
                          <Description>"Contested Shot Three"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9599</ID>
                          <Description>"Open Shot Three"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9600</ID>
                          <Description>"Off Dribble Shot Three"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9601</ID>
                          <Description>"Free Throw"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9602</ID>
                          <Description>"Ball Control"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9603</ID>
                          <Description>"Passing Vision"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9604</ID>
                          <Description>"Passing IQ"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>10</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9605</ID>
                          <Description>"Passing Accuracy"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>11</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9606</ID>
                          <Description>"Offensive Rebound"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>13</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9607</ID>
                          <Description>"Standing Dunk"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9608</ID>
                          <Description>"Driving Dunk"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>20</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9609</ID>
                          <Description>"Contact Dunk"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>21</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9610</ID>
                          <Description>"Shot IQ"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>29</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9611</ID>
                          <Description>"Hands"</Description>
                          <Color>000080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2A</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9612</ID>
                      <Description>"Defense"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>008000</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9613</ID>
                          <Description>"Defensive Rebound"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9614</ID>
                          <Description>"Block"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>17</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9615</ID>
                          <Description>"Shot Contest"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>18</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9616</ID>
                          <Description>"Steal"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>19</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9617</ID>
                          <Description>"On-Ball Defense IQ"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9618</ID>
                          <Description>"Low Post Defense IQ"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9619</ID>
                          <Description>"Reaction Time"</Description>
                          <Color>008000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2B</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9620</ID>
                      <Description>"Athleticism"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>4080FF</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9621</ID>
                          <Description>"Boxout"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>12</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9622</ID>
                          <Description>"Lateral Quickness"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9623</ID>
                          <Description>"Speed"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>22</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9624</ID>
                          <Description>"Speed With Ball"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>23</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9625</ID>
                          <Description>"Acceleration"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>24</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9626</ID>
                          <Description>"Vertical"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>25</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9627</ID>
                          <Description>"Strength"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>26</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9628</ID>
                          <Description>"Stamina"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>27</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9629</ID>
                          <Description>"Hustle"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>28</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9630</ID>
                          <Description>"Head Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9631</ID>
                          <Description>"Neck Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>30</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9632</ID>
                          <Description>"Back Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>31</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9633</ID>
                          <Description>"Left Shoulder Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>32</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9634</ID>
                          <Description>"Right Shoulder Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>33</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9635</ID>
                          <Description>"Left Elbow Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>34</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9636</ID>
                          <Description>"Right Elbow Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>35</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9637</ID>
                          <Description>"Left Hip Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>36</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9638</ID>
                          <Description>"Right Hip Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>37</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9639</ID>
                          <Description>"Left Knee Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>38</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9640</ID>
                          <Description>"Right Knee Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>39</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9641</ID>
                          <Description>"Left Ankle Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9642</ID>
                          <Description>"Right Ankle Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9643</ID>
                          <Description>"Left Foot Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9644</ID>
                          <Description>"Right Foot Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9645</ID>
                          <Description>"Miscellaneous Durability"</Description>
                          <Color>4080FF</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>3E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9646</ID>
                      <Description>"Mental"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>800080</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9647</ID>
                          <Description>"Pass Perception"</Description>
                          <Color>800080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>16</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9648</ID>
                          <Description>"Defensive Consistency"</Description>
                          <Color>800080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9649</ID>
                          <Description>"Pick and Roll Defense IQ"</Description>
                          <Color>800080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9650</ID>
                          <Description>"Help Defensive IQ"</Description>
                          <Color>800080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>1D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9651</ID>
                          <Description>"Offensive Consistency"</Description>
                          <Color>800080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9652</ID>
                      <Description>"Misc"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>FF0000</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9653</ID>
                          <Description>"Intangibles"</Description>
                          <Color>FF0000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9654</ID>
                          <Description>"Potential"</Description>
                          <Color>FF0000</Color>
                          <VariableType>Byte</VariableType>
                          <Address>pMyPlayerAttributes</Address>
                          <Offsets>
                            <Offset>2E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9656</ID>
                  <Description>"Badge Selection"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9657</ID>
                      <Description>"All Badges Byte Array"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>A00000</Color>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>22</ByteLength>
                      <Address>pMyPlayerBadges</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9658</ID>
                      <Description>"------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9659</ID>
                      <Description>"Personality"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>FF8000</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9660</ID>
                          <Description>"On Court Coach"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9974</ID>
                          <Description>"Alpha Dog"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9661</ID>
                          <Description>"Clutch Performer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9662</ID>
                          <Description>"Wildcard"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9663</ID>
                          <Description>"Spark Plug"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9664</ID>
                          <Description>"Enforcer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9665</ID>
                          <Description>"Championship DNA"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9666</ID>
                          <Description>"Microwave"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9667</ID>
                          <Description>"Floor General"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9668</ID>
                          <Description>"Defensive Anchor"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9669</ID>
                          <Description>"Hardened"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF8000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9670</ID>
                          <Description>"Reserved [Exclusive with Friendly]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9671</ID>
                          <Description>"Friendly [Exclusive with Reserved]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9672</ID>
                          <Description>"Low ego [Exclusive with All-Time great]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9673</ID>
                          <Description>"All-Time great [Exclusive with Low ego]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9674</ID>
                          <Description>"High work ethic [Exclusive with Legendary work ethic]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9675</ID>
                          <Description>"Legendary work ethic [Exclusive with High work ethic]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9676</ID>
                          <Description>"Keep it real [Exclusive with Pat my back]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9677</ID>
                          <Description>"Pat my back [Exclusive with Keep it real]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9678</ID>
                          <Description>"Expressive [Exclusive with Unpredictable &amp; Laid back]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9679</ID>
                          <Description>"Unpredictable [Exclusive with Expressive &amp; Laid back]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9680</ID>
                          <Description>"Laid back [Exclusive with Expressive &amp; Unpredictable]"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>2</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9681</ID>
                      <Description>"Inside Scoring"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>4080FF</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9682</ID>
                          <Description>"Acrobat"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9683</ID>
                          <Description>"Tear Dropper"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9684</ID>
                          <Description>"Putback King"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9685</ID>
                          <Description>"Pick &amp; Roller"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9686</ID>
                          <Description>"Relentless Finisher"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9687</ID>
                          <Description>"Post Spin Technician"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9688</ID>
                          <Description>"Drop-Stepper"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9689</ID>
                          <Description>"Dream-Like Up &amp; Under"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>4080FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>B</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9690</ID>
                      <Description>"Outside Scoring"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>0040C6</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9691</ID>
                          <Description>"Corner Specialist"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9692</ID>
                          <Description>"Mid-Range Deadeye"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9693</ID>
                          <Description>"Deep Range Deadeye"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9694</ID>
                          <Description>"Limitless Range"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9695</ID>
                          <Description>"Difficult Shots"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9696</ID>
                          <Description>"Pick &amp; Popper"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9697</ID>
                          <Description>"Tireless Scorer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9698</ID>
                          <Description>"Catch &amp; Shoot"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0040C6</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>6</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9699</ID>
                      <Description>"Playmaking"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>FF0080</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9700</ID>
                          <Description>"Ankle Breaker"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9701</ID>
                          <Description>"Flashy Passer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9702</ID>
                          <Description>"Break Starter"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9703</ID>
                          <Description>"Pick &amp; Roll Maestro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9704</ID>
                          <Description>"Lob City Passer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9705</ID>
                          <Description>"Dimer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>FF0080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9706</ID>
                      <Description>"Defending"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>2BA800</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9707</ID>
                          <Description>"Defensive Stopper"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9708</ID>
                          <Description>"Charge Card"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>10</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9709</ID>
                          <Description>"Pick Dodger"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>10</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9710</ID>
                          <Description>"Pick Pocket"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>11</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9711</ID>
                          <Description>"Rim Protector"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>11</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9712</ID>
                          <Description>"Chase Down Artist"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>2BA800</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>12</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9713</ID>
                      <Description>"Athleticism"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>808000</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9714</ID>
                          <Description>"Lob City Finisher"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>808000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9715</ID>
                          <Description>"Posterizer"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>808000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9716</ID>
                          <Description>"Bruiser"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>808000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>12</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9717</ID>
                          <Description>"Brick Wall"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>808000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>13</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9718</ID>
                          <Description>"One Man Fast Break"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>808000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>13</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9719</ID>
                      <Description>"Rebounding"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>0000FF</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9720</ID>
                          <Description>"Hustle Rebounder"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>0000FF</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>3</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>F</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9820</ID>
                      <Description>"Special"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>008080</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9821</ID>
                          <Description>"Slasher Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>13</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9822</ID>
                          <Description>"Shot Creator Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>13</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9823</ID>
                          <Description>"Sharpshooter Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9824</ID>
                          <Description>"Point Forward Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9825</ID>
                          <Description>"Lockdown Defender Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9826</ID>
                          <Description>"Glass Cleaner Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9827</ID>
                          <Description>"Postscorer Pro"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008080</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9828</ID>
                      <Description>"MyPark"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <Color>008000</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>9829</ID>
                          <Description>"Game Point"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9830</ID>
                          <Description>"Road Dog"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9831</ID>
                          <Description>"7 OH'S"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>14</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9832</ID>
                          <Description>"Iron Man"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9833</ID>
                          <Description>"Bone Collector"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9834</ID>
                          <Description>"Legend Takeover"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9835</ID>
                          <Description>"Park Bully"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9836</ID>
                          <Description>"Winners Only"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>9837</ID>
                          <Description>"Streak Breaker"</Description>
                          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                          <ShowAsHex>1</ShowAsHex>
                          <Color>008000</Color>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>pMyPlayerBadges</Address>
                          <Offsets>
                            <Offset>15</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>9732</ID>
              <Description>"Offline Points"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>pCurrency</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9728</ID>
              <Description>"Fans"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>pMyCareer</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9729</ID>
              <Description>"Doin' Work Bar fills to max from any progress"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
              <VariableType>4 Bytes</VariableType>
              <Address>FillDWBar</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>9028</ID>
              <Description>"Attribute Override"</Description>
              <Options moHideChildren="1"/>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(AAOB00, NBA2K17.exe, 88 91 B1 03 00 00)
aobscanmodule(AAOB01, NBA2K17.exe, 88 91 B2 03 00 00)
aobscanmodule(AAOB02, NBA2K17.exe, 88 91 B3 03 00 00)
aobscanmodule(AAOB03, NBA2K17.exe, 88 91 B4 03 00 00)
aobscanmodule(AAOB04, NBA2K17.exe, 88 91 B5 03 00 00)
aobscanmodule(AAOB05, NBA2K17.exe, 88 91 B6 03 00 00)
aobscanmodule(AAOB06, NBA2K17.exe, 88 91 B7 03 00 00)
aobscanmodule(AAOB07, NBA2K17.exe, 88 91 B8 03 00 00)
aobscanmodule(AAOB08, NBA2K17.exe, 88 91 B9 03 00 00)
aobscanmodule(AAOB09, NBA2K17.exe, 88 91 BA 03 00 00)
aobscanmodule(AAOB10, NBA2K17.exe, 88 91 BB 03 00 00)
aobscanmodule(AAOB11, NBA2K17.exe, 88 91 BC 03 00 00)
aobscanmodule(AAOB12, NBA2K17.exe, 88 91 BD 03 00 00)
aobscanmodule(AAOB13, NBA2K17.exe, 88 91 BE 03 00 00)
aobscanmodule(AAOB14, NBA2K17.exe, 88 91 BF 03 00 00)
aobscanmodule(AAOB15, NBA2K17.exe, 88 91 C0 03 00 00)
aobscanmodule(AAOB16, NBA2K17.exe, 88 91 C1 03 00 00)
aobscanmodule(AAOB17, NBA2K17.exe, 88 91 C2 03 00 00)
aobscanmodule(AAOB18, NBA2K17.exe, 88 91 C3 03 00 00)
aobscanmodule(AAOB19, NBA2K17.exe, 88 91 C4 03 00 00)
aobscanmodule(AAOB20, NBA2K17.exe, 88 91 C5 03 00 00)
aobscanmodule(AAOB21, NBA2K17.exe, 88 91 C6 03 00 00)
aobscanmodule(AAOB22, NBA2K17.exe, 88 91 C7 03 00 00)
aobscanmodule(AAOB23, NBA2K17.exe, 88 91 C8 03 00 00)
aobscanmodule(AAOB24, NBA2K17.exe, 88 91 C9 03 00 00)
aobscanmodule(AAOB25, NBA2K17.exe, 88 91 CA 03 00 00)
aobscanmodule(AAOB26, NBA2K17.exe, 88 91 CB 03 00 00)
aobscanmodule(AAOB27, NBA2K17.exe, 88 91 CC 03 00 00)
aobscanmodule(AAOB28, NBA2K17.exe, 88 91 CD 03 00 00)
aobscanmodule(AAOB29, NBA2K17.exe, 88 91 CE 03 00 00)
aobscanmodule(AAOB30, NBA2K17.exe, 88 91 CF 03 00 00)
aobscanmodule(AAOB31, NBA2K17.exe, 88 91 D0 03 00 00)
aobscanmodule(AAOB32, NBA2K17.exe, 88 91 D1 03 00 00)
aobscanmodule(AAOB33, NBA2K17.exe, 88 91 D2 03 00 00)
aobscanmodule(AAOB34, NBA2K17.exe, 88 91 D3 03 00 00)
aobscanmodule(AAOB35, NBA2K17.exe, 88 91 D4 03 00 00)
aobscanmodule(AAOB36, NBA2K17.exe, 88 91 D5 03 00 00)
aobscanmodule(AAOB37, NBA2K17.exe, 88 91 D6 03 00 00)
aobscanmodule(AAOB38, NBA2K17.exe, 88 91 D7 03 00 00)
aobscanmodule(AAOB39, NBA2K17.exe, 88 91 D8 03 00 00)
aobscanmodule(AAOB40, NBA2K17.exe, 88 91 D9 03 00 00)
aobscanmodule(AAOB41, NBA2K17.exe, 88 91 DA 03 00 00)
aobscanmodule(AAOB42, NBA2K17.exe, 88 91 DB 03 00 00)
aobscanmodule(AAOB43, NBA2K17.exe, 88 91 DC 03 00 00)
aobscanmodule(AAOB44, NBA2K17.exe, 88 91 DD 03 00 00)
aobscanmodule(AAOB45, NBA2K17.exe, 88 91 DE 03 00 00)

registersymbol(AAOB00)
registersymbol(AAOB01)
registersymbol(AAOB02)
registersymbol(AAOB03)
registersymbol(AAOB04)
registersymbol(AAOB05)
registersymbol(AAOB06)
registersymbol(AAOB07)
registersymbol(AAOB08)
registersymbol(AAOB09)
registersymbol(AAOB10)
registersymbol(AAOB11)
registersymbol(AAOB12)
registersymbol(AAOB13)
registersymbol(AAOB14)
registersymbol(AAOB15)
registersymbol(AAOB16)
registersymbol(AAOB17)
registersymbol(AAOB18)
registersymbol(AAOB19)
registersymbol(AAOB20)
registersymbol(AAOB21)
registersymbol(AAOB22)
registersymbol(AAOB23)
registersymbol(AAOB24)
registersymbol(AAOB25)
registersymbol(AAOB26)
registersymbol(AAOB27)
registersymbol(AAOB28)
registersymbol(AAOB29)
registersymbol(AAOB30)
registersymbol(AAOB31)
registersymbol(AAOB32)
registersymbol(AAOB33)
registersymbol(AAOB34)
registersymbol(AAOB35)
registersymbol(AAOB36)
registersymbol(AAOB37)
registersymbol(AAOB38)
registersymbol(AAOB39)
registersymbol(AAOB40)
registersymbol(AAOB41)
registersymbol(AAOB42)
registersymbol(AAOB43)
registersymbol(AAOB44)
registersymbol(AAOB45)

alloc(AOMem, 4096, "NBA2K17.exe"+5319E8)
alloc(pAData, 46)
alloc(pAIOverride, 1)
alloc(pAMassValue, 1)
registersymbol(pAData)
registersymbol(pAIOverride)
registersymbol(pAMassValue)

label(_acf)
label(_acfp)
label(_acpc)
label(_acfr)

label(_nc00)
label(_nc01)
label(_nc02)
label(_nc03)
label(_nc04)
label(_nc05)
label(_nc06)
label(_nc07)
label(_nc08)
label(_nc09)
label(_nc10)
label(_nc11)
label(_nc12)
label(_nc13)
label(_nc14)
label(_nc15)
label(_nc16)
label(_nc17)
label(_nc18)
label(_nc19)
label(_nc20)
label(_nc21)
label(_nc22)
label(_nc23)
label(_nc24)
label(_nc25)
label(_nc26)
label(_nc27)
label(_nc28)
label(_nc29)
label(_nc30)
label(_nc31)
label(_nc32)
label(_nc33)
label(_nc34)
label(_nc35)
label(_nc36)
label(_nc37)
label(_nc38)
label(_nc39)
label(_nc40)
label(_nc41)
label(_nc42)
label(_nc43)
label(_nc44)
label(_nc45)
label(_ar00)
label(_ar01)
label(_ar02)
label(_ar03)
label(_ar04)
label(_ar05)
label(_ar06)
label(_ar07)
label(_ar08)
label(_ar09)
label(_ar10)
label(_ar11)
label(_ar12)
label(_ar13)
label(_ar14)
label(_ar15)
label(_ar16)
label(_ar17)
label(_ar18)
label(_ar19)
label(_ar20)
label(_ar21)
label(_ar22)
label(_ar23)
label(_ar24)
label(_ar25)
label(_ar26)
label(_ar27)
label(_ar28)
label(_ar29)
label(_ar30)
label(_ar31)
label(_ar32)
label(_ar33)
label(_ar34)
label(_ar35)
label(_ar36)
label(_ar37)
label(_ar38)
label(_ar39)
label(_ar40)
label(_ar41)
label(_ar42)
label(_ar43)
label(_ar44)
label(_ar45)
AOMem:

_acf:
  mov dx, [pAIOverride]
  cmp dx, 1
  jne _acpc
  mov rdx,[pMyPlayer]
  cmp rdx, rcx
  jne _acfr
_acpc:
  mov sil,[pAMassValue]
  cmp sil, 0
  je _acfp
  mov bl, sil
_acfp:
  cmp bl, 19
  jb _acfr
  cmp bl, 63
  ja _acfr
  mov al, bl
  sub al, 19
  mov dl, 3
  mul dl
_acfr:
  ret

_nc00:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+0]
  call _acf
  mov [rcx+000003B1],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar00

_nc01:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1]
  call _acf
  mov [rcx+000003B2],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar01

_nc02:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+2]
  call _acf
  mov [rcx+000003B3],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar02

_nc03:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+3]
  call _acf
  mov [rcx+000003B4],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar03

_nc04:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+4]
  call _acf
  mov [rcx+000003B5],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar04

_nc05:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+5]
  call _acf
  mov [rcx+000003B6],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar05

_nc06:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+6]
  call _acf
  mov [rcx+000003B7],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar06

_nc07:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+7]
  call _acf
  mov [rcx+000003B8],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar07

_nc08:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+8]
  call _acf
  mov [rcx+000003B9],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar08

_nc09:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+9]
  call _acf
  mov [rcx+000003BA],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar09

_nc10:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+A]
  call _acf
  mov [rcx+000003BB],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar10

_nc11:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+B]
  call _acf
  mov [rcx+000003BC],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar11

_nc12:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+C]
  call _acf
  mov [rcx+000003BD],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar12

_nc13:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+D]
  call _acf
  mov [rcx+000003BE],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar13

_nc14:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+E]
  call _acf
  mov [rcx+000003BF],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar14

_nc15:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+F]
  call _acf
  mov [rcx+000003C0],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar15

_nc16:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+10]
  call _acf
  mov [rcx+000003C1],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar16

_nc17:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+11]
  call _acf
  mov [rcx+000003C2],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar17

_nc18:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+12]
  call _acf
  mov [rcx+000003C3],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar18

_nc19:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+13]
  call _acf
  mov [rcx+000003C4],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar19

_nc20:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+14]
  call _acf
  mov [rcx+000003C5],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar20

_nc21:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+15]
  call _acf
  mov [rcx+000003C6],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar21

_nc22:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+16]
  call _acf
  mov [rcx+000003C7],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar22

_nc23:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+17]
  call _acf
  mov [rcx+000003C8],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar23

_nc24:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+18]
  call _acf
  mov [rcx+000003C9],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar24

_nc25:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+19]
  call _acf
  mov [rcx+000003CA],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar25

_nc26:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1A]
  call _acf
  mov [rcx+000003CB],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar26

_nc27:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1B]
  call _acf
  mov [rcx+000003CC],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar27

_nc28:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1C]
  call _acf
  mov [rcx+000003CD],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar28

_nc29:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1D]
  call _acf
  mov [rcx+000003CE],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar29

_nc30:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1E]
  call _acf
  mov [rcx+000003CF],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar30

_nc31:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+1F]
  call _acf
  mov [rcx+000003D0],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar31

_nc32:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+20]
  call _acf
  mov [rcx+000003D1],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar32

_nc33:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+21]
  call _acf
  mov [rcx+000003D2],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar33

_nc34:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+22]
  call _acf
  mov [rcx+000003D3],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar34

_nc35:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+23]
  call _acf
  mov [rcx+000003D4],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar35

_nc36:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+24]
  call _acf
  mov [rcx+000003D5],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar36

_nc37:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+25]
  call _acf
  mov [rcx+000003D6],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar37

_nc38:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+26]
  call _acf
  mov [rcx+000003D7],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar38

_nc39:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+27]
  call _acf
  mov [rcx+000003D8],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar39

_nc40:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+28]
  call _acf
  mov [rcx+000003D9],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar40

_nc41:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+29]
  call _acf
  mov [rcx+000003DA],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar41

_nc42:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+2A]
  call _acf
  mov [rcx+000003DB],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar42

_nc43:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+2B]
  call _acf
  mov [rcx+000003DC],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar43

_nc44:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+2C]
  call _acf
  mov [rcx+000003DD],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar44

_nc45:
  push rax
  push rbx
  push rdx
  push rsi
  mov bl, [pAData+2D]
  call _acf
  mov [rcx+000003DE],al
  pop rsi
  pop rdx
  pop rbx
  pop rax
  jmp _ar45

pAData:
  db 0

pAIOverride:
  db 0

pAMassValue:
  db 0

AAOB00:
  jmp _nc00
  nop

_ar00:

AAOB01:
  jmp _nc01
  nop

_ar01:

AAOB02:
  jmp _nc02
  nop

_ar02:

AAOB03:
  jmp _nc03
  nop

_ar03:

AAOB04:
  jmp _nc04
  nop

_ar04:

AAOB05:
  jmp _nc05
  nop

_ar05:

AAOB06:
  jmp _nc06
  nop

_ar06:

AAOB07:
  jmp _nc07
  nop

_ar07:

AAOB08:
  jmp _nc08
  nop

_ar08:

AAOB09:
  jmp _nc09
  nop

_ar09:

AAOB10:
  jmp _nc10
  nop

_ar10:

AAOB11:
  jmp _nc11
  nop

_ar11:

AAOB12:
  jmp _nc12
  nop

_ar12:

AAOB13:
  jmp _nc13
  nop

_ar13:

AAOB14:
  jmp _nc14
  nop

_ar14:

AAOB15:
  jmp _nc15
  nop

_ar15:

AAOB16:
  jmp _nc16
  nop

_ar16:

AAOB17:
  jmp _nc17
  nop

_ar17:

AAOB18:
  jmp _nc18
  nop

_ar18:

AAOB19:
  jmp _nc19
  nop

_ar19:

AAOB20:
  jmp _nc20
  nop

_ar20:

AAOB21:
  jmp _nc21
  nop

_ar21:

AAOB22:
  jmp _nc22
  nop

_ar22:

AAOB23:
  jmp _nc23
  nop

_ar23:

AAOB24:
  jmp _nc24
  nop

_ar24:

AAOB25:
  jmp _nc25
  nop

_ar25:

AAOB26:
  jmp _nc26
  nop

_ar26:

AAOB27:
  jmp _nc27
  nop

_ar27:

AAOB28:
  jmp _nc28
  nop

_ar28:

AAOB29:
  jmp _nc29
  nop

_ar29:

AAOB30:
  jmp _nc30
  nop

_ar30:

AAOB31:
  jmp _nc31
  nop

_ar31:

AAOB32:
  jmp _nc32
  nop

_ar32:

AAOB33:
  jmp _nc33
  nop

_ar33:

AAOB34:
  jmp _nc34
  nop

_ar34:

AAOB35:
  jmp _nc35
  nop

_ar35:

AAOB36:
  jmp _nc36
  nop

_ar36:

AAOB37:
  jmp _nc37
  nop

_ar37:

AAOB38:
  jmp _nc38
  nop

_ar38:

AAOB39:
  jmp _nc39
  nop

_ar39:

AAOB40:
  jmp _nc40
  nop

_ar40:

AAOB41:
  jmp _nc41
  nop

_ar41:

AAOB42:
  jmp _nc42
  nop

_ar42:

AAOB43:
  jmp _nc43
  nop

_ar43:

AAOB44:
  jmp _nc44
  nop

_ar44:

AAOB45:
  jmp _nc45
  nop

_ar45:

[DISABLE]

AAOB00:
  db 88 91 B1 03 00 00

AAOB01:
  db 88 91 B2 03 00 00

AAOB02:
  db 88 91 B3 03 00 00

AAOB03:
  db 88 91 B4 03 00 00

AAOB04:
  db 88 91 B5 03 00 00

AAOB05:
  db 88 91 B6 03 00 00

AAOB06:
  db 88 91 B7 03 00 00

AAOB07:
  db 88 91 B8 03 00 00

AAOB08:
  db 88 91 B9 03 00 00

AAOB09:
  db 88 91 BA 03 00 00

AAOB10:
  db 88 91 BB 03 00 00

AAOB11:
  db 88 91 BC 03 00 00

AAOB12:
  db 88 91 BD 03 00 00

AAOB13:
  db 88 91 BE 03 00 00

AAOB14:
  db 88 91 BF 03 00 00

AAOB15:
  db 88 91 C0 03 00 00

AAOB16:
  db 88 91 C1 03 00 00

AAOB17:
  db 88 91 C2 03 00 00

AAOB18:
  db 88 91 C3 03 00 00

AAOB19:
  db 88 91 C4 03 00 00

AAOB20:
  db 88 91 C5 03 00 00

AAOB21:
  db 88 91 C6 03 00 00

AAOB22:
  db 88 91 C7 03 00 00

AAOB23:
  db 88 91 C8 03 00 00

AAOB24:
  db 88 91 C9 03 00 00

AAOB25:
  db 88 91 CA 03 00 00

AAOB26:
  db 88 91 CB 03 00 00

AAOB27:
  db 88 91 CC 03 00 00

AAOB28:
  db 88 91 CD 03 00 00

AAOB29:
  db 88 91 CE 03 00 00

AAOB30:
  db 88 91 CF 03 00 00

AAOB31:
  db 88 91 D0 03 00 00

AAOB32:
  db 88 91 D1 03 00 00

AAOB33:
  db 88 91 D2 03 00 00

AAOB34:
  db 88 91 D3 03 00 00

AAOB35:
  db 88 91 D4 03 00 00

AAOB36:
  db 88 91 D5 03 00 00

AAOB37:
  db 88 91 D6 03 00 00

AAOB38:
  db 88 91 D7 03 00 00

AAOB39:
  db 88 91 D8 03 00 00

AAOB40:
  db 88 91 D9 03 00 00

AAOB41:
  db 88 91 DA 03 00 00

AAOB42:
  db 88 91 DB 03 00 00

AAOB43:
  db 88 91 DC 03 00 00

AAOB44:
  db 88 91 DD 03 00 00

AAOB45:
  db 88 91 DE 03 00 00

unregistersymbol(AAOB00)
unregistersymbol(AAOB01)
unregistersymbol(AAOB02)
unregistersymbol(AAOB03)
unregistersymbol(AAOB04)
unregistersymbol(AAOB05)
unregistersymbol(AAOB06)
unregistersymbol(AAOB07)
unregistersymbol(AAOB08)
unregistersymbol(AAOB09)
unregistersymbol(AAOB10)
unregistersymbol(AAOB11)
unregistersymbol(AAOB12)
unregistersymbol(AAOB13)
unregistersymbol(AAOB14)
unregistersymbol(AAOB15)
unregistersymbol(AAOB16)
unregistersymbol(AAOB17)
unregistersymbol(AAOB18)
unregistersymbol(AAOB19)
unregistersymbol(AAOB20)
unregistersymbol(AAOB21)
unregistersymbol(AAOB22)
unregistersymbol(AAOB23)
unregistersymbol(AAOB24)
unregistersymbol(AAOB25)
unregistersymbol(AAOB26)
unregistersymbol(AAOB27)
unregistersymbol(AAOB28)
unregistersymbol(AAOB29)
unregistersymbol(AAOB30)
unregistersymbol(AAOB31)
unregistersymbol(AAOB32)
unregistersymbol(AAOB33)
unregistersymbol(AAOB34)
unregistersymbol(AAOB35)
unregistersymbol(AAOB36)
unregistersymbol(AAOB37)
unregistersymbol(AAOB38)
unregistersymbol(AAOB39)
unregistersymbol(AAOB40)
unregistersymbol(AAOB41)
unregistersymbol(AAOB42)
unregistersymbol(AAOB43)
unregistersymbol(AAOB44)
unregistersymbol(AAOB45)
unregistersymbol(pAMassValue)
unregistersymbol(pAIOverride)
unregistersymbol(pAData)
dealloc(pAMassValue)
dealloc(pAIOverride)
dealloc(pAData)
dealloc(AOMem)

</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>9029</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9110</ID>
                  <Description>"Important Info:"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9031</ID>
                  <Description>"All values whatever you use the override option or individual attributes are in real number format (25-99)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9111</ID>
                  <Description>"Any values entered here are NOT saved and the game will revert back to original values when this script is deactivated."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9154</ID>
                  <Description>"You will need to load your savegame twice, the first time after you first activate the table for it to work. This is due to the order the game loads data."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9889</ID>
                  <Description>"To confirm if it works or not, view your player card. Attributes on upgrade screen does NOT update to these."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9033</ID>
                  <Description>"Exit to main menu and reload save every time you change these values for them to take effect."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9034</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9894</ID>
                  <Description>"Disclaimer:"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9896</ID>
                  <Description>"This section was made for use in single player mode ONLY. Do NOT attempt to use in any online modes."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9898</ID>
                  <Description>"I take no responsibility for inproper use that results in you account getting banned."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9897</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9144</ID>
                  <Description>"Set this to On if playing MyCareer and you do not want generated rookies to get same stats as your MyPlayer."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9035</ID>
                  <Description>"Excempt AI Generated players."</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
                  <Color>008000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>pAIOverride</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>9147</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9891</ID>
                  <Description>"Using this will override ALL attributes to the entered value, ignoring individual attribute values."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9890</ID>
                  <Description>"To use individual attributes, set this to 0"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9146</ID>
                  <Description>"Ignore single stats and override all attributes to this value (25-99)"</Description>
                  <Color>408000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>pAMassValue</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>9036</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9892</ID>
                  <Description>"Individual attribute byte array. You can copy/paste this if you do not want to set them each time."</Description>
                  <Color>408000</Color>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>46</ByteLength>
                  <Address>pAData</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>9893</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9838</ID>
                  <Description>"Offense"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>000080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9839</ID>
                      <Description>"Standing Layup"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9840</ID>
                      <Description>"Driving Layup"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9841</ID>
                      <Description>"Post Fadeaway"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9842</ID>
                      <Description>"Post Hook"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+3</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9843</ID>
                      <Description>"Post Control"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9844</ID>
                      <Description>"Draw Foul"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+5</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9845</ID>
                      <Description>"Shot Close"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9846</ID>
                      <Description>"Contested Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9847</ID>
                      <Description>"Open Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9848</ID>
                      <Description>"Off Dribble Shot Mid-Range"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+9</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9849</ID>
                      <Description>"Contested Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+a</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9850</ID>
                      <Description>"Open Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+b</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9851</ID>
                      <Description>"Off Dribble Shot Three"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+c</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9852</ID>
                      <Description>"Free Throw"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+d</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9853</ID>
                      <Description>"Ball Control"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+e</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9854</ID>
                      <Description>"Passing Vision"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+f</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9855</ID>
                      <Description>"Passing IQ"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9856</ID>
                      <Description>"Passing Accuracy"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+11</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9857</ID>
                      <Description>"Offensive Rebound"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+13</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9858</ID>
                      <Description>"Standing Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1f</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9859</ID>
                      <Description>"Driving Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9860</ID>
                      <Description>"Contact Dunk"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+21</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9861</ID>
                      <Description>"Shot IQ"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+29</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9862</ID>
                      <Description>"Hands"</Description>
                      <Color>000080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+2a</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9863</ID>
                  <Description>"Defense"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9864</ID>
                      <Description>"Defensive Rebound"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9865</ID>
                      <Description>"Block"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+17</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9866</ID>
                      <Description>"Shot Contest"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9867</ID>
                      <Description>"Steal"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+19</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9868</ID>
                      <Description>"On-Ball Defense IQ"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1b</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9869</ID>
                      <Description>"Low Post Defense IQ"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1e</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9870</ID>
                      <Description>"Reaction Time"</Description>
                      <Color>008000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+2b</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9871</ID>
                  <Description>"Athleticism"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>4080FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9872</ID>
                      <Description>"Boxout"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+12</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9873</ID>
                      <Description>"Lateral Quickness"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9874</ID>
                      <Description>"Speed"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+22</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9875</ID>
                      <Description>"Speed With Ball"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+23</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9876</ID>
                      <Description>"Acceleration"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+24</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9877</ID>
                      <Description>"Vertical"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+25</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9878</ID>
                      <Description>"Strength"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+26</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9879</ID>
                      <Description>"Stamina"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+27</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9880</ID>
                      <Description>"Hustle"</Description>
                      <Color>4080FF</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+28</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9881</ID>
                  <Description>"Mental"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>800080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9882</ID>
                      <Description>"Pass Perception"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+16</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9883</ID>
                      <Description>"Defensive Consistency"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1a</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9884</ID>
                      <Description>"Pick and Roll Defense IQ"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1c</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9885</ID>
                      <Description>"Help Defensive IQ"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+1d</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9886</ID>
                      <Description>"Offensive Consistency"</Description>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+2c</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9887</ID>
                  <Description>"Misc"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>FF0000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9888</ID>
                      <Description>"Intangibles"</Description>
                      <Color>FF0000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>pAData+2d</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>9901</ID>
              <Description>"Badges Override (Does not work offline)"</Description>
              <Options moHideChildren="1"/>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(Badge_01_01AOB, NBA2K17.exe, 02 C9 08 8B 45 04 00 00)
aobscanmodule(Badge_01_02AOB, NBA2K17.exe, E1 02 08 8B 45 04 00 00)
aobscanmodule(Badge_01_03AOB, NBA2K17.exe, E1 03 08 8B 45 04 00 00)
aobscanmodule(Badge_01_04AOB, NBA2K17.exe, E1 04 08 8B 45 04 00 00)
aobscanmodule(Badge_01_05AOB, NBA2K17.exe, E1 05 08 8B 45 04 00 00)
aobscanmodule(Badge_01_06AOB, NBA2K17.exe, E1 06 08 8B 45 04 00 00)
aobscanmodule(Badge_01_07AOB, NBA2K17.exe, E1 07 08 8B 45 04 00 00)
aobscanmodule(Badge_02_00AOB, NBA2K17.exe, 24 30 08 8B 46 04 00 00)
aobscanmodule(Badge_02_01AOB, NBA2K17.exe, 02 C9 08 8B 46 04 00 00)
aobscanmodule(Badge_02_02AOB, NBA2K17.exe, E1 02 08 8B 46 04 00 00)
aobscanmodule(Badge_02_03AOB, NBA2K17.exe, E1 03 08 8B 46 04 00 00)
aobscanmodule(Badge_02_04AOB, NBA2K17.exe, E1 04 08 8B 46 04 00 00)
aobscanmodule(Badge_02_05AOB, NBA2K17.exe, E1 05 08 8B 46 04 00 00)
aobscanmodule(Badge_02_06AOB, NBA2K17.exe, E1 06 08 8B 46 04 00 00)
aobscanmodule(Badge_02_07AOB, NBA2K17.exe, E1 07 08 8B 46 04 00 00)
aobscanmodule(Badge_03_00AOB, NBA2K17.exe, 24 30 08 8B 47 04 00 00)
aobscanmodule(Badge_03_01AOB, NBA2K17.exe, 02 C9 08 8B 47 04 00 00)
aobscanmodule(Badge_03_02AOB, NBA2K17.exe, E1 02 08 8B 47 04 00 00)
aobscanmodule(Badge_03_03AOB, NBA2K17.exe, E1 03 08 8B 47 04 00 00)
aobscanmodule(Badge_03_04AOB, NBA2K17.exe, E1 04 08 8B 47 04 00 00)
aobscanmodule(Badge_03_05AOB, NBA2K17.exe, E1 05 08 8B 47 04 00 00)
aobscanmodule(Badge_04_00AOB, NBA2K17.exe, 22 CA 08 8B 48 04 00 00)
aobscanmodule(Badge_04_01AOB, NBA2K17.exe, E1 03 08 8B 48 04 00 00)
aobscanmodule(Badge_05_00AOB, NBA2K17.exe, 22 CA 08 8B 49 04 00 00)
aobscanmodule(Badge_05_01AOB, NBA2K17.exe, E1 03 08 8B 49 04 00 00)
aobscanmodule(Badge_06_00AOB, NBA2K17.exe, 22 CA 08 8B 4A 04 00 00)
aobscanmodule(Badge_06_01AOB, NBA2K17.exe, E1 03 08 8B 4A 04 00 00)
aobscanmodule(Badge_07_00AOB, NBA2K17.exe, 22 CA 08 8B 4B 04 00 00)
aobscanmodule(Badge_07_01AOB, NBA2K17.exe, E1 03 08 8B 4B 04 00 00)
aobscanmodule(Badge_08_00AOB, NBA2K17.exe, 22 CA 08 8B 4C 04 00 00)
aobscanmodule(Badge_08_01AOB, NBA2K17.exe, E1 03 08 8B 4C 04 00 00)
aobscanmodule(Badge_09_00AOB, NBA2K17.exe, 22 CA 08 8B 4D 04 00 00)
aobscanmodule(Badge_09_01AOB, NBA2K17.exe, E1 03 08 8B 4D 04 00 00)
aobscanmodule(Badge_10_00AOB, NBA2K17.exe, 22 CA 08 8B 4E 04 00 00)
aobscanmodule(Badge_10_01AOB, NBA2K17.exe, E1 03 08 8B 4E 04 00 00)
aobscanmodule(Badge_11_00AOB, NBA2K17.exe, 22 CA 08 8B 4F 04 00 00)
aobscanmodule(Badge_11_01AOB, NBA2K17.exe, E1 03 08 8B 4F 04 00 00)
aobscanmodule(Badge_12_00AOB, NBA2K17.exe, 22 CA 08 8B 50 04 00 00)
aobscanmodule(Badge_12_01AOB, NBA2K17.exe, E1 03 08 8B 50 04 00 00)
aobscanmodule(Badge_13_00AOB, NBA2K17.exe, 22 CA 08 8B 51 04 00 00)
aobscanmodule(Badge_13_01AOB, NBA2K17.exe, E1 03 08 8B 51 04 00 00)
aobscanmodule(Badge_14_00AOB, NBA2K17.exe, 22 CA 08 8B 52 04 00 00)
aobscanmodule(Badge_14_01AOB, NBA2K17.exe, E1 03 08 8B 52 04 00 00)
aobscanmodule(Badge_15_00AOB, NBA2K17.exe, 22 CA 08 8B 53 04 00 00)
aobscanmodule(Badge_15_01AOB, NBA2K17.exe, E1 03 08 8B 53 04 00 00)
aobscanmodule(Badge_15_02AOB, NBA2K17.exe, E1 06 08 8B 53 04 00 00)
aobscanmodule(Badge_16_00AOB, NBA2K17.exe, 22 CA 08 8B 54 04 00 00)
aobscanmodule(Badge_16_01AOB, NBA2K17.exe, E1 03 08 8B 54 04 00 00)
aobscanmodule(Badge_17_00AOB, NBA2K17.exe, 22 CA 08 8B 55 04 00 00)
aobscanmodule(Badge_17_01AOB, NBA2K17.exe, E1 03 08 8B 55 04 00 00)
aobscanmodule(Badge_18_00AOB, NBA2K17.exe, 22 CA 08 8B 56 04 00 00)
aobscanmodule(Badge_18_01AOB, NBA2K17.exe, E1 03 08 8B 56 04 00 00)
aobscanmodule(Badge_19_00AOB, NBA2K17.exe, 22 CA 08 8B 57 04 00 00)
aobscanmodule(Badge_19_01AOB, NBA2K17.exe, E1 03 08 8B 57 04 00 00)
aobscanmodule(Badge_20_00AOB, NBA2K17.exe, 22 CA 08 8B 58 04 00 00)
aobscanmodule(Badge_20_01AOB, NBA2K17.exe, E1 03 08 8B 58 04 00 00)
aobscanmodule(Badge_20_02AOB, NBA2K17.exe, E1 06 08 8B 58 04 00 00)
aobscanmodule(Badge_20_03AOB, NBA2K17.exe, E1 07 08 8B 58 04 00 00)
aobscanmodule(Badge_21_00AOB, NBA2K17.exe, 24 30 08 8B 59 04 00 00)
aobscanmodule(Badge_21_01AOB, NBA2K17.exe, 02 C9 08 8B 59 04 00 00)
aobscanmodule(Badge_21_02AOB, NBA2K17.exe, E1 02 08 8B 59 04 00 00)
aobscanmodule(Badge_21_03AOB, NBA2K17.exe, E1 03 08 8B 59 04 00 00)
aobscanmodule(Badge_21_04AOB, NBA2K17.exe, E1 04 08 8B 59 04 00 00)
aobscanmodule(Badge_21_05AOB, NBA2K17.exe, E1 05 08 8B 59 04 00 00)
aobscanmodule(Badge_21_06AOB, NBA2K17.exe, E1 06 08 8B 59 04 00 00)
aobscanmodule(Badge_21_07AOB, NBA2K17.exe, E1 07 08 8B 59 04 00 00)
aobscanmodule(Badge_22_00AOB, NBA2K17.exe, E1 05 08 8B 5A 04 00 00)

registersymbol(Badge_01_01AOB)
registersymbol(Badge_01_02AOB)
registersymbol(Badge_01_03AOB)
registersymbol(Badge_01_04AOB)
registersymbol(Badge_01_05AOB)
registersymbol(Badge_01_06AOB)
registersymbol(Badge_01_07AOB)
registersymbol(Badge_02_00AOB)
registersymbol(Badge_02_01AOB)
registersymbol(Badge_02_02AOB)
registersymbol(Badge_02_03AOB)
registersymbol(Badge_02_04AOB)
registersymbol(Badge_02_05AOB)
registersymbol(Badge_02_06AOB)
registersymbol(Badge_02_07AOB)
registersymbol(Badge_03_00AOB)
registersymbol(Badge_03_01AOB)
registersymbol(Badge_03_02AOB)
registersymbol(Badge_03_03AOB)
registersymbol(Badge_03_04AOB)
registersymbol(Badge_03_05AOB)
registersymbol(Badge_04_00AOB)
registersymbol(Badge_04_01AOB)
registersymbol(Badge_05_00AOB)
registersymbol(Badge_05_01AOB)
registersymbol(Badge_06_00AOB)
registersymbol(Badge_06_01AOB)
registersymbol(Badge_07_00AOB)
registersymbol(Badge_07_01AOB)
registersymbol(Badge_08_00AOB)
registersymbol(Badge_08_01AOB)
registersymbol(Badge_09_00AOB)
registersymbol(Badge_09_01AOB)
registersymbol(Badge_10_00AOB)
registersymbol(Badge_10_01AOB)
registersymbol(Badge_11_00AOB)
registersymbol(Badge_11_01AOB)
registersymbol(Badge_12_00AOB)
registersymbol(Badge_12_01AOB)
registersymbol(Badge_13_00AOB)
registersymbol(Badge_13_01AOB)
registersymbol(Badge_14_00AOB)
registersymbol(Badge_14_01AOB)
registersymbol(Badge_15_00AOB)
registersymbol(Badge_15_01AOB)
registersymbol(Badge_15_02AOB)
registersymbol(Badge_16_00AOB)
registersymbol(Badge_16_01AOB)
registersymbol(Badge_17_00AOB)
registersymbol(Badge_17_01AOB)
registersymbol(Badge_18_00AOB)
registersymbol(Badge_18_01AOB)
registersymbol(Badge_19_00AOB)
registersymbol(Badge_19_01AOB)
registersymbol(Badge_20_00AOB)
registersymbol(Badge_20_01AOB)
registersymbol(Badge_20_02AOB)
registersymbol(Badge_20_03AOB)
registersymbol(Badge_21_00AOB)
registersymbol(Badge_21_01AOB)
registersymbol(Badge_21_02AOB)
registersymbol(Badge_21_03AOB)
registersymbol(Badge_21_04AOB)
registersymbol(Badge_21_05AOB)
registersymbol(Badge_21_06AOB)
registersymbol(Badge_21_07AOB)
registersymbol(Badge_22_00AOB)

alloc(BadgeMem, 4096, "NBA2K17.exe"+52C1A2)
alloc(pBadgeData, 22)
alloc(pBadgeAIOverride, 1)
registersymbol(pBadgeData)
registersymbol(pBadgeAIOverride)

label(_bcf)
label(_bcfp)
label(_bcfr)

label(_nbc_01)
label(_nbc_02)
label(_nbc_03)
label(_nbc_04)
label(_nbc_05)
label(_nbc_06)
label(_nbc_07)
label(_nbc_08)
label(_nbc_09)
label(_nbc_10)
label(_nbc_11)
label(_nbc_12)
label(_nbc_13)
label(_nbc_14)
label(_nbc_15)
label(_nbc_16)
label(_nbc_17)
label(_nbc_18)
label(_nbc_19)
label(_nbc_20)
label(_nbc_21)
label(_nbc_22)

BadgeMem:

_bcf:
  mov dx, [pBadgeAIOverride]
  cmp dx, 1
  jne _bcfp
  mov rdx,[pMyPlayer]
  cmp rdx, rbx
  jne _bcfr
_bcfp:
  mov cl, al
_bcfr:
  ret

_nbc_01:
  push rax
  push rdx
  mov al, [pBadgeData+0]
  call _bcf
  mov [rbx+00000445],cl
  pop rdx
  pop rax
  ret

_nbc_02:
  push rax
  push rdx
  mov al, [pBadgeData+1]
  call _bcf
  mov [rbx+00000446],cl
  pop rdx
  pop rax
  ret

_nbc_03:
  push rax
  push rdx
  mov al, [pBadgeData+2]
  call _bcf
  mov [rbx+00000447],cl
  pop rdx
  pop rax
  ret

_nbc_04:
  push rax
  push rdx
  mov al, [pBadgeData+3]
  call _bcf
  mov [rbx+00000448],cl
  pop rdx
  pop rax
  ret

_nbc_05:
  push rax
  push rdx
  mov al, [pBadgeData+4]
  call _bcf
  mov [rbx+00000449],cl
  pop rdx
  pop rax
  ret

_nbc_06:
  push rax
  push rdx
  mov al, [pBadgeData+5]
  call _bcf
  mov [rbx+0000044A],cl
  pop rdx
  pop rax
  ret

_nbc_07:
  push rax
  push rdx
  mov al, [pBadgeData+6]
  call _bcf
  mov [rbx+0000044B],cl
  pop rdx
  pop rax
  ret

_nbc_08:
  push rax
  push rdx
  mov al, [pBadgeData+7]
  call _bcf
  mov [rbx+0000044C],cl
  pop rdx
  pop rax
  ret

_nbc_09:
  push rax
  push rdx
  mov al, [pBadgeData+8]
  call _bcf
  mov [rbx+0000044D],cl
  pop rdx
  pop rax
  ret

_nbc_10:
  push rax
  push rdx
  mov al, [pBadgeData+9]
  call _bcf
  mov [rbx+0000044E],cl
  pop rdx
  pop rax
  ret

_nbc_11:
  push rax
  push rdx
  mov al, [pBadgeData+A]
  call _bcf
  mov [rbx+0000044F],cl
  pop rdx
  pop rax
  ret

_nbc_12:
  push rax
  push rdx
  mov al, [pBadgeData+B]
  call _bcf
  mov [rbx+00000450],cl
  pop rdx
  pop rax
  ret

_nbc_13:
  push rax
  push rdx
  mov al, [pBadgeData+C]
  call _bcf
  mov [rbx+00000451],cl
  pop rdx
  pop rax
  ret

_nbc_14:
  push rax
  push rdx
  mov al, [pBadgeData+D]
  call _bcf
  mov [rbx+00000452],cl
  pop rdx
  pop rax
  ret

_nbc_15:
  push rax
  push rdx
  mov al, [pBadgeData+E]
  call _bcf
  mov [rbx+00000453],cl
  pop rdx
  pop rax
  ret

_nbc_16:
  push rax
  push rdx
  mov al, [pBadgeData+F]
  call _bcf
  mov [rbx+00000454],cl
  pop rdx
  pop rax
  ret

_nbc_17:
  push rax
  push rdx
  mov al, [pBadgeData+10]
  call _bcf
  mov [rbx+00000455],cl
  pop rdx
  pop rax
  ret

_nbc_18:
  push rax
  push rdx
  mov al, [pBadgeData+11]
  call _bcf
  mov [rbx+00000456],cl
  pop rdx
  pop rax
  ret

_nbc_19:
  push rax
  push rdx
  mov al, [pBadgeData+12]
  call _bcf
  mov [rbx+00000457],cl
  pop rdx
  pop rax
  ret

_nbc_20:
  push rax
  push rdx
  mov al, [pBadgeData+13]
  call _bcf
  mov [rbx+00000458],cl
  pop rdx
  pop rax
  ret

_nbc_21:
  push rax
  push rdx
  mov al, [pBadgeData+14]
  call _bcf
  mov [rbx+00000459],cl
  pop rdx
  pop rax
  ret

_nbc_22:
  push rax
  push rdx
  mov al, [pBadgeData+15]
  call _bcf
  mov [rbx+0000045A],cl
  pop rdx
  pop rax
  ret

pBadgeData:
  db 0

pBadgeAIOverride:
  db 0

Badge_01_01AOB+2:
  call _nbc_01
  nop
Badge_01_02AOB+2:
  call _nbc_01
  nop
Badge_01_03AOB+2:
  call _nbc_01
  nop
Badge_01_04AOB+2:
  call _nbc_01
  nop
Badge_01_05AOB+2:
  call _nbc_01
  nop
Badge_01_06AOB+2:
  call _nbc_01
  nop
Badge_01_07AOB+2:
  call _nbc_01
  nop
Badge_02_00AOB+2:
  call _nbc_02
  nop
Badge_02_01AOB+2:
  call _nbc_02
  nop
Badge_02_02AOB+2:
  call _nbc_02
  nop
Badge_02_03AOB+2:
  call _nbc_02
  nop
Badge_02_04AOB+2:
  call _nbc_02
  nop
Badge_02_05AOB+2:
  call _nbc_02
  nop
Badge_02_06AOB+2:
  call _nbc_02
  nop
Badge_02_07AOB+2:
  call _nbc_02
  nop
Badge_03_00AOB+2:
  call _nbc_03
  nop
Badge_03_01AOB+2:
  call _nbc_03
  nop
Badge_03_02AOB+2:
  call _nbc_03
  nop
Badge_03_03AOB+2:
  call _nbc_03
  nop
Badge_03_04AOB+2:
  call _nbc_03
  nop
Badge_03_05AOB+2:
  call _nbc_03
  nop
Badge_04_00AOB+2:
  call _nbc_04
  nop
Badge_04_01AOB+2:
  call _nbc_04
  nop
Badge_05_00AOB+2:
  call _nbc_05
  nop
Badge_05_01AOB+2:
  call _nbc_05
  nop
Badge_06_00AOB+2:
  call _nbc_06
  nop
Badge_06_01AOB+2:
  call _nbc_06
  nop
Badge_07_00AOB+2:
  call _nbc_07
  nop
Badge_07_01AOB+2:
  call _nbc_07
  nop
Badge_08_00AOB+2:
  call _nbc_08
  nop
Badge_08_01AOB+2:
  call _nbc_08
  nop
Badge_09_00AOB+2:
  call _nbc_09
  nop
Badge_09_01AOB+2:
  call _nbc_09
  nop
Badge_10_00AOB+2:
  call _nbc_10
  nop
Badge_10_01AOB+2:
  call _nbc_10
  nop
Badge_11_00AOB+2:
  call _nbc_11
  nop
Badge_11_01AOB+2:
  call _nbc_11
  nop
Badge_12_00AOB+2:
  call _nbc_12
  nop
Badge_12_01AOB+2:
  call _nbc_12
  nop
Badge_13_00AOB+2:
  call _nbc_13
  nop
Badge_13_01AOB+2:
  call _nbc_13
  nop
Badge_14_00AOB+2:
  call _nbc_14
  nop
Badge_14_01AOB+2:
  call _nbc_14
  nop
Badge_15_00AOB+2:
  call _nbc_15
  nop
Badge_15_01AOB+2:
  call _nbc_15
  nop
Badge_15_02AOB+2:
  call _nbc_15
  nop
Badge_16_00AOB+2:
  call _nbc_16
  nop
Badge_16_01AOB+2:
  call _nbc_16
  nop
Badge_17_00AOB+2:
  call _nbc_17
  nop
Badge_17_01AOB+2:
  call _nbc_17
  nop
Badge_18_00AOB+2:
  call _nbc_18
  nop
Badge_18_01AOB+2:
  call _nbc_18
  nop
Badge_19_00AOB+2:
  call _nbc_19
  nop
Badge_19_01AOB+2:
  call _nbc_19
  nop
Badge_20_00AOB+2:
  call _nbc_20
  nop
Badge_20_01AOB+2:
  call _nbc_20
  nop
Badge_20_02AOB+2:
  call _nbc_20
  nop
Badge_20_03AOB+2:
  call _nbc_20
  nop
Badge_21_00AOB+2:
  call _nbc_21
  nop
Badge_21_01AOB+2:
  call _nbc_21
  nop
Badge_21_02AOB+2:
  call _nbc_21
  nop
Badge_21_03AOB+2:
  call _nbc_21
  nop
Badge_21_04AOB+2:
  call _nbc_21
  nop
Badge_21_05AOB+2:
  call _nbc_21
  nop
Badge_21_06AOB+2:
  call _nbc_21
  nop
Badge_21_07AOB+2:
  call _nbc_21
  nop
Badge_22_00AOB+2:
  call _nbc_22
  nop

[DISABLE]

Badge_01_01AOB+2:
  db 08 8B 45 04 00 00
Badge_01_02AOB+2:
  db 08 8B 45 04 00 00
Badge_01_03AOB+2:
  db 08 8B 45 04 00 00
Badge_01_04AOB+2:
  db 08 8B 45 04 00 00
Badge_01_05AOB+2:
  db 08 8B 45 04 00 00
Badge_01_06AOB+2:
  db 08 8B 45 04 00 00
Badge_01_07AOB+2:
  db 08 8B 45 04 00 00
Badge_02_00AOB+2:
  db 08 8B 46 04 00 00
Badge_02_01AOB+2:
  db 08 8B 46 04 00 00
Badge_02_02AOB+2:
  db 08 8B 46 04 00 00
Badge_02_03AOB+2:
  db 08 8B 46 04 00 00
Badge_02_04AOB+2:
  db 08 8B 46 04 00 00
Badge_02_05AOB+2:
  db 08 8B 46 04 00 00
Badge_02_06AOB+2:
  db 08 8B 46 04 00 00
Badge_02_07AOB+2:
  db 08 8B 46 04 00 00
Badge_03_00AOB+2:
  db 08 8B 47 04 00 00
Badge_03_01AOB+2:
  db 08 8B 47 04 00 00
Badge_03_02AOB+2:
  db 08 8B 47 04 00 00
Badge_03_03AOB+2:
  db 08 8B 47 04 00 00
Badge_03_04AOB+2:
  db 08 8B 47 04 00 00
Badge_03_05AOB+2:
  db 08 8B 47 04 00 00
Badge_04_00AOB+2:
  db 08 8B 48 04 00 00
Badge_04_01AOB+2:
  db 08 8B 48 04 00 00
Badge_05_00AOB+2:
  db 08 8B 49 04 00 00
Badge_05_01AOB+2:
  db 08 8B 49 04 00 00
Badge_06_00AOB+2:
  db 08 8B 4A 04 00 00
Badge_06_01AOB+2:
  db 08 8B 4A 04 00 00
Badge_07_00AOB+2:
  db 08 8B 4B 04 00 00
Badge_07_01AOB+2:
  db 08 8B 4B 04 00 00
Badge_08_00AOB+2:
  db 08 8B 4C 04 00 00
Badge_08_01AOB+2:
  db 08 8B 4C 04 00 00
Badge_09_00AOB+2:
  db 08 8B 4D 04 00 00
Badge_09_01AOB+2:
  db 08 8B 4D 04 00 00
Badge_10_00AOB+2:
  db 08 8B 4E 04 00 00
Badge_10_01AOB+2:
  db 08 8B 4E 04 00 00
Badge_11_00AOB+2:
  db 08 8B 4F 04 00 00
Badge_11_01AOB+2:
  db 08 8B 4F 04 00 00
Badge_12_00AOB+2:
  db 08 8B 50 04 00 00
Badge_12_01AOB+2:
  db 08 8B 50 04 00 00
Badge_13_00AOB+2:
  db 08 8B 51 04 00 00
Badge_13_01AOB+2:
  db 08 8B 51 04 00 00
Badge_14_00AOB+2:
  db 08 8B 52 04 00 00
Badge_14_01AOB+2:
  db 08 8B 52 04 00 00
Badge_15_00AOB+2:
  db 08 8B 53 04 00 00
Badge_15_01AOB+2:
  db 08 8B 53 04 00 00
Badge_15_02AOB+2:
  db 08 8B 53 04 00 00
Badge_16_00AOB+2:
  db 08 8B 54 04 00 00
Badge_16_01AOB+2:
  db 08 8B 54 04 00 00
Badge_17_00AOB+2:
  db 08 8B 55 04 00 00
Badge_17_01AOB+2:
  db 08 8B 55 04 00 00
Badge_18_00AOB+2:
  db 08 8B 56 04 00 00
Badge_18_01AOB+2:
  db 08 8B 56 04 00 00
Badge_19_00AOB+2:
  db 08 8B 57 04 00 00
Badge_19_01AOB+2:
  db 08 8B 57 04 00 00
Badge_20_00AOB+2:
  db 08 8B 58 04 00 00
Badge_20_01AOB+2:
  db 08 8B 58 04 00 00
Badge_20_02AOB+2:
  db 08 8B 58 04 00 00
Badge_20_03AOB+2:
  db 08 8B 58 04 00 00
Badge_21_00AOB+2:
  db 08 8B 59 04 00 00
Badge_21_01AOB+2:
  db 08 8B 59 04 00 00
Badge_21_02AOB+2:
  db 08 8B 59 04 00 00
Badge_21_03AOB+2:
  db 08 8B 59 04 00 00
Badge_21_04AOB+2:
  db 08 8B 59 04 00 00
Badge_21_05AOB+2:
  db 08 8B 59 04 00 00
Badge_21_06AOB+2:
  db 08 8B 59 04 00 00
Badge_21_07AOB+2:
  db 08 8B 59 04 00 00
Badge_22_00AOB+2:
  db 08 8B 5A 04 00 00

unregistersymbol(Badge_01_01AOB)
unregistersymbol(Badge_01_02AOB)
unregistersymbol(Badge_01_03AOB)
unregistersymbol(Badge_01_04AOB)
unregistersymbol(Badge_01_05AOB)
unregistersymbol(Badge_01_06AOB)
unregistersymbol(Badge_01_07AOB)
unregistersymbol(Badge_02_00AOB)
unregistersymbol(Badge_02_01AOB)
unregistersymbol(Badge_02_02AOB)
unregistersymbol(Badge_02_03AOB)
unregistersymbol(Badge_02_04AOB)
unregistersymbol(Badge_02_05AOB)
unregistersymbol(Badge_02_06AOB)
unregistersymbol(Badge_02_07AOB)
unregistersymbol(Badge_03_00AOB)
unregistersymbol(Badge_03_01AOB)
unregistersymbol(Badge_03_02AOB)
unregistersymbol(Badge_03_03AOB)
unregistersymbol(Badge_03_04AOB)
unregistersymbol(Badge_03_05AOB)
unregistersymbol(Badge_04_00AOB)
unregistersymbol(Badge_04_01AOB)
unregistersymbol(Badge_05_00AOB)
unregistersymbol(Badge_05_01AOB)
unregistersymbol(Badge_06_00AOB)
unregistersymbol(Badge_06_01AOB)
unregistersymbol(Badge_07_00AOB)
unregistersymbol(Badge_07_01AOB)
unregistersymbol(Badge_08_00AOB)
unregistersymbol(Badge_08_01AOB)
unregistersymbol(Badge_09_00AOB)
unregistersymbol(Badge_09_01AOB)
unregistersymbol(Badge_10_00AOB)
unregistersymbol(Badge_10_01AOB)
unregistersymbol(Badge_11_00AOB)
unregistersymbol(Badge_11_01AOB)
unregistersymbol(Badge_12_00AOB)
unregistersymbol(Badge_12_01AOB)
unregistersymbol(Badge_13_00AOB)
unregistersymbol(Badge_13_01AOB)
unregistersymbol(Badge_14_00AOB)
unregistersymbol(Badge_14_01AOB)
unregistersymbol(Badge_15_00AOB)
unregistersymbol(Badge_15_01AOB)
unregistersymbol(Badge_15_02AOB)
unregistersymbol(Badge_16_00AOB)
unregistersymbol(Badge_16_01AOB)
unregistersymbol(Badge_17_00AOB)
unregistersymbol(Badge_17_01AOB)
unregistersymbol(Badge_18_00AOB)
unregistersymbol(Badge_18_01AOB)
unregistersymbol(Badge_19_00AOB)
unregistersymbol(Badge_19_01AOB)
unregistersymbol(Badge_20_00AOB)
unregistersymbol(Badge_20_01AOB)
unregistersymbol(Badge_20_02AOB)
unregistersymbol(Badge_20_03AOB)
unregistersymbol(Badge_21_00AOB)
unregistersymbol(Badge_21_01AOB)
unregistersymbol(Badge_21_02AOB)
unregistersymbol(Badge_21_03AOB)
unregistersymbol(Badge_21_04AOB)
unregistersymbol(Badge_21_05AOB)
unregistersymbol(Badge_21_06AOB)
unregistersymbol(Badge_21_07AOB)
unregistersymbol(Badge_22_00AOB)
unregistersymbol(pBadgeAIOverride)
unregistersymbol(pBadgeData)
dealloc(pBadgeAIOverride)
dealloc(pBadgeData)
dealloc(BadgeMem)

</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>9902</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9903</ID>
                  <Description>"Important Info:"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9905</ID>
                  <Description>"Using this is NOT saved and the game will revert back to original badges when this script is deactivated."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9906</ID>
                  <Description>"You will need to load your savegame twice, the first time after you first activate the table for it to work. This is due to the order the game loads data."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9907</ID>
                  <Description>"To confirm if it works or not, view your player card. Badges on upgrade screen does NOT update to these."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9908</ID>
                  <Description>"Exit to main menu and reload save every time you change these values for them to take effect."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9909</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9910</ID>
                  <Description>"Disclaimer:"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9911</ID>
                  <Description>"This section was made for use in single player mode ONLY. Do NOT attempt to use in any online modes."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9912</ID>
                  <Description>"I take no responsibility for inproper use that results in you account getting banned."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9913</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9914</ID>
                  <Description>"Set this to On if playing MyCareer and you do not want generated rookies to get same badges as your MyPlayer."</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9915</ID>
                  <Description>"Excempt AI Generated players."</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
                  <Color>008000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>pBadgeAIOverride</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>9920</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9921</ID>
                  <Description>"Badges byte array. You can copy/paste this if you do not want to set them each time."</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <Color>408000</Color>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>22</ByteLength>
                  <Address>pBadgeData</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>9922</ID>
                  <Description>"----------------------------------------------------------------------------------------------------------------------------------------------------"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>9975</ID>
                  <Description>"Personality"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" Activated="1" RealAddress="00000000"/>
                  <Color>FF8000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9976</ID>
                      <Description>"On Court Coach"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+e</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9977</ID>
                      <Description>"Alpha Dog"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9978</ID>
                      <Description>"Clutch Performer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9979</ID>
                      <Description>"Wildcard"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9980</ID>
                      <Description>"Spark Plug"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9981</ID>
                      <Description>"Enforcer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9982</ID>
                      <Description>"Championship DNA"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9983</ID>
                      <Description>"Microwave"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9984</ID>
                      <Description>"Floor General"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9985</ID>
                      <Description>"Defensive Anchor"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9986</ID>
                      <Description>"Hardened"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF8000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9987</ID>
                      <Description>"Reserved [Exclusive with Friendly]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9988</ID>
                      <Description>"Friendly [Exclusive with Reserved]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9989</ID>
                      <Description>"Low ego [Exclusive with All-Time great]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9990</ID>
                      <Description>"All-Time great [Exclusive with Low ego]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9991</ID>
                      <Description>"High work ethic [Exclusive with Legendary work ethic]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9992</ID>
                      <Description>"Legendary work ethic [Exclusive with High work ethic]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9993</ID>
                      <Description>"Keep it real [Exclusive with Pat my back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9994</ID>
                      <Description>"Pat my back [Exclusive with Keep it real]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9995</ID>
                      <Description>"Expressive [Exclusive with Unpredictable &amp; Laid back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9996</ID>
                      <Description>"Unpredictable [Exclusive with Expressive &amp; Laid back]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>9997</ID>
                      <Description>"Laid back [Exclusive with Expressive &amp; Unpredictable]"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+2</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>9998</ID>
                  <Description>"Inside Scoring"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>4080FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>9999</ID>
                      <Description>"Acrobat"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10000</ID>
                      <Description>"Tear Dropper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10001</ID>
                      <Description>"Putback King"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+9</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10002</ID>
                      <Description>"Pick &amp; Roller"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+9</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10003</ID>
                      <Description>"Relentless Finisher"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+a</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10004</ID>
                      <Description>"Post Spin Technician"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+a</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10005</ID>
                      <Description>"Drop-Stepper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+b</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10006</ID>
                      <Description>"Dream-Like Up &amp; Under"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>4080FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+b</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10007</ID>
                  <Description>"Outside Scoring"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0040C6</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10008</ID>
                      <Description>"Corner Specialist"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+3</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10009</ID>
                      <Description>"Mid-Range Deadeye"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+3</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10010</ID>
                      <Description>"Deep Range Deadeye"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10011</ID>
                      <Description>"Limitless Range"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10012</ID>
                      <Description>"Difficult Shots"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+5</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10013</ID>
                      <Description>"Pick &amp; Popper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+5</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10014</ID>
                      <Description>"Tireless Scorer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10015</ID>
                      <Description>"Catch &amp; Shoot"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0040C6</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10016</ID>
                  <Description>"Playmaking"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>FF0080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10017</ID>
                      <Description>"Ankle Breaker"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+c</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10018</ID>
                      <Description>"Flashy Passer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+c</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10019</ID>
                      <Description>"Break Starter"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+d</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10020</ID>
                      <Description>"Pick &amp; Roll Maestro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+d</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10021</ID>
                      <Description>"Lob City Passer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+e</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10022</ID>
                      <Description>"Dimer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+e</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10023</ID>
                  <Description>"Defending"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>2BA800</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10024</ID>
                      <Description>"Defensive Stopper"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+f</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10025</ID>
                      <Description>"Charge Card"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10026</ID>
                      <Description>"Pick Dodger"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10027</ID>
                      <Description>"Pick Pocket"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+11</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10028</ID>
                      <Description>"Rim Protector"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+11</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10029</ID>
                      <Description>"Chase Down Artist"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>2BA800</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+12</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10030</ID>
                  <Description>"Athleticism"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>808000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10031</ID>
                      <Description>"Lob City Finisher"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10032</ID>
                      <Description>"Posterizer"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10033</ID>
                      <Description>"Bruiser"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+12</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10034</ID>
                      <Description>"Brick Wall"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+13</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10035</ID>
                      <Description>"One Man Fast Break"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>808000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+13</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10036</ID>
                  <Description>"Rebounding"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10037</ID>
                      <Description>"Hustle Rebounder"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:Bronze
2:Silver
3:Gold
4:Hall Of Fame
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>3</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+f</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10038</ID>
                  <Description>"Special"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10039</ID>
                      <Description>"Slasher Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+13</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10040</ID>
                      <Description>"Shot Creator Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+13</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10041</ID>
                      <Description>"Sharpshooter Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10042</ID>
                      <Description>"Point Forward Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10043</ID>
                      <Description>"Lockdown Defender Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10044</ID>
                      <Description>"Glass Cleaner Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10045</ID>
                      <Description>"Postscorer Pro"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10046</ID>
                  <Description>"MyPark"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>008000</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10047</ID>
                      <Description>"Game Point"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10048</ID>
                      <Description>"Road Dog"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10049</ID>
                      <Description>"7 OH'S"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10050</ID>
                      <Description>"Iron Man"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10051</ID>
                      <Description>"Bone Collector"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10052</ID>
                      <Description>"Legend Takeover"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10053</ID>
                      <Description>"Park Bully"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10054</ID>
                      <Description>"Winners Only"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10055</ID>
                      <Description>"Streak Breaker"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:OFF
1:ON
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <Color>008000</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>pBadgeData+15</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4215</ID>
          <Description>"Match (Enter pause menu to update addresses)"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>7000</ID>
              <Description>"Quarter Number"</Description>
              <VariableType>Byte</VariableType>
              <Address>pMatch</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>7001</ID>
              <Description>"Quarter Clock (Seconds)"</Description>
              <VariableType>Double</VariableType>
              <Address>pMatch</Address>
              <Offsets>
                <Offset>64</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>7002</ID>
              <Description>"Shot Clock (Seconds)"</Description>
              <VariableType>Double</VariableType>
              <Address>pMatch</Address>
              <Offsets>
                <Offset>94</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>8000</ID>
              <Description>"Away Team Points"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>pMatchStatsAway</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9466</ID>
              <Description>"Home Team Points"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>pMatchStatsHome</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>9484</ID>
              <Description>"Match Stats"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>7010</ID>
                  <Description>"Away Team"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>8001</ID>
                      <Description>"Assists"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>410</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8016</ID>
                      <Description>"2 Pointers Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8017</ID>
                      <Description>"2 Pointers Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8002</ID>
                      <Description>"3 Pointers Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8003</ID>
                      <Description>"3 Pointers Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8004</ID>
                      <Description>"Free Throws Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8005</ID>
                      <Description>"Free Throws Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8006</ID>
                      <Description>"Fast Break Points"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>2A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8007</ID>
                      <Description>"Second Chance Points"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8008</ID>
                      <Description>"Points in the paint"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8009</ID>
                      <Description>"Dunks"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8010</ID>
                      <Description>"Offensive Rebounds"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>3F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8011</ID>
                      <Description>"Defensive Rebounds"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>3F2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8012</ID>
                      <Description>"Steals"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>408</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8013</ID>
                      <Description>"Blocks"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>40A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8014</ID>
                      <Description>"Team Fouls"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>40C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>8015</ID>
                      <Description>"Turnovers"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsAway</Address>
                      <Offsets>
                        <Offset>414</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>10057</ID>
                  <Description>"Home Team"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>10058</ID>
                      <Description>"Assists"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>410</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10059</ID>
                      <Description>"2 Pointers Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10060</ID>
                      <Description>"2 Pointers Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10061</ID>
                      <Description>"3 Pointers Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10062</ID>
                      <Description>"3 Pointers Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10063</ID>
                      <Description>"Free Throws Made"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10064</ID>
                      <Description>"Free Throws Attempted"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10065</ID>
                      <Description>"Fast Break Points"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>2A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10066</ID>
                      <Description>"Second Chance Points"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10067</ID>
                      <Description>"Points in the paint"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10068</ID>
                      <Description>"Dunks"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>348</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10069</ID>
                      <Description>"Offensive Rebounds"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>3F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10070</ID>
                      <Description>"Defensive Rebounds"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>3F2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10071</ID>
                      <Description>"Steals"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>408</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10072</ID>
                      <Description>"Blocks"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>40A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10073</ID>
                      <Description>"Team Fouls"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>40C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>10074</ID>
                      <Description>"Turnovers"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pMatchStatsHome</Address>
                      <Offsets>
                        <Offset>414</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>5009</ID>
              <Description>"MyPlayer Match Stats"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>000000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>4237</ID>
                  <Description>"Teammate Grade (-40 to 40) [C = 0, Full A+ = 40]"</Description>
                  <VariableType>Float</VariableType>
                  <Address>pMatchTeamGrade</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10267</ID>
                  <Description>"Rhythm State (-100&lt;-0 = Cold, 0-&gt;100 = Hot)"</Description>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>60c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5011</ID>
                  <Description>"Points "</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5014</ID>
                  <Description>"Assists"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>410</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5018</ID>
                  <Description>"2 Pointers Made"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5019</ID>
                  <Description>"2 Pointers Attempted"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5022</ID>
                  <Description>"3 Pointers Made"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5023</ID>
                  <Description>"3 Pointers Attempted"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5020</ID>
                  <Description>"Free Throws Made"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5021</ID>
                  <Description>"Free Throws Attempted"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5015</ID>
                  <Description>"Dunks"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>30</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5012</ID>
                  <Description>"Offensive Rebounds"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>3F0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5013</ID>
                  <Description>"Defensive Rebounds"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>3F2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5017</ID>
                  <Description>"Steals"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>408</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5016</ID>
                  <Description>"Blocks"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>40A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5024</ID>
                  <Description>"Turnovers"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>414</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5025</ID>
                  <Description>"Fouls"</Description>
                  <Color>000000</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>40C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5026</ID>
                  <Description>"Seconds Played"</Description>
                  <Color>000000</Color>
                  <VariableType>Double</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>550</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5027</ID>
                  <Description>"Current Fatigue"</Description>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>AE4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>5028</ID>
                  <Description>"Max Fatigue"</Description>
                  <Color>000000</Color>
                  <VariableType>Float</VariableType>
                  <Address>pMyPlayerMatch</Address>
                  <Offsets>
                    <Offset>AE8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Table by Veryan
Made for version 1.07
Additional Season Sliders by throwaway2k
</Comments>
</CheatTable>
