FREE MOD Smashero.io - Hack n slash RPG Ver. 5.1.99 Mod Menu APK | OneHit Kill | Full HP | Monster Don't Attack | Dumb Enemy

Post number 2 has been selected as best answered.

They are in GM space for a reason in order to use such functions you have to be GM tier or higher (admin) in order to use those functions. I'm sure if you give it a look they are tied/hooked to another function. In order to become GM in game that would also need to be granted permission by an admin of course as well.
Hey thank you for the reply, that explains a lot. Indeed there is another method that checks if you are GM.

I'm pretty new to modding games myself and been trying the unity libil2cpp dnspy + hex edit method. I was wondering if it's possible to call methods somehow E.G.:

Code:
    [Token(Token = "0x60009E7")]
    [Address(RVA = "0x12BA8E4", Offset = "0x12B98E4", VA = "0x12BA8E4")]
    public void SetWeapon(int weaponID)
    {

if it's possible to somehow call this SetWeapon method.

I've been looking around but couldn't really find an answer.
 
Request to integrate this into menu:

1. No Skill Cooldown (NOP: 1F 20 03 D5 C0 03 5F D6) (tested, works perfectly):

[Address(RVA = "0x3611A3C", Offset = "0x3610A3C", VA = "0x3611A3C")]
public void AppendSkillCooltime(PlayerAI.ESkillSlot _slot, float _cooltime)
{

}

2. Skip Ads (TRUE: 20 00 80 D2 C0 03 5F D6) (tested, works on emulator):

[Address(RVA = "0x3682760", Offset = "0x3681760", VA = "0x3682760", Slot = "52")]
public bool CheckAdSkipAccess()
{
return default(bool);
}
 
Tags Tags
smashero i.o smashero i.o mod smashero i.o modmenu

Similar threads

Back
Top Bottom