Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/07/2012 in all areas

  1. (PICS COMING LATER) TUTORIAL STEP A 1) You will need an APK (One you know a lot of, to learn with this tutorial) - We will call the APK "tetris.apk" to make the tutorial easier to understand. 2) Download APK Manager - Make a copy of the tetris.apk , and paste in APK manager folder "place here for modding" http://apkmultitool.com/?q=node/5 (Windows: Apk_Manager_5.0.2.zip) (Linux: apk_manager_linux_5.0.zip) 3) Open APK manager - Now hit the following keys: 22 (To set current project) (Many times you will not need this step). 9 (To Decompile the APK) --------------------------- STEP B 1) Get Dex2Jar http://code.google.c.../downloads/list - extract it. 2) Get tetris.apk , and make it a .zip - Extract tetris.zip - After Extracting Tetris.zip, copy the file "classes.dex" to the extracted folder of "dex2jar" 3) Drag classes.dex to the file named "dex2jar" - A new file will have been created in that same folder. ------------------------------ STEP C 1) Download JDgui (java decompiler) http://java.decompil...ree.fr/?q=jdgui - extract it 2) the new file that was just created in STEP B , 3) - get that file and drag it to the jdgui.exe 3) It will open. - Now you can see everything about the game / the source (But we can't do anything to it or recompile it, there is no way) --------------------------------- Step D 1) With the file open in jdgui.exe , browse through the files 2) Whenever you find something useful that you want to change while in the jdgui.exe application, browse in the extracted tetris.apk file in STEP A - in the Smali folder 3) Say you find in JDgui.exe , a file named "cash1234" and it says somewhere inside "cash = 500." go to the same file location on the Smali folder... and look file "cash1234".. and for the hex equivalent to 500 , (which would be 1F4) on gdui.exe things are much simpler than on .smali files, but you can still change them with careful looking. 4) In gdui.exe, files you have open, have easy to understand numbers, on .smali files the number are not. - The numbers in .smali files are in HEX. To know which number in .smali is what number, use this tool: Hex to decimal: http://www.binaryhex...cimal-converter Decimal to hex: http://www.binaryhex...o-hex-converter OR you can use "Calc-p" from the market. --------------------------------- STEP E 1) After you have modified whatever you wanted in the .smali file, save the .smali file (do not change the name or extension) 2) open APK Manager, and hit the following keys 14 (to Compile , sign, and install on your phone) (Before installing an edited .apk, remember to uninstal the non-edited Apk that is in your phone). ( You do not need to uninstall apk(s) from your phone that you have signed with APK Manager). ------------------ STEP F - Play have fun. - if Step E gave you an error, you edited something wrong, or couldnt be edited. ----------------------------------- TIPS - IF a number on the .smali file has 2 digits, F8, and you change it to a number of more than 2 digits, 4B86, a lot of times the .apk file will not compile again. - Every time you make 1 edit, save, and send the edited game to your phone to see if it compiles, and if it does not crash. - mul = multiply - sub = substract - add = addition - a number with a negative "-0x1" that is equal to -1 , "-0x7" that is equal to -7 , "-0x1f4" that is equal to -500 - Hex numbers do not have to be IN CAPS, can be either. __________________________________ Credits to Xologist.
    1 point
  2. Name of Game: Dungeon Village (by Kairosoft CO., Ltd) Game Version if known: 1.0.1 (not tested on latest version 1.0.2) Name of Cheat: Money/Popularity/Town Point edits Steps: Open both Dungeon Village, and GameGuardian. Search for the value you want to edit using Gameguardian (money, town points, etc) Return to the game, and wait for the value to change naturally. Once it has changed, return to Game Guardian and search for the new value. There should be around 2 - 3 results. Edit each of them to whatever value you want. Usually it is the last result that works. Enjoy your virtually unlimited funds!
    1 point
  3. First and foremost much love to Lohan over at Android Cracking for making antilvl. I am not going to go in depth and talk about dalvik java, vm machines, smali/baksmali, and all that jazz. It DOES help to know what these things are and how they work... but I find that it would go beyond the scope of our aim... which is to hack games!!! Ok, so here is what we are faced with. A new breed of games that block us from launching the game because we have GameCIH installed. We're going to need some tools.... well, actually, just one. I like AntiLVL for many reason, but in this context I like it because it decompiles the files and then compiles and Signs them! Any apk needs to be signed in order to install. Ever seen "There is a problem parsing the package" error? There are a few reasons why you would see this error, but one of the main reasons is that someone forgot to sign the package. You MUST have a signed apk file in order for it to install. The second you change the apk, it is no longer signed (well it is, but it's not valid) and it needs to be signed again. AntiLVL does a lot more than just that.. but for right now, let's just stick with the basics. Download the files from below. Unzip AntiLVL and place all the files in an easy to get to place. We will have to navigate there by way of command prompt. Let us suppose I place the files in a folder off my M drive called APK. Now grab "HvyGnnr3D1.0.6 Broke.apk". It's not broken, it works; however, if you have GameCIH installed it will not launch so for us we can consider it broken. Place the HvyGnnr3D1.0.6 Broke.apk into the same directory as you did all the AntiLVL files - and because I'm lazy, rename it to HvyGnnr3D.apk. Now open a command prompt as admin and let's make sure Java is working. Type: java -version When you press enter it should tell you the version of Java you have installed. If you get "Java" is a unrecognized command you will need to add Java to your enviromental variables. Please google this or if it is a huge issue I will add the steps at a later date. But let us assume that you get told you have Java installed. Next navigate to your folder. For me I would type the following: M: cd apk I'm now in the APK folder. So type the following command: java -jar antilvl.jar -d --skip-cleanup HvyGnnr3D.apk Wait for it to finish. When it is done you will have a new folder in the APK folder called "HvyGnnr-dump". RENAME THE FOLDER TO HvyGnnr3D!!! (You don't have to do this, but I'm lazy and prefer simple names) This is the decompiled apk. Poke around and see what you can discover. Most of the files are smali files. You can launch them in notepad (I do), but some people think Notepad++ is better. Navigate to HvyGnnr3D\smali\com\com2us\wrapper and locate the file called WrapperUtility.smali Open it in notepad. I have smali files associated with notpad cause it makes it easier. Press Ctrl+F and do a search for the word game The first line you will find reads as follows: const-string v6, "com.cih.gamecih" What it means is moot. I do not even know, but what I do know is that there is no reason for this game to refer to gamecih. I make a small change here and change gamecih to tamecih. So the line should read const-string v6, "com.cih.tamecih" If you scroll two more lines down you will see the game also looking for Gamekiller. Feel free to edit this line as well. It is not a good idea to remove the line completely. It MIGHT work, but why test fate? Save your change and back out of the directory until you are in the APK folder. Go back to the command line and type the following: java -jar antilvl.jar --assemble-only -f HvyGnnr3D HvyGnnr3D.apk Allow it to finish. Once it is done take the apk file and throw it on your phone's SD card. Install it, launch it, and hack it with gamecih till you're happy. Game still looks for GameCIH but it does so in the wrong file location, so it will not find it. http://www.mediafire...2jvoq48jokqs4do AntiLVL http://www.mediafire...o1m3syk5sq3wwjx HeavyGunner 3D that will not launch http://www.mediafire...adiat59do1fa9n8 HeavyGunner that will launch http://www.mediafire...y71d9053g7ciufw Inotia 3 that will launch
    1 point
  4. ok i found a way to hack golds. here's how: activate "all region" search on game guardian option. unlock bank at rank 4 in game. enter the bank, you'll find 4 options to gain golds. 3 facebook's like, and 1 twitter's follow. each one will give you 5 golds. earn golds by doing so one by one. everytime you gain 5 golds, search your current number of golds. repeat until you get 2 or 3 results. change the value of all results. try buy an item with golds. enjoy.
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.