Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. If I have a opportunity to skip school tomorrow, I'll update
  2. I just fixed the error, but arm64-v8a isn't competible with the tool:
  3. Hero Hunters By Hothead Games Inc. v1.1 Rooted Device: Not Required. Google Play Store Link: https://play.google.com/store/apps/details?id=com.hotheadgames.google.free.survivors Hack Features: - 255 Ammo as start - Enemy can't attack - One Shot Kill Only works in missions! iOS Jailbroken Hack: https://iosgods.com/topic/63889-x64-hero-hunters-by-hothead-games-inc-v11-5-one-shot-kill-more/ Download: [Hidden Content] Installation Instructions: STEP 1: Download the Modded APK file above using your favorite browser or a download manager of your choice. STEP 2: Copy the file over to your Android device via USB or wirelessly. Skip this step if you're using your Android device to download the mod. STEP 3: Browse to the location where the hacked APK is stored using a file manager of your choice. STEP 4: Tap on the .APK mod file then tap 'Install' and the installation should begin. STEP 5A: If the mod contains an OBB file, extract it if it's archived and copy the folder to /Android/obb. STEP 5B: If the mod contains a DATA file/folder, extract it if it's archived and copy the folder to /Android/data. STEP 6: Once the installation is complete, everything should be ready. Enjoy! NOTE: If you have any questions or problems, read our Frequently Asked Questions 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, post your feedback below and help out other fellow members that are encountering issues. Credits: - @Ted2 Cheat Video/Screenshots:
  4. Luckypatcher didnt even workcfor me
  5. Bypassing the limited beta screen if you didn't figure that one out yet: https://iosgods.com/topic/65627-bypassing-google-license-check-harry-potter-hogwarts-mystery-example-smali/
  6. Hi, I saw that people commented in the request of the game about the fact they weren't able to play the game due the Beta Limited. I was pretty sure it was just a simple license check, so I thought let's show you guys how to disable it Requirements: - Apktool (or any tool where you can decompile the apk with) - A text editor which can read smali files (sublime, notepad++ etc) Alright so it's pretty simple & is always the same file (from my experience) Go to: /smali/com/google/android/vending/licensing/LicenseValidator.smali or /smali_classes2/com/google/android/vending/licensing/LicenseValidator.smali --> Some apps have 2 classes.dex files nowadays Open that file in your text editor. Search for 'handleRespone' as a method: Now inside this method, 'mPolicy' & under that you see 'allowAcces()Z' --> ()Z means BOOLEAN in smali Now you can bypass the license check in two ways: 1. Return allowAccess to true (0x1) 2. comment out the jump (if-eqz v0, :cond_0) I prefer option two, since I don't have to type 2 lines of code How it should look like after patch: Original Code: Patched Code: Hope you learned something Credits: - @Ted2
  7. Good tut, will help lots of people
  8. Make a tutorial for the people who can't, if you don't mind!
  9. Can't wait to read it
  10. Idk, I never tried his code
  11. Config.h file is likely included into the tweak.xm, which means you either have to have that file in your project folder OR in your theos/include
  12. You can't look up the address from igg into IDA. You need to use lldb to find the IDA offset. You find that using the igg address. See tutorial section so you can better understand.
×
  • 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