-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
You should get the iAPFreev4 Standalone Plugin from Alex798. Get it from any repo you want but not insanelyi
-
Hacked everything now
-
I hacked Credits, Stars, Candy, Energy, Every Island Unlocked. One Hit Kill works for AI enemies but I'm trying to make it work for online arena. The problem is it's a shared damage function with the enemy
-
Let me fix the Credits hack for you. This will be a standalone because the game is too easy to hack
-
Help/Support New patch, setdebug and debugmenu?
castix replied to Salman1700's topic in Help & Support
Woah so many wrong syntax -
That's alright you don't need to make it with voice
-
Yes, I have a YouTube channel. It's called z0ne as well but that's not the topic here. Basically what I need is someone who can do reviews of my hacks and sometimes other things for me. You know, I'm really busy and only have an iPhone so I don't have time to invest in making videos. That's why I need you! You need: - iPad 3 or above - Jailbreak - Some knowledge of making videos - To make videos with your voice? That's optional You don't have to be VIP member. If you have to review a cheat from me which is in VIP you will get it of course. This you are not allowed to share files I give to you. Like I said if you could make videos with voice guide that would be awesome. If you are interested in making those reviews or have questions, you can contact me or reply below. Thank you
-
#include <substrate.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/com.goggwell.FruitNinja.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } bool (*old_IsTimedGame)(void *self); int (*old_WaveSpawnManager_SpawnBomb)(void *self); int (*old_WaveManager_GetCriticalChance)(void *self); int (*old_Components_Score_LifeLost)(void *self); bool (*old_Components_Score_IsNewBest)(void *self); int (*old_AIManager_Tournament_GetEntryFee)(void *self); bool IsTimedGame(void *self) { if(GetPrefBool(@"kTimed")) { return FALSE; } else { return old_IsTimedGame(self); } } int WaveSpawnManager_SpawnBomb(void *self) { if(GetPrefBool(@"kBomb")) { return 0; } else { return old_WaveSpawnManager_SpawnBomb(self); } } int WaveManager_GetCriticalChance(void *self) { if(GetPrefBool(@"kCrit")) { return 100; } else { return old_WaveManager_GetCriticalChance(self); } } int Components_Score_LifeLost(void *self) { if(GetPrefBool(@"kLost")) { return 0; } else { return old_Components_Score_LifeLost(self); } } int Components_Score_IsNewBest(void *self) { if(GetPrefBool(@"kBest")) { return TRUE; } else { return old_Components_Score_IsNewBest(self); } } int AIManager_Tournament_GetEntryFee(void *self) { if(GetPrefBool(@"kFee")) { return 0; } else { return old_AIManager_Tournament_GetEntryFee(self); } } %ctor { MSHookFunction((void*)MSFindSymbol(NULL,"__Z11IsTimedGamev"),(void*)IsTimedGame,(void**)&old_IsTimedGame); MSHookFunction((void*)MSFindSymbol(NULL,"__ZN11WaveManager9SpawnBombEiP12SPAWNER_INFOi"),(void*)WaveSpawnManager_SpawnBomb,(void**)&old_WaveSpawnManager_SpawnBomb); MSHookFunction((void*)MSFindSymbol(NULL,"__ZN11WaveManager17GetCriticalChanceEi"),(void*)WaveManager_GetCriticalChance,(void**)&old_WaveManager_GetCriticalChance); MSHookFunction((void*)MSFindSymbol(NULL,"__ZN10Components5Score8LifeLostE8_Vector3IfEiP6Entity"),(void*)Components_Score_LifeLost,(void**)&old_Components_Score_LifeLost); MSHookFunction((void*)MSFindSymbol(NULL,"__ZNK10Components5Score9IsNewBestEv"),(void*)Components_Score_IsNewBest,(void**)&old_Components_Score_IsNewBest); MSHookFunction((void*)MSFindSymbol(NULL,"__ZN9AIManager10Tournament11GetEntryFeeERKN6Mortar11AsciiStringE"),(void*)AIManager_Tournament_GetEntryFee,(void**)&old_AIManager_Tournament_GetEntryFee); }
-
Use %ctor if it's still not working
-
Change *ptr to *self
-
WaveManager9SpawnBombEiP12SPAWNER Is not an integer. BX LR or (void) WaveManager9SpawnBombEiP12SPAWNER { return; }
-
I know I made a hack for the game and you can get pretty much everything in the game that's ever going to be released. This account is a bit different. It has all paid ruby dragons bought, a 365 days Elite Account subscription and 73000 rubies saved for fun . The defense is quite strong with every tower on level 15 and I highly recommend not to upgrade them over level 15 if you don't want to be banned. This is not a giveaway with a winner or something and you don't need to fill any requirements. Just log in with the Pocket Gems account and play Don't be an asscake and change the password The email doesn't exist in reality. You can change the username if you want using the Name Changer feature in my hack Enjoy [hide]ID/Email: [email protected] Password: ilovethisforum [/hide] Screenshots
-
@@Siddhartha
-
Just checked again an update is useless because everything works @@niekselisThere is no Energy hack provided check the features? And you have to activate the Active Ability manually but you have no cooldown
-
Don't make me leave the forum
-
Patcher Family Guy: The Quest For Stuff v1.11.0 Hacks +1
castix replied to a topic in Free Jailbreak Cheats
Not for playing it of course -
Patcher Family Guy: The Quest For Stuff v1.11.0 Hacks +1
castix replied to a topic in Free Jailbreak Cheats
Is the game good? -
Help/Support Tweak.xm ERROR implicit conversion from 'int' to 'unsigned short'
castix replied to Cyber X's topic in Help & Support
It wasn't necessary at all to show the Tweak.xm just leechers here or wat -
Your are not banned. If you think you are banned, don't use cheats
-
Ok give me some time
-
I need that account :|
-
Help/Support 8 ball pool and Instagram followers
castix replied to alonebadshah's topic in Help & Support
If you mean the 8 ball pool made by Shark Party (now Storm8) I posted a working autowin -
Remove homeScreenRotationSyle