Dragon Quest XI (Steam)

Upload your cheat tables here (No requests)
kennean
Cheater
Cheater
Posts: 33
Joined: Sun Sep 30, 2018 2:10 pm
Reputation: 16

Re: Dragon Quest XI (Steam)

Post by kennean »

Gvaz wrote:
Tue Oct 09, 2018 3:23 am
Spoiler
kennean wrote:
Mon Oct 08, 2018 12:41 am
fearlessfan1 wrote:
Sat Oct 06, 2018 12:27 am


I did the same thing, I didn't release it because it crashed if it was still activated when leaving roulette, at least for me. I did dig a bit further, but the crashes when I modified asm stuff for testing threw me off and too much was utilizing the same memory addresses in the places I was looking.

One thing that you probably noticed also, was that the result of the wheel is made before the wheel spins, the animation is superfluous. It would of been interesting if they actually used physics to determine the result instead forcing the ball into a predetermined slot.
Yes, I realized that when I was searching, hence I've thought that the Jackpot system would work similarly... With physics it would be very difficult for me to crack it! But more fun indeed! :lol:

Here's the code if you're interested:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4543</ID>
      <Description>"Roulette Result"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(RouleteResultAOB,DRAGON QUEST XI.exe,45 89 3E 48 8B 7C 24 78) // should be unique
registersymbol(RouleteResultAOB)
alloc(newmem10,$1024,RouleteResultAOB)

///
label(return)
label(originalcode)
label(RouleteNumb)
registersymbol(RouleteNumb)

newmem10:
  mov, r15d,[RouleteNumb]

originalcode:
  mov [r14],r15d
  mov rdi,[rsp+78]
  jmp return

RouleteNumb:
dd #1

RouleteResultAOB:
  jmp newmem10
  nop
  nop
  nop
return:


[DISABLE]

RouleteResultAOB:
  db 45 89 3E 48 8B 7C 24 78

unregistersymbol(RouleteResultAOB)
unregistersymbol(RouleteNumb)

dealloc(newmem10)

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>4544</ID>
          <Description>"Roulete Number (0 - 36)"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>RouleteNumb</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Didn't had any crashes entering or exiting the roulette, but when I've bet 2000 tokens on the treasure chest (00) the game froze... With only 200 tokens it worked just fine, no idea why ...
How exactly do I use this? I would like to modify the amount of casino coins, not the gold coins itself
When you activate the script, another "address" will appear... There you put the number that you want as the result of the roulette. Simple as that...
But if you only want to modify your casino tokens, I've posted an pointer just for that... Look at my post on the page 18 and you'll find it and how to use it...
Mind you that you'll have to add the script to your table... If you don't know how to do so, feel free to ask!

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

MasterVegito
Expert Cheater
Expert Cheater
Posts: 283
Joined: Sun Mar 12, 2017 11:04 pm
Reputation: 11

Re: Dragon Quest XI (Steam)

Post by MasterVegito »

DrummerIX wrote:
Mon Oct 08, 2018 6:55 pm
MasterVegito wrote:
Mon Oct 08, 2018 6:21 pm
Could draconian options omehow be turned on with cheat engine? This game is sadly the yet another one where the japanese think they are adding challenge to the game by forcing him to restart if he finds the game too easy and making it impossible to turn the options on midgame
That's already in the table. In the pointer section.
You are right, I didn't notice, thank you.

akosipaul
Noobzor
Noobzor
Posts: 5
Joined: Mon Oct 08, 2018 7:25 am
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by akosipaul »

Nickd91 wrote:
Tue Oct 09, 2018 6:27 am
akosipaul wrote:
Tue Oct 09, 2018 12:10 am

oh i forgot to mention that im using codex version not steam. i wanted to try it out first before buying, do you know how to make my controller work in codex's version? thanks for the reply btw.
You can still run the game through steam, even if you dont own the game through steam, open steam, at the very top select games, and then add a non steam game . As for another way, I do not know.
thanks for the help. i managed to have my generic usb controller to work fine. im so happy right now. :D :D :D :D

akosipaul
Noobzor
Noobzor
Posts: 5
Joined: Mon Oct 08, 2018 7:25 am
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by akosipaul »

hello guys. did anyone get the address for critical hit chance? thanks in advance for the help. :D:D:D:D

FlintlockStaff
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Oct 10, 2018 8:53 am
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by FlintlockStaff »

I'm having some issues getting this to work. I got an older version to activate, but when I try to use a newer table and hit enable cheat engine freezes for about 5 seconds then nothing happens. Any ideas what I should do to fix this?

User avatar
randomstuff
Cheater
Cheater
Posts: 31
Joined: Fri Feb 02, 2018 9:55 am
Reputation: 1

Re: Dragon Quest XI (Steam)

Post by randomstuff »

Hello guys. Is it possible to get the 'Multiply Monster Defeat"?

MasterVegito
Expert Cheater
Expert Cheater
Posts: 283
Joined: Sun Mar 12, 2017 11:04 pm
Reputation: 11

Re: Dragon Quest XI (Steam)

Post by MasterVegito »

I am wondering if chaning the textures in the files for armors would make them switch places?

For instance, there is a cool bunny suit mod I would like to use. But the thing uses 3 items. Could I change the texture of the bunny suit to a default Jade outfit and vice versa, by replacing the textures within the file? Or wouldn't it work in the 1st place

subeng
Cheater
Cheater
Posts: 47
Joined: Sun Jul 09, 2017 3:21 am
Reputation: 3

Re: Dragon Quest XI (Steam)

Post by subeng »

The new bugfix update broke the table and music mods :(

haobiao009
Cheater
Cheater
Posts: 26
Joined: Mon Sep 04, 2017 4:43 pm
Reputation: 1

Re: Dragon Quest XI (Steam)

Post by haobiao009 »

The recent update broke this table. Can someone fix it please?

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by DrummerIX »

Put in EDIT 6.5 to fix things for the update around October 12, 2018.

UnfadingOnes
Cheater
Cheater
Posts: 26
Joined: Mon Aug 28, 2017 2:49 pm
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by UnfadingOnes »

Thanks DrummerIX!

Nickd91
Expert Cheater
Expert Cheater
Posts: 56
Joined: Sat Mar 24, 2018 1:19 am
Reputation: 11

Re: Dragon Quest XI (Steam)

Post by Nickd91 »

DrummerIX wrote:
Fri Oct 12, 2018 8:36 pm
Put in EDIT 6.5 to fix things for the update around October 12, 2018.
Oh that, works out well. I was going to post a link to the 1.0 exe, but you beat me to the punch with fixing the table :)
Thanks

haobiao009
Cheater
Cheater
Posts: 26
Joined: Mon Sep 04, 2017 4:43 pm
Reputation: 1

Re: Dragon Quest XI (Steam)

Post by haobiao009 »

Thanks for updating the table!

CheatBlaze
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 07, 2017 10:00 pm
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by CheatBlaze »

Anyone else having a problem with the Infinite Item Usage /Set Item Amount script after the update?
It works once, but if I turn it off it won't turn back on until I quit and reload the game and Cheat Engine.

Stalghrit
Noobzor
Noobzor
Posts: 7
Joined: Fri Apr 06, 2018 6:08 am
Reputation: 0

Re: Dragon Quest XI (Steam)

Post by Stalghrit »

I'm having the same issue, CheatBlaze. I've been having to reload after switching equipment.

Post Reply

Who is online

Users browsing this forum: AmazonBot, avx, bladzedd, coccocbot-web, Enevox, JamesFury, killerkrok555, lunatil123, oliv, sakata13, SemrushBot, shockie85, stuka85, TiAmo0928, wyppe, Zeikzeil, Ziro99, ZoDDeL