Page 12 of 17

Re: Yu-Gi-Oh! Master Duel

Posted: Fri Mar 04, 2022 1:51 am
by obiyol
searching values seems not possible for now as master duel gets updated everything every 10 days. i'll try using melonloader for solo

Re: Yu-Gi-Oh! Master Duel

Posted: Sat Mar 05, 2022 4:20 am
by kingdry
peazy212 wrote:
Thu Mar 03, 2022 4:20 am
Shinso wrote:
Sat Jan 22, 2022 3:24 pm
im trying to use cheat engine in this game but its seems not working ( using the basics only that what i know to do ) for the LP its changes but its not working and for the N / R / SR / UR seems not working at all cant even find the value :/ anyone help please !
same with me , i can't change the value material N/R/SR/UR , anyone help us for find the real value in the materials N/R/SR/UR
its server sided, no wonder it doesnt work

Re: Yu-Gi-Oh! Master Duel

Posted: Mon Mar 07, 2022 8:29 am
by bebel
The game has been update.
Are there any chance to have a fix to be able to auto win in solo? The duels with the decks built by the game are a pain in the a*s...
Thanks for your work.

Re: Yu-Gi-Oh! Master Duel

Posted: Mon Mar 07, 2022 10:43 am
by renzcheat
this is dead MD table now creators are now gone

Re: Yu-Gi-Oh! Master Duel

Posted: Tue Mar 08, 2022 1:49 am
by kratos284
bebel wrote:
Mon Mar 07, 2022 8:29 am
The game has been update.
Are there any chance to have a fix to be able to auto win in solo? The duels with the decks built by the game are a pain in the a*s...
Thanks for your work.
I've updated the addresses in the Always win script.
Just copy this and paste it in cheat engine.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4</ID>
      <Description>"Always win (doesn't work if surrender)"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : masterduel.exe
  Version: 
  Date   : 2022-01-22
  Author : igromanru

  Always win

  It works, if you lose against a bot, it still counts as a win
}

define(duelGetDuelFinish,"duel.dll"+856787)
define(duelGetDuelFinishBytes,8B 80 34 03 00 00)

define(duelGetDuelResult,"duel.dll"+856777)
define(duelGetDuelResultBytes,8B 80 30 03 00 00)

[ENABLE]
assert(duelGetDuelFinish,duelGetDuelFinishBytes)
assert(duelGetDuelResult,duelGetDuelResultBytes)

duelGetDuelFinish:
  mov eax, 11 // FinishType.Victory
  nop

duelGetDuelResult:
  mov eax, 1 //ResultType.Win
  nop

[DISABLE]
duelGetDuelFinish:
  db duelGetDuelFinishBytes

duelGetDuelResult:
  db duelGetDuelResultBytes

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Yu-Gi-Oh! Master Duel

Posted: Tue Mar 08, 2022 7:25 pm
by bebel
It works, thank you very much :).

Re: Yu-Gi-Oh! Master Duel

Posted: Wed Mar 09, 2022 6:14 am
by crezia
kratos284 wrote:
Tue Mar 08, 2022 1:49 am
bebel wrote:
Mon Mar 07, 2022 8:29 am
The game has been update.
Are there any chance to have a fix to be able to auto win in solo? The duels with the decks built by the game are a pain in the a*s...
Thanks for your work.
I've updated the addresses in the Always win script.
Just copy this and paste it in cheat engine.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4</ID>
      <Description>"Always win (doesn't work if surrender)"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : masterduel.exe
  Version: 
  Date   : 2022-01-22
  Author : igromanru

  Always win

  It works, if you lose against a bot, it still counts as a win
}

define(duelGetDuelFinish,"duel.dll"+856787)
define(duelGetDuelFinishBytes,8B 80 34 03 00 00)

define(duelGetDuelResult,"duel.dll"+856777)
define(duelGetDuelResultBytes,8B 80 30 03 00 00)

[ENABLE]
assert(duelGetDuelFinish,duelGetDuelFinishBytes)
assert(duelGetDuelResult,duelGetDuelResultBytes)

duelGetDuelFinish:
  mov eax, 11 // FinishType.Victory
  nop

duelGetDuelResult:
  mov eax, 1 //ResultType.Win
  nop

[DISABLE]
duelGetDuelFinish:
  db duelGetDuelFinishBytes

duelGetDuelResult:
  db duelGetDuelResultBytes

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
sir, I get assert code error on this line >> assert(duelGetDuelFinish,duelGetDuelFinishBytes), and cannot activate the script (clicking on the checkbox won't show the x mark), I tried to copy the code and put it in auto assemble mode (ctrl+alt+A),

is there any exact step I should do to make it works? thank you..

Re: Yu-Gi-Oh! Master Duel

Posted: Wed Mar 09, 2022 10:41 am
by kratos284
crezia wrote:
Wed Mar 09, 2022 6:14 am

sir, I get assert code error on this line >> assert(duelGetDuelFinish,duelGetDuelFinishBytes), and cannot activate the script (clicking on the checkbox won't show the x mark), I tried to copy the code and put it in auto assemble mode (ctrl+alt+A),

is there any exact step I should do to make it works? thank you..
I don't know why it's not working for you.
Here is the cheat table I'm using.

Re: Yu-Gi-Oh! Master Duel

Posted: Wed Mar 09, 2022 12:52 pm
by cdgm1
hi guys why cheat engine speed hack stopped working i tried a clean windows install but wont work i use windows 11

Re: Yu-Gi-Oh! Master Duel

Posted: Thu Mar 10, 2022 10:20 pm
by KALL01
hi guys, is there any news? which are the working tables that work

Re: Yu-Gi-Oh! Master Duel

Posted: Fri Mar 11, 2022 2:20 am
by renzcheat
KALL01 wrote:
Thu Mar 10, 2022 10:20 pm
hi guys, is there any news? which are the working tables that work
this topic is dead i think as the cheat creator arent updating the table anymore

Re: Yu-Gi-Oh! Master Duel

Posted: Fri Mar 11, 2022 8:10 am
by babba
can someone fix the insta quit cheat?

Re: Yu-Gi-Oh! Master Duel

Posted: Fri Mar 11, 2022 12:08 pm
by Max4K
If you use the speed hack in the new update, then the game even slows down. Wow

Re: Yu-Gi-Oh! Master Duel

Posted: Thu Mar 17, 2022 10:06 pm
by luclius
Anyone know where I can get the bot/script for the D.D Dynamite FTK?

Re: Yu-Gi-Oh! Master Duel

Posted: Tue Apr 05, 2022 3:14 pm
by DarkneSsDz
guys is there any updates ?