Posts

Showing posts from 2016

Nitro Nation Fatty Wap fake crash bypassed!

Image
I'm showing that Alphagamers are way smarter than developers. Developers are smarter than me of course but they still are not smart enough to stop modders Fake crash bypassed which means users can play modded signed apk Before, the game crash and this error appear on some devices Now the game work in signed apk And here is the proof of contents which is dated Mar 29 2008 in signed apk Modders/hackers, don't get fooled by these fake bugs, you have been warned! :) Read more about this fake bug https://www.andnixsh.com/2020/10/how-to-bypass-fake-crash-process-exited.html (new link)

Know your Android device's GPU

Image
There are 2 ways to find your Android device's GPU. There are 4 types of GPU's, Adreno, Tegra, Mali and PowerVR. I'm going to explain how to find the GPU of Z3 Compact as an example 1. Download CPU-Z from Play Store. Launch it and scroll down until you see the name of GPU 2. Visit gsmarena.com and search your device name or you can search "<device name> gsmarena" on Google and you will find it instantly. Look at PLATFORM section, and you will see the name of GPU Hope this helps :)

Mirror's Edge: Catalyst - How to cheat time trail

Image
I found this trick before i found this video. This trick will show you shortcuts

Modify Obscured types in CodeStage Anti-Cheat games

Image
Wonder what are Obscured types? Obscured types are custom types and are for preventing memory hacking but there is nothing stopping you from editing the code. You just simply return an Obscured type rather than plain type. Requirements: A computer .NET Reflector 9, Telerik JustDecompiler or dnSpy Have basic C# and IL knowledge. In this tutorial, I'll show you how to modify get_attack with ObscuredInt with .NET Reflector 9 as an example The Instruction should look like this In offset 0, change ldarg.0 to ldc.i4 <any value> because it is an Int type. I'm not going to explain what are value types. Search on Google for more information about value types In offset 1, change the OpCode to newobj, Operand type to " -> Method reference ". In Operand, click on it and it will open the dialog box (see below) Expand Assembly-CSharp -> Assembly-CSharp.dll -> CodeStage.AntiCheat.ObscuredTypes -> ObscuredInt an

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

How to dump and mod il2cpp games (2016) (Obsolete)

Image
THIS METHOD IS OLD. CLICK HERE TO SEE NEW TUTORIAL Disclaimer: This tutorial is for modders only, NOT for beginners In this tutorial, i dump Craft Royale as an example. Let's get started Before you start, check if the game was build in latest Unity3d and have il2cpp lib and make sure you meet requirements This method will not work for x86 only apps/games Requirements: * Be an advanced modder * IDA Pro. Download link * Notepad++. Download link * il2cpp dumper with interactive CLI. Download link * Any Hex Editor software. I'm using Hex Workshop. Download link * Online ARM converter. Link to the website * Basic C# knowledge * Basic IDA knowledge Open the APK with 7-Zip or WinRAR and extract the libil2cpp.so and global-metadata.dat file. libil2cpp.so is located in " lib\armeabi-v7a " and global-metadata.dat is located in " \assets\bin\Data\Managed\Metadata ". Disassemble the file libil2cpp.so on IDA first I

How to downgrade Geforce Experience back to v2.11.40 and block the update

Image
I finally found the best way to block the crappy GeForce Experience 3.x.x update. Follow the steps below to block the NVIDIA GeForce Experience update feature. Downgrade Geforce Experience to 2.11.40: If you're still using an older version then you can skip this step 1. If you've already updated GFE to 3.x.x, access "Uninstall or change a program" dialog from Control Panel or from My Computer (Win10: This PC) and uninstall it. 2. Download and install last stable version (2.11.4.0): http://www.filehorse.com/download-nvidia-geforce-experience/26526/ Block the Geforce Experience 3.x.x update: 1. Navigate to the folder C:\ProgramData\NVIDIA Corporation\GeForce Experience\ and delete the "Update" folder 2. Download the hosts file https://drive.google.com/open?id=0B_6TXpxCnMc7NkU1NVNYakxmN1k 3. Navigate to the folder C:\Windows\System32\drivers\etc and replace the hosts file. If your computer does not have hosts file, you can sa

[TOOL] ADB 1.0.36 + Fastboot for Windows

What Is ADB? Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android device. You can find the adb tool in  android sdk/platform-tools  or Download here Download adb.exe 1.0.36 + fastboot for Windows It contains the following files: adb.exe AdbWinApi.dll  AdbWinUsbApi.dll fastboot.exe ---------------------- List of ADB commands: ---------------------- -a directs adb to listen on all interfaces for a connection -d directs command to the only connected USB device returns an error if more than one USB device is present. -e directs command to the only running emulator. returns an error if more than one emulator is running. -s <specific device> directs command to the device or emulator with the given serial number or qualifier. Overrides ANDROID_SERIAL environment variable. -p <product name or path> simple product name like 'sooner', or a r