-
Posts
411 -
Joined
-
Last visited
Everything posted by ._.
-
General ZahirSher and GameSave's Wedding (You can join!)
._. replied to StrangePickle's topic in General Talk
I'm the Sun, I'm flattered -
Name of app you want hacked: RISK: Global Domination Version of the app: 1.4.29 iTunes URL for the app: https://itunes.apple.com/us/app/risk-global-domination/id1051334048?mt=8 Requested features: Unlimited Tokens (or Premium Purchased, basically the same thing) Jailbroken or Non-Jailbroken: Non-Jailbroken if possible, I'd really appreciate it. Thanks so much!
-
Cheater and Cheat of The Month Android + iOS [August]!
._. replied to Rook's topic in Forum Announcements
It has ended. -
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
Use an adblocker. -
Android Tutorial How to play YouTube in the background (root)
._. replied to ItzZero's topic in Android Tutorials
SAMSUNG ONLY DAMMIT -
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
Excuse me? If you don't like it, don't download it. -
If you want to login with Google Play? For that you'll need to make this mod unsigned and be rooted.
-
You can't login with Google on a signed mod.
-
https://lh3.googleusercontent.com/zElHblyqhAqR8ZzEny2-MfxbE-Q1z1Z6T5LLCKHk7HQeLyN7xkKWyMU7H5H29SXrdBA=w300 Modded Game Name: Slugterra: Dark Waters Google Play Store Link: https://play.google.com/store/apps/details?id=com.appsministry.slugterra Rooted Device: Not Required. Mod Features: Unlimited Gold Unlimited Gems Unlimited Stars 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: - @@._.
-
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
How doesn't it work. .-. -
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
Click the links.. They're right there. -
APK Mod Island Resort - Paradise Sim v1.68.2 (Unlimited Coins/Gems)
._. replied to ._.'s topic in Free Android Modded APKs
I don't hack iOS. -
I thought I'd share some insight to all those people who want to become cool hackers like us, and I thought hey, why not? So, without further delay, here it is. Downloads: [Hidden Content] Anyway, now that all of that downloading is over, lets begin by setting up all of our programs, shall we? Setting Up .Net Reflector: Download the exe file I have provided you with. Navigate to the exe and open the .Net Reflector setup It should ask you a bunch of questions, answer them as you see fit Then once it is done, it should put an icon on your desktop named Net Reflector (if you checked the put shortcut on desktop box) Cool, now .Net Reflector is set up! Setting Up Reflexil: First, click the View tab and click Add Ins. Then navigate to where your Reflexil DLL is and click it. Setting Up Advanced Apktool: This part is really simple, just download and unzip it with Winrar and you're done Now let's get on with the real tutorial Step 1: Download the apk you want to mod. For this tutorial, I will be using Hungry Shark Evolution, and today we will be modding Coins and Gems. (Please note in order to mod an apk using Reflector, it must have an assets, bin, data, and managed folders, along with assembly-csharp.dll. If it doesn't have this, you can't mod it with Reflector. Step 2: Open the apk with Winrar (do not extract it, just open it), and find the assets folder, then the bin folder, then the data folder, then the managed, and then drag the assembly-csharp.dll file out of the apk onto your desktop. Step 3: Drag the dll file to .Net Reflector and it will open it up. Next, Navigate up to tools, click Reflexil 1.9, and then Navigate up to tools again and click Search. Then on the top right of your screen, there is three buttons parallel with the search bar, click the second one so it looks like this. Step 4: Great! Now that Reflector is COMPLETELY set up, Navigate to the left of your screen, find Assembly-Csharp.DLL (0.0.0.0), and click the +, then where is says Assembly-Csharp.dll below that, click the plus. Good, now in the search box, (not the one above all the +'s, the search box you opened via Tools) type get_currency and wait for it to load. Now scroll down the list until you see the one with the Member being SharkStats. When you find that one, double click it, and then click get_currency(). Step 5: Now you see a bunch of stuff you probably don't understand that probably look something like this: (doesn't have to be identical) That's good, you are supposed to see that. If you don't see that, redo step 4. Anyway, delete everything in that box except for the ret row (do this by right clicking and clicking Delete) (if you accidentally delete ret, exit .Net Reflector and redo Steps 3 and 4) Cool, now right click the box, and click create new. Your OpCode will be ldc.i4 (that is an L not an I), your Operand Type will be Int32 (in this case it will be, if in the left hand section, it says Single next to the function, your Operand Type will be single, and your OpCode will be ldc.r4). And finally your Operand will be something like 999999 or 737244 or a number that you want to use. (This will be the amount of Coins and Gems you have). Once done, click Append. Then, move the ldc.i4 function above the ret function by dragging the 5 above the 0. Step 6: Now we will work on Premium Currency (Gems). Scroll down the list on the left hand side that contains all the functions. (Make sure to stay under Shark Stats). You will find PremiumCurrency. Double click it, and one of the functions should be get_PremiumCurrency(). Double click that and follow step 5 again. It is the same exact process. Step 7: Once you are done modding both Currency and Premium Currency (Coins and Gems), collapse currency and Premium Currency by hitting the - next to both of them on the left hand side, then collapse SharkStats by clicking the - next to SharkStats on the left hand side, then collapse the - by clicking the - next to the - on the left hand side, and finally collapse Assembly-Csharp.dll by clicking the - next to it. (Make sure the one with the book looking icon is still showing). Next, right click assembly-csharp.dll (not the one that has (0.0.0.0) next to it), hover over Reflexil 1.9, and click save as. You should still have that Assembly-csharp file on your desktop. Delete the .Patched next to the file name your are saving, and save it. It will ask to overwrite, click yes. Be sure to read !y note before closing .Net Reflector! If you read my note 1 and it doesnt apply to you, you can now close .Net Reflector Step 8: Now reopen the apk, and simply move the Assembly-Csharp.dll to assets/bin/data/managed again and then exit Winrar and delete assembly-csharp from your desktop. Now open Advanced Apktool, move the apk to the 4- Done folder and then open Advanced Apktool. Type 4, then enter, find the apk you want, type that number and enter, and then press y and enter. Wait for it to sign (it will say it is done signing). Awesome! Your mod is now ready to play! Just make sure you have the obb, and install your apk! Boom, unlimited Coins and Gems! Note 1: If you receive an error saying something about "failed to resolve assembly "PlayMaker, Version 1.6" or something like that, that is perfectly normal. Do NOT close .Net Reflector yet though! Simply open the apk again via Winrar, and copy the REST of the dlls to your desktop (don't recopy assembly-csharp again). Now try resaving again and it should work. After saving, just delete the REST of the dlls (do NOT delete assembly-csharp from your desktop) and then exit the program. (Make sure you resaved the file after moving the other dlls to your desktop). Note 2: If you get something saying "File is not a portable executable. DOS header does not contain 'MZ' signature." That means the dll file must be decrypted. There isn't currently a Public tutorial for decrypting a DLL, but we have one in the Android Modders section. Note 3: I made this purely off memory, so some steps may not be accurate, however when I post the video, it will be accurate because I have it right in front of me. Key for editing: Int32 = ldc.i4 Int64 = ldc.i8 Single = ldc.r4 Double = ldc.r8 Basic Boolean for True (1) = ldc.i4.1 Basic Boolean for False (0) = ldc.i4.0
- 55 replies
-
- 93
-
-
-
-
-
-
-
Hack Need for Speed™ No Limits v1.4.9 +2 Cheats [Working on iOS 9]
._. replied to Zahir 's topic in Free Jailbreak Cheats
@@ZahirSher Your video is Zenonia: Rifts in Time -
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
Copy the folder com.naturalmotion.csrracing to Android/obb. -
https://lh3.googleusercontent.com/gqAWz0F-iEuxJbM3a7KdbARO-5xBwi8XS9YkH5n3mJHeNFjd1Ez_IHiRCZFJYK7-YBs=w300 Modded Game Name: Farm Town:Happy City Day Story Google Play Store Link: https://play.google.com/store/apps/details?id=com.foranj.farmtown Rooted Device: Not Required. Mod Features: Unlimited Coins Unlimited Rubies 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: - @@._.
- 32 replies
-
- 35
-
-
-
-
-
Hey all, I just got this question from a member, and I'm gonna show you how to bypass 2 step protection for Google login! It's pretty simple. 1. Go to the following link: https://security.google.com/settings/security/apppasswords If it shows this: You need to turn on 2 step verification. The problem with a lot of new gmail accounts these days is they have 2 step verification turned on, but their accounts don't show it, so you need to turn it on manually. Google this if you don't know how to turn it on. Otherwise, move onto step 2. 2. Click the first dropdown box and click Other, and type in Pokemon Go. Then click create. 3. Copy that app password into the config file of your bot instead of your normal Gmail account password, and it'll work!
-
APK Mod Max Ammo v1.14.49 (Unlimited Coins/Gems/Tokens)
._. replied to ._.'s topic in Free Android Modded APKs
Depends, what would you like hacked? -
https://lh3.ggpht.com/45T6tsNcyuoAo7WfbF65_5BebNz2oEDKKk6vemL_dGUA-7W3Go0p03vRNJUoCv7_HA=w300 Modded Game Name: Zombie Evil 2 Google Play Store Link: https://play.google.com/store/apps/details?id=com.feelingtouch.zew Rooted Device: Not Required. Mod Features: Zombie Health set to 1 Zombie Damage set to 0 Zombie Armor set to 0 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: - @@._.
- 1 reply
-
- 2
-
-
-
APK Mod Max Ammo v1.14.49 (Unlimited Coins/Gems/Tokens)
._. posted a topic in Free Android Modded APKs
https://lh3.googleusercontent.com/4003_vOQjan3EAOc1OSsOb_HFVeHUvQVbbxkTw8rzEn_UFJJIYhOsMypNzZTRh4OCxY=w300 Modded Game Name: Max Ammo Google Play Store Link: https://play.google.com/store/apps/details?id=net.mantisshrimp.maxammo Rooted Device: Not Required. Mod Features: Unlimited Coins Unlimited Gems Unlimited Tokens 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: - @@._. -
APK Mod CSR Racing v3.7.0 (Unlimited Cash/Gold/Fuel/RP/Free Upgrades)
._. replied to ._.'s topic in Free Android Modded APKs
I added anti-ban but I didn't test it far enough to see if it ACTUALLY didn't ban me. -
https://lh3.googleusercontent.com/qa87WpWIr_gQDfAm2p6rkA-v-rwG1zMlcZUFiW4aYYkrBi2MSGYB8PYMTfeQSGk8UHs=w300 Modded Game Name: Island Resort - Paradise Sim Google Play Store Link: https://play.google.com/store/apps/details?id=com.megirl.android.mgr.loveparadise3dtropicalbeach Rooted Device: Not Required. Mod Features: Unlimited Coins Unlimited Gems 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: - @@._.
-
https://lh3.googleusercontent.com/QNtMR797QBDwNOBJe8iVtpHiDPV-LuO7nlDaPMSEMfdTbTqk3sl6icaVcwIYKf9OwLir=w300 Modded Game Name: CSR Racing Google Play Store Link: https://play.google.com/store/apps/details?id=com.naturalmotion.csrracing Rooted Device: Not Required. Mod Features: Unlimited Cash Unlimited Gold Unlimited Fuel Unlimited RP Note: I am NOT responsible if you are banned! Use this mod at your own discretion. 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: - @@._.
- 246 replies
-
- 250
-
-
-
-
-
-