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

    • Cat & Farm: Cute Cat game v0.7.8 [ +1 Cheats ] Currency Max
      Modded/Hacked App: Cat & Farm: Cute Cat game By CSCMOBI VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.cscmobi.catfarm
      App Store Link: https://apps.apple.com/us/app/cat-farm-cute-cat-game/id6723863960?uo=4

        

      🤩 Hack Features

      - Currency Max [ Use Only Currency Disable After Hack ] Because Linked With Exp & Resources


      • 0 replies
    • Cat & Farm: Cute Cat game v0.7.8 [ +1 Jailed ] Currency Max
      Modded/Hacked App: Cat & Farm: Cute Cat game By CSCMOBI VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.cscmobi.catfarm
      App Store Link: https://apps.apple.com/us/app/cat-farm-cute-cat-game/id6723863960?uo=4

       
      🤩 Hack Features

      - Currency Max [ Use Only Currency Disable After Hack ] Because Linked With Exp & Resources


      • 0 replies
    • Slayer Legend Cheats v600.2.6 +5
      Modded/Hacked App: Slayer Legend By GEAR2
      Bundle ID: com.gear2.growslayer
      iTunes Store Link: https://apps.apple.com/us/app/slayer-legend/id1635712706?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/186299-slayer-legend-cheats-v50084-3/
        • Winner
        • Like
      • 115 replies
    • Toram Online v4.0.65 - [ Custom Move Speed & More ]
      Modded/Hacked App: Toram Online By ASOBIMO,Inc.
      Bundle ID: com.asobimo.toramonline
      iTunes Store Link: https://itunes.apple.com/us/app/toram-online/id988683886?mt=8&uo=4&at=1010lce4
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Custom Move Speed
      - God Mode 
      - Fast Attack Speed
      - Fast Cast Speed
      - Always Critical Chance
      - Never Miss Hit 
      - Mobs/Bosses Can't Avoid & Guard 
      - Quick Draw
      - Armor Break
      - Magic Wall - Stun + Full Map Hack 
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,569 replies
    • Dawn of Ages: Medieval Games v1.7.9 +1 Jailed Cheat [ Auto Win ]
      Modded/Hacked App: Dawn of Ages: Medieval Games By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      iTunes Store Link: https://apps.apple.com/us/app/dawn-of-ages-medieval-games/id6477473268?uo=4


      Hack Features:
      - Auto Win
      • 13 replies
    • Dawn of Ages: Medieval Games v1.7.9 +1 Cheat [ Auto Win ]
      Modded/Hacked App: Dawn of Ages: Medieval Games By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      iTunes Store Link: https://apps.apple.com/us/app/dawn-of-ages-medieval-games/id6477473268?uo=4


      Hack Features:
      - Auto Win
      • 9 replies
    • Cats Mansion - Cute Merge Game v3.6 +5 Jailed Cheats [ Unlimited Energy ]
      Modded/Hacked App: Cats Mansion - Cute Merge Game By Hero Linkage Technology Co., Ltd.
      Bundle ID: com.cute.cat.house
      iTunes Store Link: https://apps.apple.com/us/app/cats-mansion-cute-merge-game/id6470771978?uo=4

       
       

      🤩 Hack Features

      - Always Enough Energy

      VIP
      - Unlimited Energy -> Spend some.
      - Privilege Pass Unlocked
      - All Avatars & Frames Unlocked
      - Unlimited Name Changes
        • Like
      • 22 replies
    • Cats Mansion - Cute Merge Game v3.6 +5 Cheats [ Unlimited Energy ]
      Modded/Hacked App: Cats Mansion - Cute Merge Game By Hero Linkage Technology Co., Ltd.
      Bundle ID: com.cute.cat.house
      iTunes Store Link: https://apps.apple.com/us/app/cats-mansion-cute-merge-game/id6470771978?uo=4

       
       

      🤩 Hack Features

      - Always Enough Energy

      VIP
      - Unlimited Energy -> Spend some.
      - Privilege Pass Unlocked
      - All Avatars & Frames Unlocked
      - Unlimited Name Changes
        • Like
      • 13 replies
    • Zombie State: FPS Shooter v2.3.3 +10 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie State: FPS Shooting By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/us/app/zombie-state-fps-shooting/id6451382835?uo=4


      Hack Features:
      - Damage Multiplier VIP
      - Defence Multiplier VIP
      - Move Speed Multiplier VIP
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread
      - Increased Fire Rate
      - Kill All Enemies VIP
      - Become Invisible VIP
      - Battle Pass Purchased VIP


      Jailbreak required hack(s): [Mod Menu Hack] Zombie State: FPS Shooter v2.0.1 +10 Cheats [ Damage & Defence ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 87 replies
    • Zombie State: FPS Shooter v2.3.3 +10 Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie State: FPS Shooting By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/us/app/zombie-state-fps-shooting/id6451382835?uo=4


      Hack Features:
      - Damage Multiplier VIP
      - Defence Multiplier VIP
      - Move Speed Multiplier VIP
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread
      - Increased Fire Rate
      - Kill All Enemies VIP
      - Become Invisible VIP
      - Battle Pass Purchased VIP


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Zombie State: FPS Shooter v2.0.1 +10 Jailed Cheats [ Damage & Defence ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Winner
        • Like
      • 78 replies
    • Loot Heroes v1.5.0 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - Unlimited Currencies [ VIP ]
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - Auto Win [ VIP ]
      - Battle Pass Unlocked [ VIP ]


      Jailbreak required hack(s): [Mod Menu Hack] Loot Heroes v1.1.5 +8 Cheats [ Unlimited Currencies + More ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 79 replies
    • Loot Heroes v1.5.0 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Loot Heroes By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - Unlimited Currencies [ VIP ]
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - Auto Win [ VIP ]
      - Battle Pass Unlocked [ VIP ]


      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/
      • 210 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