Jump to content

9 posts in this topic

Recommended Posts

Posted

Hello there folks! 
If you are good at IDA modding i would love to get some help!
I'm trying to figure out how to change the zoom level in Agar.io 1.2.2 for android.

I've extracted libgame.so from the apk.
Opened it in IDA.
Found the CalculateZoom level sub part.
And is now trying to figure out what number to edit and how.

This is the part i am playing around with:
 

sub_7C59C8                              ; DATA XREF: .data:00F0AAC4o
.text:007C59C8                 STMFD           SP!, {R4-R11,LR}
.text:007C59CC                 ADD             R11, SP, #0x1C
.text:007C59D0                 SUB             SP, SP, #4
.text:007C59D4                 MOV             R4, R0
.text:007C59D8                 LDR             R0, =(_GLOBAL_OFFSET_TABLE_ - 0x7C59EC)
.text:007C59DC                 LDR             R1, =(aNsnumber - 0xF870E8)
.text:007C59E0                 MOV             R8, R3
.text:007C59E4                 ADD             R5, PC, R0 ; _GLOBAL_OFFSET_TABLE_
.text:007C59E8                 ADD             R0, R1, R5 ; "NSNumber"
.text:007C59EC                 MOV             R6, R2
.text:007C59F0                 BL              sub_42004C
.text:007C59F4                 LDR             R9, =(off_F0B040 - 0xF870E8)
.text:007C59F8                 MOV             R2, R6
.text:007C59FC                 ADD             R7, R9, R5 ; off_F0B040
.text:007C5A00                 ADD             R1, R7, #0x158
.text:007C5A04                 BL              sub_424F20
.text:007C5A08                 MOV             R6, R0
.text:007C5A0C                 LDR             R0, [R4,#0xC4]
.text:007C5A10                 ADD             R1, R7, #0x218
.text:007C5A14                 MOV             R2, R6
.text:007C5A18                 BL              sub_424F20
.text:007C5A1C                 MOV             R5, R0
.text:007C5A20                 ADD             R1, R7, #0x200
.text:007C5A24                 BL              sub_424F20
.text:007C5A28                 MOV             R10, R0
.text:007C5A2C                 ADD             R1, R7, #0x230
.text:007C5A30                 MOV             R0, R5
.text:007C5A34                 BL              sub_424F20
.text:007C5A38                 TST             R0, #0xFF
.text:007C5A3C                 BEQ             loc_7C5A5C
.text:007C5A40                 LDR             R0, =(_GLOBAL_OFFSET_TABLE_ - 0x7C5A50)
.text:007C5A44                 MOV             R2, #1
.text:007C5A48                 ADD             R0, PC, R0 ; _GLOBAL_OFFSET_TABLE_
.text:007C5A4C                 ADD             R0, R9, R0 ; off_F0B040
.text:007C5A50                 ADD             R1, R0, #0x118
.text:007C5A54                 MOV             R0, R10
.text:007C5A58                 BL              sub_424F20
.text:007C5A5C
.text:007C5A5C loc_7C5A5C                              ; CODE XREF: sub_7C59C8+74j
.text:007C5A5C                 LDR             R1, =(_GLOBAL_OFFSET_TABLE_ - 0x7C5A70)
.text:007C5A60                 LDR             R0, [R4,#0xC4]
.text:007C5A64                 MOV             R2, R6
.text:007C5A68                 ADD             R1, PC, R1 ; _GLOBAL_OFFSET_TABLE_
.text:007C5A6C                 ADD             R5, R9, R1 ; off_F0B040
.text:007C5A70                 ADD             R1, R5, #0x238
.text:007C5A74                 BL              sub_424F20
.text:007C5A78                 LDR             R0, [R4,#0xCC]
.text:007C5A7C                 ADD             R1, R5, #0x308
.text:007C5A80                 MOV             R2, R6
.text:007C5A84                 BL              sub_424F20
.text:007C5A88                 TST             R8, #0xFF
.text:007C5A8C                 BEQ             loc_7C5AB0
.text:007C5A90                 LDR             R0, =(_GLOBAL_OFFSET_TABLE_ - 0x7C5A9C)
.text:007C5A94                 ADD             R0, PC, R0 ; _GLOBAL_OFFSET_TABLE_
.text:007C5A98                 ADD             R0, R9, R0 ; off_F0B040
.text:007C5A9C                 ADD             R1, R0, #0x48
.text:007C5AA0                 MOV             R0, R4
.text:007C5AA4                 SUB             SP, R11, #0x1C
.text:007C5AA8                 LDMFD           SP!, {R4-R11,LR}
.text:007C5AAC                 B               sub_424F20
.text:007C5AB0 ; ---------------------------------------------------------------------------
.text:007C5AB0
.text:007C5AB0 loc_7C5AB0                              ; CODE XREF: sub_7C59C8+C4j
.text:007C5AB0                 SUB             SP, R11, #0x1C
.text:007C5AB4                 LDMFD           SP!, {R4-R11,PC}
.text:007C5AB4 ; End of function sub_7C59C8

If i change 
LDR R0, [R4,#0xC4]
to 
MOV R0, R7
It becomes crazy zoomed out and craches. 

If i modify it with: 
MOV R0, #0x7D0
It just craches again.

I've also been experimenting with a lot of the other values but they all end up in crash.
Anyone got an idea of how to find the right value? :D

Thanks on forehand!

Agario libgame.so download
Agario Apk download

Posted

Seems like the LDR R0, [R4, #C4] is not the key.
It just crashes, sometimes it is small, sometimes normal size and sometimes just crashes with nothing at all there..

Posted

I have been sitting here this evening too trying to figure this out.

Seems like that no matter what i change, the size is still the same and it will end up in crash :S

Anyone else who are brave enough to try ? :p

Posted

Last I checked, you could change the zoom amount using Flex.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Apocalypse Worm: Zombie Strike v0.3.0 [+2 Jailed Cheats]
      Modded/Hacked App: Apocalypse Worm: Zombie Strike By A Thinking Ape Entertainment Ltd.
      Bundle ID: ata.strike.worm.zombie.apocalypse
      iTunes Store Link: https://apps.apple.com/us/app/apocalypse-worm-zombie-strike/id6740106898?uo=4
       

      🤩 Hack Features

      - Never Die
      - Unlimited Resources (Earn Some)
      • 10 replies
    • Apocalypse Worm: Zombie Strike v0.3.0 [+2 Cheats]
      Modded/Hacked App: Apocalypse Worm: Zombie Strike By A Thinking Ape Entertainment Ltd.
      Bundle ID: ata.strike.worm.zombie.apocalypse
      iTunes Store Link: https://apps.apple.com/us/app/apocalypse-worm-zombie-strike/id6740106898?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Resources (Earn Some)
       
      • 6 replies
    • Deus Myth v1.0.2 [+5 Cheats]
      Modded/Hacked App: Deus Myth By 24 HIT Riga SIA
      Bundle ID: com.deus.myth
      App Store Link: https://apps.apple.com/us/app/deus-myth/id6742408777?uo=4



      🤩 Hack Features

      - Free IAP
      - Never Die
      - Upgrade Tool
      - Upgrade Weapon
      - Higher Resource Gain
      • 13 replies
    • Deus Myth v1.0.2 [+5 Jailed Cheats]
      Modded/Hacked App: Deus Myth By 24 HIT Riga SIA
      Bundle ID: com.deus.myth
      App Store Link: https://apps.apple.com/us/app/deus-myth/id6742408777?uo=4



      🤩 Hack Features

      - Free IAP
      - Never Die
      - Upgrade Tool
      - Upgrade Weapon
      - Higher Resource Gain
      • 4 replies
    • Stick War: Saga v2025.4.1691 +5 Cheats
      Modded/Hacked App: Stick War: Saga By 1004319 Alberta Ltd
      Bundle ID: com.maxgames.stickwar3
      iTunes Store Link: https://apps.apple.com/us/app/stick-war-saga/id1548764863?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Instant Win → Battle Setting → Resign
      - Battle Gold → Spend/Gain
      - Unlimited Mana → Spend/Gain
      - Everything Unlocked
      - No Skills Cooldown


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 101 replies
    • Stick War: Saga v2025.4.1691 +5 Jailed Cheats
      Modded/Hacked App: Stick War: Saga By 1004319 Alberta Ltd
      Bundle ID: com.maxgames.stickwar3
      iTunes Store Link: https://apps.apple.com/us/app/stick-war-saga/id1548764863?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Instant Win → Battle Setting → Resign
      - Battle Gold → Spend/Gain
      - Unlimited Mana → Spend/Gain
      - Everything Unlocked
      - No Skills Cooldown


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 117 replies
    • Arcana Blade : Idle RPG v1.8.05 +2 Jailed Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Never Die


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 104 replies
    • Arcana Blade : Idle RPG v1.8.05 +2 Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Never Die


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 119 replies
    • Stick Cricket Clash v2.0.0 [ +3 Jailed ] Currency Freeze
      Modded/Hacked App: Stick Cricket Clash By Stick Sports Ltd
      Bundle ID: com.sticksports.stickcricketclash
      iTunes Store Link: https://apps.apple.com/us/app/stick-cricket-clash/id6444344271?uo=4


      Hack Features:
      - Currency Freeze
      - Score [ Win All Match ]
      - Ads Reward 


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 16 replies
    • Stick Cricket Clash v2.0.0 [ +3 Cheats ] Currency Freeze
      Modded/Hacked App: Stick Cricket Clash By Stick Sports Ltd
      Bundle ID: com.sticksports.stickcricketclash
      iTunes Store Link: https://apps.apple.com/us/app/stick-cricket-clash/id6444344271?uo=4



      Hack Features:
      - Currency Freeze
      - Score Win All Match
      - Ads Reward 



      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 42 replies
    • Idle pocket monster:pet island v1.0.14 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Idle pocket monster:pet island By Oneorwa Technology Co.,Ltd.
      Bundle ID: com.oneorwa.idlepocketmonster
      App Store Link: https://apps.apple.com/us/app/idle-pocket-monster-pet-island/id6744893380?uo=4


      🤩 Hack Features

      - Currency
      - Resources

      • 7 replies
    • Idle pocket monster:pet island v1.0.14 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Idle pocket monster:pet island By Oneorwa Technology Co.,Ltd.
      Bundle ID: com.oneorwa.idlepocketmonster
      App Store Link: https://apps.apple.com/us/app/idle-pocket-monster-pet-island/id6744893380?uo=4


      🤩 Hack Features

      - Currency
      - Resourecs
      • 4 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