Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/29/2014 in all areas

  1. After 1.2.48 version, we have many problems about this hack, so i must remove all attachment and edit #1. IGG had configured CC's source a lot: - HBM mode monsters seem stronger (DMG & Health). - Towers and troops DMG hacked sometime work, sometime not. - Master hack code changed (but we find out the new one), some hack line changed (to add new hero amonica). WE CAN APPLY THIS HACK ON NEW VERSION WITH A LITTLE OF MODIFIED! CHECK #1 FREQUENTLY. THANKS FOR YOUR ALL CONTRIBUTION TO THIS TOPIC.
    3 points
  2. 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.
    1 point
  3. Name of Game: Summoners War: Sky Arena Play Store Link (If it's a paid app, the apk): https://play.google.com/store/apps/details?id=com.com2us.smon.normal.freefull.google.kr.android.common Version: 1.1.1 What cheat? Health, xp, gold, High Attack damage, Anything really Have you tried cheating this game? What happened?: Used all the memory hacks but it just revert back. Comments:
    1 point
  4. Name of Game:Bloons Tower Defense Battles 1.8.0 Play Store Link (If it's a paid app, the apk):?????? Version:1.8.0 What cheat? Energy, Medallions Have you tried cheating this game? What happened?:Yes with game killer, gamegaurdian, gamecih and it wouldnt work. Comments:If anyone can post a hacked btd battles it would be greatly appreciated.
    1 point
  5. its so easy, turn ur brain on... 1. root phone 2. download sbgamehacker 2.6.3 3. download castle clash 4. open both 5. search for the Number: Legend : 1074737971 Elite : 1074056396 Ordinary : 1073007820 6. then look for Hero List on first post 6. edit the 8th line above ur hero code from byte 5 > 0 7. edit 8th line under the hero code from xxxxxxx > 40108288 thats all for skill hack look post #1 and for the Hero Codes look for the List at post #1..
    1 point
  6. 8th lines above instead of fourth. Legend : 1074737971 Elite : 1074056396 Ordinary : 1073007820 Hack smart and don't get banned!
    1 point
  7. 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
  8. Ty it works now and sry for my noobieness hehe
    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.