Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Flex isn't good enough for something like that.
  2. Maybe I can do it for you this weekend since its the weekend.. if I can be bothered..
  3. effort.. time. I don't really have time.
  4. Well yes, its for everyone to use in the lobby.
  5. That makes no sense to me but okay.. well I sorta get how you would do it.
  6. Doesn't seem like its part of the game.. there's nothing like this normally.
  7. Yea will be nice.
  8. You get a certificate that signs the app for only 7 days, a developer account can get a certificate for 1 year but it costs money. After that you will need to sign the app again/reinstall it.
  9. Name of the game you want hacked: (Any good shooter game, maybe even MCVS) Jailbroken or Non-Jailbroken: Jailbroken preferably Requested Features: Aimbot (I Wish), God Mode (Maybe..), Unlimited Ammo, Fast Reload, etc. (The normal stuff.. if possible) Thanks my dudes. Make it happen @Joka @shmoo @Ted2 (if he even does shooters) or someone else Na but its up to you I just want something. Edit: I wasn't surprised.
  10. Yea you need an account for the website and a steam account but that isn't hard.
  11. Satellite Reign game available from Steam on Windows, Mac & Linux, free for a limited time! [Ended] << Click this image! Or click this link: https://www.humblebundle.com/store/satellite-reign
  12. @Ted2 Just out of interest.. what's the difference between using e.g "arg1" and "fp8" or "fp12"?
  13. I was trying to find a rounded bracket but I didn't look hard enough because I thought that was the problem. Here's the complete code without you're spelling mistakes, etc. in the message. https://ghostbin.com/paste/ozs73
  14. I thought you knew everything gosh. Nobody but me seems to use the code functionality..
  15. You can usually find answer on the errors but yea I don't really know myself. Sometimes it'll tell you what line it was on and you just count how many lines down it is on.
  16. No problem! Its nothing but the best.
  17. Your code w/ fixed message text %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Enjoy losing without worrying about money" message:@"Hacked by Orgempire & Demi-God!!" delegate:self cancelButtonTitle:@"Okay I will!" otherButtonTitles:@" ", nil]; [credits show]; [credits release]; return %orig; } %end %hook UADSDevice +(bool) isRooted { Return FALSE; } %end %hook UADSApiDeviceInfo +(void) WebViewExposed_isRooted:(id)arg1 { arg1 = NULL } %end %hook JailBreakChecks +(bool) isApplicationCrackd { Return FALSE; } %end %hook FYB JailbreakStatusProvider +(bool) isJailbroken { Return FALSE; } %end %hook JailBreakChecks +(bool) isDeviceJailbroken { Return FALSE; } %end %hook JailBreakChecks +(bool) isApplicationTamperedWith { Return FALSE; } %end %hook GADDevice +{bool) jailbroken { Return TRUE; } %end %hook FYBJailbreakStatusProvider -(id) dictionaryWithKeyValueParameters { } %end %hook MenuScratchCardNode -(bool) isScratched { Return TRUE; } %end %hook UserInfo -(Unsigned int) fp8 getConsumableAmountOfType:(int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfo -(void) setConsumableAmountOfType:(int)fp8 Amount:(Unsigned int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfo -(void) IncrementConsumableAmountOfType:(int)fp8 Amount:(int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfoDebug -(void) setDebugIsPayingUser:(bool) arg1 { arg1 = NULL } %end %hook UserInfoDebug -(bool) isPayingUser { Return TRUE } %end %hook UserInfo -(bool) isPayingUser { Return TRUE } %end %hook UserInfo -(Void) setIsPayingUser:(bool) arg1 { arg1 = TRUE } %end I'm no genius but I think having the open and closed bracket pro after each other with no return might be causing an issue because this line is completely useless without a return. Maybe had NULL to it. %hook FYBJailbreakStatusProvider -(id) dictionaryWithKeyValueParameters { } %end Try this. (Added a return of 'NULL') %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Enjoy losing without worrying about money" message:@"Hacked by Orgempire & Demi-God!!" delegate:self cancelButtonTitle:@"Okay I will!" otherButtonTitles:@" ", nil]; [credits show]; [credits release]; return %orig; } %end %hook UADSDevice +(bool) isRooted { Return FALSE; } %end %hook UADSApiDeviceInfo +(void) WebViewExposed_isRooted:(id)arg1 { arg1 = NULL } %end %hook JailBreakChecks +(bool) isApplicationCrackd { Return FALSE; } %end %hook FYB JailbreakStatusProvider +(bool) isJailbroken { Return FALSE; } %end %hook JailBreakChecks +(bool) isDeviceJailbroken { Return FALSE; } %end %hook JailBreakChecks +(bool) isApplicationTamperedWith { Return FALSE; } %end %hook GADDevice +{bool) jailbroken { Return TRUE; } %end %hook FYBJailbreakStatusProvider -(id) dictionaryWithKeyValueParameters { Return NULL } %end %hook MenuScratchCardNode -(bool) isScratched { Return TRUE; } %end %hook UserInfo -(Unsigned int) fp8 getConsumableAmountOfType:(int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfo -(void) setConsumableAmountOfType:(int)fp8 Amount:(Unsigned int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfo -(void) IncrementConsumableAmountOfType:(int)fp8 Amount:(int)fp12 { fp8 = 1; fp12 = 1; %orig; } %end %hook UserInfoDebug -(void) setDebugIsPayingUser:(bool) arg1 { arg1 = NULL } %end %hook UserInfoDebug -(bool) isPayingUser { Return TRUE } %end %hook UserInfo -(bool) isPayingUser { Return TRUE } %end %hook UserInfo -(Void) setIsPayingUser:(bool) arg1 { arg1 = TRUE } %end Hope it fixes the issue!
×
  • 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