Page 1 of 1

Can someone help me put some code together?

Posted: Wed Jun 05, 2019 8:16 pm
by Lord Blade
So, for the Super Dragon Ball Heroes game, I've been asking for a cheat to add to the table to give us a boost to our ally Bond levels (basically the XP bar for our allies).
viewtopic.php?f=4&t=9060

Someone had posted the following:

I just had a look. The allies' xp is easily found.

pass the parameters to this function: AllyStruct* (*exe+B2BCB0)( *(exe+17AD2E8)+8, uint Index) and you get back the ally structure pointer. The exp is just located at (Allystruct+4).

Everything is stored to a global singleton with a fixed address.

About the multiplier, it seems to go through another function if a flag is set to increase the XP a second time. You can just change the multiplier there. I haven't messed with Bond item to check where that function is yet. I might find it without using an item by just reading the code though...

EDIT: just change xmm1 before exe+B153B9 for the ally exp multiplier

Just hook the address I told you. Then Assembly -> framework -> add code before that line to store a float of your choice in xmm1.
Use a bond item. And profit.


While I appreciate them giving me that info, I've been looking up tutorials and trying to figure out how to make use of it, but I just can't wrap my head around it.

Can someone give me a hand? Like a step-by-step "for dummies" explanation?

Re: Can someone help me put some code together?

Posted: Wed Dec 16, 2020 9:51 pm
by gocho07
Did you figure out how to do this?

Re: Can someone help me put some code together?

Posted: Thu Dec 17, 2020 3:53 am
by Lord Blade
Nope. But I finished playing the game ages ago. lol

Re: Can someone help me put some code together?

Posted: Fri Dec 18, 2020 10:55 am
by wuloqexi
:D