Search results

  1. Help! How to hook List<string> Method ?

    Hello Friends, (Straight to the Topic) Did you guys know how to hook list<string> or list<int> method ? -> Yes, then please tell me ( I will like to know ) On the following example // RVA: 0x1781BF4 Offset: 0x1781BF4 VA: 0x1781BF4 private List<string> GetHeroById() { } Another...
  2. Help! How to hook if CompilerGeneratedAttribute is given

    How to Hook this [CompilerGeneratedAttribute] // RVA: 0x671F78 Offset: 0x671F78 VA: 0x671F78 // RVA: 0x192A2DC Offset: 0x192A2DC VA: 0x192A2DC public long get_Coins() { }
  3. Help! How to hook

    Hello friends can you tell me how to hook this // RVA: 0x25EB32C Offset: 0x25EB32C VA: 0x25EB32C public long get_Diamond() { } And this one // RVA: 0x2F7175C Offset: 0x2F7175C VA: 0x2F7175C private void BuyProductID(string productId) { } Or // RVA: 0x325268C Offset...
  4. Help! How to hook Transform in fields

    How to hook this? //Fields public Transform newoldShotgun; // 0x198 //Method // RVA: 0x5EB5CC Offset: 0x5EB5CC VA: 0x5EB5CC private void Update() { }
  5. Help! How to hook enum

    // RVA: 0x25A2DAC Offset: 0x25A2DAC VA: 0x25A2DAC public IList<LootRewardTags> get_RewardTag() { } public enum LootRewardTags // TypeDefIndex: 3084 { // Fields public int value__; // 0x0 public const LootRewardTags DebugReward = -10; public const LootRewardTags TutorialLoot = -1; public...
  6. Help! Hooking string offset

    Hello friends can anyone tell me how to hook or hexpatches this // RVA: 0x25A6220 Offset: 0x25A6220 VA: 0x25A6220 public string get_BeyID() { } I'm trying to use this switch "InputText_Enter Name" or any other switch suggestions for me friends
  7. Solved Hooking

    Can anyone can tell me how to hook this // RVA: 0x144B554 Offset: 0x144B554 VA: 0x144B554 public long get_Coins() It's in long what should I need to use int/float I like to know ..
  8. Solved How to use Input Value in mod menu

    Hello guys hope you guys are fine there, let's straight to the topic... I'm making a mod menu of a game I know the basic how to hook and hexpatches with toggle, switch, checkbox but I don't know how to hook or hexpatches with input value and slider Can anyone know how to do?
  9. Tutorial How To Remove Ads From Games & Apps By Using Mobile {Video Tutorials}

    Hello Guys In this thread I'm going to let you guys how to Remove All Ads from Games and apps .... By Using Mobile so, *************************************************** Let's start Tools required 🛠MT Manager or NP Manager 🛠 Apk of The Game or Apps Which you want to modify 🛠Ads Regex App [this...
  10. Help! Need hex code for Freeze bool offset

    Hello guy's Did you guys know how to freeze bool offset in mod menu by using hook method or hex patch // RVA: 0x20764C4 Offset: 0x20764C4 VA: 0x20764C4 public bool get_boxProjection() { } And this is in GUIStyle so How can I hook or patch this // RVA: 0x25AA2C4 Offset: 0x25AA2C4 VA: 0x25AA2C4...
  11. Help! Have problem in Mylibname of mod menu

    I have solve all over problem but I have facing this problem did anyone know how to solve this
  12. Help! How to remove Ads from any games and app

    Hello guys Did anyone of you know "how to remove All Kinds of *Ads* from An APK By using mobile without using Lucky Patcher ? If you know please share.......
  13. Help! Have some problems in Mod menu

    Hello guys I have making a mod menu of a game but I m getting problem so can anyone help me In this I have use lgl mod menu template source code and my mobile is 32 bit support, non-Rooted, Android version 9 basically I have two mobile one is android version 8 and this is 9 and I'm getting...