Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Gotta show proof lmao But im in
  2. I found a club penguin hack tool that you anyone can use. Here's the website: http://cpadders.com/ You can only add 5k coins, items from non/member, igloo items etc. Proof: Enjoy!
  3. Hacked App: SMILE Inc. iTunes Link: https://itunes.apple.com/us/app/smile-inc./id1162255664?mt=8 Bundle ID: com.superlamegames.smileinc Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - Free store Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the hack file from the link above. Step 2: Copy the file over to your iDevice using any file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the installation. Step 6: Once the installation is finished, open the app and enjoy the hack! Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @@Joka Hack Video/Screenshots: N/A
  4. Yeah but from Goggwell's tut, it seems really confusing
  5. Yup. Worked thanks
  6. Hacked App:The Blockheads v1.6.2 iTunes Link:https://itunes.apple.com/gb/app/the-blockheads/id519596406?mt=8 Bundle ID:com.majicjungle.blockheads Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - Unlimited jet-pack fuel - High view radius - Unlimited health - Unlimited happiness - Unlimited environment - Unlimited energy - No collapse - Unlimited saturation (no hunger) - Unlimited coins - One hit kill & much more! Hack Download Link: If you could hit the , I'd really appreciate it. Thank you! [Hidden Content] Installation Instructions: Step 1: Download the hack file from the link above. Step 2: Copy the file over to your iDevice using any file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the installation. Step 6: Once the installation is finished, open the app and enjoy the hack! Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @@Joka - @@Amuyea (for support thank youuu!)
  7. Thank you
  8. I don't see any well I think I do... That's what FlexConverter gave me...
  9. #include <substrate.h> %hook EvolutionAppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Blockheads Hack" message:@"Made by Joka on iOSGods ^_^" delegate:nil cancelButtonTitle:@"Thank you!" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end %hook Blockhead -(bool) canFly { return TRUE; } %end %hook Blockhead -(void) sufferDamage:(float)arg1 isSimulation:(bool)arg2 recoil:(bool) { arg2 = TRUE; arg3 = TRUE; return %orig; } %end %hook Blockhead -(void) hitWithForce:(int)arg1 blockhead:(id) { arg1 = 999999999; return %orig; } %end %hook Blockhead -(bool) canUseDynamicObject:(id)arg1 { return TRUE; } %end %hook Blockhead -(bool) doubleTimeUnlocked { return TRUE; } %end %hook Blockhead -(float) death { return (float)0.000000; } %end %hook Blockhead -(void) subtractCash:(int)arg1 { arg1 = 0; return %orig; } %end %hook Blockhead -(int) totalCash { return 999999999; } %end %hook TradingPost -(int) currentBlockheadCash { return 999999999; } %end %hook TradePortal -(int) currentBlockheadCash { return 999999999; } %end %hook Blockhead -(bool) canCollapse { return TRUE; } %end %hook Blockhead -(float) energy { return (float)999.000000; } %end %hook Blockhead -(float) fullness { return (float)999.000000; } %end %hook Blockhead -(void) update:(float)arg1 isSimulation:(bool) { arg1 = (float)0.100000; arg2 = TRUE; return %orig; } %end %hook Blockhead -(bool) canMeditate { return TRUE; } %end %hook Blockhead -(bool) canSleepOnSpot { return TRUE; } %end %hook Blockhead -(float) happiness { return (float)999.000000; } %end %hook Blockhead -(float) environmentTemperature { return (float)50.000000; } %end %hook Blockhead -(float) environmentExposure { return (float)0.000000; } %end %hook Blockhead -(float) environmentLight { return (float)999.000000; } %end %hook Blockhead -(float) environment { return (float)999.000000; } %end %hook Blockhead -(float) health { return (float)999.000000; } %end %hook Blockhead -(float) drownFraction { return (float)0.000000; } %end %hook Blockhead -(bool) willDieIfHitByForce:(int)arg1 { return TRUE; } %end %hook Blockhead -(int) jetpackFuelCount { return 999999999; } %end %hook Blockhead -(bool) jetPackIsLowOnFuel { return TRUE; } %end %hook Blockhead -(int) viewRadius { return 999; } %end %hook Door -(bool) canBeUsedByBlockhead:(id)arg1 { return TRUE; } %end %hook InteractionObject -(bool) canBeUsedByBlockhead:(id)arg1 { return TRUE; } %end %hook Chest -(bool) canBeUsedByBlockhead:(id)arg1 { return TRUE; } %end %hook OwnershipSign -(bool) canBeUsedByBlockhead:(id)arg1 { return TRUE; } %end %hook Workbench -(int) level { return 20; } %end %hook Workbench -(int) numberOfCraftableItemsUpToCurrentLevel { return 999999999; } %end %hook World -(bool) hdTexturesUnlocked { return TRUE; } %end %hook GameView -(bool) hdTexturesUnlocked { return TRUE; } %end %hook World -(bool) doubleTimeUnlocked { return TRUE; } %end %hook TradingPost -(int) coinCount { return 999999999; } %end %hook TradingPost -(void) setCoinCount:(int)arg1 { arg1 = 999999999; return %orig; } %end %hook BlockheadAI -(void) update:(float)arg1 isSimulation:(bool) { arg1 = (float)0.100000; arg2 = TRUE; return %orig; } %end With or without the UIAlertView, it still gives the same errors..
  10. lmao :(
  11. This happens to me too, you're not alone. You have to keep doing it till it gets it wait 5 seconds before clicking the circle, then wait another 5 seconds before locking the iDevice.
  12. Okay lmaooo.
  13. So I decided to use that FlexConverter thing & it worked fine. Pasted it into my tweak.xm & now I get a different error. These are the errors I'm now getting: https://s10.postimg.org/4hx8jfw3t/image.png https://s10.postimg.org/e3qszqn9l/image.png Help ????
  14. Repo? I think I found a repo but dunno if its the right one...
  15. FlexConverter?
  16. I followed shmoo's tut :'( rip. But yeah, thanks if you do
  17. How?
×
  • 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