MOV x0#1
ret
thanks for the reply mate. i have had some crashes when editing the cooldown functions. is there somewhere i can learn how to remove security checks?If you had programming knowledge, you would notice that function get_atributes return something the program defines as ActorAtributes.
When you write
Translates to return 1; with 1 being something defined as an int.Code:MOV x0#1 ret
As you can guess, the bytes that define a 1 in int, could mean something completely different in ActorAtributes (not necessary 1).
Unless you know how to hook (unlikely since you are a beginner), try looking for other functions.
Also, the developers that created this game, have good protection on their other game Marvel Contest of Champions; so even if your edits worked, there's chances game has security checks that crash it.
You will have to figure this thing by yourself. After all, Devs also learn from this kind of discussions :^)thanks for the reply mate. i have had some crashes when editing the cooldown functions. is there somewhere i can learn how to remove security checks?
treat solvedYou will have to figure this thing by yourself. After all, Devs also learn from this kind of discussions :^)
i haven't tried anything on the pictures as not sure what to edit to.what's the result?
i mean, have you test it?
okayYou will have to figure this thing by yourself. After all, Devs also learn from this kind of discussions :^)
appreciate the help mate, but unfortunately I couldn't get it to work. did manage to get the ability buttons to be used at any time, but ability never triggered properly and never done any damage
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies