Jump to content

23 posts in this topic

Recommended Posts

Posted

I got this text in LLDB, finding coins in ZLATAN LEGENDS... Removed Aslr and thined binary... its ARMv7 game...

Here is what i got in LLDB....

w s e -- 0x10A21F20
Watchpoint created: Watchpoint 1: addr = 0x10a21f20 size = 4 state = enabled type = w
    new value: 3719
(lldb) c
Process 201251 resuming
(lldb) Process 201251 stopped
* thread #1: tid = 0x31223, 0x00051ee0 mimosa`ticationMethod_Basic + 303594, stop reason = watchpoint 1
    frame #0: 0x00051ee0 mimosa`ticationMethod_Basic + 303594
mimosa`ticationMethod_Basic + 279210:
   0x51ee0:  ldrbmi r6, [r0, -r3, asr #4]!
   0x51ee4:  sbcvs  r6, r3, #0x20000008
   0x51ee8:  movwvs r4, #0x2770
Watchpoint 1 hit:
old value: 3719
new value: 3842
 
Now I need "retard like" explanation.... what to do in IDA PRO...
i loaded binary, everything is ready... i nned to know what to search from this LLDB info, in ida pro... noob like explanation....
Thanks for helping...
and if someone can explain me this functions....
   0x51ee0:  ldrbmi r6, [r0, -r3, asr #4]!
   0x51ee4:  sbcvs  r6, r3, #0x20000008
   0x51ee8:  movwvs r4, #0x2770
coins are in this case...
Posted

I doubt you can hack coins in this game, but whatever.

 

What you do now: breakpoint on the sub_x function (b 0xoffset)

 

Make some changes & see which Registers (R0, R2, R3 etc) holds the current coins value.

Posted
1 minute ago, Ted2 said:

I doubt you can hack coins in this game, but whatever.

 

What you do now: breakpoint on the sub_x function (b 0xoffset)

 

Make some changes & see which Registers (R0, R2, R3 etc) holds the current coins value.

what is here subx man? and if you can write me "noob like" explanation, with LIVE EXAMPLE on this case...

like you are doing this in ida pro...

<3

Posted
Just now, Goran said:

what is here subx man? and if you can write me "noob like" explanation, with LIVE EXAMPLE on this case...

like you are doing this in ida pro...

<3

breakpoint on offset you get from llldb watchpoint using the command 'b 0xwatchpointoffset' 

make changes in coins, game will freeze.

type 'register read'

U get a list with what the register means.

Copy this list in text editor or so.

Go to decimal to hex converter

Type in your coins in game AFTER freeze from breakpoint

U'll get a hex number

Search this hex number in the list you pasted.

 

If the value is found, see which registers holds the value (for example R6)

 

Search in IDA for r6 in the watchpoint offset u got

  • Informative 1
Posted
15 hours ago, Ted2 said:

breakpoint on offset you get from llldb watchpoint using the command 'b 0xwatchpointoffset' 

make changes in coins, game will freeze.

type 'register read'

U get a list with what the register means.

Copy this list in text editor or so.

Go to decimal to hex converter

Type in your coins in game AFTER freeze from breakpoint

U'll get a hex number

Search this hex number in the list you pasted.

 

If the value is found, see which registers holds the value (for example R6)

 

Search in IDA for r6 in the watchpoint offset u got

you got me nice explanation, thanks, BUT...

What is in this case "offset i get in LLDB?

http://imgur.com/Wnltf2f

can you write me full command with offset for this case (like you are doing hack and writing next step of this), cuz i dont understand where is that new offset i got...

Thanks man...

Posted
18 hours ago, Goran said:

you got me nice explanation, thanks, BUT...

What is in this case "offset i get in LLDB?

http://imgur.com/Wnltf2f

can you write me full command with offset for this case (like you are doing hack and writing next step of this), cuz i dont understand where is that new offset i got...

Thanks man...

Did you even breakpoint?

Posted
4 hours ago, Ted2 said:

Did you even breakpoint?

i know the command that is b 0x????

but am stuck in next step of this... it is CoinDozer game.... Am practicing on that...

Am doing Coins, no ASLR.... And i dont know WHICH ADDRESS in this case to watch or breakpoint...??? I need exact command in this case with exact address so i can understand...

this Register hold coin value.... r1 = 0x000186b2  CoinDozer.__TEXT.__text + 60642

so i need that you write to me exact command that you will be using in this case on live example, and why, so i can understand... thanks....

Gq3ysAT.jpg

Posted
1 hour ago, Goran said:

i know the command that is b 0x????

but am stuck in next step of this... it is CoinDozer game.... Am practicing on that...

Am doing Coins, no ASLR.... And i dont know WHICH ADDRESS in this case to watch or breakpoint...??? I need exact command in this case with exact address so i can understand...

this Register hold coin value.... r1 = 0x000186b2  CoinDozer.__TEXT.__text + 60642

so i need that you write to me exact command that you will be using in this case on live example, and why, so i can understand... thanks....

Gq3ysAT.jpg

I didn't know u could read registers with only watchpoints lmao.

Alright, what you do now is see in the function the watchpoint gavee you, what you can hack with the register R1 :) 

Posted
1 hour ago, Ted2 said:

I didn't know u could read registers with only watchpoints lmao.

Alright, what you do now is see in the function the watchpoint gavee you, what you can hack with the register R1 :) 

Can you please write me function that i need to enter in LLDB?

ohh, something you can learn from me ;)

Posted
19 minutes ago, Goran said:

Can you please write me function that i need to enter in LLDB?

ohh, something you can learn from me ;)

You don't need to enter something lldb. You already got everything you need.

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

    • Tap Titans 2 - Hero Legends v7.16.0 +9
      Modded/Hacked App: Tap Titans 2 - Hero Legends By Game Hive Corporation
      Bundle ID: com.gamehivecorp.taptitans2
      iTunes Store Link: https://apps.apple.com/us/app/tap-titans-2-hero-legends/id1120294802?uo=4


      Hack Features:
      - Free Level Up
      - Free Skill Upgrades
      - Free Hired Heroes Upgrades
      - Skills Cost 0 Mana To Use
      - No Skill Cooldown
      - Skip Waves - Each Kill acts like the boss so it takes you to next stage instantly no need for waves to move on to next stage
      - Monsters Have Low HP - kill faster
      - Collect Ad Rewards Without Having to Watch Videos


      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/
      • 514 replies
    • Soul Knight Cheats v7.7.0 +5
      Modded/Hacked App: Soul Knight By Zeyang Li
      Bundle ID: com.ChillyRoom.DungeonShooter
      iTunes Store Link: https://itunes.apple.com/us/app/soul-knight/id1184159988?mt=8&uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - Infinite Ammo
      - Instant Skill
      - Infinite Currencies
       


      Hack Download Link: https://iosgods.com/topic/72042-arm64-soul-knight-cheats-v185-5/


      #Hack #Jailbreak #Cydia #Cheat #Apple #Android #iOSGods
        • Like
      • 2,335 replies
    • FR Legends Cheats v0.4.1 +3
      Modded/Hacked App: FR LEGENDS By FENG LI
      Bundle ID: com.fengiiley.frlegends
      iTunes Store Link: https://itunes.apple.com/us/app/fr-legends/id1435740083?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Custom Gold (Enter the value you want and enable the switch)
      - Custom Cash
      - Infinite Layer


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/79729-arm64-fr-legends-v027-jailed-cheats-3/


      Hack Download Link: https://iosgods.com/topic/79816-arm64-fr-legends-cheats-v029-3/
      • 638 replies
    • Battle Legion - Mass Battler Cheats v4.5.0 +4
      Modded/Hacked App: Battle Legion - Mass Battler By GODSPEED GAMING SOLUTIONS PRIVATE LIMITED
      Bundle ID: com.traplight.battleslides
      iTunes Store Link: https://apps.apple.com/us/app/battle-legion-mass-battler/id1435133042?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Multiply Attack
      - Multiply Defense
      - Instant Win
      - Enemies Don't Move
      - Enemies Don't Attack

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129669-battle-legion-mass-battler-cheats-v424-4/
      • 587 replies
    • Hill Climb Racing 2 Cheats v1.69.3 +1
      Modded/Hacked App: Hill Climb Racing 2 By Fingersoft
      Bundle ID: com.fingersoft.hillclimbracing2
      iTunes Store Link: https://apps.apple.com/us/app/hill-climb-racing-2/id1146465836?uo=4


      Hack Features:
      - Freeze Coins
      - Freeze Gems
      - Freeze Scraps


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/108295-hill-climb-racing-2-v1611-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/108298-hill-climb-racing-2-v1612-cheats-3/
      • 2,204 replies
    • Cafeland - World Kitchen Cheats v2.59.7 +1
      Modded/Hacked App: Cafeland - World Kitchen by Gamegos Internet Teknolojileri Ltd Sti.
      Bundle ID: com.gamegos.mobile.cafeland
      iTunes Store Link: https://apps.apple.com/us/app/cafeland-world-kitchen/id1147665432?uo=4&at=1010lce4



      Hack Features:
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/100701-arm64-cafeland-world-kitchen-cheats-v2023-1/
      • 436 replies
    • AdVenture Capitalist Cheats v9.16.1 +1
      Modded/Hacked App: AdVenture Capitalist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecapitalist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-capitalist/id927006017?uo=4


      Hack Features:
      - Freeze Currencies

       
      Free Non-Jailbroken Hack:  https://iosgods.com/topic/82751-adventure-capitalist-v940-jailed-cheats-1/


      Hack Download Link: https://iosgods.com/topic/78370-adventure-capitalist-cheats-v940-1/
      • 1,195 replies
    • Wittle Defender v1.1.6.6 [+2 Cheats]
      Modded/Hacked App: Wittle Defender By HABBY PTE. LTD.
      Bundle ID: com.game.kingrush
      App Store Link: https://apps.apple.com/us/app/wittle-defender/id6502815032?uo=4

       

      Important


      Do not Abuse. Not responsible for any bans.

      Visual damage not represent real damage

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

      • 47 replies
    • Wittle Defender v1.1.6.6 [+2 Jailed Cheats]
      Modded/Hacked App: Wittle Defender By HABBY PTE. LTD.
      Bundle ID: com.game.kingrush
      App Store Link: https://apps.apple.com/us/app/wittle-defender/id6502815032?uo=4


       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
       
      • 106 replies
    • Cat Crunch - Match 3 Games v2.58 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Cat Crunch - Match 3 Games By Y factory
      Bundle ID: com.yfactorysoft.CatCrunch
      App Store Link: https://apps.apple.com/us/app/cat-crunch-match-3-games/id6471232053?uo=4

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Stars
      - Unlimited Booster.
      • 1 reply
    • Cat Crunch - Match 3 Games v2.58 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Cat Crunch - Match 3 Games By Y factory
      Bundle ID: com.yfactorysoft.CatCrunch
      App Store Link: https://apps.apple.com/us/app/cat-crunch-match-3-games/id6471232053?uo=4

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Stars
      - Unlimited Booster
      • 0 replies
    • (GODDESS OF VICTORY: NIKKE CHINA) 胜利女神:新的希望 v9.4.1 +4 Cheats
      Modded/Hacked App: 胜利女神:新的希望 By Shenzhen Tencent Tianyou Technology Ltd
      Bundle ID: com.tencent.nikke
      App Store Link: https://apps.apple.com/cn/app/%E8%83%9C%E5%88%A9%E5%A5%B3%E7%A5%9E-%E6%96%B0%E7%9A%84%E5%B8%8C%E6%9C%9B/id6467825646?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Never Die
      - Unlimited Ammo
      - No Charge Time
      - Fire Rate Multiplier

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb 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 needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue 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

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 6 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