Jump to content

[HELP] How to edit void functions of any ios app?


Go to solution Solved by castix,

6 posts in this topic

Recommended Posts

Posted

Well i came across an important Target Method in flex but it was in void so is there any way to edit the void ? I do have Theos installed on my iPhone . Would be glad if someone could help me out! THank you  :)


Posted

Well i came across an important Target Method in flex but it was in void so is there any way to edit the void ? I do have Theos installed on my iPhone . Would be glad if someone could help me out! THank you  :)


{


 


so this is how it looks --> (code)


Unit for -(void)activateReloadTimer


Target Class-  GADSlot


 


TargetMethod -(void)activateReloadTimer


Return Value(void) - pass-through


 


Posted

void don't return anything :). You can nop it to make it not doing anything

 

example:

 

- (void)isEnemyStartAttack

{

}

 

That's it :) it will make the enemy not attacking. Just an example, depend on your game :)

Posted (edited)

@Laxus : Thanks man!  :)

But it's a Social Networking App and i want to disable the timer , So you're saying that if i don't put anything inside void it'll stop reloading the timer? Yes that's true void don't return anything :)(When i attach a photo and send it , it starts a timer of 180 seconds) So i don't want to activate the timer . It should let me send as many photos i want  

Updated by Vegito
  • Solution
Posted

Using the search function would be useful next time ;)

- (void)activateReloadTimer {
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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