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. Tutorial How to modify Set Methods in Unity's il2cpp

    use mshookfunction .. no hook_lib
  3. 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...
  4. Help! hooking update

    bool goldss = false; bool shardss = false; void(*old_Golds)(void *instance); void Golds(void *instance) { if(instance != NULL) { if (goldss) { *(int *) ((uint64_t) instance + 0x18) = 100000; *(int *) ((uint64_t) instance + 0x12AD11C) = 100000; } } old_Golds(instance); } void(*old_shards)(void...
  5. Help! hooking update

    I tested it and it didn't work so I always have to use the update from the same class because these were from different classes... I can only get an update from the same class or this update could be hidden in a different class or the codestage doesn't let the hack work? because there are many...
  6. Help! hooking update

    I can use this 2 class like this example is in the game update plus name of the function that will work or just works update example public void update { } nothing else written private int maxShards; // 0x78 private void UpdateMaxShards() { } 0x13FE830
  7. Help! hooking function

    bool GoldUpdates = false; void (*old_EnoughUpdate)(void *instance); void EnoughUpdate(void *instance) { if(instance != NULL) { if (GoldUpdates) { *(bool*)((uint64_t)instance + 0x8C) = true; } } old_EnoughUpdate(instance); } A64hookfunction((void *)getAbsoluteAddress("libil2cpp.so", 0x7273A2)...
  8. Help! hooking update

    So when the class doesn't have an update option, you can't do hoking void or private ?
  9. Help! hooking function

    bool GoldUpdates = false; void (*old_EnoughUpdate)(void *instance); void EnoughUpdate(void *instance) { if(instance != NULL) { if (GoldUpdates) { *(bool*)((uint64_t)instance + 0x8C) = true; } } old_EnoughUpdate(instance); } A64hookfunction((void *)getAbsoluteAddress("libil2cpp.so", 0x7273A2)...
  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")]...
  16. Help! lib libgodot.so

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

    that I can make an entry because this same game has here that a moderator edits the invincible mode separately for player 1 and player 2 in the same way I want, I already asked him for tips and he didn't answer me
  18. 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...
  19. 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...
  20. 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...
  21. 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)...
  22. Help! mod menu

    how to edit this example and where do I put it in the mod menu
  23. Help! mod menu

    power rangers legacy and the same game as moderator joker edit he didn't answer me how he does the invincibility on the side just how he does it in his mod menu I entered mine like his but in mine the invincibility works on both sides and I can't separate it between player one and player 2
  24. Help! mod menu

    Is there tutorial video about this I'm new to mod menu learned so active and don't edit it completely
  25. 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...
  26. 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...
  27. 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...
  28. Help! ROOT BROWSER

    HELLO THERE IS A TUTORIAL ON STRINGING THE GAME WITH ROOT BROWSER CHANGING THE SCRIPT ?
  29. 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
  30. 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...