Disgaea 5 Complete | Cheat Engine Table v1.0

Upload your cheat tables here (No requests)
khanghy93
Noobzor
Noobzor
Posts: 6
Joined: Thu Oct 10, 2019 3:56 am
Reputation: 0

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by khanghy93 »

Hi aanpsx! Sorry for the late answer. I had test the option like you suggest but it does not work at all. I had tried to set it up from 1000 and go up to some really high value like 999999, but it still not work for the Class exp gain. My game is the Steam version, i bought it when it go on sale. Once again thank you for your reply.

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

coemgen98
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 21, 2017 10:31 am
Reputation: 1

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by coemgen98 »

aanpsx wrote:
Thu Oct 10, 2019 3:09 am
mordaki987 wrote:
Tue Sep 03, 2019 8:18 am
is this table still being updated? certain features don't work where others seem to work fine so I am wondering if the chear rable for disgaea 5 is still maintained
which features that doesn't work??
I still played, so...

here some new features:
- Huge HL
- Max Item Points
- fill HP (possibly inf hp for ally) -- you need to mouse over your character to replenish their hp
- fill SP (possibly inf sp for ally)
- always max Revenge for ally
- zero Revenge (hover cursor to enemy)
- zero HP (hover cursor to enemy) -- just hover to all enemy on map to instant win
- zero SP (hover cursor to enemy)
- Instant Bonus Gauge
- inf accept quest
- Multiplier Script
- pointer (add something)

==========================================================================================
Image
==========================================================================================

Old Table goes here..
khanghy93 wrote:
Thu Oct 10, 2019 3:58 am
Hi! I just test the table and the class exp gain does not working. I have the lastest version of cheat engine.
set multiplier value to higher.. for instance "1000" as class multiplier to see it work or not
Hey, I just wanna say that the cheats option triggers every character for me. For example, when I turn on max revenge, everything in the map triggers overload whenever my cursor passes through it, even objects which ends up crashing the game. I tried it with my steam copy and a cracked version v.20190204 and both triggers weirdly the same crashing the game in the process... had to set a hot key to manually give selected characters 1000 revenge as a bypass. Was this intentional?

User avatar
krustytoe
Expert Cheater
Expert Cheater
Posts: 62
Joined: Tue Sep 10, 2019 2:14 am
Reputation: 42

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by krustytoe »

khanghy93 wrote:
Thu Oct 10, 2019 10:16 pm
Hi aanpsx! Sorry for the late answer. I had test the option like you suggest but it does not work at all. I had tried to set it up from 1000 and go up to some really high value like 999999, but it still not work for the Class exp gain. My game is the Steam version, i bought it when it go on sale. Once again thank you for your reply.
I took this from GrayWinter table that was posted.
So turn it on and go into battle to kill a few enemies. Then turn it off and go into battle to kill a enemy to see the result.
(Can be done in the same battle)

Copy and paste this into your cheat engine.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>30973</ID>
      <Description>"Class Exp Gain [Use then turn off for effect]"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : disgaea5.exe
  Version: 
  Date   : 2018-10-23
  Author : Kratos284

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Class_Exp_AOB,disgaea5.exe,41 89 4D 00 3B 4A 04 0F 85 F4 00 00 00) // should be unique
alloc(newmem,$1000,Class_Exp_AOB)

label(code)
label(return)
alloc(Class_EXP_Multi,4)
registersymbol(Class_EXP_Multi)

Class_EXP_Multi:
dd 5
newmem:
  imul ecx,[Class_EXP_Multi]

code:
  mov [r13+00],ecx
  cmp ecx,[rdx+04]
  jl disgaea5.exe+15F71E// 15E98E 15E96E
  jmp return

Class_Exp_AOB:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(Class_Exp_AOB)

[DISABLE]

Class_Exp_AOB:
  db 41 89 4D 00 3B 4A 04 0F 85 F4 00 00 00

unregistersymbol(Class_Exp_AOB)
dealloc(newmem)
unregistersymbol(Class_EXP_Multi)
dealloc(Class_EXP_Multi)

{
// ORIGINAL CODE - INJECTION POINT: "disgaea5.exe"+15E86D

"disgaea5.exe"+15E850: 4A 8D 0C 20              -  lea rcx,[rax+r12]
"disgaea5.exe"+15E854: 48 3B F1                 -  cmp rsi,rcx
"disgaea5.exe"+15E857: 8B C6                    -  mov eax,esi
"disgaea5.exe"+15E859: 48 0F 4D C1              -  cmovge rax,rcx
"disgaea5.exe"+15E85D: 48 85 C0                 -  test rax,rax
"disgaea5.exe"+15E860: 79 04                    -  jns disgaea5.exe+15E866
"disgaea5.exe"+15E862: 33 C9                    -  xor ecx,ecx
"disgaea5.exe"+15E864: EB 07                    -  jmp disgaea5.exe+15E86D
"disgaea5.exe"+15E866: 48 3B F1                 -  cmp rsi,rcx
"disgaea5.exe"+15E869: 48 0F 4C CE              -  cmovl rcx,rsi
// ---------- INJECTING HERE ----------
"disgaea5.exe"+15E86D: 41 89 4D 00              -  mov [r13+00],ecx
"disgaea5.exe"+15E871: 3B 4A 04                 -  cmp ecx,[rdx+04]
"disgaea5.exe"+15E874: 0F 85 F4 00 00 00        -  jne disgaea5.exe+15E96E
// ---------- DONE INJECTING  ----------
"disgaea5.exe"+15E87A: 39 74 24 48              -  cmp [rsp+48],esi
"disgaea5.exe"+15E87E: 73 58                    -  jae disgaea5.exe+15E8D8
"disgaea5.exe"+15E880: 0F B6 42 0A              -  movzx eax,byte ptr [rdx+0A]
"disgaea5.exe"+15E884: 66 01 83 9C 35 00 00     -  add [rbx+0000359C],ax
"disgaea5.exe"+15E88B: 0F B6 42 0B              -  movzx eax,byte ptr [rdx+0B]
"disgaea5.exe"+15E88F: 66 01 83 9E 35 00 00     -  add [rbx+0000359E],ax
"disgaea5.exe"+15E896: 0F B6 42 0C              -  movzx eax,byte ptr [rdx+0C]
"disgaea5.exe"+15E89A: 66 01 83 A0 35 00 00     -  add [rbx+000035A0],ax
"disgaea5.exe"+15E8A1: 0F B6 42 0D              -  movzx eax,byte ptr [rdx+0D]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>39862</ID>
          <Description>"Class EXP Multiplier"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>Class_EXP_Multi</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

skrytech
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Apr 09, 2020 6:03 pm
Reputation: 0

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by skrytech »

aanpsx wrote:
Thu Oct 10, 2019 3:09 am
mordaki987 wrote:
Tue Sep 03, 2019 8:18 am
is this table still being updated? certain features don't work where others seem to work fine so I am wondering if the chear rable for disgaea 5 is still maintained
which features that doesn't work??
I still played, so...

here some new features:
- Huge HL
- Max Item Points
- fill HP (possibly inf hp for ally) -- you need to mouse over your character to replenish their hp
- fill SP (possibly inf sp for ally)
- always max Revenge for ally
- zero Revenge (hover cursor to enemy)
- zero HP (hover cursor to enemy) -- just hover to all enemy on map to instant win
- zero SP (hover cursor to enemy)
- Instant Bonus Gauge
- inf accept quest
- Multiplier Script
- pointer (add something)

==========================================================================================
Image
==========================================================================================

Old Table goes here..
coemgen98 wrote:
Wed Oct 16, 2019 2:23 pm
... Was this intentional?
yes for now...
still trying to find player and enemy id to compare..
hi! max revenge and fill hp work not only for ally. its work for ALL units(and objects with hp). version of my game is 20190204

mordaki987
Expert Cheater
Expert Cheater
Posts: 150
Joined: Sun Aug 06, 2017 3:41 pm
Reputation: 2

Disgaea 5 Complete | Cheat Engine Table v1.0

Post by mordaki987 »

[QUOTE="aanpsx, post: 107264, member: 16073"]

which features that doesn't work??

I still played, so...



[I][COLOR=#008000][B]here some new features:[/B]

- Huge HL

- Max Item Points

- fill HP (possibly inf hp for ally) -- you need to mouse over your character to replenish their hp

- fill SP (possibly inf sp for ally)

- always max Revenge for ally

- zero Revenge (hover cursor to enemy)

- zero HP (hover cursor to enemy) -- just hover to all enemy on map to instant win

- zero SP (hover cursor to enemy)

- Instant Bonus Gauge

- inf accept quest

- Multiplier Script

- pointer (add something)[/COLOR][/I]

[COLOR=#0080BF]==========================================================================================[/COLOR]

[IMG]https://i.imgur.com/cxL2rDg.png[/IMG]

[COLOR=#0080BF]==========================================================================================[/COLOR]



[URL='https://fearlessrevolution.com/viewtopic.php?p=65694#p65694'][B][COLOR=#FF8000]Old Table goes here..[/COLOR][/B][/URL]

[/QUOTE]

what doesn't work anymore is the unlock all classes feature it used to unlock everything both human monster and dlc classes to rank 6 it doesn't do that anymore

timechaos69
Expert Cheater
Expert Cheater
Posts: 283
Joined: Wed Oct 18, 2017 4:23 am
Reputation: 38

Disgaea 5 Complete | Cheat Engine Table v1.0

Post by timechaos69 »

[QUOTE="skrytech, post: 130046, member: 39527"]

hi! max revenge and fill hp work not only for ally. its work for ALL units(and objects with hp). version of my game is 20190204

[/QUOTE]



make it a hotkey...it is a mouseover pointer if i remember right? so i set mine to period key and i press that button and only the character im using gets max revenge

mordaki987
Expert Cheater
Expert Cheater
Posts: 150
Joined: Sun Aug 06, 2017 3:41 pm
Reputation: 2

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by mordaki987 »

stiill haven't found a working table here in this thread that will enale all npcs at start of gam. recruiter startegy assembly the woarks can some direct me to a working cheat table for the most current version of the game that unlock all npcs rcuitale human monster class dlc and such?

omasin
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jul 12, 2020 4:56 am
Reputation: 0

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by omasin »

HI just instal D5 complete
and downdload the cheat table 20190204 but seems i cant enable the script the "X" wont appear after i press , im using cheat engine 6.81 and the latest one seeems same not working, however the compact mode i can press X

mordaki987
Expert Cheater
Expert Cheater
Posts: 150
Joined: Sun Aug 06, 2017 3:41 pm
Reputation: 2

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by mordaki987 »

is anyone still following or replying or making updates the the tabels in this thread? i'm tryint to find or figure out how to add in class skills example all class skills learned for female and male mage classes as well as male and female cleric classes spells/skills like heal ect anyone able to provide help with adding in learned class skills?ii also ask here not to long ago if there was a working scrip for the code or even fitgirls version of the game that was a working content unlocker for all pocekt netherworld npcs i know these older games and cheat tables are not followed much anymore but if anyone outhere that still plays these old games might be willing to help out with working codes or scripts or the kind of chrats i am loking for i would be gratefull. one last question how do you chage or add in through the cheat table the whole flaming nmae thing which i guess has to do with the carnage world.

asdfen
Cheater
Cheater
Posts: 48
Joined: Sun Oct 21, 2018 7:10 am
Reputation: 12

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by asdfen »

re
mordaki987 wrote:
Sat Jul 18, 2020 6:44 am
I used script in this thread to do all content in the game
I think the script I used that has the most features is somewhere not on page 1 here just look for it
re maxing all classes there is an option to do that I havent tried it since there was no need but I saw its there
unlocking pocket stuff didnt see that but really it doesnt take much to unlock enough of those to unlock loc/complete quests or anything else
use the script edit stats espeically the ones gained from the skill for killing bosses go to item world work on items and while you are doing that everything will be unlocked even naturally

wepon1984
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sun Mar 19, 2017 2:47 am
Reputation: 165

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by wepon1984 »

Table for latest version here. Still seems to work for the codes not in the Broken section

CraigOrangeSoda
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Dec 13, 2017 6:29 am
Reputation: 0

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by CraigOrangeSoda »

Any other way to max out subclasses?
Class EXP multiplier doesn't seem to work

Supra621
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Apr 18, 2017 9:23 pm
Reputation: 2

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by Supra621 »

CraigOrangeSoda wrote:
Sun Sep 20, 2020 7:28 pm
Any other way to max out subclasses?
Class EXP multiplier doesn't seem to work
This is my personal table that I made a long time ago, but the Subclass Mastery script in it works pretty well. It's roughly one level per action that rewards class exp. Still seems to work with latest Steam version (though my table layout isn't exactly the most tidy).

The "Evilty Cost Script" is also a fun one to play around with, as it lets one override how many slots common evilties use - fair warning, it can probably get weird between saves/loads, but I was just using it to set everything to 1 anyway.

Feel free to merge into any other more regularly updated tables, as I'm pretty much finished with this one.
Attachments
disgaea5.CT
(1.11 MiB) Downloaded 1425 times

nG0xz
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Nov 08, 2020 6:48 am
Reputation: 0

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by nG0xz »

i want ask something , i use Disgaea 5 Complete v.20190204 cheat , i can't press enable 'X' it's not appear . so what the problem . i use cheat engine 7.1

minhtu72
Cheater
Cheater
Posts: 38
Joined: Tue Oct 20, 2020 6:22 pm
Reputation: 4

Re: Disgaea 5 Complete | Cheat Engine Table v1.0

Post by minhtu72 »

I'm sorry for bumping this up, but I tried all the table here, none works completely with my game version. Can anyone please update one last time? I'm thankful if character pointer and item pointer can be fixed. Many thank sirs

Post Reply

Who is online

Users browsing this forum: AhrefsBot, blackcats22, Cottero, cuonggoku, G.Hawk, Google Adsense [Bot], jamm00, mocha, oreice.afflick, pardn, Sonjun03, sprygary, Tom andy, tuanmit001, wanelmask