Jump to content

ada1016

Member
  • Posts

    89
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xs Max
  • iOS Version
    15.6.1
  • Jailbroken
    No
  • Rooted
    No

Recent Profile Visitors

1,110 profile views

ada1016's Achievements

Apprentice

Apprentice (3/14)

  • Full Member
  • Appreciating Others
  • Super Dedicated
  • Dedicated
  • Reacting Well

Recent Badges

5

Reputation

  1. thanks for the effort, I like to believe cheats 278 is latest build. if so, still not working.. got the same error.
  2. I got LIAPP ALERT that says cannot run on tampered app. UCODE: EF236B7B+CE73
  3. the latest download link says v1.9.4. please update to v2.0.2 ? thank you
  4. This is a cosco2djx game, not sure if Unity Hacking method guru can help
  5. Cool! looking forward to see more H5GG hack. Can learn and use at same time
  6. Can I customize the H5GG advance menu? For example, a way to hide search area, float tolerance area since I don't always need it once the code is stable.. Thank you
  7. Exactly. it is different way of thinking logic, but this is getting closer to the way Game Developer thinking, much more O-O orient and... I hope I am not taking too much of your time, I try to micmic your code and change the total number of turn that I can use, so I had below diff adding below to var cheats StopCount:["PuzzleUI","notUsed","ONE","SELF","ON","stopCount"] and have below under togglecheat PuzzlePlayer.stopCount = function(){ appendLog("this.m_nTurnNumber= "+this.m_nTurnNumber) this.m_nTurnNumber = 15; } let PuzzleUI = new UnityObject(PuzzlePlayer.PuzzleUI) PuzzleUI.loadFields(["m_nTurnNumber","LootTurnRuneCount"]) // this.m_nTurnNumber = this.LootTurnRuneCount appendLog("m_nTurnNumber= "+this.m_nTurnNumber+" : LootTurnRuneCount ="+this.LootTurnRuneCount) I thought I can print out the turn number, but always I get undefined. I am sure in PuzzleUI, there is such field, and in PuzzlePlayer, there is an instance of PuzzleUI My code here https://www.icloud.com/iclouddrive/0ebWuS2833pIaaBca7M-q3viQ#H5JSPlugin_-_Gem_of_War thank you so much..
  8. and just like you mentioned, this way of cheating make it almost effortless to maintain. The game just upgraded to 7.1 and your script directly take effect with no problem I really must learn this more, thank you!
  9. wow! thank you sooooo much!!!!
  10. This is Gem of War. https://apps.apple.com/tw/app/gems-of-war-match-3-strategy/id897954560 thank you for great advice, I will keep learning and play with it. The thing about reseting mana are good advice, but it looks like this game is call same method to control both side (my and enemy's) mana. So when I alter the change, it affect both side.
  11. sorry, ,really interested in this but really got a lot to learn. The more I play with this, the more unknown I realises. Q:Is this script worked like one time thing? That, the script only get executed when the code path get there, and you have to run the script before it trigger. For some method that happened at battle, such as adjust mana when take damage, you cannot use this script as it does not work like a hook. Is this understand correct? Q: if a method has game object in parameter, how do I loadMethods it?e.g. public void AdjustPlayerMana(int playerIndex, int[] manaCollected, ref bool activateManaMatchTraits, bool collectedFromBoard = False, bool wasMatch = False, PuzzleTroop pAdjustmentCause) { } thank you for your time.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines