Posts

Showing posts from November, 2016

How to remove yellow circle from Bluestacks 2

Image
You just got Yellow Circle when you open your Bluestacks 2. Why that's happened? Because the circle appear when you connect joypad, and that is not a problem that is an indicator, so if you restarting Bluestack can't solve it. The option is to plug out controller, or better solution, download the ZIP file below, and extract the files in the location you want Download transparent PNG files What you gonna do with that Yellow Circle. I have created a shortcut named "Drag files on this folder", drag and drop all the .png files in the shortcut folder, and replace them. That will make all circles invisible The Windows will ask you to replace the file, just replace them. You may need an administrator password to perform this action The Bluestacks is usally located at C:\Program files\Bluestacks (32-bit Windows) or C:\Program files (x86)\Bluestacks (64-bit Windows) If you want to bring back yellow circle, just download the original PNG file

Windows 10: Fixing "Windows could not parse or process the unattend answer file for pass [specialize]" error

Image
The Win10 was corrupted, and I asked My manufacturer to send me the firmware. They gave me the image to deploy the Win10 in my netbook, but it gave me error "Windows could not parse or process the unattend answer file for pass [specialize]. The settings specified in the answer file cannot be applied. The error was detected while processing settings for component [Microsoft-Windows-Shell-Setup]" during setup. FIrst I thought was the image were corrupted. I searched on the internet for solutions, they said the error came from Unattend.xml but I couldn't find any quick fix. I just tried remove the "specialize" lines, save it, redeploy and it worked! No problems so far. <settings pass="specialize">         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.

Make a fake license for app/game using Lucky Patcher

Image
Lucky Patcher now have a new ability to make a fake license for apps/games You need a rooted device and Lucky Patcher installed on your device. You can download it from  HERE Open Lucky Patcher app, select an app to open the menu, click on "Open Menu of Patches". You will see the menu as shown below But what? how do i do it??? FIRST , you need to launch the app/game UNTIL the app/game tells you that License check failed Open Lucky Patcher, select an app to open the menu, click on "Open Menu of Patches". You will see the menu as shown below. Now you will see "Make a license for app" button. Click on it to make a fake license The message will be shown if successful License patch does work with internet on, but not on some protected apps/games. Credits: AndnixSH (This tutorial) Chelpus (Developer of Lucky Patcher app)

How to remove flurry ads + fake crash (Android)

Image
Hello, today I'll teach you how to fix game crash (API key not specified) by removing Flurry Ads. The crash appear when the apk was re-signed. I'm unsure if the game developer tried to customize Flurry ads into fake crash to make modders think their mod is not working. The API error was in the previous game for long time. I have seen the company made fake crash function inside ads that detects modded DLL file and set the timer to make touchscreen stop functioning. Don't always trust fake bugs/issues. You're been warned! In this tutorial, I'll remove Flurry Ads from CSR2 as an example Let's get started First of all you need: - An APK tool to decompile an APK file (I'm using APK Easy Tool) - Notepad++ installed on your computer. Download Notepad++ - Basic smali knowledge Steps: Decompile the APK (I'm using APK Easy Tool) Open Windows File Explorer. Navigate to \smali\com\ and delete the "flurry" folder. If you can

How to remove the cheat detection from GLU Games

Image
Hello, today I will show you how to remove cheat protection in Glu games, let's go !! 1. Decompile your modded apk. (I use AndroidMultiTool) 2. Go to "smali_classes2" > com > iqcz and open "r.smali" with notepad++ or any other text editor. 3. In the file, search for "verifySignature()V" (At the bottom) and remove lines between ".locals 1" and "return-void" 4. Save file and recompile your apk. 5. Sign your apk. Credits: OSX A.K.A kar80