-
Posts
18,707 -
Joined
-
Last visited
Everything posted by Zahir
-
I only visit iG 10 minitures of my time evrryday.
-
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- 41 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
-
- 23
-
-
-
-
-
Hi New! I am Zahir
-
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
-
-
-
-
-
-
-
Modded Game Name: The Greedy Cave Google Play Store Link: https://play.google.com/store/apps/details?id=com.avalon.cave Rooted Device: Not Required Mod Features: - Unlimited Gold - Unlimited Diamonds - High HP - High MP - High Damage 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:
-
ViP APK Mod Modern Combat 5: Blackout v1.8.1b +2 [ God Mode]
Zahir replied to Zahir 's topic in ViP APK Hacks & Mods
@@Ansonch @@Asakurayoyo2805 Added Link! -
APK Mod DRAGON BALL Z DOKKAN BATTLE v2.8.2 +4
Zahir replied to Zahir 's topic in Free Android Modded APKs
@@DanYal What dice number you want? -
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
-
-
-
-
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
-
-
-
-
-
-
-
https://lh3.googleusercontent.com/UabgP6TyWZC-kZiijhSB_T_cLK1e97L6xEIt5N_p20UoVN7K20YUjRGS5S3R9sNpFRs=w300 Modded Game Name: Dream League Soccer 2016 Google Play Store Link: https://play.google.com/store/apps/details?id=com.firsttouchgames.dls3 Rooted Device: Not Required Mod Features: - Unlimited Coins 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. Credits: - @@ZahirSher Mod Video/Screenshots: N/A
-
Android Tool Brave Frontier Japan Modding Tool [1.5.3]
Zahir replied to Alyce's topic in Android Tools
I feel ya -
https://lh3.googleusercontent.com/Avtd7CA_n6nk9T0ljNzOhV_KWmNSALLAi08Jt4RFvaPMUdOuxXDy35fty5Yta5Blp6A=w300 Modded Game Name: Need for Speed™ No Limits Google Play Store Link: https://play.google.com/store/apps/details?id=com.ea.game.nfs14_row Rooted Device: Not Required Mod Features: - Unlimited Nitro - No Car Damage 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. Credits: - @ZahirSher Mod Video/Screenshots: N/A
- 33 replies
-
- 19
-
-
-
-
-
-
Request Gangstar Vegas v2.5.1 [Cracked IPA]
Zahir replied to Diversityy's topic in Filled iOS App Requests
I receive 3 I never asked for it -
Request Gangstar Vegas v2.5.1 [Cracked IPA]
Zahir replied to Diversityy's topic in Filled iOS App Requests
Are we still getting 3$ for this? @DiDA -
Tweak Modern Combat 4 v1.2.1 Online One Hit Kill + More
Zahir replied to a topic in Free Jailbreak Cheats
I die -
Modded Game Name: DRAGON BALL Z DOKKAN BATTLE Google Play Store Link: https://play.google.com/store/apps/details?id=com.bandainamcogames.dbzdokkanww Rooted Device: Not Required Mod Features: - High Damage - High HP - High Defense - Auto Win 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. Credits: - @@ZahirSher Mod Video/Screenshots:
-
ViP APK Mod Modern Combat 5: Blackout v1.8.1b +2 [ God Mode]
Zahir posted a topic in ViP APK Hacks & Mods
Hacked Game Name: Modern Combat 5: Blackout Google Play Store Link: https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftM5HM Rooted Device: Not Required Mod Features: - Infinite Ammo - God Mode (Singleplayer) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the Modded APK file above using a Browser / 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 file 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 5: Once the installation is complete, everything should be good to go. Enjoy! Note: Make sure you have enabled 'Unknown Sources' in settings before installing the Modded APK. Credits: - @@ZahirSher Mod Video/Screenshots: N/A- 25 replies
-
- 11
-
-
-
-
Isn't your life copy-paste too
-
Patcher Carrot Defense - Ice World Adventure v1.0.3 (+2) Cheats
Zahir replied to Ianouar3G's topic in Free Jailbreak Cheats
Nigga chill out.. -
Request Fate/Grand Order ver1.10.1(Cracked ipa here)
Zahir replied to Hyde5150's topic in Hack Requests
@ Using Clutch or Rasticrac from Cydia (Use latest versions) -
General What do you think about adding an Android section to iOSGods?
Zahir replied to Klepto 's topic in General Talk
Good idea