Jump to content

Modern Combat 4 v1.2.1 Functions + Offsets


129 posts in this topic

Recommended Posts

Posted

Moved these out of cheaters and into here because I'm feeling generous :p

 

APK Compare was used.

 

Key:

381C = MOV R0, R7

0120 = MOV R0, #1 (or "true")

C046 = NOP (do nothing)

7047 = BX LR (skip this function)

 

Hidden Content

    sub_C2C64 = Weapon::GetIronsightFOV()
    
    sub_C27B4 = Weapon::GetRecoil()
    
    sub_C2430 = Weapon::GetConeRadius()
    
    sub_C1E24 = Weapon::GetMaxAmmo()
    
    sub_C2D1C = Character::Stun()
    
    sub_95610 = Character::GetMovementSpeed(int)
    
    //Game is on drugs
    sub_25870 BX LR
    
    //Stupid AI (the funniest thing ever)
    sub_C5B00 BX LR
    
    //No recoil (glitchy)
    sub_C27B4 C046 7047
    
    //Speed x31
    0x95610 VMOV S0, #31.0
    0x95614 VMOV R0, S0
    0x95618 BX LR
    
    //Infinite ammo
    sub_C1E24 381C 7047
    
    //Everything unlocked
    sub_DEDFC 0120 7047
    
    //Infinite blue credits (makes gold credits also visually unlimited and of course with that you got people saying that infinite gold credits don't work when it is not even a feature that is listed because people are stupid as hell)
    sub_E0EFC 381C 7047
    
    //Better aim
    0xC2434 VLDR S0, [R0] ---> NOP
    

 

Have fun :evil:

×
  • 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