Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. Send email to apple support then
  2. 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
  3. You can use ifile and download safari download plug in Download Apple file condult "2"
  4. You can use ifile and download safari download plug in Unless, what iOS are you on
  5. 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
  6. %ctor { if(GetPrefBool(@"key1")) { writeData(0xOFFSET, 0x01207047); } else { } } You missed one "}"
  7. %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)
  8. Nah, you can hide the video in [hide] tag if you want to and add requirements like JB devices only etc
  9. Easy to put localiapstore in post
  10. It's ok just focus on getting better
  11. Check the mshook topic Give name for each and type return to few that you need to work
  12. @ Giveaway have ended 2-3 days ago
  13. Lets see
  14. Use rasticrac http://iosgods.com/topic/19598-bus-error-10/
×
  • 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