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
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.
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.
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.
<?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..
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.