[REQUEST] Trials of Mana

Ask about cheats/tables for single player games here
Post Reply
foreverjrpg
Noobzor
Noobzor
Posts: 6
Joined: Tue Oct 15, 2019 6:30 pm
Reputation: 2

[REQUEST] Trials of Mana

Post by foreverjrpg »



Its release today and I request cheats for the game please.

Inf HP
inf MP
Fast exp
All items
all wep
all armors
max skill point
etc

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 393
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: [REQUEST] Trials of Mana

Post by gunbalde60 »

I second this!

Impala
Table Makers
Table Makers
Posts: 659
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 457

Re: [REQUEST] Trials of Mana

Post by Impala »

changed table
Last edited by Impala on Fri Apr 24, 2020 9:30 pm, edited 1 time in total.

Impala
Table Makers
Table Makers
Posts: 659
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 457

Re: [REQUEST] Trials of Mana

Post by Impala »

Trials of Mana-Win64-Shipping.exe+52E358F - 8B 43 20 - mov eax,[rbx+20]

If you go here and right click what addresses this accesses, it will give you the addresses for exp for your party

set to 5000 for level 8

I can put into a script if someone else doesnt, but focusing on playing the game for a bit

Impala
Table Makers
Table Makers
Posts: 659
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 457

Re: [REQUEST] Trials of Mana

Post by Impala »

Trials of Mana-Win64-Shipping.exe+54E66F - 8B 42 24 - mov eax,[rdx+24]

That gives you MP addresses

copy and paste into cheat engine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>105</ID>
      <Description>"Infinite MP"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//Trials of Mana-Win64-Shipping.exe+54E672 - 89 41 24 - mov [rcx+24],eax
aobscanmodule(mp,Trials of Mana-Win64-Shipping.exe,89 41 24 8B 42 28) // should be unique
alloc(newmem,$1000,"Trials of Mana-Win64-Shipping.exe"+54E672)

label(code)
label(return)

newmem:

code:
  mov [rcx+24],#999
  mov eax,[rdx+28]
  jmp return

mp:
  jmp newmem
  nop
return:
registersymbol(mp)

[DISABLE]

mp:
  db 89 41 24 8B 42 28

unregistersymbol(mp)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Trials of Mana-Win64-Shipping.exe"+54E672

"Trials of Mana-Win64-Shipping.exe"+54E654: 89 41 10        -  mov [rcx+10],eax
"Trials of Mana-Win64-Shipping.exe"+54E657: 8B 42 14        -  mov eax,[rdx+14]
"Trials of Mana-Win64-Shipping.exe"+54E65A: 89 41 14        -  mov [rcx+14],eax
"Trials of Mana-Win64-Shipping.exe"+54E65D: 8B 42 18        -  mov eax,[rdx+18]
"Trials of Mana-Win64-Shipping.exe"+54E660: 89 41 18        -  mov [rcx+18],eax
"Trials of Mana-Win64-Shipping.exe"+54E663: 8B 42 1C        -  mov eax,[rdx+1C]
"Trials of Mana-Win64-Shipping.exe"+54E666: 89 41 1C        -  mov [rcx+1C],eax
"Trials of Mana-Win64-Shipping.exe"+54E669: 8B 42 20        -  mov eax,[rdx+20]
"Trials of Mana-Win64-Shipping.exe"+54E66C: 89 41 20        -  mov [rcx+20],eax
"Trials of Mana-Win64-Shipping.exe"+54E66F: 8B 42 24        -  mov eax,[rdx+24]
// ---------- INJECTING HERE ----------
"Trials of Mana-Win64-Shipping.exe"+54E672: 89 41 24        -  mov [rcx+24],eax
"Trials of Mana-Win64-Shipping.exe"+54E675: 8B 42 28        -  mov eax,[rdx+28]
// ---------- DONE INJECTING  ----------
"Trials of Mana-Win64-Shipping.exe"+54E678: 89 41 28        -  mov [rcx+28],eax
"Trials of Mana-Win64-Shipping.exe"+54E67B: 8B 42 2C        -  mov eax,[rdx+2C]
"Trials of Mana-Win64-Shipping.exe"+54E67E: 89 41 2C        -  mov [rcx+2C],eax
"Trials of Mana-Win64-Shipping.exe"+54E681: 8B 42 30        -  mov eax,[rdx+30]
"Trials of Mana-Win64-Shipping.exe"+54E684: 89 41 30        -  mov [rcx+30],eax
"Trials of Mana-Win64-Shipping.exe"+54E687: 8B 42 34        -  mov eax,[rdx+34]
"Trials of Mana-Win64-Shipping.exe"+54E68A: 89 41 34        -  mov [rcx+34],eax
"Trials of Mana-Win64-Shipping.exe"+54E68D: 8B 42 38        -  mov eax,[rdx+38]
"Trials of Mana-Win64-Shipping.exe"+54E690: 89 41 38        -  mov [rcx+38],eax
"Trials of Mana-Win64-Shipping.exe"+54E693: 8B 42 3C        -  mov eax,[rdx+3C]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Impala
Table Makers
Table Makers
Posts: 659
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 457

Re: [REQUEST] Trials of Mana

Post by Impala »

I changed the table

3 quick dirty options

1. inf hp
2. inf mp
3. instant level 10
-you can change the script to set exp to anything
Attachments
Trials of Mana-Win64-Shipping.CT
(212.79 KiB) Downloaded 146 times

Impala
Table Makers
Table Makers
Posts: 659
Joined: Tue Apr 18, 2017 6:47 pm
Reputation: 457

Re: [REQUEST] Trials of Mana

Post by Impala »


levi.vain
Noobzor
Noobzor
Posts: 8
Joined: Thu Apr 09, 2020 1:27 am
Reputation: 0

Re: [REQUEST] Trials of Mana

Post by levi.vain »

The item cheats (quantity in inventory) from the demo are no longer working, can you please work on those as well?

Thank you.

camala
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Apr 27, 2020 4:47 am
Reputation: 0

Re: [REQUEST] Trials of Mana

Post by camala »

I'm writing this for the first time, so I'm sorry if it was stupid.
I don't think it's a cheat,
Is there a way to let enemy monsters learn new tricks?
Also, is there a way to make the duration of the magic last after the battle ends?

Post Reply

Who is online

Users browsing this forum: BeautykittyGoddess, Bing [Bot], coccocbot-web, Violation, WhoAmI, YoukaiMori