DISGAEA EXP script

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
revolver275
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Oct 08, 2023 12:47 pm
Reputation: 0

DISGAEA EXP script

Post by revolver275 »

A script for i made after a lot of trial and error my first time doing this. Could't find anything online to reduce the grind. (there is one but that one i cannot understand to complicated for me) So i made this simple x5 exp script. IF you want to change the multi change the 5 to whatever. This is for the DISGAEA PC steam version.

[ENABLE]

aobscanmodule(expHook,dis1_st.exe,01 01 11 51 04)
alloc(newmem,2048)
label(returnhere)

newmem:
push eax
push edx
push ecx

imul eax,eax,5 // Multiply gained EXP by 5
add [ecx],eax // Add new EXP
pop ecx
pop edx
pop eax
adc [ecx+04],edx // Carry into high bits
jmp returnhere

expHook:
jmp newmem
returnhere:

[DISABLE]

expHook:
add [ecx],eax
adc [ecx+04],edx

dealloc(newmem)

Casisback
Shogun
Shogun
Posts: 389
Joined: Fri Mar 03, 2017 12:04 am
Reputation: 162

Re: DISGAEA EXP script

Post by Casisback »

Moved the topic to cheat engine section since it’s a script and not a table.

Upload tables to tables section.

Post Reply

Who is online

Users browsing this forum: AhrefsBot