-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
If I have a opportunity to skip school tomorrow, I'll update
-
APK Mod Hero Hunters By Hothead Games Inc. v1.1 +3 [One Shot Kill + More]
Ted2 replied to Ted2's topic in Free Android Modded APKs
I did I know how to use .bat scripts -
APK Mod Hero Hunters By Hothead Games Inc. v1.1 +3 [One Shot Kill + More]
Ted2 replied to Ted2's topic in Free Android Modded APKs
I tried them all -
APK Mod Hero Hunters By Hothead Games Inc. v1.1 +3 [One Shot Kill + More]
Ted2 replied to Ted2's topic in Free Android Modded APKs
I just fixed the error, but arm64-v8a isn't competible with the tool: -
APK Mod Hero Hunters By Hothead Games Inc. v1.1 +3 [One Shot Kill + More]
Ted2 replied to Ted2's topic in Free Android Modded APKs
It's not unity -
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:
- 56 replies
-
- 70
-
-
-
-
-
-
-
No lol
-
Just try again
-
Mod Menu Hack [x64] EZPZ RPG 3D v1.4.1 +3 Cheats [Godmode/O-HK + More]
Ted2 replied to Joka's topic in Free Jailbreak Cheats
Lekker Pikkie!!' -
Luckypatcher didnt even workcfor me
-
Tutorial How to hack games using ida pro / ida pro tutorial
Ted2 replied to monkeyhunter's topic in Tutorials
gg -
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/
-
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
-
Tutorial How to make Mod Menus (iGMM) work on Electra 1.0.0 - 1.0.4
Ted2 replied to AidanFaris's topic in Tutorials
Good tut, will help lots of people -
Other Managed to make IGGM work on Electra 1.0.0 - 1.0.2
Ted2 replied to AidanFaris's topic in General Talk
Make a tutorial for the people who can't, if you don't mind! -
Can't wait to read it
-
Idk, I never tried his code
-
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
-
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.
