-
Posts
569 -
Joined
-
Last visited
Everything posted by ThePianoGuy
-
Free 6 paid iphone apps for free for a limited time
ThePianoGuy replied to FafoWithMatar's topic in Freebies
thanks -
Android Tutorial HOW TO DUMP AND MOD IL2CPP GAMES
ThePianoGuy replied to Infamous-Ash's topic in Android Tutorials
new version http://usersdownload.com/5xxw8tex08m8.html -
Why i love Battlefield 1 https://streamable.com/eufn
-
Account EARN MONEY IN FEW MINUTES! Working 27/11/2016 :D
ThePianoGuy replied to Egyptian's topic in Other Cheats
i hate surveys. there is no videos. surveys are abusive and selling my infomation. do not try this -
Android Tutorial HOW TO DUMP AND MOD IL2CPP GAMES
ThePianoGuy replied to Infamous-Ash's topic in Android Tutorials
no problem -
Android Tutorial HOW TO DUMP AND MOD IL2CPP GAMES
ThePianoGuy replied to Infamous-Ash's topic in Android Tutorials
@Infamous-Bluetooth thanks for crediting but can you add download links so members can download it? -
because a netflix account owner will change password quickly even i only watched 1 movie. i tried thousands of accounts and all of owners are doing the same. 1 movie = password changed
-
i need 5 working accounts
-
i'm in
-
Tutorial IDA Pro tip: You don't need to select processor type
ThePianoGuy posted a topic in Tutorials
You don't need to select processor type when you disassemble the binary file. You just click ok and it will automatically recognize processor type and disassemble correct processor type for you. i tested it on x86, ARM and ARM64 binaries and it works. -
Hello dear community, I will show you how to hack in-app purchases using Lucky Patcher app without root. Make sure you have backup your savedata before install modded APK [Hidden Content] Credits: AndnixSH# This in-app hack is not applicable in all Android Games. I don't take any requests!
- 318 replies
-
- 1085
-
-
-
-
-
-
-
Soft think blue ray copy free lifetime with lifetime upgrade
ThePianoGuy replied to STRINGCEIL's topic in Community Giveaways
do you mean bluray? -
https://lh3.googleusercontent.com/ts0dooMDSGGBMvBKw2nBH1__E-sJH10MsOIOPqX4OhUDZJ6cU7MewTsNU7RXpuI9Ba4=w300-rw Modern Strike Online - VER. 1.141 Playstore Link: https://play.google.com/store/apps/details?id=com.gamedevltd.modernstrike&hl=en Hacks: 1. Ammo size 999 2. Medkit always activated 3. Grenade always activated 4. Anti-ban (untested) 5. God mode 6. Premium enabled How to install signed APK (non-root/root): Google login will NOT work! 1. Uninstall official game version 2. Open this site on your device and click the download link 3. Open the Download app on your device or open any file manager app and go to /Sdcard/Downloads/ and tap the APK file 4. Click install to install the modded APK 5. Download OBB file, extract it, and copy the OBB folder to /Android/obb 6. Run the game How to install unsigned APK (rooted devices): Google login will work! 1. PATCH THE SIGNATURE FIRST 2. Backup your savedata by login with your Google account 3. Open this site on your device and download the file 4. Open the Download app on your device or open any file manager app and go to /Sdcard/Downloads/ and tap the APK file 5. Install modded APK over the original game 6. Download OBB file, extract it, and copy the OBB folder to /Android/obb 7. Run the game Download: [Hidden Content]
- 10 replies
-
- 10
-
-
-
Now you should be able to hack or modify any game, right? Let’s try to hack score value in “300: Seize Your Glory” game. This is promo-game, based on “300:Rise of an Empire” movie. [Hidden Content] Credit: greatestmeow
- 203 replies
-
- 466
-
-
-
-
-
-
-
need it
-
Crunchyroll THREE 48 Hour Guest-Pass Premium+ Codes Giveaway
ThePianoGuy replied to acari's topic in Community Giveaways
i like anime -
i'm in
-
i'm not an iOS hacker anymore since my iPad 2 is slow but i'm in.
-
Hello dear community, I will show you how to edit .csv files using Notepad++. It is very easy to mod. Please note that not all games are made in CSV. First of all, you need: Notepad++ installed on your computer. Download it from here: https://notepad-plus-plus.org/download/ WinRAR installed on your computer. Download it from here: http://www.rarlab.com/download.htm App Backup & Restore app installed on your Android device. Download it from here: https://play.google.com/store/apps/details?id=mobi.infolife.appbackup Understand how CSV files work. You can read about it here: http://creativyst.com/Doc/Articles/CSV/CSV01.htm Part 1: Extract CSV files from the APK file In this tutorial, the app "Piano Tiles 2" will be used as example. Backup the APK file using App Backup & Restore, connect your device to your computer, and transfer the APK file to your computer Right click on the APK file, select Open with -> Choose another app (see screenshot below): Now click on "More apps" and look for another app on your PC (see screenshots below): Find the path where WinRAR is installed (usually C:/Program Files/WinRAR) and click "Open". This way, WinRar will show you the content of the .apk file (see screenshot below): Part 2: Extract .csv files Find the .csv files inside the APK file. If you find it, select all .csv files and copy them into a path (or folder) that you can easily access (see screenshot below): Part 3: Open .csv files with Notepad++ IMPORTANT: Do not open .csv files with Excel because it will ruin the whole .csv format. Right click on a .csv file and select Edit with Notepad++ (see screenshot below): the .csv file will open inside Notepad++. exp.csv Remember how CSV file works. I drawed red lines so you can easliy understand how it works. If you still don't understand, please read: http://creativyst.com/Doc/Articles/CSV/CSV01.htm change them all to 9999 except Lv (see screenshot below): This way you'll get 9999 exp after every song (see screenshot below): Life.csv In LifeRecovery data, change all to 3 which means the game gives you 1 life every 3 seconds, or you can change Life data to 999999 (see screenshots below): gold.csv Change all to 999999 to get Unlimited Coins (see screenshots below): task.csv This csv file is about daily rewards. Change life, gold and exp data to 999999 and claim the daily rewards to get unlimited everything (see screenshots below): level.csv Now this is a bit harder. You have to manually count the columns one by one to find the correct data (see screenshot below): Example: I count up to NeedDiamond and the NeedDiamond is #8 (see screenshot below): And in data values section, I counted up to 8 and i see there is the value "10" in NeedDiamond which means a song costs 10 diamond. Remove the 10 or replace it as 0 so it costs nothing (see screenshot below): Take a look at those data. This is stars. When you get higher score, you got more stars. So if you change all values to 1, the game will instantly give you 6 stars even your score isn't high enough Save all changes you made in .csv files Part 4: Replace .csv files and create modded APK Open the APK file with WinRAR again and replace all modded .csv into the APK file Place the APK file into APK tool re-sign it, or you can keep it unsigned for rooted devices which allow FB and Google+ sign in Credits: AndnixSH
-
Android Tool ADB.exe 1.0.36 + Fastboot.exe for Windows
ThePianoGuy replied to ThePianoGuy's topic in Android Tools
No problem.