Page 1 of 3

[Request] Cat Quest II

Posted: Tue Sep 24, 2019 8:02 pm
by Scoubi7
Hi !

Is it possible to create a cheat for "Cat Quest 2" to have a lot of money (and infinite Life) ?

I tried with Cheat Engine but the adress seems to change every time

Re: [Request] Cat Quest II

Posted: Tue Sep 24, 2019 10:04 pm
by krmit
+1

Re: [Request] Cat Quest II

Posted: Wed Sep 25, 2019 1:29 am
by nukza38
+1

Re: [Request] Cat Quest II

Posted: Wed Sep 25, 2019 7:00 am
by ZeroCry
+1, thanks

Re: [Request] Cat Quest II

Posted: Wed Sep 25, 2019 11:08 am
by kaizerv
For the lolz :D

Re: [Request] Cat Quest II

Posted: Wed Sep 25, 2019 5:49 pm
by Scoubi7
Thanks a lot kaizerv

Re: [Request] Cat Quest II

Posted: Wed Sep 25, 2019 8:03 pm
by c2580525@urhen.com
Try this pointer for godmode.
Spoiler

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>37</ID>
      <Description>"GodMode (HP resets to max on 0)"</Description>
      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
      <LastState Value="1" RealAddress="0D17BF34"/>
      <VariableType>Byte</VariableType>
      <Address>"mono.dll"+00371504</Address>
      <Offsets>
        <Offset>184</Offset>
        <Offset>104</Offset>
        <Offset>E0</Offset>
        <Offset>43C</Offset>
        <Offset>10</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 7:22 am
by yuri0212
c2580525@urhen.com wrote:
Wed Sep 25, 2019 8:03 pm
Try this pointer for godmode.
Spoiler

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>37</ID>
      <Description>"GodMode (HP resets to max on 0)"</Description>
      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
      <LastState Value="1" RealAddress="0D17BF34"/>
      <VariableType>Byte</VariableType>
      <Address>"mono.dll"+00371504</Address>
      <Offsets>
        <Offset>184</Offset>
        <Offset>104</Offset>
        <Offset>E0</Offset>
        <Offset>43C</Offset>
        <Offset>10</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
it work perfect, thanks

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 7:29 am
by yuri0212
Can you made infintive mana?

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 9:58 am
by Scoubi7
Could somebody explain me how to use the code for GodeMode ?

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 12:39 pm
by yuri0212
just copy code and paste it to cheat engine table

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 1:23 pm
by Scoubi7
I don't understand where to paste it, there is several possibility to do this

And @kaizerv is it possible to add much more coins with F10 ?

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 2:41 pm
by kaizerv
Scoubi7 wrote:
Thu Sep 26, 2019 1:23 pm
I don't understand where to paste it, there is several possibility to do this

And @kaizerv is it possible to add much more coins with F10 ?
Select All to highlight the given code then Ctrl+C or R.click copy then go the Cheat Engine, at the white box where u always can toggle the cheat Ctrl+V or R.click Paste. It's actually a common question for someone new~

For your next question, of course it's possible. You can try what I explain above with this code that adjust the cheatmenu gold.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>15</ID>
      <Description>"AdjustGold"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscan(gold,81 C1 E8 03 00 00 83) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
alloc(_gold,4)
registersymbol(_gold)
_gold:
  dd 0
newmem:
code:
  add ecx,[_gold]
  jmp return
gold:
  jmp newmem
  nop
return:
registersymbol(gold)
[DISABLE]
gold:
  db 81 C1 E8 03 00 00
unregistersymbol(gold)
dealloc(newmem)
unregistersymbol(_gold)
dealloc(_gold)

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>16</ID>
          <Description>"Gold"</Description>
          <LastState Value="20000" RealAddress="0FFF1000"/>
          <VariableType>4 Bytes</VariableType>
          <Address>_gold</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Alright, Pika-out

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 4:01 pm
by paulolarrat
kaizerv wrote:
Thu Sep 26, 2019 2:41 pm
Scoubi7 wrote:
Thu Sep 26, 2019 1:23 pm
I don't understand where to paste it, there is several possibility to do this

And @kaizerv is it possible to add much more coins with F10 ?
Select All to highlight the given code then Ctrl+C or R.click copy then go the Cheat Engine, at the white box where u always can toggle the cheat Ctrl+V or R.click Paste. It's actually a common question for someone new~

For your next question, of course it's possible. You can try what I explain above with this code that adjust the cheatmenu gold.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>15</ID>
      <Description>"AdjustGold"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscan(gold,81 C1 E8 03 00 00 83) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
alloc(_gold,4)
registersymbol(_gold)
_gold:
  dd 0
newmem:
code:
  add ecx,[_gold]
  jmp return
gold:
  jmp newmem
  nop
return:
registersymbol(gold)
[DISABLE]
gold:
  db 81 C1 E8 03 00 00
unregistersymbol(gold)
dealloc(newmem)
unregistersymbol(_gold)
dealloc(_gold)

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>16</ID>
          <Description>"Gold"</Description>
          <LastState Value="20000" RealAddress="0FFF1000"/>
          <VariableType>4 Bytes</VariableType>
          <Address>_gold</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Alright, Pika-out
how do i open the white box in cheat engine?

Re: [Request] Cat Quest II

Posted: Thu Sep 26, 2019 4:41 pm
by kaizerv
paulolarrat wrote:
Thu Sep 26, 2019 4:01 pm
how do i open the white box in cheat engine?
I never say to 'open' a white box. It's just there when you open CE. I'm gonna assume you're really-really new here ~ so here's a screenshot.
Bottom of CE
Image
I marked the white box with three bright colours, so you won't miss it. After that, u just need to r.click n paste anywhere around there.

Alright, Pika-out