Recent content by power2020202020

  1. Help! Error Google加固 Protection

    Hello, I can't use the mod menu in my game anymore because it was updated and they added this anti-hack and when I go to play, it asks for an update via the Playstore and the mod menu comes out and the game updates. Is there any way to make it work using a virtual cell phone like VMOS or...
  2. Help! Error modmenu

    Hello, the icon for my mod menu does not appear in the game I put it in. I do the same procedure in another game and it works, but the game that works in the folder is called unity3d, but the other game folder is called unity3d.player. I do everything the same as android manifest before the...
  3. Help! NO UPDATE FUNCTION

    Hello, I can't find an update for this 2nd class because it doesn't exist in her class. There's a hacker who makes this hack and only sells the hack. I wanted to learn it without making a mod menu. I just can't find an update for this damagedealt function. I have a photo of how it works and a...
  4. Help! no update function

    Hello, I wanted to change the damage percentage of the game I play, but the class has no update. The functions I wanted to change are damagedealt, damagedealtpercent, rewardmultiplier. They are all public but are inside the fields class. How do I fix this? My game uses damage dealt to gain rank...
  5. Help! mod menu error

    Hello, I wanted to understand that my mod menu is working normally until the previous version of my game, but then I updated the game and updated the mod menu and it works with Bluestacks normally, but on my rooted cell phone and on my vgphone it doesn't install, it's not compatible and when I...
  6. Help! ERROR TOGGLE

    Hello, I have a problem with my toggle activator. My hooking works fine in the game, but the activator is always on, even when I turn it off in my mod menu. The damage always stays at 9999999. In fact, it already starts with the damage set to 9999999, even with the toggle turned off. I'll post...
  7. Help! dump file with protection

    hello i am trying to hack 2 games but after i extract with apktool i go to use imagemgui and put libil2cpp and merdata the dump.cs file does not generate because it says the file is protected how to extract libil2cpp.so that it has protection so i can use the dump.cs file of the game games I...
  8. Help! create paid lgl menu mod

    Hi guys, I know how to make a mod menu but my mod menu is free I wanted to know how to make a paid mod menu so I only want certain people to have access besides me, example mod menu with serial number or password
  9. Discussion no update function

    Hello, I know how to do hooking with update but I have a game that in its class there is no update to connect a function maximum private field I found was this 2 similar in the same class but I did hooking and it didn't work does anyone have any tips when there is no function update in the same...
  10. Help! hooking function

    Hello, I'm hoking my game with this function bool IsEnemy = *(bool*)((uint64_t)instance + 0x8C) But my game is not working with hoking and also my game is 32 bits I must change the ((uint64_t) to ((uint32_t) for it to work or whatever when hooking? and my cell phone is also 32 bits and not 64...
  11. Help! hooking update

    Hello, in my game there is more than one update function and I counted there are 10 lateupdate functions and 5 update functions. All the functions are different and which ones do I use when hooking void coins and crystals? Will either work? or I know the right function to work with each update I...
  12. Solved hoking void public long

    Does anyone know how to do public long hoking? I know about int, float, bool and void, I didn't find any tutorials
  13. Help! error mod works and has no effect

    Hi guys, I know how to do hoking functions and hexpatchers and what I do in the mod menu always works, it's more active as if it were visual, for example I have 2 thousand coins and I do the public int of it and the value changes with the mod to my chosen value, for example 100 thousand coins...
  14. Solved HOOK VOID

    Hello, I made a hoking void of invincibility and it worked, it only activates both sides, invincibility in my fighting game for player 1 and player 2, how do I separate it so that it activates me only on the side? My hoking is like this, I already looked for ismine and in my game there are only...
  15. Help! HOOK VOID

    [Token(Token = "0x6005FF8")] [Address(RVA = "0x18C5CF4", Offset = "0x18C5CF4", VA = "0x18C5CF4")] public void AddTotalCoins() { } // Token: 0x06005FF9 RID: 24569 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6005FF9")]...
Back
Top Bottom