Jump to content

Red16

Senior Member
  • Posts

    278
  • Joined

  • Last visited

Everything posted by Red16

  1. Wow these updates are out of hand i’ll update it when i have time
  2. Yes i am done with the update plus i added 5 features cash,monkeymoney, knowledgepoints ill updatd it today
  3. Updated Hack: Modded/Hacked App: Bloons TD 6 by Ninja Kiwi Bundle ID: com.ninjakiwi.bloonstd6 iTunes Store Link: https://apps.apple.com/us/app/bloons-td-6/id1118115766 Mod Requirements - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features - God Mode - Cash Never Decrease - MonkeyMoney Never Decrease - High Knowledge Points - Monkey XP - Use your Monkey Once, Get infinity XP - UnlockAllTowers - UnlockAllHeroes Experimental What should i add 😉, red16 Hack Download Link [Hidden Content] Installation Instructions STEP 1 Download the .deb Cydia hack file from the link above. STEP 2 Copy the file over to your iDevice using any of the 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 cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6 Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. STEP 7 Turn on the features you want and then open the game. Then follow the instructions inside the popup. NOTE If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @Red16 Cheat Video/Screenshots:
  4. Modded/Hacked App: Goblin Sword by Gelato Games Ltd Bundle ID: com.gelatogames.goblinsword iTunes Store Link: https://apps.apple.com/us/app/goblin-sword/id905488045 Mod Requirements - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features - God Mode - LavaImmune - FloatLittle - Infinity Jumps - Set_Gems: - set how much gems you want Hack Download Link [Hidden Content] Installation Instructions STEP 1 Download the .deb Cydia hack file from the link above. STEP 2 Copy the file over to your iDevice using any of the 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 cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6 Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. STEP 7 Turn on the features you want and then open the game. Then follow the instructions inside the popup. NOTE If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - @Red16 Cheat Video/Screenshots:
  5. Ill take a look at this game soon
  6. what do you mean? it just works a little weird move around a little
  7. typedef struct _monoString { void* klass; void* monitor; int length; char chars[1]; int getLength() { return length; } char* getChars() { return chars; } NSString* toNSString() { return [[NSString alloc] initWithBytes:(const void *)(chars) length:(NSUInteger)(length * 2) encoding:(NSStringEncoding)NSUTF16LittleEndianStringEncoding]; } char* toCString() { NSString* v1 = toNSString(); return (char*)([v1 UTF8String]); } std::string toCPPString() { return std::string(toCString()); } }monoString; monoString *(*String_CreateString)(void *_this, const char *str) = (monoString *(*)(void *, const char *))getRealOffset(0x102387FC4); monoString *str = String_CreateString(NULL, "Noob"); void (*KillMe) (void *player, double dmg, monoString** deathText) = (void (*) (void *, double, monoString**))getRealOffset(0x100F52208); void (*old_Player_Update) (void *player, int i); void Player_Update (void *player, int i){ if([switches isSwitchOn:@"KillMe"]) { KillMe(player, 500, (monoString**)str); } old_Player_Update(player, i); } Every time I use this my game crashes is there something wrong im doing. I used this, char* value
×
  • 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