Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. What kind of device do you have? (arm7 or arm64) Name of binary? Did you do the permission right?
  2. I wanna win so that I can give it to my babe who plays this game
  3. Download old versions and test it
  4. What is the problem?
  5. https://iosgods.com/topic/23002-downgrade-apps-from-the-appstore/
  6. Send email to apple support then
  7. I think you wanted to change password, thats only 1 way that it will ask for questions You can make other email and make new apple id
  8. You can use ifile and download safari download plug in Download Apple file condult "2"
  9. You can use ifile and download safari download plug in Unless, what iOS are you on
  10. Oops, %hook ADVBusinessData-(id)initWithName:(char*)arg1 img:(char*)arg2 business_id:(char*)arg3 tier:(int)arg4 baseThreat:(float)arg5 baseEarning:(double)arg6 baseCapacity:(double)arg7 baseBuildTime:(double)arg8 basePrice:(double)arg9 baseSellPrice:(double)arg10 unlockType:(int)arg11 { arg5 = 0; arg6 = 1e+53; arg7 = 1e+69; arg8 = 0;}%end Or %hook ADVBusinessData -(id)initWithName:(char*)arg1 img:(char*)arg2 business_id:(char*)arg3 tier:(int)arg4 baseThreat:(float)arg5 baseEarning:(double)arg6 baseCapacity:(double)arg7 baseBuildTime:(double)arg8 basePrice:(double)arg9 baseSellPrice:(double)arg10 unlockType:(int)arg11 { return %orig; arg5 = 0; arg6 = 1e+53; arg7 = 1e+69; arg8 = 0; } %end
  11. %ctor { if(GetPrefBool(@"key1")) { writeData(0xOFFSET, 0x01207047); } else { } } You missed one "}"
  12. %hook ADVBusinessData -(id)arg0 initWithName:(char*)arg1 img:(char*)arg2 business_id:(char*)arg3 tier:(int)arg4 baseThreat:(float)arg5 baseEarning:(double)arg6 baseCapacity:(double)arg7 baseBuildTime:(double)arg8 basePrice:(double)arg9 baseSellPrice:(double)arg10 unlockType:(int)arg11 { arg5 = 0; arg6 = 1e+53; arg7 = 1e+69; arg8 = 0; } %end Try it or do it 1 at time, maybe something is wrong. (Arg6 and arg7)
  13. Nah, you can hide the video in [hide] tag if you want to and add requirements like JB devices only etc
×
  • 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