Jump to content

Some useful new HEX codes used to mod for il2cpp games + More! [ ARMv7 ]


80 posts in this topic

Recommended Posts

Updated (edited)

Requirements:
- This is only for beginners, maybe.

 

Instructions:

This is only for int32 or public int/private int methods

For High Values: (useful for golds, diamonds or resources)

HEX CODE:
02 01 E0 E3 1E FF 2F E1 is equals to 2,147,483,648


ARM:
mvn r0, #0x80000000
bx lr

Another value for 2 billion:

HEX CODE:
7F 04 E0 E3 1E FF 2F E1 is equals to 2,130,706,432


ARM:
mvn r0, #0x7f000000
bx lr

Value for 133 million: (some games will make the value into a negative value when it reached the max, such as using the above 2 billion)

HEX CODE:
7F 06 A0 E3 1E FF 2F E1 is equals to 133,169,152


ARM:
mov r0, #0x7f00000
bx lr

Value for 9,999: (useful for bullets, power ups etc.)

HEX CODE:
0F 07 02 E3 1E FF 2F E1 is equals to 9,999


ARM:
movw r0, #0x270f
bx lr


Those values above will work for sure.

--------------------------------------------

Now, this is only for float value or public float/private float methods

For now, this might be the maximum value for floats:

HEX CODE:
FA 04 44 E3 1E FF 2F E1 is equals to 2,000


ARM:
movt r0, #0x44fa
bx lr

--------------------------------------------

Now, for public long methods

If you want to return a high value such as 999,999,999: (useful for golds, etc.)

HEX CODE:
FF 09 0C E3 00 10 A0 E3 9A 0B 43 E3 1E FF 2F E1 is equals to 999,999,999


ARM:
movw r0, #0xc9ff
mov r1, #0
movt r0, #0x3b9a
bx lr

Be aware, do not use 1999, 599, 499, and higher max value than 2000. It will not work. Only use 1000, 1500, 500 or with a zero digits.

Updated by Rook
  • Like 173
  • Winner 13
  • Thanks 18
  • Haha 8
  • Agree 14
  • Informative 6
Guest
This topic is now closed to further replies.
  • Our picks

    • Heroes Crew: Strategy Defense v1.5.7 [+13 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 144 replies
    • Heroes Crew: Strategy Defense v1.5.7 [+13 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 59 replies
    • Fishing Travel v3.4.0 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Fishing Travel By Ark Game Limited
      Bundle ID: com.arkgame.ft
      App Store Link: https://apps.apple.com/ph/app/fishing-travel/id6505145935?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Cash
      - Easy Catch
      - DMG
      • 11 replies
    • Fishing Travel v3.4.0 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Fishing Travel By Ark Game Limited
      Bundle ID: com.arkgame.ft
      App Store Link: https://apps.apple.com/ph/app/fishing-travel/id6505145935?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Cash
      - Easy Catch
      - DMG
      • 9 replies
    • Spin Squad! v2.1.2 [ +2 Cheats ] Battle Coins
      Modded/Hacked App: Lucky Offense By Crater Co., Ltd.
      Bundle ID: com.percent.ios.luckyrolling
      iTunes Store Link: https://apps.apple.com/us/app/lucky-offense/id6511224968?uo=4


      🤩 Hack Features

      - Battle Coins
      - ATK
      - ATK Range
      - ATK Speed

      ATK Linked Enemy
      • 101 replies
    • Wasteland Survival TD v0.6.3 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Wasteland Survival TD By Mildmania Oyun Sistemleri Anonim Sirketi
      Bundle ID: com.mildmania.wasteland
      App Store Link: https://apps.apple.com/ca/app/wasteland-survival-td/id6749257865?uo=4

      🤩 Hack Features

      - Unlimited Currency
      - Unlimited Resources
      - Unlimited Battle Coins
      - Always Last Wave
      - DMG
      • 4 replies
    • Wasteland Survival TD v0.6.3 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Wasteland Survival TD By Mildmania Oyun Sistemleri Anonim Sirketi
      Bundle ID: com.mildmania.wasteland
      App Store Link: https://apps.apple.com/ca/app/wasteland-survival-td/id6749257865?uo=4

      🤩 Hack Features

      - Unlimited Currency
      - Unlimited Resources
      - Unlimited Battle Coins
      - Always Last Wave
      - DMG
      • 7 replies
    • Block Kingdom v0.04.46 [ +13 Cheats ] Cheat Menu
      Modded/Hacked App: Block Kingdom By Tripledot Studios Limited
      Bundle ID: com.tripledot.blastroyale
      App Store Link: https://apps.apple.com/ph/app/block-kingdom/id6741105808?uo=4


      🤩 Hack Features

      - Cheat Menu / Play Match Then Back Show Menu Button©️

      • 2 replies
    • Block Kingdom v0.04.46 [ +13 Jailed ] Cheat Menu
      Modded/Hacked App: Block Kingdom By Tripledot Studios Limited
      Bundle ID: com.tripledot.blastroyale
      App Store Link: https://apps.apple.com/ph/app/block-kingdom/id6741105808?uo=4


      🤩 Hack Features

      - Cheat Menu / Play Match Then Back Show Menu Button ©️


      • 4 replies
    • Weapon Merge Battle v1.5 [ +3 Cheats ] Never Die
      Modded/Hacked App: Weapon Merge Battle By Rio Master DMCC
      Bundle ID: com.riomaster.weaponmerge
      App Store Link: https://apps.apple.com/ca/app/weapon-merge-battle/id6742321536?uo=4


      🤩 Hack Features

      - HP
      - ATK
      - DEF
      • 2 replies
    • Weapon Merge Battle v1.5 [ +3 Jailed ] Never Die
      Modded/Hacked App: Weapon Merge Battle By Rio Master DMCC
      Bundle ID: com.riomaster.weaponmerge
      App Store Link: https://apps.apple.com/ca/app/weapon-merge-battle/id6742321536?uo=4

       
      🤩 Hack Features

      - HP
      - ATK
      - DEF
      • 3 replies
    • Yukon: Family Adventure v1.67.3 [ +4++ Cheats ] Everything Unlimited
      Modded/Hacked App: Yukon: Family Adventure By Enixan Europe Limited
      Bundle ID: com.enixan.yukon.family.adventure
      iTunes Store Link: https://apps.apple.com/us/app/yukon-family-adventure/id6455041311?uo=4


      🤩 Hack Features

      - Gems

      - Energy

      - Items

      - EXP
      • 24 replies
×
  • 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