Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. 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.
  2. 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.
  3. Yea you need an account for the website and a steam account but that isn't hard.
  4. 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
  5. @Ted2 Just out of interest.. what's the difference between using e.g "arg1" and "fp8" or "fp12"?
  6. 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
  7. I thought you knew everything gosh. Nobody but me seems to use the code functionality..
  8. 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.
  9. No problem! Its nothing but the best.
  10. 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!
  11. Thank you for checking it out!
  12. This is the 'Best iOS 11 Tweaks' Note: Sorry but I don't like icon theming, I prefer the stock iOS style. I have tested some of my iOS 9 tweaks for you so you don't have to. So some tweaks designed for iOS 9 will be listed so they may be UNSTABLE (Randomly Crash). Most of these should work for the iOS 11.2 - 11.3.1 Jailbreak as well. Tweak List: [hide] Sources: http://apt.saurik.com/ http://cydia.dtathemes.com/repo/ https://gmoran.me/repo/ http://beta.sparkservers.co.uk/ https://beta.cpdigitaldarkroom.com/ https://midnightchip.github.io/repo/ http://apt.thebigboss.org/repofiles/cydia/ http://repo.biteyourapple.net/ https://cydiageek.yourepo.com/ http://repo666.ultrasn0w.com/ http://apt.so/fivekbps/ http://sinfuliphonerepo.com/ http://beta.unlimapps.com/ http://repo.bingner.com/ http://apt.modmyi.com/ http://rpetri.ch/repo/ http://tigisoftware.com/cydia/ http://cydia.zodttd.com/repo/cydia/ http://repo.hackyouriphone.org/ https://capt.dreamcode.it/ https://reddestdream.github.io/ https://coolstar.org/publicrepo/ http://cydia.angelxwind.net/ https://repo.xarold.com/ http://iostonykraft.github.io/ https://ib-soft.net/cydia/beta/ https://legitcomputerwhisperer.github.io/ http://jakeashacks.com/cydia/ http://cydia.iphonecake.com/ https://electrarepo64.coolstar.org/substrate https://electrarepo64.coolstar.org/ https://cydia.hbang.ws/ https://repo.packix.com/ Packages: 3DNoDiv - 1.0 Activator - 1.9.13~beta2 ActivatorFix - 1.1 AFlexLoader - 0.0.2 Album Art As Background - 0.0.2-1+debug App Percent - 2.0.2 [App] AppCake - 5.5.8.1 [App] Apps Manager - 1.3.0-15 AppSync Unified - 24.0 Artworkify - 0.0~beta4 AutoLockToggle (CCSupport) - 0.1-1 AutoShiftFix - 0.1 AutoTouch - 4.1.0 BetterPowerDown - 1.4.0 Bloons TD 6 Cheats - 1.5 BlurryBadges - 1.1 Bolders - 0.0.4-2 Boxy 3 (iOS 11) - 3.2.6-1+debug BreadcrumbsAway - 1.1 BreakThrough - 8.22 CallConnect - 1.3-1 Carrier Search Always - 0.0.1 Cephei - 1.12 ClearBadges3DTouch10 - 1.0.1 Cloaky - 5.0 ColorMyCCModules - 1.0.4-1 coyNotif - 1.0.0 [App] CrashReporter - 1.16.0-1 Critical Ops ViP Cheats - 0.9.14-2 Cylinder - 1.0.6 DataMeter - 1.4-3 DeleteCut - 0.1-1 DeleteForever - 0.0.1-59 DetailedCellularUsage - 2.1.1 Dim - 1.5.2 DismissAnywhere - 1.4 Dndmymusic - 1.0 DoubleCut - 0.4.1-1 Eclipse X (iOS 11) - 5.0.8-3 EQE - 2.0.9 [App] Ext3nder Installer - 16.7 FastDeleteKey - 1.0.1 [App] Filza File Manager 64-bit - 3.5.2-4 FiveIconDockXI - 0.0.1-20 Flame - 1.3 [App] Flex 3 IOS 11 - 3~Beta43 FlexConverter - 0.1.1-1 FloatyDock - 1.2 FolderCloserXI - 1.0.2-1 FormulaOneOne - 1.0.1-3 Forward Assault Cheats - 1.1017 FreeLoader - 0.0.1-235 [App] GameGem - 1.5 Garena Free Fire Cheats - 1.16.0 Git - 2.16.2-1 Gmail ++ - 1.0r-25 Hide Feedback - 0.1 Hungry Jack's Hack - 1.2-1+debug i8Corners - 0.12 [App] iCleaner Pro 64bit - 7.7.0k Icon Renamer - 1.2.5 InApp Purchases iOS 10.x - 1.0~beta1 Instagram - Unlimited Accounts, No Suggestions & Sponsors - 1.0-2 LazyScreenFlash - 0.0.1-1 LeaveAppMakeBounce - 1.0.0 LinkTunes for iOS 8 - 1.4.5 LSPullToDismiss [Public] - 0.0.1-1 MakeRespringsGreatAgain - 1.4 Messenger ++ - 1.0r-68 Minimal Hosts Blocker - 7.3 MitsuhaXI - 0.2.0 Moveable9 - 1.0.0~beta29-6 [App] Movie Box 4 - 4.0.4 NeverLowerMusic - 1.1 [App] NewTerm 2 - 2.0~beta3 No Battery - 0.0.1 NoLargeTitles - 1.0-1 NoMoreAppBar - 1.0-1+debug NoPassHighlight - 0.0.1-1 NoSharePlz - 1.0 NoSubstitute (Electra) - 1.0-1 NoThirdAppsInSettings - 1.0 NoTrackpadDelay - 1.0-2 NudeKeys - 3.1 Overachiever - 1.0.23-1 Palette - 0.5.3-1+debug PauseOnMute - 1.1.1 PerfectFit - 1.0.2 PhotoSize - 1.0 PicoBanners 2 - 0.0.1b1 Pigeon - 0.0.1-5 PUBG MOBILE Cheats - 0.5.0 RealCC - 1.0.1 RespringProgress - 1.3 ReturnDismiss - 0.0.1-4 Rooster - 1.0.0 Rules of Survival Cheats - 1.0.30 Shy Page Dots - 0.1.1 Silo - 1.0.1-3+debug SimpleLSiOS - 1.3.1 SmallVolumeStep - 1.1.0-2 Sonus - 3.0.2-3 Spotilife - 1.0 SpringPlus11 - 1.1.1 SugarCane - 1.0.0-1+debug SwipeForMore - 1.1.7 System Info - 2.0.0-1 [Other] Theos - 1:0.9.639-1 TranslucentCydia - 0.9.0-1 Tweak Count 2 - 1.0.1 tweakCompatible - 0.0.7 Twitter ++ - 1.2r-72 VideoPace - 1.1.1 Watchdog Pro - 1.0.2 (If you need to re-jailbreak you will have to enter no tweaks mode first then disable this tweak in iCleaner or remove it in Cydia to be able to enter jailbroken state again after rebooting, at least for me. Do not install if you don't know how to do this otherwise you will not be able to jailbreak again as it will never load) WeatherVane - 1.1.0 Xbox SmartGlass - Show Secret Achievements - 1.0-4 YouTube Tools - 1.7 [/hide] Screenshots (LS & HS) Happy Jailbreaking!! If you know any other great tweaks please let me know below I would love to check them out! Hope this helps you find some new tweaks! Please give this post a if it did, thanks.
  13. I didn't know you could dual-boot it, cool. Yea I realised this topic was a bit old after.
  14. 99% of WI-FI networks these days use better security methods so any old methods for older security types won't work and its not easy to crack a Wi-Fi network these days.
  15. Not good enough. Gosh.
  16. Get a Mac if you need OS X otherwise you could go for a cheaper Windows laptop. Running a virtual machine as a main OS is never a good idea for productivity and other reasons like compatibility. You can always purchase a Refurbished Mac
  17. Sign in without a different social network I think.
  18. That would be a good idea, thank you.
  19. Right.. makes sense. Thank you, very informative as always.
  20. Hi, I was just wondering what the best way is to avoid signing Electra every 7 days was. Blocking the server? Best way to do that, ect. Obviously Jailbroken. Thanks!
  21. Well you could use SHSH Blobs if you saved them but I don't think you can use them anymore as you had to use the the nonoce from a newer iOS version to restore (iOS 11.2.X) but someone told me you can't use iOS 11.3+ because its no longer compatible but i'm not 100% sure if that's true. Otherwise the short answer is pretty much no.
×
  • 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