Jump to content

Need assistance with mshook for a boolean


QuistisQueen

3 posts in this topic

Recommended Posts

Posted

I saw some example of writing mshook for boolean, but would like an actual written example of the value gathered from flex. May I have the experty MSHook individual to provide some example to write this boolean codes? It's to disable ads from PvZ.

 

spacer.png

Posted

%hook classname

put your method here

%end

For example in the screenshot

%hook GADInterstitial

-(bool) isReady
{
return false;
}

%end

Archived

This topic is now archived and is closed to further replies.

×
  • 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