Jump to content

ohmza

Member
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 6s Plus
  • iOS Version
    10.2
  • Jailbroken
    Yes
  • Rooted
    Yes
  • Gender
    Male

Recent Profile Visitors

337 profile views

ohmza's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. - (void)enemyShoots { if(GetPrefBool(@"kEnemyShooting")) { return; } return %orig; } If you get a compile error message and have the above code in your Tweak.xm, try to get rid it of and use the below one instead. - (void)enemyShoots { return; }
  2. Thank you
×
  • 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