Atelier Ryza 2: Lost Legends & the Secret Fairy

Upload your cheat tables here (No requests)
Tago
Noobzor
Noobzor
Posts: 14
Joined: Mon Mar 26, 2018 7:46 pm
Reputation: 1

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by Tago »

I'm so Sorry, I didnt quite understand that its was required to use "Prevent Item Quantity from Becoming Zero" together with "No Item Loss on Synthesis", I kept thinking that if it was the case you would have merged the 2 options.
I though this quantity of uses for consumables, but I guess in Ryza 2 item must be in the Core to be used.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

bachou
Expert Cheater
Expert Cheater
Posts: 158
Joined: Wed Mar 08, 2017 3:18 pm
Reputation: 1

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by bachou »

what are the chance for enemy hp multiplier ?

User avatar
Foomy
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu May 18, 2017 6:15 am
Reputation: 8

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by Foomy »

Later on there's alchemy essence thing where you can use it to boost some of your item effects during alchemy. I found the mist address to make the alchemy essence, but I don't know how to make the script for it :( (or whether the address works for everyone)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>800</ID>
      <Description>"Fire Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD0</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>803</ID>
      <Description>"Water Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD4</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>804</ID>
      <Description>"Earth Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD8</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>805</ID>
      <Description>"Wind Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFDC</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>806</ID>
      <Description>"Aurora Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFE0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

User avatar
kingfra
Noobzor
Noobzor
Posts: 12
Joined: Thu Mar 09, 2017 4:10 am
Reputation: 5

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by kingfra »

Foomy wrote:
Sat Jan 30, 2021 1:42 am
Later on there's alchemy essence thing where you can use it to boost some of your item effects during alchemy. I found the mist address to make the alchemy essence, but I don't know how to make the script for it :( (or whether the address works for everyone)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>800</ID>
      <Description>"Fire Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD0</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>803</ID>
      <Description>"Water Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD4</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>804</ID>
      <Description>"Earth Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD8</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>805</ID>
      <Description>"Wind Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFDC</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>806</ID>
      <Description>"Aurora Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFE0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I think the address itself show it works for others. Cannot test it as i didn't reach that point in the game. As for the script, what kind do you want it to be?

Edit: i've try the code, it seems that the address is different for me (Atelier_Ryza_2.exe+170DF70) and +4 value for all the others. what version of the game are you using?
Last edited by kingfra on Sat Jan 30, 2021 9:07 am, edited 1 time in total.

User avatar
kingfra
Noobzor
Noobzor
Posts: 12
Joined: Thu Mar 09, 2017 4:10 am
Reputation: 5

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by kingfra »

weeboo wrote:
Thu Jan 28, 2021 9:50 am
Darkedone02 wrote:
Thu Jan 28, 2021 1:47 am
anyone made the traits id table already? hopefully be able to link more.
I was waiting for someone to do the list as well, but I did a version for myself and I'm sharing here.
I don't know if this has every single effects and traits, but I think it should be most of them.

Some of the XXL or XL effects that don't have any stars lit up in the description, do not seem to work.
I don't know if I'm too early in the game or it unlocks later.
Thank you for the ID. I've put the ID in the cheat table.
Attachments
Atelier_Ryza_2 v 2.0.CT
(198.7 KiB) Downloaded 311 times

User avatar
Foomy
Expert Cheater
Expert Cheater
Posts: 52
Joined: Thu May 18, 2017 6:15 am
Reputation: 8

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by Foomy »

kingfra wrote:
Sat Jan 30, 2021 3:28 am
Foomy wrote:
Sat Jan 30, 2021 1:42 am
Later on there's alchemy essence thing where you can use it to boost some of your item effects during alchemy. I found the mist address to make the alchemy essence, but I don't know how to make the script for it :( (or whether the address works for everyone)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>800</ID>
      <Description>"Fire Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD0</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>803</ID>
      <Description>"Water Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD4</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>804</ID>
      <Description>"Earth Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD8</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>805</ID>
      <Description>"Wind Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFDC</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>806</ID>
      <Description>"Aurora Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFE0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I think the address itself show it works for others. Cannot test it as i didn't reach that point in the game. As for the script, what kind do you want it to be?

Edit: i've try the code, it seems that the address is different for me (Atelier_Ryza_2.exe+170DF70) and +4 value for all the others. what version of the game are you using?
I'm using the steam version. Not sure why the address turns out like that honestly either when I copy paste the code. Here's what it looks like on my CE though : Image

I found the address together / on the same file as Dhaos table and I searched the address while activating his codes. Not sure if that's the reason :(

I'm not too familiar with scripts and such, so what I meant is that I can't make so that when the game updates, it'll automatically search for the correct address if the address is somehow changed because of the new version.

Tago
Noobzor
Noobzor
Posts: 14
Joined: Mon Mar 26, 2018 7:46 pm
Reputation: 1

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by Tago »

Is it possible an option to unlock all Shop items? I managed to level/Develop every-kind to max, but most items if given unlocks something else, and it has become very tedious to find out what I haven't given yet.
Maybe just unlocking all "Daily's" in shops would be enough.
Thank you in Advance.

topia
Noobzor
Noobzor
Posts: 6
Joined: Sat Jan 30, 2021 4:37 pm
Reputation: 8

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by topia »

Could you add "Core Shards" pointer to your list? I think it's Atelier_Ryza_2.exe+1799080 with 4 bytes.
Master_Builder wrote:
Wed Jan 27, 2021 7:12 am
  • ...
  • Core Charge Stuff
    • ...
    • No CC Lost on Use - No loss when using using CC in battle. (Practically meaningless with "CC Jumpt to Max on Gain" active.)
I just notice one side-effect of this stuff: it replaces function call with NOP, so it discards collecting Core Shards also.

edit: fix typo on Core Shards
Last edited by topia on Sun Jan 31, 2021 6:13 am, edited 3 times in total.

zachillios
Table Makers
Table Makers
Posts: 867
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 696

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by zachillios »

kingfra wrote:
Sat Jan 30, 2021 3:28 am
Foomy wrote:
Sat Jan 30, 2021 1:42 am
Later on there's alchemy essence thing where you can use it to boost some of your item effects during alchemy. I found the mist address to make the alchemy essence, but I don't know how to make the script for it :( (or whether the address works for everyone)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>800</ID>
      <Description>"Fire Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD0</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>803</ID>
      <Description>"Water Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD4</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>804</ID>
      <Description>"Earth Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFD8</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>805</ID>
      <Description>"Wind Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFDC</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>806</ID>
      <Description>"Aurora Mist"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>Atelier_Ryza_2.exe+170EFE0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I think the address itself show it works for others. Cannot test it as i didn't reach that point in the game. As for the script, what kind do you want it to be?

Edit: i've try the code, it seems that the address is different for me (Atelier_Ryza_2.exe+170DF70) and +4 value for all the others. what version of the game are you using?
Adding base addresses would result in them changing between every game version. So assuming one of you is using the codex version, and another is using the steam version (which was updated a couple days ago) then you're not going to have the same addresses. An AOB script would be able to find it though.

tontsa00
Expert Cheater
Expert Cheater
Posts: 332
Joined: Wed Mar 08, 2017 5:17 am
Reputation: 15

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by tontsa00 »

Is anyone else getting black screen while playing? I'm not sure if it's related to cheat table or bug ingame. I was playing normally about 10-20 min, using Cheat Table changed all my items quality to 999. After that everything was normal until i entered Cafe in Acedemy District, opened my inventory game got black screen and was able to hear sound from game. But nothing else worked so i've had to reboot my PC.

My guess it might be BUG ingame. Not sure though.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by NumberXer0 »

tontsa00 wrote:
Sat Jan 30, 2021 5:54 pm
Is anyone else getting black screen while playing? I'm not sure if it's related to cheat table or bug ingame. I was playing normally about 10-20 min, using Cheat Table changed all my items quality to 999. After that everything was normal until i entered Cafe in Acedemy District, opened my inventory game got black screen and was able to hear sound from game. But nothing else worked so i've had to reboot my PC.

My guess it might be BUG ingame. Not sure though.
I've entered the cafe and my inventory plenty of times with that cheat active, though set to 100 and not 999. I also keep it active 100% of the time while playing so every item I grab is set. No freezes or crashes here, but obviously everyone is different.

tontsa00
Expert Cheater
Expert Cheater
Posts: 332
Joined: Wed Mar 08, 2017 5:17 am
Reputation: 15

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by tontsa00 »

Hmm, dunnou might be my crappy nvidia drivers then or Msi Afterburner

tontsa00
Expert Cheater
Expert Cheater
Posts: 332
Joined: Wed Mar 08, 2017 5:17 am
Reputation: 15

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by tontsa00 »

NumberXer0 wrote:
Sat Jan 30, 2021 7:18 pm
tontsa00 wrote:
Sat Jan 30, 2021 5:54 pm
Is anyone else getting black screen while playing? I'm not sure if it's related to cheat table or bug ingame. I was playing normally about 10-20 min, using Cheat Table changed all my items quality to 999. After that everything was normal until i entered Cafe in Acedemy District, opened my inventory game got black screen and was able to hear sound from game. But nothing else worked so i've had to reboot my PC.

My guess it might be BUG ingame. Not sure though.
I've entered the cafe and my inventory plenty of times with that cheat active, though set to 100 and not 999. I also keep it active 100% of the time while playing so every item I grab is set. No freezes or crashes here, but obviously everyone is different.
What are your ingame settings?

I'm playing with 1440p fullscreen resolution.

Other think that i would think of that i've used fearlessrevolution trainer to set items to max quality, wich was 1500. And left those items to my container.

Also what is max quality for items, is it 1500 or 999?

Master_Builder
Expert Cheater
Expert Cheater
Posts: 138
Joined: Mon Jan 13, 2020 5:45 pm
Reputation: 150

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by Master_Builder »

NumberXer0 wrote:
Sat Jan 30, 2021 7:18 pm
tontsa00 wrote:
Sat Jan 30, 2021 5:54 pm
Is anyone else getting black screen while playing? I'm not sure if it's related to cheat table or bug ingame. I was playing normally about 10-20 min, using Cheat Table changed all my items quality to 999. After that everything was normal until i entered Cafe in Acedemy District, opened my inventory game got black screen and was able to hear sound from game. But nothing else worked so i've had to reboot my PC.

My guess it might be BUG ingame. Not sure though.
I've entered the cafe and my inventory plenty of times with that cheat active, though set to 100 and not 999. I also keep it active 100% of the time while playing so every item I grab is set. No freezes or crashes here, but obviously everyone is different.
I too have entered the cafe many times. With many items. And with it set to 999 100% of the time.
The function I'm modifying is `ItemBox::add`. Honestly, there's nothing about entering a cafe that should trigger that at all.
It's possible it did some far jump or something on injection, which might cause a crash or something, but I just don't see this function running on entering the cafe.

zachillios
Table Makers
Table Makers
Posts: 867
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 696

Re: Atelier Ryza 2: Lost Legends & the Secret Fairy

Post by zachillios »

Here's something to level up your shop quickly: Turn on then sleep a day.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>818</ID>
      <Description>"Easy Shop Level Up"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Atelier_Ryza_2.exe
  Version: 
  Date   : 2021-01-30
  Author : Zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,Atelier_Ryza_2.exe,66 89 42 02 44 0F B6 0A 41 80 F9 14) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  mov [rdx+02],#99999
  movzx r9d,byte ptr [rdx]
  jmp return

INJECT:
  jmp newmem
  nop 3
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 66 89 42 02 44 0F B6 0A

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Atelier_Ryza_2.exe+557956

Atelier_Ryza_2.exe+557923: 48 8D 04 80                 - lea rax,[rax+rax*4]
Atelier_Ryza_2.exe+557927: 49 8D 97 30 25 70 01        - lea rdx,[r15+01702530]
Atelier_Ryza_2.exe+55792E: 48 8D 14 42                 - lea rdx,[rdx+rax*2]
Atelier_Ryza_2.exe+557932: 0F B7 C6                    - movzx eax,si
Atelier_Ryza_2.exe+557935: 45 01 B4 8F 90 19 70 01     - add [r15+rcx*4+01701990],r14d
Atelier_Ryza_2.exe+55793D: 41 39 84 8F 90 19 70 01     - cmp [r15+rcx*4+01701990],eax
Atelier_Ryza_2.exe+557945: 76 06                       - jna Atelier_Ryza_2.exe+55794D
Atelier_Ryza_2.exe+557947: 66 89 72 02                 - mov [rdx+02],si
Atelier_Ryza_2.exe+55794B: EB 0D                       - jmp Atelier_Ryza_2.exe+55795A
Atelier_Ryza_2.exe+55794D: 41 0F B7 84 8F 90 19 70 01  - movzx eax,word ptr [r15+rcx*4+01701990]
// ---------- INJECTING HERE ----------
Atelier_Ryza_2.exe+557956: 66 89 42 02                 - mov [rdx+02],ax
// ---------- DONE INJECTING  ----------
Atelier_Ryza_2.exe+55795A: 44 0F B6 0A                 - movzx r9d,byte ptr [rdx]
Atelier_Ryza_2.exe+55795E: 41 80 F9 14                 - cmp r9l,14
Atelier_Ryza_2.exe+557962: 73 77                       - jae Atelier_Ryza_2.exe+5579DB
Atelier_Ryza_2.exe+557964: 0F 1F 40 00                 - nop dword ptr [rax+00]
Atelier_Ryza_2.exe+557968: 0F 1F 84 00 00 00 00 00     - nop dword ptr [rax+rax+00000000]
Atelier_Ryza_2.exe+557970: 0F B7 4A 02                 - movzx ecx,word ptr [rdx+02]
Atelier_Ryza_2.exe+557974: 41 0F B6 C1                 - movzx eax,r9l
Atelier_Ryza_2.exe+557978: 48 C1 E0 04                 - shl rax,04
Atelier_Ryza_2.exe+55797C: 49 03 C3                    - add rax,r11
Atelier_Ryza_2.exe+55797F: 3B 48 04                    - cmp ecx,[rax+04]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Edit:

And here's unlock all shop items:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>822</ID>
      <Description>"Shop Unlocks (Turn On From Dropdown)"</Description>
      <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01:All Items
</DropDownList>
      <LastState Value="01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01" RealAddress="1417026F2"/>
      <ShowAsHex>1</ShowAsHex>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>Array of byte</VariableType>
      <ByteLength>143</ByteLength>
      <Address>1417026F2</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Quick Rep Up, just finish a request:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>817</ID>
      <Description>"Quick Reputation Up"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Atelier_Ryza_2.exe
  Version: 
  Date   : 2021-01-30
  Author : Zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,Atelier_Ryza_2.exe,41 89 4D 00 85 FF) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  mov [r13+00],#100
  test edi,edi
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 41 89 4D 00 85 FF

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Atelier_Ryza_2.exe+54F28B

Atelier_Ryza_2.exe+54F269: 49 FF C1           - inc r9
Atelier_Ryza_2.exe+54F26C: 49 83 C0 04        - add r8,04
Atelier_Ryza_2.exe+54F270: 49 83 F9 05        - cmp r9,05
Atelier_Ryza_2.exe+54F274: 7C EA              - jl Atelier_Ryza_2.exe+54F260
Atelier_Ryza_2.exe+54F276: FF C7              - inc edi
Atelier_Ryza_2.exe+54F278: 48 83 C6 7C        - add rsi,7C
Atelier_Ryza_2.exe+54F27C: 83 FF 08           - cmp edi,08
Atelier_Ryza_2.exe+54F27F: 0F 8C D0 FE FF FF  - jl Atelier_Ryza_2.exe+54F155
Atelier_Ryza_2.exe+54F285: 8B 7D 30           - mov edi,[rbp+30]
Atelier_Ryza_2.exe+54F288: 41 8B CC           - mov ecx,r12d
// ---------- INJECTING HERE ----------
Atelier_Ryza_2.exe+54F28B: 41 89 4D 00        - mov [r13+00],ecx
// ---------- DONE INJECTING  ----------
Atelier_Ryza_2.exe+54F28F: 85 FF              - test edi,edi
Atelier_Ryza_2.exe+54F291: 0F 8E 22 02 00 00  - jng Atelier_Ryza_2.exe+54F4B9
Atelier_Ryza_2.exe+54F297: E8 74 3F 0F 00     - call Atelier_Ryza_2.exe+643210
Atelier_Ryza_2.exe+54F29C: E8 6F 91 E5 FF     - call Atelier_Ryza_2.exe+3A8410
Atelier_Ryza_2.exe+54F2A1: 48 85 C0           - test rax,rax
Atelier_Ryza_2.exe+54F2A4: 0F 84 0F 02 00 00  - je Atelier_Ryza_2.exe+54F4B9
Atelier_Ryza_2.exe+54F2AA: 48 8B 48 58        - mov rcx,[rax+58]
Atelier_Ryza_2.exe+54F2AE: E8 FD E2 BA FF     - call Atelier_Ryza_2.exe+FD5B0
Atelier_Ryza_2.exe+54F2B3: 4C 8B E8           - mov r13,rax
Atelier_Ryza_2.exe+54F2B6: 48 85 C0           - test rax,rax
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Last edited by zachillios on Sun Jan 31, 2021 12:24 am, edited 1 time in total.

Post Reply