Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/02/2014 in all areas

  1. Quick modding guide for Brave Frontier. Author: Anon-Thanatos Required tools: IDA Pro Android Tool HxD Ok lets start! First decompile/unpack the Brave Frontier APK by using Android Tool. Once it is done launch up IDA Pro, Then select new and close down the popup window that comes next "if it comes up a window". Drag and drop libgame.so into the IDA window the libgame.so are located in lib\armeabi folder. Make sure filetype is set to ELF for ARM and then press OK. IDA will now disassemble the .so file and depending on your computers speed it will take quite some time for it to complete. Once done you should have 2 forms open Functions and the ASM code window. Lets start with Karma Hack. In function windows search for function GetKarma and click it to make it show in the ASM window. Now you should see this, BL _ZN16BattleRewardList14getRewardPointEv ; BattleRewardList::getRewardPoint(void) This is the part we want to change. select that part with the mouse and then go to hex view there you should see following hex values selected FF F7 9F FF Those 4 bytes are the ones we are going to edit. Now open HxD and open libgame.so into it and then search hex value FF F7 9F FF 00 F0 E9 FB 08 BD 00 00 70 B5 17 4C You should come to Offset 0x311A38 and see the FF F7 9F FF there. Now we want to make the original instruction into a MOVS R0, 0xFF00. To do that we add in the following values FF 20 00 02 "the FF is a value you can change to anything you like. FF is max and will make you always get 65k+ Karma" I dont recomend that high since the karma will pile up really fast and if you have alot of karma on your account it will most likely get banned so go for a fairly low number instead, you will have to test around with it. Next function you need to edit is the getSendKarma (it is located a couple of functions above the getKarma function) you will see the instruction BL _ZN16BattleRewardList14getRewardPointEv There aswell. Just edit it the same way you edited the getKarma function. Ok now the Karma hack is completed, next will be Zel hack. Go to function getZel you see same instruction there as in the karma one. Do same thing as you did in karma hack. Next go to getSendZel and edit that instruction aswell. Remember dont do to high values because it will be obvious that you are hacking and you will get banned. This method of editing will work on alot other functions and its just to test around and explore the files functions. (Sometimes you will have to use different instructions like MUL to mutiply or ADD to add a value.) Here is a good page with Hex code for different ARM opcodes LINK If you got any questions then you can contact me on skype. skypename: gm-enigma I will answer when i got time and try help you with your questions as good as i can.
    2 points
  2. Hey guys, So, I would like to know, what are some things that you want on our site? I've run out of ideas of things to implement, include, etc. I'm not asking for what games you want hacked, but site features, or categories, or this or that. You know, site suggestions. What are some things we can do to get even more users to our site? I would really like to know what everyone thinks. If you have a suggestion, leave a reply.
    1 point
  3. Name of Game: Puzzle and Dragons Play Store Link (If it's a paid app, the apk): https://play.google....gho.padEN&hl=en Version if you know it: 6.4.2 What cheat? Health, Attack, RCV 1st Let me say I did not create this I am not the owner. I found it on another android hack site and I am sharing it here. Wasn't sure if I should leave it VIP or not so I errored on the side of VIP. I will provide a link to the original thread if anyone wants it. This Bineditor is in japanese but it is used to make the attached bin file which then lets you hack puzzle and dragons. bin editor : https://www.dropbox.com/s/e3dgnhnd103j7eg/padBinEditor.exe 100x ATT, HEALTH, and RCV : Down at the moment Steps: MUST BE ROOTED Use something like Root Explorer Copy the linked data021.bin and place it in /data/data/jp.gungho.padEN/files long press on the data021.bin and select permissions make sure that only read access is granted for the data021.bin. (uncheck all write) Hope this is explained good enough.
    1 point
  4. Or, depending on how strong your chinese is. You can get up to 36TB FREE storage (I pay for close to 200TB, and been using it for MANY years) Baidu PAN gives users 2TB (need android) Tencent's Weiyun gives users 10TB (need android) 360's YunPan gives users 36TB (10TB desktop + 26TB Android) You can use an android emulator like Bluestacks or Youwave to "fill" the android requirement!
    1 point
  5. I will try my best to write up some basic tutorials on how to do more things with IDA that can be usefull. And maybe some tutorials on decompiling and recoding C# libraries.
    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.