Search results

  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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")]...
  9. Help! lib libgodot.so

    Hello, I can't find keywords for this lib on the way lib = libgodot.so
  10. Help! mod menu with invincibility on 2 sides.

    Hello, I created my mod menu for my fighting game so I activated it with invincibility and no one takes damage in the fight and both players are invincible as I change only for player 1 to be invincible and then create another activator only for player 2 to be invincible my mod menu is like this...
  11. Help! Reference Source

    Hello, in my game I get rewards through achievement chests, for example, I come first and win items, how can I edit this chest when I search for the offset "BattleRewards" appears in the list, search in reference source, list T <T> class System.Collections.Generic.List<T> Represents a strongly...
  12. Help! login google

    Hi, how do I change my account on Google without having to update the game to change the account and install the mod menu again? Log in to Google to choose an account to play and it comes directly to me to change accounts, I need to update the game and then I change accounts, I install the mod...
  13. Help! GOD MODE both sides in a fighting game

    Hello, how do I get god mode only for player 1 because my mod menu activates god mode on both sides DNY OFFSET PROGRAM CODE 0x175A34C public bool Invincible { [Token(Token = "0x6001D97")] [Address(RVA = "0x175A254", Offset = "0x175A254", VA = "0x175A254")] get { return default(bool)...
  14. Help! mod menu

    Hello, I play a fighting game similar to Street Fighter and I edited the invincibility offset so that it doesn't take damage only when activated with my mod menu, both player 1 and player 2 are invincible as I edit in menu mode, player 1 is invincible and player 2 is invincible, my game switches...
  15. Help! cooldown timer

    // Token: 0x06006FE5 RID: 28645 RVA: 0x00024690 File Offset: 0x00022890 [Token(Token = "0x6006FE5")] [Address(RVA = "0x125C774", Offset = "0x125C774", VA = "0x125C774")] public long GetWarriorRemainingCooldown(long currentTime, int heroIndex) { return...
  16. Help! error hex to arm

    hello, I don't understand until 65 thousand the arm converts more 100000 it gives an error example 65000 MOV R0, #65000 BX LR arm E80D0FE3 1EFF2FE1 ---------------------------------------------- 100000 this error 100000 MOV R0, #18000 MOV R1, #82000 ADD R0, R1 BX LR arm 50 06 04 E3...
  17. Help! ROOT BROWSER

    HELLO THERE IS A TUTORIAL ON STRINGING THE GAME WITH ROOT BROWSER CHANGING THE SCRIPT ?
  18. Help! public int

    hello, I would like to know which value is to activate and deactivate public int and public float ?? example equal there is the command to activate and deactivate public bool is 01 00 A0 E3 1E FF 2F E1
  19. Help! god mode

    hello I edited my mod menu with god mode and a fighting game more when I activate god mode in my mod menu both 2 sides are with god mode like and no one takes damage how to edit my mod menu to put player 1 with god mode and then put only player 2 with god mode as an edit on the left side with...
  20. Help! offsets tester

    hello friends is there any program or any way for me to test offsets in the game to see if it works or not so that I stop having to compile the game all the time to test ?
  21. Help! choose side for mod works

    hello platinum mods thank you very much I learned to mold now I'm trying to learn how only one side works the mod example I'm using god mode so that mod takes player 1 and player 2 the same goes for damage both sides takes the same damage as I do only for player 1 side have damage and god mode...
  22. Help! public void

    hello public void I can edit using the public int or public float method in the arm to convert .. how to convert public void
  23. Help! table xex codes

    00 00 A0 E3 1E FF 2F E1 = False or number 0 01 00 A0 E3 1E FF 2F E1 = True or number 1 02 00 A0 E3 1E FF 2F E1 = Number 2 07 00 A0 E3 1E FF 2F E1 = Number 7 0A 00 A0 E3...
  24. Help! public bool

    hello I have a doubt I activated the invincibility in my mod menu I managed to activate it with true bool I just wanted to increase the damage of my strike blow and I put the same true bool and nothing changed would it be another value to gain blow damage? // RVA: 0x14D7F88 Offset: 0x14D7F88...
  25. Help! ERROR COMPILE APKEASY TOOL

    HELLO I DECOMPILED AND CREATE MY MOD MENU I PUT IT IN THE GAME AND WHEN I GO TO COMPILE THIS APPEARS
  26. Help! folder UK

    hello I'm following the mod menu tutorial with android studio so there are 2 mod menu to use one called mod menu master and another called mod menu 3.2 and both don't have a UK folder in the file when I decompile only the COM folder the COM folder same thing as the UK folder can i follow the...
  27. Solved hack damage

    hello, I would like to know where and how I extract this mod from the menu of this game that I play to find out its offsets and infinite damage hack data .. or some platinum mods moderator could create this hack for me because the owner of this hack only sells this hack I already have god mode...
  28. Help! signature

    hello, I edit everything with xex editor and compile the game and the game opens normally with modification so it continues normal example I edited the character's damage but it didn't work... is it necessary to remove the signature and leave the game without signature for the mod to work?
  29. Help! xex codes

    Hex codes 00 00 A0 E3 1E FF 2F E1 = False or number 0 01 00 A0 E3 1E FF 2F E1 = True or number 1 02 00 A0 E3 1E FF 2F E1 = Number 2 07 00 A0 E3 1E FF 2F E1 = Number 7 0A 00 A0 E3 1E FF 2F E1 = Number 10 0F 00 A0 E3 1E FF 2F E1 = Number 15 10 00 A0 E3 1E FF 2F E1 = Number 16 11 00 A0 E3...
  30. Help! hidden keywords

    hello, I play a spider man game from gameloft and it is a lib file that opens on the IDA .. I did the whole process and when I will find the keywords like blood . attack. coins they are not found how do I find hidden keywords it is an offline game only 8 megs so it has 50 files inside the apk