Jump to content

CA3LE

Senior Member
  • Posts

    29
  • Joined

  • Last visited

1 Follower

Profile Information

  • Jailbroken
    No
  • Rooted
    No

Recent Profile Visitors

1,534 profile views

CA3LE's Achievements

Newbie

Newbie (1/14)

  • Popular

Recent Badges

316

Reputation

  1. I don't know iOS, but if you have a Android
  2. Mod APK Game Name: Major Mayhem 2 - v1.03.2018042016 Rooted Device: Not Required. Google Play Store Link: https://play.google.com/store/apps/details?id=com.rocketjump.majormayhem2&hl=en_US Hack Features: - Unlimited Diamonds - Gold - Energy - Medals - Unlock All Levels - Unlimited Weapon Cases iOS Jailbreak & Non-Jailbroken Hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/ For more fun, check out the Club(s): https://iosgods.com/clubs/ APK Mod Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the Modded APK file above using your favorite browser or a download manager of your choice. STEP 2: Copy the file over to your Android device via USB or wirelessly. Skip this step if you're using your Android device to download the mod. STEP 3: Browse to the location where the hacked APK is stored using a file manager of your choice. STEP 4: Tap on the .APK mod file then tap 'Install' and the installation should begin. STEP 5A: If the mod contains an OBB file, extract it if it's archived and copy the folder to /Android/obb. STEP 5B: If the mod contains a DATA file/folder, extract it if it's archived and copy the folder to /Android/data. STEP 6: Once the installation is complete, everything should be ready. Enjoy! NOTE: If you have any questions or problems, read our Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @CA3LE Cheat Video/Screenshots: N/A
  3. Perhaps we will see an helpful "Advanced" one from you in the near future? @Jbro129 I'd appreciate it if you added more conversions.
  4. @ItzZero If your device is running Android 6.0 and up last I checked the app is not compatible use Repeti Touch Pro version instead .
  5. @Ted2 Thanks I'll will look it over. Actually not trying to edit the string itself. The screenshot is the sub function of the string. I guess though by attempting to modify PC I did in effect attempt to mod the string I'll will read the tutorial for sure.
  6. Hi all, Using the string method I came across 1 xref to the max view ads that dropped me to The max views seem to load under R2 what I tried was taking the Hex value 24 20 9F E5 01 10 8F E0 converted that to ARM & came up with ldr r2, [pc, #0x24] add r1, pc, r1 I then replaced PC with R7, compiled and attempted to load the game. FAIL! Obliviously am going about it the wrong way. Anyone have any suggestions? Or am I wasting time? Note, the game only allows 1 AD view per set time limit. Thanks
  7. Got root? https://play.google.com/store/apps/details?id=com.nomone.resolution_changer
  8. @ ZahirSher Does anything stand out to you that could be modded to set upgrade chance to always 100%? The few things I tried causes a crash.
  9. @TheArmQueen I tried replacing MOV R1, #1 with your suggested, had no effect but not ready to give up yet. At this point I'm throwing darts blindly, will tinker with the LDR & STR instructions to see what comes about. Thank you for your suggestions
  10. @TheArmQueen Just tried it with SUB R1,R0,#0 still the same result. I wonder if this could be achieved another way by modifying the Upgrade Chance to always 100%? With public float GetUpgradeChance(int level) I'm thinking the unk offset deals with the %. The way the game works if its never been upgraded you have a 100% chance to upgrade and goes down from there to .05%. I have no idea how or if this could be modded though, just know from what tutorials I read on here, other sites and Youtube.
  11. Hi all, Anyway to mod in game upgrade chances? What I'm trying to achieve is for every upgrade it either adds, doesn't take away points or is free. STMFD SP!, {R4,R10,R11,LR} ADD R11, SP, #8 LDR R4, [R0,#0x18] CMP R4, #0 BEQ loc_50A670 MOV R0, R4 MOV R1, #0 BL sub_BCFD80 SUB R1, R0, #1 <--------------------------------- MOV R0, R4 MOV R2, #0 LDMFD SP!, {R4,R10,R11,LR} B sub_BCFD88 What I tried was replacing SUB with ADD R1, R0, #1. That did the trick visually at least, however when I go to update again it says not enough points. Does that generally mean its server side or should I go about it a different way? Thanks
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines