Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. 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.
  2. Okay lmaooo.
  3. 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 ????
  4. Repo? I think I found a repo but dunno if its the right one...
  5. FlexConverter?
  6. I followed shmoo's tut :'( rip. But yeah, thanks if you do
  7. How?
  8. ffs Shit. Just crashed my phone ahha Brb #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; } -(void) sufferDamage:(float) isSimulation:(bool)arg0 recoil:(bool)arg1 { arg0 = FALSE; arg1 = FALSE; } -(void) hitWithForce:(int)arg0 blockhead:(id) { arg0 = 999999999; } -(bool)arg0 canUseDynamicObject:(id) { arg0 = TRUE; } -(bool) doubleTimeUnlocked { return TRUE; } -(int) subtractCash { return 0; } -(int) totalCash { return 999999999; } -(bool) canCollapse { return FALSE; } -(float) fullness { return 999; } -(void)update:(float)arg0 isSimulation:(bool)arg1 { arg0 = 0.1; arg1 = FALSE; } -(float) energy { return 999; } -(bool) canMeditate { return TRUE; } -(bool) canSleepOnSpot { return TRUE; } -(float) happiness { return 999; } -(float) environment { return 999; } -(float) environmentLight { return 999; } -(float) environmentExposure { return 0; } -(float) environmentTemperature { return 50; } -(float) health { return 999; } -(float) drownFraction { return 0; } -(float) death { return 0; } -(bool)arg0 willDieIfHitByForce:(int) { arg0 = FALSE; } -(int) jetpackFuelCount { return 999999999; } -(bool) jetPackIsLowOnFuel { return FALSE; } -(int) viewRadius { return 999; } %end %hook Door -(bool)arg0 canBeUsedByBlockhead:(id) { arg0 = TRUE; } %end %hook OwnershipSign -(bool)arg0 canBeUsedByBlockhead:(id) { arg0 = TRUE; } %end %hook Chest -(bool)arg0 canBeUsedByBlockhead:(id) { arg0 = TRUE; } %end %hook InteractionObject -(bool)arg0 canBeUsedByBlockhead:(id) { arg0 = TRUE; } %end %hook Workbench -(int) numberOfCraftableItemsUpToCurrentLevel { return 999999999; } -(int) level { return 20; } %end %hook World -(bool) hdTexturesUnlocked { return TRUE; } -(bool) doubleTimeUnlocked { return TRUE; } %end %hook GameView -(bool) hdTexturesUnlocked { return TRUE; } %end %hook TradingPost -(int) coinCount { return 999999999; } -(void) setCoinCount:(int)arg0 { arg0 = 999999999; } -(int) currentBlockheadCash { return 999999999; } %end %hook TradePortal -(int) currentBlockheadCash { return 999999999; } %end %hook BlockheadAI -(void)update:(float)arg0 isSimulation:(bool)arg1 { arg0 = 0.1; arg1 = FALSE; } %end
  9. Tried to compile a tweak I made and boom, got this error:
  10. So this is what it'll look like yeah? Example: - (void)updatefloat)arg0 isSimulationbool)arg1 { arg0 = 999 arg1 = TRUE }
  11. Could I get one m8?
  12. Okay, I'll try that
  13. What's arg? lmao
  14. So I'm tryna use a function off a game which is '-(void) update:(float) isSimulation:(bool)' and I've only used the float & the bool, but not the void. So what do I put into my tweak xm if I'm not using the void?
  15. lmao thanking a hack request
  16. I'm making a tweak for a game & I just wanna know if their's a quicker way to edit a tweak.xm using my Windows PC? Thanks
  17. Yup already did. This was an old topic lmao...
  18. <value> means you put in the game you want I think. Examples: WhatsApp, YouTube, TomHankingRun etc.
  19. I tried it with 3 games. All exactly the same.
  20. Doesn't make a difference. It still crashes...
  21. I downloaded it from the Xarold repo & it works
  22. I forgot the password for that account lmao. That one wasn't. Was around mid October, trust me.
×
  • 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