Jump to content

Happy Secret

Contributor
  • Posts

    532
  • Joined

  • Last visited

Everything posted by Happy Secret

  1. I mean fields like HP / something indicate enemy/ Ally of a Monobehavior class. It is now a Component of a GameObject that I draw. I want to paint the line Color differently. Anyway, I am trying to extend the logic to not just paint green Color line for every logic that meet the filter requirement.
  2. How do we access to Component’s fields? It seems can’t access with offset. Not sure how does it being wrapped. any idea ?
  3. I think there are great hack available for Sausage Man. I will not create another one. For Mod Menu on Non-Jailbroken, I have another one on Dungreed here
  4. Modded/Hacked App: ScourgeBringerBundle ID: com.pid.scourgebringeriTunes Store Link: https://apps.apple.com/us/app/scourgebringer/id1552864378 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: - Free to play- God Mode (Turn it off, if you want to travel back to Tree)- Always get 1000 Blood- Infinite Bullets- Free Shop / Reroll with HP - Infinite Skill Points Tips Turn On/Off features with the Mod Menu. Look for the floating lovely Eevee on top left hand corner. YES!! Mod Menu Hack on Jailed Device!! 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/ iOS Hack Download IPA Link: [Hidden Content] 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: - Happy Secret Cheat Video/Screenshots: N/A
  5. Am, this tutorial doesn’t look like a H5GG tutorial. It is more about Non-Unity hacking with LLDB. If you are looking for H5GG specific tutorial, you may try to look from here https://iosgods.com/forum/595-h5gg-igamegod/
  6. In simple word, you need Xcode and sign the app with your Apple ID (Sideloadly). Turn on Xcode -> Load a random iOS project -> Change the target to our iOS device -> “Debug > Attach to Process by PID or Name > Type in Game Process Name” Hint: The process name is the app name inside the Payload after decompile the ipa file. Sometime the app name could be very odd like app store. They seems want to hide itself with the real App Store app. Wait a bit for the debugger to attach successfully. If it is first time, it will take longer. As it need to prepare your iOS device for debugging first. Hint: Sometime the game might crash on attach, it doesn’t matter just restart and do it again. No worries. Once you see the Xcode saying Running…(on the top bar), you are set.
  7. Thanks for sharing. That is a really good LLDB cheat sheet. But apparently I can’t find the parameter for ‘p’ or ‘x’ to display Double value on a Memory Address. Can you share an example?
  8. To supplement a bit here: The key reason behind: 1. The watchpoint break right after the triggering instruction: Default watchpoint type (w or write) only trigger when the address that we watch changed. So, it will always be after the fact (value changed). The trigger instruction will always be one instruction before the one got highlighted. 2.We saw long random value in the watch result: That number could be float or double (or some Boolean) which has a very different representation in memory. What we see is, LLDB try to understand the underlying hex as a normal decimal number. For Floating point, we can apply formatter to our memory read. For Double, I always need to refer to online Double tool like this one - https://gregstoll.com/~gregstoll/floattohex/ Please do let me know if there are simple way to read Double in LLBD.
  9. @Laxus Hope you are doing well. Thank you last time you send me the latest IPA for Dungreed. Can you share where did you download that? Is it accessible by public like me?
  10. Can you elaborate more on how it helps to port Android hack to iOS? Love to learn more.
  11. If I recall properly, I started with Cheat Engine to locate memory address of money. Fake/Protected doesn’t matter. I just need an Entry point for me to set watchpoint in Xcode/LLBD to get to relevant function around the money spent. Then I can spend time with the Assembly code. @Puddin
  12. Hello, I am not aware there are magic to port of Android offset to iOS. Is it a Unity game? Do you familiar with Il2cpp dumper? You can actually get back the original function name of a Unity game in IDA with help of Il2cpp dumper. You may refer to Stage 2 and Stage 6 of my tutorial here to understand a bit more.
  13. Hello, I saw you seem interested to know more on dump.cs.

    I guess you might be interested in Stage 6 of my tutorial here.

     

    1. Show previous comments  6 more
    2. IHackUrPhone

      IHackUrPhone

      Also what about apps like math solvers, duolingo etc how would you go about modifying those if you can't dump them?

    3. Happy Secret

      Happy Secret

      It depends what anti-cheat is it. In your scenario, it is a server sided. Local copy is just a dummy, I guess. You can’t spend it like crazy within that few minutes, right?

      I guess the transaction actually happens on server side. If that is the case, nothing you can do. Unless you try to hack it with Http Catcher, then it is a completely different work of hacking. I do not familiar with it.

      For app, you might try do IDA String Search hack. Or you can try inject FLEX to it and understand a bit more on the app. I rarely hack app. Sorry, I can’t help much.

    4. IHackUrPhone

      IHackUrPhone

      No you're helping just fine haha thanks for your help, I guess I have one or 2 more questions if you're still available, for apps would I put only the binary file into ida to string search? And my last question is I'm trying to dump a game called Hay Day but when I put it in il2cp it says the binary and metadata aren't supported so I can't figure out how to dump it. 

    5. Happy Secret

      Happy Secret

      For app, in general, core stuff on the core binary. But you never know how developer would do to hide things from you.

      I never dump Hay Day before, I am not sure.

      But, in general, it is could be

      i) the Unity version is not supported by the dumper yet

      ii) the metadata file could be encrypted or fake. You may try to use the new Il2cpp dumper feature from iGameGod to dump metadata from memory. Then use it with Il2cpp again.

       

      Strongly suggest you to raise Help topic in forum. You can get more support there. Enjoy.

    6. IHackUrPhone

      IHackUrPhone

      Awesome, thanks so much for your help! Have a good night

×
  • 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