Posts

Showing posts from December, 2015

Finding unknown values in memory using GameGuardian

Image
This tutorial is very old but it is still useful to this day. In this case, I will be using GameGuardian and hack the cooldown bar in Blitz Brigade. This is easiest way to find unknown values Pause the game, Open the memory editor, and select an app you want to hack Do fuzzy searching If it ask you to select the type, just click YES, if you don't know what type of the bar it is using Minimize the memory editor Resume the game, and increase the bar Pause the game, open the memory editor, click FUZZY Select "Larger" Keep repeating until the bar is near full like this Now decrease the bar. Pause the game, open the memory editor, click FUZZY and Select "Smaller" instead "Larger" Repeat until the bar is empty Keep repeating from the beginning until you get few results left. Now I have 6 results left. This is how the encrypted value looks like when there is the values in the bar T

How to root Bluestacks 1 & 2 (0.10.x / 2.x.x) (EASY ROOT)

Image
I have found out that Bluestacks have secret root exploit (we can call The semi-root) which grant you full root access to everything without Kingroot and SuperSU. You can mount /data and /system in Read-Write mode using any file explorer which supports root. since the 0.9.0, the root exploit was found by me, which you can mount the /data partition, but the / and /system partition was in Read-only mode, and Kingroot wasn't able to root Bluestacks, since that release. Without Superuser, some root apps will not work, and thinking that your device is unrooted. Forget all about BS-Multi-Tool, and the modded offline installer which have crappy Galaxy S4 settings app, and bloatwares that you don't like. Rooting the clean Bluestacks v1 and v2 takes 1 minute. Kingroot takes 5 seconds to root like a rocket. No need any PC softwares needed to install. No need modded offline installer. If you don't like Kingroot, simply don't root to keep semi-root, or switch

[Outdated] How to install an unsigned APK (Root only)

Image
Can't login with your Google+ on modded games? Really need to uninstall Facebook? NO PROBLEM. i will show you how to patch signature and make your device thinking that the signature is always true, so you can install any UNSIGNED modded apk on What can you do after patching? Install Unsigned APK Install Unsigned APK over the original APK Login with your Facebook account without uninstalling Facebook app Login with your Google+ on modded games 1. Make sure your device is rooted and have latest SuperSU and Busybox binaries. 2. Download Lucky Patcher from http://lucky-patcher.netbew.com/ and install it DO NOT DOWNLOAD LUCKY PATCHER FROM PLAYSTORE 3. Open Lucky Patcher from the app drawer and let it refresh 4. Click "Toolbox" 5. Click " Patch to android " 6. Check " Signature Verification status always true " and " Disable .apk Signature Verficati

How to mod obfuscated DLL file (Unity3D games)

Image
The Unity3D engine now have an ability to remove the function names, encrypt the code and put the encrypted function in the A section, and make the DLL into a obfuscated DLL file. This is similar to IDA string hacking, but now we try DLL string hacking The DLL i'm modding was ReRave. Coins is visual, and not possible to hack, but it is useful to learn modding obfuscated DLL file https://play.google.com/store/apps/details?id=com.steprevolution.rerave.plus&hl=en 1. Open the APK file with Winrar, and extract the Managed file from the APK file. 2. Download code search here for Reflector: http://www.mediafire.com/download/l1tgvwjb9k44ugz/Reflector.CodeSearch.dll 3. Open the Reflector. Click " Tools " -> " Add-Ins... " 4. Click " + " button 5. Go to the path where you had downloaded the " Reflector.CodeSearch.dll " file, and click "Open" 6. Click " Close ", close