-
Posts
18,708 -
Joined
-
Last visited
Everything posted by Zahir
-
APK Mod Bruce Lee: Enter The Game v1.2.0.6383 +3
Zahir replied to Johnkittz's topic in Free Android Modded APKs
Wow Nice -
Android Tutorial How to add a Toast/Popup to your Android Mods!
Zahir posted a topic in Android Tutorials
Hello, Today I will teach you how to add toasts to your mods What is a toast? - Toast is a pop-up message that shows your text when you open the game. There are 2 types of toasts, and I'm going to show you how to implement them Requirements - Advanced ApkTool - Some Knowledge Toast #1 - This toast only shows one line of text Code: const/4 v0, 0x1 const-string v1, "YOUR MESSAGE @ iOSGods.com" invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()V Toast #2 - This toast creates a box that can be closed Code: new-instance v0, Landroid/app/AlertDialog$Builder; invoke-direct {v0, p0}, Landroid/app/AlertDialog$Builder;-><init>(Landroid/content/Context;)V const-string v1, "Information" invoke-virtual {v0, v1}, Landroid/app/AlertDialog$Builder;->setTitle(Ljava/lang/CharSequence;)Landroid/app/AlertDialog$Builder; move-result-object v0 const-string v1, "YOUR MESSAGE @ www.iOSGods.com" invoke-virtual {v0, v1}, Landroid/app/AlertDialog$Builder;->setMessage(Ljava/lang/CharSequence;)Landroid/app/AlertDialog$Builder; move-result-object v0 const-string v1, "Visit US!" const/4 v2, 0x0 invoke-virtual {v0, v1, v2}, Landroid/app/AlertDialog$Builder;->setPositiveButton(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/AlertDialog$Builder; move-result-object v0 invoke-virtual {v0}, Landroid/app/AlertDialog$Builder;->show()Landroid/app/AlertDialog; Instructions: 1. Download Advanced ApkTool and paste your .APK file inside '2-In' folder 2. Open Advanced ApkTool and type '2' to decompile your .APK file 3. Wait until it fully decompiles 4. The decompiled .APK is located inside '3-Out' folder 5. Go inside that folder and you should see your decompiled .APK in folder form 6. Go inside it and you will find a file named 'AndroidManifest.xml' 7. Open that file and locate to the place where it shows this <activity android:configChanges="locale|fontScale|keyboard|keyboardHidden|layoutDirection|mcc|mnc|navigation|orientation|screenLayout|screenSize|touchscreen|uiMode" android:label="@string/icon_label" android:launchMode="singleTop" android:multiprocess="false" android:name="com.gameloft.android.ANMP.GloftA8HM.MainActivity" android:screenOrientation="landscape"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> 8. If you pay attention above <action android:name="android.intent.action.MAIN"/> there is 'android:name="com.gameloft.android.ANMP.GloftA8HM.MainActivity" ' 9. This is the place where the toast is going to be placed; Toasts are always located inside smali folder, so the folder location will be /smali/com/gameloft/android/ANMP/GloftA8HM/MainActivity.smali 10. So go inside the those folder and you will see 'MainActivity.smali', open that file 11. Now search (CTR+F) for this: onCreate and you should find something like this '.method public onCreate(Landroid/os/Bundle;)V' 12. Now copy the toast code and paste it under '.locals' (If you don't paste it under .locals it wont work) 13. Remember the first Toast #1 works for all kind of apps but the second Toast #2 only works for 'MainActivity.smali or [Game]Activity' files. 14. After pasting the code, you can change the message to whatever you want to; Message is located here: const-string v1, "YOUR MESSAGE @ www.iOSGods.com" 13. Now save the file and head back to Advanced ApkTool and type '3' to recompile your .APK 14. Choose your .APK file (Type the number that shows before the name) 15. Then type '2' to recompile and sign the .APK 16. Wait until its fully recompiled and signed (the box will close) 17. You are done implementing the toast Toast #1: Works for all kinds of games, mostly used in Unity Games Toast #2: Only works with MainActivity types of games, usually the games that contain binary files Credits: - @ZahirSher- 40 replies
-
- 13
-
-
-
-
-
Main Features : User friendly Automated Decompiling APK/JAR Automated Recompiling APK/JAR Automated Sign APK/JAR Automated Zipalign APK/JAR No need to copy META-INF folder after recompiling Sony Xperia owners won't face bootloop after recompiling framework-res.apk This app lets you compile, decompile and sign your .APK Files. All Credits go to BDFreak for making this. - Java is required in order this to work properly (Download from here) - Download: http://forum.xda-developers.com/showthread.php?t=2639400 How To Use: Extract the downloaded file anywhere in your pc Double click on "Advanced ApkTool.exe" to start the tool Copy your framework files to the "2-In" folder & also the apk files you want to decompile Install Framework first (Install OEM specfic framework also) Decompile apk, the decompiled folder can be found inside "3-Out" folder After editing Recompile it, recompiled file should be found inside "4-Done" folder If needed sign the recompiled file, it will replace the recompiled file inside "4-Done" folder You can also zipalign the recompiled file, it will replace the recompiled file inside "4-Done" folder You can wipe any folder easily by wipe folder option You can find more in more menu option
- 21 replies
-
- 22
-
-
-
-
-
Modded Game Name: Defender III Google Play Store Link: https://play.google.com/store/apps/details?id=com.droidhen.defender3 Rooted Device: Not Required. Mod Features: - Unlimited Coins - Unlimited Crystals - No Skill Cooldown - High MP - No Ads Hack Download Link: [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 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: Make sure you have enabled 'Unknown Sources' in settings before installing the Modded APK. If you encounter issues, our Frequently Asked Questions topic may help you. Credits: - @@ZahirSher Mod Video/Screenshots: N/A
- 72 replies
-
- 102
-
-
-
-
-
-
-
This method is used when the game/app requires PlayStore login or if you want to use your PlayStore login to play the game. Requires Rooted device! Requirements: - Root Required - Lucky Patcher Instructions: 1. Install Normal .APK [Not Modded Version] of your game first! 2. Install & Launch LuckyPatcher 3. Click 'Toolbox' tab and find the option called 'Patch to Android' 4. Then check/tick these 3 options -Signature Verification Status always True -Disable .apk Signature Verification -Disable signature verification in the package manager 5. Apply patch and reboot your phone 6. Go back to LuckyPatcher and check the option if they show 'Patch Applied' 7. If it shows 'Patch Applied', it means the process was successful 8. Now install MODDED APK and Enjoy!
-
What is Lucky Patcher? Lucky Patcher is an amazing android application which lets you remove ads, break different apps’ Android Market License Confirmation or other Confirmations for the applications. The app has been developed by Developer Chelpus. Lucky Patcher application plays a major role for rooted android device. Lucky Patcher is quite stable and a superb app. However, there is no 100% guarantee of this app because it sometimes cause issues to your mobile device such as restarting loop, unstable system, etc. This app is available on the Google App Store for free. Through this app, you can easily remove the Google adds which sometimes become too irritating and annoying. However, make sure that before using this app you prepare complete backup of your data in different storage as this app can lead to the loss of your data. Next, there is a risk of getting your android device damaged via this app. Moreover, keeping the risks on the other side, the app also offer some amazing benefits for your android device. This tool prevents the Google Ads thus your device doesn't have to wake up which will further improve your battery timings. According tot he surveys and reports, the android device with the app Lucky Patcher has 8 hours of life without charging. Download: http://lucky-patcher.netbew.com/
- 15 replies
-
- 14
-
-
-
-
Sometimes some games/apps produce different types of GPU's for the app/game to run smoothly. So if you use GPU other than then your phone's one, the mod will not work and crash. Today I am going to explain how to find your phone's GPU. There are 4 types of GPU's Adreno Tegra Mali PowerVR Instructions: 1. Go to PlayStore and search for 'AnTuTu Benchmark' or simply download .APK from here https://lh3.googleusercontent.com/sQu7aEIvpv3AH8gZ6204ZC-mRkB0SLVgE9Uwo99NP-02N7Kx5-ToPThsdd1qVVpwkQ=w300 2. Open AnTuTu Benchmark app and go to the 'Info' tab 3. Under 'Basic Info' there is a 'Renderer' that shows your phone's GPU Hope this helps.
-
Frequently Asked Questions This topic will answer some Frequently Asked Questions by members so if someone asks the same question again, they can be redirected here or you can copy & paste the answer to them. Tip: Use CTRL/CMD + F on your browser if you're looking for a specific question. ----- "Application not installed"? There might be few reasons for this. 1. The game might have been only available for Rooted Devices so if you don't have root, it won't let you install the app. 2. You are not able to overwrite your app if you have downloaded from PlayStore and try to install a mod over it unless you have root. Adreno, Tegra, Mali, PowerVR? Which one do I have/need? As you may have noticed, some mods come with a few options. You need to download the version which is compatible with your GPU (Graphics Processing Unit). How to know your GPU? Click me. Mod not working? 1. The modder might have only hacked the arm part of the game so if you have x86 devices, the hack won't work for you. 2. There might be bugs with the hack so you have to kindly let the modder know by replying on his thread or messaging him/her. 3. Make sure you read the functions properly to not misunderstand what has been hacked. Not able to request mod? It's simple, you need at least 3 posts in order to create a request topic Request section is located here: https://iosgods.com/forum/74-mod-requests/ How to unlock the hidden content? An extensive tutorial has been made by FuroowHD regarding this. Click me. Facebook Login not working? - If Facebook login doesn't work, delete the Facebook app - Login using the in-game Facebook pop-up - Reinstall the Facebook app Google+ Login not working? - You'll need Lucky Patcher and Busy Box - Root is required to login using Google+ - The modder should have provided an unsigned APK so you can login - Open Lucky Patcher and click on toolbox - After that click on Patch to Android button - Select "Signature Verification status always true" and "Disable .apk Signature Verfication" and click on Apply. This will take a while, don't click on anything. - Once the patch is finished you will see a message saying finished. Close Lucky Patcher and Reboot your device, if it's not done automatically. - After your phone restarts, open Lucky Patcher again and Go to Toolbox, Patch to Android again. - Click on the option "Disable signature verification in the package manager" and click on Apply. Once completed, close Lucky Patcher and Reboot your device, if it's not done automatically. - After the patches are applied, uninstall the modded game that you're originally trying to login to. - Install the Playstore version of the game that you are trying to connect to Google+, Once the Game is installed login to Google+ - Get the unsigned mod APK of the modded game and install it (the game will automatically overwrite the Playstore version) - Make sure you do not uninstall the Playstore version as it is very important. - You should now be connected to Google+.
- 98 replies
-
- 35
-
-
-
-
-
-
-
Android Tool Brave Frontier Japan Modding Tool [1.5.3]
Zahir replied to Alyce's topic in Android Tools
I feel ya -
Help/Support Flex 2 "uploads on server cracker" not appearing
Zahir replied to excellences's topic in Help & Support
Idk brotha, I bought flex but before I used crack so I had it -
Help/Support Flex 2 "uploads on server cracker" not appearing
Zahir replied to excellences's topic in Help & Support
It's because the app is original so it won't have the server cracker place Try installing cracked edition -
!! money paypal (( no left )) -- help!! (( not working )) +1
-
(( hack nub ))
-
Patcher Carrot Defense - Ice World Adventure v1.0.3 (+2) Cheats
Zahir replied to Ianouar3G's topic in Free Jailbreak Cheats
Nigga chill out.. -
@@Battousai U have been winning like 4 times in a row now, stahp
-
Hack Clash of Clans / Boom Beach / Clash Royale Private Servers
Zahir replied to Shadow3r's topic in Other Cheats
@@Shadow3r Better but try to see it in White Mode -
Hack Clash of Clans / Boom Beach / Clash Royale Private Servers
Zahir replied to Shadow3r's topic in Other Cheats
@@Shadow3r Change the light blue to some darker color, can't be seen -
Type As Fast As You Can To Win A 3 Months ViP Subscription!
Zahir replied to Rook's topic in Community Giveaways
@@DiDA What if 'iOSGods.com' wins it -
Hack Splash Cars v1.5 [ In-App Purchases Cheat Enabled]
Zahir posted a topic in Free Jailbreak Cheats
Hacked App: Splash Cars By Craneballs s.r.o. iTunes Link: https://itunes.apple.com/us/app/splash-cars/id1042273323?mt=8&uo=4&at=1010lce4 Bundle ID: com.craneballs.artdrive Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - LocalIAPStore Enabled. Buy in-game coins and other stuff using LocalIAPStore. Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @mikeyb - @ZahirSher Hack Video/Screenshots: N/A -
Another great anime: Sousei no Onmyouji
-
Best anime of 2016 so far: Kabaneri of the Iron Fortress
-
Patcher Implosion - Never Lose Hope v1.2.4 +5 Cheats
Zahir replied to Mayaxaya's topic in Free Jailbreak Cheats
Like this comment if you think @Mayaxaya is beast -
Hack Guardian Hunter - Super brawl RPG v1.5.0 +7 Cheats
Zahir replied to Rook's topic in Free Jailbreak Cheats
@DiDA Sorry to ruin ur beautiful moment