Samawa Idle CT

Ask about cheats/tables for single player games here
Post Reply
HiddenRooster
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Feb 18, 2024 11:39 pm
Reputation: 0

Samawa Idle CT

Post by HiddenRooster »

Game Name: Samawa Idle
Game Engine: Unity Engine
Game Version: v1.1.5
Options Required:Ether, Gears
Steam Website:
Other Info: Game was pirated and is not tied to steam. I've used Cheat Engine on many other single player games for gold and stuff and it works, but when i apply the same here it leads to no scans by the end.
If anyone knows how to do it or has the game they can make a CT that would be greatly appreciated, I tried to mono dissect it but that's beyond my understanding of Cheat Engine.

PronKill
Expert Cheater
Expert Cheater
Posts: 77
Joined: Mon Sep 25, 2023 6:35 am
Reputation: 35

Re: Samawa Idle CT

Post by PronKill »

Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)
Attachments
Samawa Idle.CT
(4.73 MiB) Downloaded 185 times

HiddenRooster
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Feb 18, 2024 11:39 pm
Reputation: 0

Re: Samawa Idle CT

Post by HiddenRooster »

PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)
Thanks, that was really quick. I really should learn and understand how Cheat Engine works and start making my own tables to contribute back to this site.

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1359
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2211

Re: Samawa Idle CT

Post by BabyGroot »

Copy this code, Paste in cheat engine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>104290</ID>
      <Description>"[ Activate ] - {Click here to add process automatically}"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
OpenProcess("Samawa Idle.exe")
if (LaunchMonoDataCollector())==0
then error ('Failure To Launch')
end

if getCEVersion() &lt; 7.4 then showMessage("If you are getting this message means your Cheat Engine software is outdated. Please update to the latest Cheat Engine version! Latest official public release version can be found at https://cheatengine.org/\nYour Cheat Engine Version : "..getCEVersion().."\nLatest Public Cheat Engine Version : 7.4") --[[MainForm.close()]]
return end

{$asm}

luacall(function cycleFullCompact(sender,force); local state = not(compactmenuitem.Caption == 'Compact View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Compact View Mode' or 'Full view Mode'; 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 = 'Compact View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))

[DISABLE]

luacall(cycleFullCompact(nil,false))






</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>105298</ID>
          <Description>"+++ SCRIPT +++ "</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>FF0000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>105303</ID>
              <Description>"Clicker Data"</Description>
              <LastState/>
              <Color>FF0000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Samawa Idle.exe
  Version: 
  Date   : 2024-02-19
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscan(pData_ClickerData,0F B6 46 28 85 C0 0F 84 AE 01) // should be unique
alloc(newmem,$1000,pData_ClickerData)

alloc(pBase_ClickerData,8)
registersymbol(pBase_ClickerData)

label(code)
label(return)

pBase_ClickerData:
dd

newmem:

code:
  mov [pBase_ClickerData],rsi
  db 0F B6 46 28
  test eax,eax
  jmp return

pData_ClickerData:
  jmp newmem
  nop
return:
registersymbol(pData_ClickerData pBase_ClickerData)

[DISABLE]

pData_ClickerData:
  db 0F B6 46 28 85 C0

unregistersymbol(*)
dealloc(*)


</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>105310</ID>
              <Description>"Player Data"</Description>
              <LastState/>
              <Color>FF0000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Samawa Idle.exe
  Version:
  Date   : 2024-02-19
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscan(pData_PlayerData,F3 0F 10 80 60 01 00 00 F3 0F 5A C0 F2) // should be unique
alloc(newmem,$1000,pData_PlayerData)

alloc(pBase_PlayerData,8)
registersymbol(pBase_PlayerData)

label(code)
label(return)

pBase_PlayerData:
dd

newmem:

code:
  mov [pBase_PlayerData],rax
  db F3 0F 10 80 60 01 00 00
  jmp return

pData_PlayerData:
  jmp newmem
  nop 3
return:
registersymbol(pData_PlayerData pBase_PlayerData)

[DISABLE]

pData_PlayerData:
  db F3 0F 10 80 60 01 00 00

unregistersymbol(*)
dealloc(*)


</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>105299</ID>
          <Description>"+++ POINTER +++"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>FF8000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>105304</ID>
              <Description>"Clicker Data"</Description>
              <Options moHideChildren="1" moManualExpandCollapse="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>105305</ID>
                  <Description>"pBase - [ Color Silver Don't Chance ]"</Description>
                  <LastState Value="D736B188" RealAddress="1E43A5CB0C0"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C0C0C0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_ClickerData]</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105306</ID>
                  <Description>"Holding Active?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E43A5CB0E8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_ClickerData]+28</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105309</ID>
                  <Description>"Is Closed Hold Click Panel?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E43A5CB0F4"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_ClickerData]+34</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105307</ID>
                  <Description>"Click CD"</Description>
                  <LastState Value="0.200000003" RealAddress="1E43A5CB0EC"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_ClickerData]+2C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105308</ID>
                  <Description>"Current Time"</Description>
                  <LastState Value="0.1333326101" RealAddress="1E43A5CB0F0"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_ClickerData]+30</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>105311</ID>
              <Description>"Player Data"</Description>
              <Options moHideChildren="1" moManualExpandCollapse="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>105312</ID>
                  <Description>"pBase - [ Color Silver Don't Chance ]"</Description>
                  <LastState Value="441069E0" RealAddress="1E4437A0A80"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C0C0C0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105372</ID>
                  <Description>"Version Game"</Description>
                  <LastState RealAddress="1E48D057D54"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>String</VariableType>
                  <Length>128</Length>
                  <Unicode>1</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>[pBase_PlayerData]+18</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105333</ID>
                  <Description>"Is Checked For Negative Stats Patch 1025?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="1" RealAddress="1E4437A0B94"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+114</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105314</ID>
                  <Description>"Is Sounds On?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="1" RealAddress="1E4437A0B41"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105316</ID>
                  <Description>"Is Shake Screen?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="1" RealAddress="1E4437A0B48"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105318</ID>
                  <Description>"Is Full Screen?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B50"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105319</ID>
                  <Description>"Is Scientific?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B51"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105313</ID>
                  <Description>"Is New Player?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B40"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105320</ID>
                  <Description>"Is Hide All Effects?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B52"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105321</ID>
                  <Description>"Is Hide Completed Achievements?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B53"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D3</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105322</ID>
                  <Description>"Is Seen Review Request?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B54"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105341</ID>
                  <Description>"Is Fighting Boss?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BB4"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+134</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105347</ID>
                  <Description>"Is Choose Random Tower On Tier Up?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BD8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+158</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105350</ID>
                  <Description>"Is Just Unlocked Rarity System_Enemies?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BE8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+168</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105351</ID>
                  <Description>"Is Just Unlocked Rarity System_Upgrade?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BE9"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+169</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105352</ID>
                  <Description>"Is Just Unlocked Treasure Chest?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEA"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105353</ID>
                  <Description>"Is Just Unlocked Shop Stats?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEB"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16B</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105354</ID>
                  <Description>"Is Just Unlocked Rune Monster?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEC"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105358</ID>
                  <Description>"Is Choosing Shop Stats?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BFC"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+17C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105324</ID>
                  <Description>"Tower Leveling Click Type"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B5C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105325</ID>
                  <Description>"Tree Leveling Click Type"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B60"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+E0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105326</ID>
                  <Description>"Player Gold"</Description>
                  <LastState Value="20839805600926" RealAddress="1E4437A0B68"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+E8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105327</ID>
                  <Description>"Player Gem"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B70"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+F0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105328</ID>
                  <Description>"Player Current Energy"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B78"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105329</ID>
                  <Description>"Player To Be Gained Energy"</Description>
                  <LastState Value="6" RealAddress="1E4437A0B80"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+100</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105330</ID>
                  <Description>"Player Skill Point"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B88"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+108</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105331</ID>
                  <Description>"Player Stats Shop Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B8C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+10C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105332</ID>
                  <Description>"Player Automator Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B90"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+110</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105334</ID>
                  <Description>"Number Of Times Purchased Skill Point"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B98"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+118</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105335</ID>
                  <Description>"Number Of Times Purchased Reset Tree"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B9C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+11C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105336</ID>
                  <Description>"Max Level Reached_All Game"</Description>
                  <LastState Value="58" RealAddress="1E4437A0BA0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+120</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105337</ID>
                  <Description>"Max Level Reached_Current Reset"</Description>
                  <LastState Value="59" RealAddress="1E4437A0BA4"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+124</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105338</ID>
                  <Description>"Current Level"</Description>
                  <LastState Value="59" RealAddress="1E4437A0BA8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+128</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105339</ID>
                  <Description>"Current Enemies Killed In This Level"</Description>
                  <LastState Value="2" RealAddress="1E4437A0BAC"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+12C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105340</ID>
                  <Description>"Current Enemies Killed In This Level_For Farm Mode"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BB0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+130</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105342</ID>
                  <Description>"Current Feature ID"</Description>
                  <LastState Value="6" RealAddress="1E4437A0BB8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+138</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105343</ID>
                  <Description>"Max Unlocked Feature ID"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BBC"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+13C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105344</ID>
                  <Description>"Time Before Close"</Description>
                  <LastState Value="1158835302" RealAddress="1E4437A0BC0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+140</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105345</ID>
                  <Description>"Total Damage Odd"</Description>
                  <LastState Value="4010" RealAddress="1E4437A0BC8"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+148</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105346</ID>
                  <Description>"Total Damage Even"</Description>
                  <LastState Value="19154" RealAddress="1E4437A0BD0"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+150</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105348</ID>
                  <Description>"Ground Clickable Timer"</Description>
                  <LastState Value="10000000" RealAddress="1E4437A0BE0"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_PlayerData]+160</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105349</ID>
                  <Description>"Additional Dark Boss Chance Bad Luck"</Description>
                  <LastState Value="2.5" RealAddress="1E4437A0BE4"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_PlayerData]+164</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105355</ID>
                  <Description>"Next Boss To Defeat For Automator Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BF0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+170</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105356</ID>
                  <Description>"Shop Stats_Rerolls"</Description>
                  <LastState Value="5" RealAddress="1E4437A0BF4"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+174</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105357</ID>
                  <Description>"Shop Stats_Rarity Choices"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BF8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+178</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105359</ID>
                  <Description>"Shop Stats_Current Level"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C00"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+180</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105360</ID>
                  <Description>"Shop Stats_Max Reached Level"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C04"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+184</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105361</ID>
                  <Description>"Shop Stats_Current Exp"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C08"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+188</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105362</ID>
                  <Description>"Max Tower Tier_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C10"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+190</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105363</ID>
                  <Description>"Total Enemies Killed_All Game"</Description>
                  <LastState Value="488" RealAddress="1E4437A0C14"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+194</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105364</ID>
                  <Description>"Total Rare Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C18"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+198</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105365</ID>
                  <Description>"Total Epic Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C1C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+19C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105366</ID>
                  <Description>"Total Legendary Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C20"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105367</ID>
                  <Description>"Total Treasure Chests Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C24"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105368</ID>
                  <Description>"Total Bounties Used_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C28"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105369</ID>
                  <Description>"Total Gold Gained_All Game"</Description>
                  <LastState Value="20839805597819" RealAddress="1E4437A0C30"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105370</ID>
                  <Description>"Total Ether Gained_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C38"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1B8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105371</ID>
                  <Description>"Total Skill Points Gained_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C40"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1C0</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

HiddenRooster
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Feb 18, 2024 11:39 pm
Reputation: 0

Re: Samawa Idle CT

Post by HiddenRooster »

BabyGroot wrote:
Mon Feb 19, 2024 1:42 pm
Copy this code, Paste in cheat engine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>104290</ID>
      <Description>"[ Activate ] - {Click here to add process automatically}"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
OpenProcess("Samawa Idle.exe")
if (LaunchMonoDataCollector())==0
then error ('Failure To Launch')
end

if getCEVersion() &lt; 7.4 then showMessage("If you are getting this message means your Cheat Engine software is outdated. Please update to the latest Cheat Engine version! Latest official public release version can be found at https://cheatengine.org/\nYour Cheat Engine Version : "..getCEVersion().."\nLatest Public Cheat Engine Version : 7.4") --[[MainForm.close()]]
return end

{$asm}

luacall(function cycleFullCompact(sender,force); local state = not(compactmenuitem.Caption == 'Compact View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Compact View Mode' or 'Full view Mode'; 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 = 'Compact View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))

[DISABLE]

luacall(cycleFullCompact(nil,false))






</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>105298</ID>
          <Description>"+++ SCRIPT +++ "</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>FF0000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>105303</ID>
              <Description>"Clicker Data"</Description>
              <LastState/>
              <Color>FF0000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Samawa Idle.exe
  Version: 
  Date   : 2024-02-19
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscan(pData_ClickerData,0F B6 46 28 85 C0 0F 84 AE 01) // should be unique
alloc(newmem,$1000,pData_ClickerData)

alloc(pBase_ClickerData,8)
registersymbol(pBase_ClickerData)

label(code)
label(return)

pBase_ClickerData:
dd

newmem:

code:
  mov [pBase_ClickerData],rsi
  db 0F B6 46 28
  test eax,eax
  jmp return

pData_ClickerData:
  jmp newmem
  nop
return:
registersymbol(pData_ClickerData pBase_ClickerData)

[DISABLE]

pData_ClickerData:
  db 0F B6 46 28 85 C0

unregistersymbol(*)
dealloc(*)


</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>105310</ID>
              <Description>"Player Data"</Description>
              <LastState/>
              <Color>FF0000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Samawa Idle.exe
  Version:
  Date   : 2024-02-19
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscan(pData_PlayerData,F3 0F 10 80 60 01 00 00 F3 0F 5A C0 F2) // should be unique
alloc(newmem,$1000,pData_PlayerData)

alloc(pBase_PlayerData,8)
registersymbol(pBase_PlayerData)

label(code)
label(return)

pBase_PlayerData:
dd

newmem:

code:
  mov [pBase_PlayerData],rax
  db F3 0F 10 80 60 01 00 00
  jmp return

pData_PlayerData:
  jmp newmem
  nop 3
return:
registersymbol(pData_PlayerData pBase_PlayerData)

[DISABLE]

pData_PlayerData:
  db F3 0F 10 80 60 01 00 00

unregistersymbol(*)
dealloc(*)


</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>105299</ID>
          <Description>"+++ POINTER +++"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>FF8000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>105304</ID>
              <Description>"Clicker Data"</Description>
              <Options moHideChildren="1" moManualExpandCollapse="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>105305</ID>
                  <Description>"pBase - [ Color Silver Don't Chance ]"</Description>
                  <LastState Value="D736B188" RealAddress="1E43A5CB0C0"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C0C0C0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_ClickerData]</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105306</ID>
                  <Description>"Holding Active?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E43A5CB0E8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_ClickerData]+28</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105309</ID>
                  <Description>"Is Closed Hold Click Panel?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E43A5CB0F4"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_ClickerData]+34</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105307</ID>
                  <Description>"Click CD"</Description>
                  <LastState Value="0.200000003" RealAddress="1E43A5CB0EC"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_ClickerData]+2C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105308</ID>
                  <Description>"Current Time"</Description>
                  <LastState Value="0.1333326101" RealAddress="1E43A5CB0F0"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_ClickerData]+30</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>105311</ID>
              <Description>"Player Data"</Description>
              <Options moHideChildren="1" moManualExpandCollapse="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>105312</ID>
                  <Description>"pBase - [ Color Silver Don't Chance ]"</Description>
                  <LastState Value="441069E0" RealAddress="1E4437A0A80"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C0C0C0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105372</ID>
                  <Description>"Version Game"</Description>
                  <LastState RealAddress="1E48D057D54"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>4080FF</Color>
                  <VariableType>String</VariableType>
                  <Length>128</Length>
                  <Unicode>1</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>[pBase_PlayerData]+18</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>105333</ID>
                  <Description>"Is Checked For Negative Stats Patch 1025?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="1" RealAddress="1E4437A0B94"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+114</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105314</ID>
                  <Description>"Is Sounds On?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="1" RealAddress="1E4437A0B41"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105316</ID>
                  <Description>"Is Shake Screen?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="1" RealAddress="1E4437A0B48"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105318</ID>
                  <Description>"Is Full Screen?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B50"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105319</ID>
                  <Description>"Is Scientific?"</Description>
                  <DropDownListLink>Is Sounds On?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B51"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105313</ID>
                  <Description>"Is New Player?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B40"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105320</ID>
                  <Description>"Is Hide All Effects?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B52"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105321</ID>
                  <Description>"Is Hide Completed Achievements?"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No/Off/Disabled
1:Yes/On/Enabled
</DropDownList>
                  <LastState Value="0" RealAddress="1E4437A0B53"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D3</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105322</ID>
                  <Description>"Is Seen Review Request?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0B54"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+D4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105341</ID>
                  <Description>"Is Fighting Boss?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BB4"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+134</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105347</ID>
                  <Description>"Is Choose Random Tower On Tier Up?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BD8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+158</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105350</ID>
                  <Description>"Is Just Unlocked Rarity System_Enemies?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BE8"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+168</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105351</ID>
                  <Description>"Is Just Unlocked Rarity System_Upgrade?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BE9"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+169</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105352</ID>
                  <Description>"Is Just Unlocked Treasure Chest?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEA"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105353</ID>
                  <Description>"Is Just Unlocked Shop Stats?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEB"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16B</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105354</ID>
                  <Description>"Is Just Unlocked Rune Monster?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BEC"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+16C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105358</ID>
                  <Description>"Is Choosing Shop Stats?"</Description>
                  <DropDownListLink>Is Hide Completed Achievements?</DropDownListLink>
                  <LastState Value="0" RealAddress="1E4437A0BFC"/>
                  <Color>808000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>[pBase_PlayerData]+17C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105324</ID>
                  <Description>"Tower Leveling Click Type"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B5C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105325</ID>
                  <Description>"Tree Leveling Click Type"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B60"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+E0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105326</ID>
                  <Description>"Player Gold"</Description>
                  <LastState Value="20839805600926" RealAddress="1E4437A0B68"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+E8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105327</ID>
                  <Description>"Player Gem"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B70"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+F0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105328</ID>
                  <Description>"Player Current Energy"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B78"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105329</ID>
                  <Description>"Player To Be Gained Energy"</Description>
                  <LastState Value="6" RealAddress="1E4437A0B80"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+100</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105330</ID>
                  <Description>"Player Skill Point"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B88"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+108</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105331</ID>
                  <Description>"Player Stats Shop Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B8C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+10C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105332</ID>
                  <Description>"Player Automator Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B90"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+110</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105334</ID>
                  <Description>"Number Of Times Purchased Skill Point"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B98"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+118</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105335</ID>
                  <Description>"Number Of Times Purchased Reset Tree"</Description>
                  <LastState Value="0" RealAddress="1E4437A0B9C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+11C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105336</ID>
                  <Description>"Max Level Reached_All Game"</Description>
                  <LastState Value="58" RealAddress="1E4437A0BA0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+120</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105337</ID>
                  <Description>"Max Level Reached_Current Reset"</Description>
                  <LastState Value="59" RealAddress="1E4437A0BA4"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+124</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105338</ID>
                  <Description>"Current Level"</Description>
                  <LastState Value="59" RealAddress="1E4437A0BA8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+128</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105339</ID>
                  <Description>"Current Enemies Killed In This Level"</Description>
                  <LastState Value="2" RealAddress="1E4437A0BAC"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+12C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105340</ID>
                  <Description>"Current Enemies Killed In This Level_For Farm Mode"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BB0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+130</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105342</ID>
                  <Description>"Current Feature ID"</Description>
                  <LastState Value="6" RealAddress="1E4437A0BB8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+138</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105343</ID>
                  <Description>"Max Unlocked Feature ID"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BBC"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+13C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105344</ID>
                  <Description>"Time Before Close"</Description>
                  <LastState Value="1158835302" RealAddress="1E4437A0BC0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+140</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105345</ID>
                  <Description>"Total Damage Odd"</Description>
                  <LastState Value="4010" RealAddress="1E4437A0BC8"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+148</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105346</ID>
                  <Description>"Total Damage Even"</Description>
                  <LastState Value="19154" RealAddress="1E4437A0BD0"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+150</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105348</ID>
                  <Description>"Ground Clickable Timer"</Description>
                  <LastState Value="10000000" RealAddress="1E4437A0BE0"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_PlayerData]+160</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105349</ID>
                  <Description>"Additional Dark Boss Chance Bad Luck"</Description>
                  <LastState Value="2.5" RealAddress="1E4437A0BE4"/>
                  <Color>0000FF</Color>
                  <VariableType>Float</VariableType>
                  <Address>[pBase_PlayerData]+164</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105355</ID>
                  <Description>"Next Boss To Defeat For Automator Coin"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BF0"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+170</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105356</ID>
                  <Description>"Shop Stats_Rerolls"</Description>
                  <LastState Value="5" RealAddress="1E4437A0BF4"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+174</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105357</ID>
                  <Description>"Shop Stats_Rarity Choices"</Description>
                  <LastState Value="0" RealAddress="1E4437A0BF8"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+178</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105359</ID>
                  <Description>"Shop Stats_Current Level"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C00"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+180</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105360</ID>
                  <Description>"Shop Stats_Max Reached Level"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C04"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+184</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105361</ID>
                  <Description>"Shop Stats_Current Exp"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C08"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+188</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105362</ID>
                  <Description>"Max Tower Tier_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C10"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+190</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105363</ID>
                  <Description>"Total Enemies Killed_All Game"</Description>
                  <LastState Value="488" RealAddress="1E4437A0C14"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+194</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105364</ID>
                  <Description>"Total Rare Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C18"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+198</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105365</ID>
                  <Description>"Total Epic Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C1C"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+19C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105366</ID>
                  <Description>"Total Legendary Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C20"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105367</ID>
                  <Description>"Total Treasure Chests Killed_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C24"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105368</ID>
                  <Description>"Total Bounties Used_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C28"/>
                  <Color>0000FF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[pBase_PlayerData]+1A8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105369</ID>
                  <Description>"Total Gold Gained_All Game"</Description>
                  <LastState Value="20839805597819" RealAddress="1E4437A0C30"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105370</ID>
                  <Description>"Total Ether Gained_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C38"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1B8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>105371</ID>
                  <Description>"Total Skill Points Gained_All Game"</Description>
                  <LastState Value="0" RealAddress="1E4437A0C40"/>
                  <Color>0000FF</Color>
                  <VariableType>Double</VariableType>
                  <Address>[pBase_PlayerData]+1C0</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Thank you so much, these are impressive.

PronKill
Expert Cheater
Expert Cheater
Posts: 77
Joined: Mon Sep 25, 2023 6:35 am
Reputation: 35

Re: Samawa Idle CT

Post by PronKill »

HiddenRooster wrote:
Mon Feb 19, 2024 1:32 pm
PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)
Thanks, that was really quick. I really should learn and understand how Cheat Engine works and start making my own tables to contribute back to this site.
There are a lot of tutorials on how to use mono dissector on Youtube and other sites. I'm sure you'll learn how to use it :)

DeathGambit
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Mar 19, 2024 1:17 am
Reputation: 0

Re: Samawa Idle CT

Post by DeathGambit »

PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)
Does this stil works?
i can load it if i double click it or try to check the checkmark i get a error "DLL Injection failed or invalid DLL version"

User avatar
Metanoia
Noobzor
Noobzor
Posts: 9
Joined: Thu Mar 07, 2024 7:16 pm
Reputation: 23

Re: Samawa Idle CT

Post by Metanoia »

PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)


Please remove all structures.
Image

PronKill
Expert Cheater
Expert Cheater
Posts: 77
Joined: Mon Sep 25, 2023 6:35 am
Reputation: 35

Re: Samawa Idle CT

Post by PronKill »

DeathGambit wrote:
Tue Mar 19, 2024 1:18 am
PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)
Does this stil works?
i can load it if i double click it or try to check the checkmark i get a error "DLL Injection failed or invalid DLL version"
The game has been updated quite a few times so might've been broken by now.
Metanoia wrote:
Tue Mar 19, 2024 1:25 am
PronKill wrote:
Mon Feb 19, 2024 12:50 pm
Ether, Gears and Gold (click on the buy multiplier to have it working, or just wait for a bit)


Please remove all structures.
Image
I never really bothered, but I guess it does add some weight in the table. Will consider in the future.

Post Reply

Who is online

Users browsing this forum: ezafach, Glenn565, Google [Bot], p_Directive, razielsun, rzzunior, semmycoolz, ThatBenderGuy