<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>105422</ID>
      <Description>"Activate"</Description>
      <Options moHideChildren="1" moManualExpandCollapse="1" moDeactivateChildrenAsWell="1"/>
      <Color>00FF00</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
{$lua}
if syntaxcheck then return end
if process and readInteger(process) ~= 0 then
    mono_initialize()
    LaunchMonoDataCollector()
else
    local msg = 'No process detected.'
    print(msg)
    error(msg)
end
{$asm}
 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>105460</ID>
          <Description>"Player"</Description>
          <Options moHideChildren="1" moManualExpandCollapse="1" moDeactivateChildrenAsWell="1"/>
          <Color>0000FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,PlayerController:Update+159)
alloc(player,4,PlayerController:Update+159)
registersymbol(player)
label(returnhere)
label(originalcode)
label(exit)

player:
dd 0

newmem:
mov [player],rax

originalcode:
movss xmm0,[rax+00000184]

exit:
jmp returnhere

PlayerController:Update+159:
jmp newmem
nop 3
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
dealloc(player)
unregistersymbol(player)
PlayerController:Update+159:
db F3 0F 10 80 84 01 00 00
//movss xmm0,[rax+00000184]
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>105423</ID>
              <Description>"Health"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>0080FF</Color>
              <VariableType>Float</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>FC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105425</ID>
              <Description>"Stamina"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>0080FF</Color>
              <VariableType>Float</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>184</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105424</ID>
              <Description>"Oxygen"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>0080FF</Color>
              <VariableType>Float</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>13C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105426</ID>
              <Description>"Movement"</Description>
              <Options moHideChildren="1" moManualExpandCollapse="1" moDeactivateChildrenAsWell="1"/>
              <Color>808040</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>105414</ID>
                  <Description>"Movement Speed"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">17:Normal
25:Fast
40:Faster
80:Super
150:Fast AF Boi
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>30</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105415</ID>
                  <Description>"Sprint Multiplier"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">2.299999952:Normal
4:Fast
7:Super
15:Fast AF Boi
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>34</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105416</ID>
                  <Description>"Sprint In Any Direction"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:False
1:True
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Byte</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>38</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105440</ID>
                  <Description>"Jump Height"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">7:Normal
40:High
87:So High
220:Bra...
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>4C</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105417</ID>
                  <Description>"Body Rotation Torque?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>3C</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105447</ID>
                  <Description>"Gravity"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">80:Normal
0:Low
160:High
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>6C</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105457</ID>
                  <Description>"Tweak Out"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">60:Normal
-20:Drunkish
-100:Sloppy
-1000:TWEAK
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>60</Offset>
                    <Offset>28</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105458</ID>
                  <Description>"Twitch Out"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0.1000000015:Normal
10000:Twitch
-10000:Walk On Head - Twitch
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>player</Address>
                  <Offsets>
                    <Offset>64</Offset>
                    <Offset>28</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>105407</ID>
          <Description>"Video Camera"</Description>
          <Options moHideChildren="1" moManualExpandCollapse="1" moDeactivateChildrenAsWell="1"/>
          <Color>0000FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,VideoCamera:DoFindMeBlipp+47)
alloc(vcam,4,VideoCamera:DoFindMeBlipp+47)
registersymbol(vcam)
label(returnhere)
label(originalcode)
label(exit)

vcam:
dd 0

newmem:
mov [vcam],rsi

originalcode:
movss [rsi+000000DC],xmm5

exit:
jmp returnhere

VideoCamera:DoFindMeBlipp+47:
jmp newmem
nop 3
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
dealloc(vcam)
unregistersymbol(vcam)
VideoCamera:DoFindMeBlipp+47:
db F3 0F 11 AE DC 00 00 00
//movss [rsi+000000DC],xmm5
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>105411</ID>
              <Description>"Video ID"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>EAF50A</Color>
              <VariableType>Float</VariableType>
              <Address>vcam</Address>
              <Offsets>
                <Offset>14</Offset>
                <Offset>78</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105408</ID>
              <Description>"Camera FOV"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>EAF50A</Color>
              <VariableType>Float</VariableType>
              <Address>vcam</Address>
              <Offsets>
                <Offset>C0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105412</ID>
              <Description>"Zoom"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>EAF50A</Color>
              <VariableType>Float</VariableType>
              <Address>vcam</Address>
              <Offsets>
                <Offset>C4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105410</ID>
              <Description>"Max Recording Time"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>EAF50A</Color>
              <VariableType>Float</VariableType>
              <Address>vcam</Address>
              <Offsets>
                <Offset>28</Offset>
                <Offset>78</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105409</ID>
              <Description>"Time Recording Time Remaining"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>EAF50A</Color>
              <VariableType>Float</VariableType>
              <Address>vcam</Address>
              <Offsets>
                <Offset>24</Offset>
                <Offset>78</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>105427</ID>
          <Description>"Current Equipped Item"</Description>
          <Options moHideChildren="1" moManualExpandCollapse="1" moDeactivateChildrenAsWell="1"/>
          <Color>0000FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>105452</ID>
              <Description>"Item ID"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>Byte</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>AC</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105448</ID>
              <Description>"Tool Budget Cost"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>54</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105449</ID>
              <Description>"Spawnable"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>58</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105450</ID>
              <Description>"Spawn Rarity"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>5C</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105451</ID>
              <Description>"Tool Rarity"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>Float</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>64</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105453</ID>
              <Description>"Purchasable"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>Byte</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>AD</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105454</ID>
              <Description>"Category"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>AE</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105455</ID>
              <Description>"Price"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>B0</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>105456</ID>
              <Description>"Quantity"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>02FDF7</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>player</Address>
              <Offsets>
                <Offset>B4</Offset>
                <Offset>20</Offset>
                <Offset>20</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
