[Request] Dragons Dogma 2
[Request] Dragons Dogma 2
Game Name: Dragons Dogma 2
Game Engine: ReEngine
Game Version: Release/1.0
Options Required: infinite items,no carry weight,infinite/multipliers for vocation and level exp,infinite stamina and health,instacharge attack,time of day changer,no material cost for upgrades,teleport.
Steam Website:
Other Info: Put a lot of requests in options just to give an idea of what an ideal table would be,not asking for everything at once ,and also thanks for any tables that get made in the future!
Game Engine: ReEngine
Game Version: Release/1.0
Options Required: infinite items,no carry weight,infinite/multipliers for vocation and level exp,infinite stamina and health,instacharge attack,time of day changer,no material cost for upgrades,teleport.
Steam Website:
Other Info: Put a lot of requests in options just to give an idea of what an ideal table would be,not asking for everything at once ,and also thanks for any tables that get made in the future!
Re: [Request] Dragons Dogma 2
+1
would definitely prefer multiplier options over straight infinite options where possible. I'm the weird person that prefers to finetune the severity of the cheats lol.
would definitely prefer multiplier options over straight infinite options where possible. I'm the weird person that prefers to finetune the severity of the cheats lol.
Re: [Request] Dragons Dogma 2
+1 for sure, would love insta cast spells and unlimited mana
Re: [Request] Dragons Dogma 2
All I really want is no weight.
-
- Noobzor
- Posts: 6
- Joined: Wed Aug 25, 2021 4:48 am
- Reputation: 0
-
- What is cheating?
- Posts: 1
- Joined: Mon Mar 04, 2024 2:43 am
- Reputation: 0
-
- Noobzor
- Posts: 11
- Joined: Thu Dec 10, 2020 6:10 pm
- Reputation: 3
Re: [Request] Dragons Dogma 2
I can't comprehend people that ask for infinites or multipliers over pointers. please include pointers if you make a table
Re: [Request] Dragons Dogma 2
I'm pretty sure REFramework is needed for this game, you can't debug without the game crashing nor inject for very long.
Re: [Request] Dragons Dogma 2
^ Correct. Just like their previous games (RE4, RE8, etc.)
Re: [Request] Dragons Dogma 2
Thought because it was the same engine as all the others this would be easy. I was surprised to see Horizon Zero Dawn out in a few hours, but nothing for DD2...
Re: [Request] Dragons Dogma 2
I don't know if I'm on drugs, but the addresses seem to be static? can someone confirm with this money address (4-Byte): 57BC69B8
Re: [Request] Dragons Dogma 2
I don't know if possible but an extra save slot would be great. Or even just being able to overwrite the 'resting at inn' one, on the go.
Re: [Request] Dragons Dogma 2
real close in values, that can't be a coindence. Seems like there is some kind of offset.
soo... Turns out, I just happened to roll the same offset chance. So its not static but seems to be in this region. Going to try bypassing the cheat detection
Last edited by RMLSNK on Fri Mar 22, 2024 2:59 pm, edited 3 times in total.
Re: [Request] Dragons Dogma 2
I don't recall having any issues in RE:Village o_O I think y'allz might be missing the fact that SteamStub has to be taken out (if present), as it has some anti-debug. If it's just Denuvo, then check for standalone threads -or- simply set hwpbs on access for the instruction you hook (first byte is enough). If the game does indeed have memory integrity checks, the debugger will break there. And lastly, "which debugger, we can't even attach", if you're on an Intel CPU, then enable DBVM and unload the driver after that (why? anti-cheats usually detect the driver by certificate). DBVM remains in memory and you can use the DBVM Debugger Used it so many times with Blizzard's games like that. Magix!
From what I can tell, they use EOSAntiCheat:
Code: Select all
EosAntiCheatHelper::loaded
EosAntiCheatHelper::update
EosAntiCheatHelper::unloaded
For what it's worth
BR,
Sun
P.S.: Is there a reason there are 2 requests topics o_O? It's kinda weird to talk in both...