I've found no such encryption. Data appears to be straight floats (i.e. health and stamina) My guess is that other people will miraculously find how to make a trainer once once person works it out.
[Request] Dark Alliance (Window Store / GamePass)
- caliber1942
- Expert Cheater
- Posts: 98
- Joined: Thu Oct 17, 2019 5:15 pm
- Reputation: 219
Re: [Request] Dark Alliance (Window Store / GamePass)
Re: [Request] Dark Alliance (Window Store / GamePass)
I found the health & stamina, I was just trying to backtrace to find an instruction for the player only which is where I found a ton of xor encrpytion - may have nothing to do with the player . Good luck with your trainer Cal.caliber1942 wrote: ↑Tue Jun 22, 2021 10:12 pmI've found no such encryption. Data appears to be straight floats (i.e. health and stamina) My guess is that other people will miraculously find how to make a trainer once once person works it out.
Re: [Request] Dark Alliance (Window Store / GamePass)
+1 Thanks (steam ver, too please)
Re: [Request] Dark Alliance (Window Store / GamePass)
If its UE4, does Cake-Sans table work with it? Just curious. Man its got some nasty reviews right now Im out of town for the next week, so can't mess with it yet anyway.Rhark wrote: ↑Tue Jun 22, 2021 10:57 pmI found the health & stamina, I was just trying to backtrace to find an instruction for the player only which is where I found a ton of xor encrpytion - may have nothing to do with the player . Good luck with your trainer Cal.caliber1942 wrote: ↑Tue Jun 22, 2021 10:12 pmI've found no such encryption. Data appears to be straight floats (i.e. health and stamina) My guess is that other people will miraculously find how to make a trainer once once person works it out.
Re: [Request] Dark Alliance (Window Store / GamePass)
I was just testing this game, got bored in like 10 mins..in any case i did some HP script for the FT Version (Cracked), now, lot more could have been added, but it ain't my kind of game, in any case perhaps it might work for you or it won't (activate it after switching game loadings)!
All the best!
All the best!
- Attachments
-
- DarkAlliance.CT
- (784 Bytes) Downloaded 86 times
Re: [Request] Dark Alliance (Window Store / GamePass)
unfortunately doesn't work for gamepass version :'(VampTY wrote: ↑Wed Jun 23, 2021 4:21 pmI was just testing this game, got bored in like 10 mins..in any case i did some HP script for the FT Version (Cracked), now, lot more could have been added, but it ain't my kind of game, in any case perhaps it might work for you or it won't (activate it after switching game loadings)!
All the best!
- TheXKeyBlade
- Novice Cheater
- Posts: 21
- Joined: Sun Jun 07, 2020 8:39 pm
- Reputation: 12
Re: [Request] Dark Alliance (Window Store / GamePass)
Don't bother with console commands either, you can enable it and turn on cheats but they either don't do anything or aren't recognized as a command.
- TheXKeyBlade
- Novice Cheater
- Posts: 21
- Joined: Sun Jun 07, 2020 8:39 pm
- Reputation: 12
Re: [Request] Dark Alliance (Window Store / GamePass)
Which Search method did you use to get the health?VampTY wrote: ↑Wed Jun 23, 2021 4:21 pmI was just testing this game, got bored in like 10 mins..in any case i did some HP script for the FT Version (Cracked), now, lot more could have been added, but it ain't my kind of game, in any case perhaps it might work for you or it won't (activate it after switching game loadings)!
All the best!
Re: [Request] Dark Alliance (Window Store / GamePass)
If you use sunbeams table then the commands work fine. I tested them on the Microsoft Store version and he tested the steam version.TheXKeyBlade wrote: ↑Thu Jun 24, 2021 3:18 amDon't bother with console commands either, you can enable it and turn on cheats but they either don't do anything or aren't recognized as a command.
Float.
- TheXKeyBlade
- Novice Cheater
- Posts: 21
- Joined: Sun Jun 07, 2020 8:39 pm
- Reputation: 12
Re: [Request] Dark Alliance (Window Store / GamePass)
Rhark wrote: ↑Thu Jun 24, 2021 8:09 amIf you use sunbeams table then the commands work fine. I tested them on the Microsoft Store version and he tested the steam version.TheXKeyBlade wrote: ↑Thu Jun 24, 2021 3:18 amDon't bother with console commands either, you can enable it and turn on cheats but they either don't do anything or aren't recognized as a command.
Float.
I got it, but can't find the pointers :/
Re: [Request] Dark Alliance (Window Store / GamePass)
Yeah, values are located in float values, perhaps from 200 to 300 (so searching must be from 200 to 300, when that health is full) in float for any character for health, also that stamina is located in float and is 2750 when is at full gauge (so searching must be from 2500 to 3000, when is full).
Made also this (after that i've removed this game, i don't like it ), again for FairLight Version (cracked), meaning -> Character Multiplier/Refill , so is like this, hit some enemy and then you'll see 999 and also your Ultimate Power or what is that, fully charged..and this is on 4 bytes.
Hope it helped with values, also remember this!
- the address for stamina, when you'll find it (do a cmp or separate it or add a pointer to it), has also (that from start F3 0F 11 43 2C 48 83, meaning "movss [rbx+2C],xmm0") more values integrated, values like : hp, combo, stamina, power, hits, one hot kill etc.So you can add pointers to it or make different cmp for each value you desire!
Be naughty all day long!
Made also this (after that i've removed this game, i don't like it ), again for FairLight Version (cracked), meaning -> Character Multiplier/Refill , so is like this, hit some enemy and then you'll see 999 and also your Ultimate Power or what is that, fully charged..and this is on 4 bytes.
Code: Select all
[ENABLE]
aobscanmodule(character_multiplier,DarkAlliance-Win64-Shipping.exe,01 42 48 49 8D 43 08)
alloc(newmem,$100,character_multiplier)
label(code)
label(return)
registersymbol(character_multiplier)
newmem:
mov [rdx+48],(int)998
code:
add [rdx+48],eax
lea rax,[r11+08]
jmp return
character_multiplier:
jmp newmem
nop 2
return:
[DISABLE]
dealloc(newmem)
unregistersymbol(character_multiplier)
character_multiplier:
db 01 42 48 49 8D 43 08
- the address for stamina, when you'll find it (do a cmp or separate it or add a pointer to it), has also (that from start F3 0F 11 43 2C 48 83, meaning "movss [rbx+2C],xmm0") more values integrated, values like : hp, combo, stamina, power, hits, one hot kill etc.So you can add pointers to it or make different cmp for each value you desire!
Be naughty all day long!
-
- Noobzor
- Posts: 7
- Joined: Tue May 08, 2018 5:17 pm
- Reputation: 0
Re: [Request] Dark Alliance (Window Store / GamePass)
ok, Thanks for the HP/Character Hit Multiplier...those are awesome. I have been able to edit gold/upgrade crystals pretty easily...not a script, just a search/edit. I am still looking for a damage multiplier and/or a loot bonus multiplier. Can't seem to find those...not the best at CE programming, but I usually do pretty good on basic searches
Who is online
Users browsing this forum: BluLuvr126