<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="52">
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"View Mode [Off/On]"</Description>
      <Color>404080</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
LuaCall(function cycleFullCompact(sender,force) local state = not(compactmenuitem.Caption == 'View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Valheim' or 'Valheim'; getMainForm().Splitter1.Visible = state; getMainForm().Panel4.Visible    = state; getMainForm().Panel5.Visible    = state; end; function addCompactMenu() if compactmenualreadyexists then return end; local parent = getMainForm().Menu.Items; compactmenuitem = createMenuItem(parent); parent.add(compactmenuitem); compactmenuitem.Caption = 'View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))
[DISABLE]
LuaCall(cycleFullCompact(nil,false))
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>33</ID>
      <Description>"Valheim"</Description>
      <Options moDeactivateChildrenAsWell="1"/>
      <Color>808080</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
OpenProcess("valheim.exe")
mono_initialize()
LaunchMonoDataCollector()
{$asm}
[DISABLE]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>191</ID>
          <Description>"Player.Data"</Description>
          <Options moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
          <Color>008000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanfunction(Player.Data,Player:UpdateStats,F3 0F 10 86 ** ** ** ** F3 0F 5A C0 F2 0F 11 85 30 FF FF FF)
alloc(PD,8)
alloc(newmem,$1000,Player.Data)
label(return)
registersymbol(Player.Data PD)
newmem:
  mov [PD],rsi
  movss xmm0,[rsi+8bc]
  jmp return
Player.Data:
  jmp newmem
  nop 3
return:
[DISABLE]
dealloc(*)
unregistersymbol(*)
Player.Data:
  db F3 0F 10 86 BC 08 00 00
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>244</ID>
              <Description>"Attributes.Adrenaline"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>241</ID>
                  <Description>"m_adrenaline"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+998</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>242</ID>
                  <Description>"m_adrenalineDegenTimer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+99C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>243</ID>
                  <Description>"m_adrenalineGuardianPower"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+9A0</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>220</ID>
              <Description>"Attributes.Health"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>231</ID>
                  <Description>"m_baseHP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+908</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>213</ID>
                  <Description>"m_lastHealth"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+524</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>219</ID>
                  <Description>"m_regenAllHPTime"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+2E4</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>203</ID>
              <Description>"Attributes.MovementFly"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>204</ID>
                  <Description>"m_fly"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+23C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>206</ID>
                  <Description>"m_flyFastSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+244</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>205</ID>
                  <Description>"m_flySlowSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+240</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>207</ID>
                  <Description>"m_flyTurnSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+248</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>208</ID>
              <Description>"Attributes.MovementJump"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>209</ID>
                  <Description>"m_jumpForceBase"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+24C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>210</ID>
                  <Description>"m_jumpForceForward"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+250</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>211</ID>
                  <Description>"m_jumpForceTiredFactor"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+254</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>212</ID>
                  <Description>"m_jumpStaminaUsage"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+258</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>226</ID>
                  <Description>"m_jumpTimer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+380</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>202</ID>
              <Description>"Attributes.MovementSpeed"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>197</ID>
                  <Description>"m_crouchSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+228</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>195</ID>
                  <Description>"m_moveSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+220</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>199</ID>
                  <Description>"m_runSpeed"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+230</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>247</ID>
              <Description>"Attributes.Power"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>245</ID>
                  <Description>"m_guardianPowerHash"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[PD]+9B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>246</ID>
                  <Description>"m_guardianPowerCooldown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+9B4</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>240</ID>
              <Description>"Attributes.Stamina"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>232</ID>
                  <Description>"m_baseStamina"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+90C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>234</ID>
                  <Description>"m_currentStamina"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+988</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>235</ID>
                  <Description>"m_maxStamina"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+98C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>239</ID>
                  <Description>"m_staminaRegenTimer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+994</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>238</ID>
              <Description>"Cheats.Debug"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>236</ID>
                  <Description>"m_debugFly"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+978</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>237</ID>
                  <Description>"m_ghostMode"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+97A</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>225</ID>
              <Description>"Cheats.Ignore"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>221</ID>
                  <Description>"m_tolerateWater"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+2E8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>222</ID>
                  <Description>"m_tolerateFire"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+2E9</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>223</ID>
                  <Description>"m_tolerateSmoke"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+2EA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>224</ID>
                  <Description>"m_tolerateTar"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[PD]+2EB</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>233</ID>
              <Description>"Divergent"</Description>
              <Options moDeactivateChildrenAsWell="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>229</ID>
                  <Description>"m_autoPickupRange"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+8EC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>249</ID>
                  <Description>"m_biomeTimer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+AC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>248</ID>
                  <Description>"m_currentBiome"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[PD]+AC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>228</ID>
                  <Description>"m_level"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[PD]+3E8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>230</ID>
                  <Description>"m_maxCarryWeight"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+8F0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>250</ID>
                  <Description>"m_stealthFactor"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+AE8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>251</ID>
                  <Description>"m_runSkillImproveTimer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+B10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>227</ID>
                  <Description>"m_noiseRange"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+3D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>252</ID>
                  <Description>"m_timeSinceDeath"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0000</Color>
                  <VariableType>Float</VariableType>
                  <Address>[PD]+B0C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
