Jump to content

16 posts in this topic

Recommended Posts

Posted

Try it :dunno:

Pasted exactly what he "fixed" into the right files but still didn't work, maybe check my prefbundle.mm file:

 

#import "prefbundle.h"

 

@interface prefbundleListController: PSListController {

}

@end

 

@implementation prefbundleListController

- (id)specifiers {

if(_specifiers == nil) {

_specifiers = [[self loadSpecifiersFromPlistName:@"prefbundle" target:self] retain];

}

return _specifiers;

}

 

-(void)respring {

system("killall -9 SpringBoard");

}

 

-(void) apply {

UIAlertView *alert1 = [[uIAlertView alloc]initWithTitle:@"NoSettingsSearch!" message:@"Made by Sunny Patel" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil];

[alert1 show];

}

 

-(void) link {

[[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.com/StarSunSunny]];

}

 

@end

 

// vim:ft=objc

Posted

@@Basmal121

 

but still didn't work, maybe check my prefbundle.mm file:

 

#import "prefbundle.h"

 

@interface prefbundleListController: PSListController {

}

@end

 

@implementation prefbundleListController

- (id)specifiers {

if(_specifiers == nil) {

_specifiers = [[self loadSpecifiersFromPlistName:@"prefbundle" target:self] retain];

}

return _specifiers;

}

 

-(void)respring {

system("killall -9 SpringBoard");

}

 

-(void) apply {

UIAlertView *alert1 = [[uIAlertView alloc]initWithTitle:@"NoSettingsSearch!" message:@"Made by Sunny Patel" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil];

[alert1 show];

}

 

-(void) link {

[[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.c...tarSunSunny]];

}

 

@end

 

// vim:ft=objc

Posted (edited)

Try this

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>entry</key>

<dict>

<key>cell</key>

<string>PSLinkCell</string>

<key>icon</key>

<string>icon.png</string>

<key>label</key>

<string>NoSettingsSearch</string>

</dict>

<key>items</key>

<array>

<dict>

<key>cell</key>

<string>PSGroupCell</string>

<key>label</key>

<string>On or Off</string>

</dict>

<dict>

<key>cell</key>

<string>PSSwitchCell</string>

<key>default</key>

<false/>

<key>defaults</key>

<string>NoSettingsSearch</string>

<key>key</key>

<string>kSettingsSearch</string>

<key>label</key>

<string>Search (On or Off)</string>

</dict>

<dict>

<key>cell</key>

<string>PSGroupCell</string>

<key>label</key>

<string>Tweak by Sunny Patel only for Use!</string>

</dict>

<dict>

<key>cell</key>

<string>PSTextCell</string>

<key>label</key>

<string>Visit http://youtube.com/StarSunSunny]http://youtube.com/StarSunSunny for more!</string>

</dict>

</array>

<key>title</key>

<string>NoSettingsSearch</string>

</dict>

<dict>

<key>cell</key>

<string>PSButtonCell</string>

<key>label</key>

<string>Respring</string>

<key>action</key>

<string>respring</string>

</dict>

<dict>

<key>cell</key>

<string>PSButtonCell</string>

<key>action</key>

<string>apply</string>

<key>label</key>

<string>Thanks</string>

</dict>

<dict>

<key>action</key>

<string>link</string>

<key>cell</key>

<string>PSButtonCell</string>

<key>label</key>

<string>Subscribe to My Channel!</string>

</dict>

</plist>

Updated by ProNab
Posted

Have you seen what Basmal121 put?

  

Did he fix it for me? I thought he just reposted what I said

I just reposted it in

 so you get clear view ¯\_(ツ)_/¯ 
Posted (edited)

Try this

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict>	<key>entry</key>	<dict>		<key>cell</key>		<string>PSLinkCell</string>		<key>icon</key>		<string>icon.png</string>		<key>label</key>		<string>NoSettingsSearch</string>	</dict>	<key>items</key>	<array>		<dict>			<key>cell</key>			<string>PSGroupCell</string>			<key>label</key>			<string>On or Off</string>		</dict>		<dict>			<key>cell</key>			<string>PSSwitchCell</string>			<key>default</key>			<false/>			<key>defaults</key>			<string>NoSettingsSearch</string>			<key>key</key>			<string>kSettingsSearch</string>			<key>label</key>			<string>Search (On or Off)</string>		</dict>		<dict>			<key>cell</key>			<string>PSGroupCell</string>			<key>label</key>			<string>Tweak by Sunny Patel only for Use!</string>		</dict>		<dict>			<key>cell</key>			<string>PSTextCell</string>			<key>label</key>			<string>Visit http://youtube.com/StarSunSunny]http://youtube.com/StarSunSunny for more!</string>		</dict>	</array>	<key>title</key>	<string>NoSettingsSearch</string></dict><dict>	<key>cell</key>	<string>PSButtonCell</string>	<key>label</key>	<string>Respring</string>	<key>action</key>	<string>respring</string></dict><dict>       <key>cell</key>       <string>PSButtonCell</string>       <key>action</key>       <string>apply</string>       <key>label</key>       <string>Thanks</string></dict><dict>	<key>action</key>	<string>link</string>	<key>cell</key>	<string>PSButtonCell</string>	<key>label</key>	<string>Subscribe to My Channel!</string> </dict></plist> 

Still not working.

I just reposted it in

 so you get clear view ¯\_(ツ)_/¯Still not working

Still not working.

 

Still not working

i dunno why it's not working, is there something wrong with the .mm?
Updated by Donald J Trump

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
  • Our picks

    • Merge Cat Cafe: Decorate v1.1.50 [ +11 Cheats ] Currency Max
      Modded/Hacked App: Merge Cat Cafe: Decorate By StandEgg Co., Ltd
      Bundle ID: com.standegg.mergecatcafe2
      App Store Link: https://apps.apple.com/us/app/merge-cat-cafe-decorate/id6670415194?uo=4

      🤩 Hack Features

      - Gems Freeze
      - Coins Freeze
      - Booster Freeze
      - Box Items Freeze
      - Energy 0 Play Unlimited
      :::: VIP ::::
      - ADS NO
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      - Unlimited Booster
      - Unlimited Box Items
      • 0 replies
    • Merge Cat Cafe: Decorate v1.1.50 [ +11 Jailed ] Currency Max
      Modded/Hacked App: Merge Cat Cafe: Decorate By StandEgg Co., Ltd
      Bundle ID: com.standegg.mergecatcafe2
      App Store Link: https://apps.apple.com/us/app/merge-cat-cafe-decorate/id6670415194?uo=4

      🤩 Hack Features

      - Gems Freeze
      - Coins Freeze
      - Booster Freeze
      - Box Items Freeze
      - Energy 0 Play Unlimited
      :::: VIP ::::
      - ADS NO
      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      - Unlimited Booster
      - Unlimited Box Items
      • 0 replies
    • Crossword Master - Word Puzzle v2.1.0 [ +3 Cheats  ] Currency Max
      Modded/Hacked App: Crossword Master - Word Puzzle By Easybrain Ltd
      Bundle ID: com.easybrain.crossword.puzzles
      App Store Link: https://apps.apple.com/us/app/crossword-master-word-puzzle/id6547858927?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Coins
      - Unlimited Booster
      • 0 replies
    • Crossword Master - Word Puzzle v2.1.0 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Crossword Master - Word Puzzle By Easybrain Ltd
      Bundle ID: com.easybrain.crossword.puzzles
      App Store Link: https://apps.apple.com/us/app/crossword-master-word-puzzle/id6547858927?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Coins
      - Unlimited Booster
      • 0 replies
    • ZakuzakuSlash +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: ZakuzakuSlash By nekosuko
      Bundle ID: jp.nekosuko.zakuzakuslash
      App Store Link: https://apps.apple.com/us/app/zakuzakuslash/id6749934570?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - XP Multiplier
      - Unlimited Gold -> Will increase instead of decrease.
        • Thanks
        • Winner
        • Like
      • 2 replies
    • Piggy Land 3D v1.2.2 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Piggy Land 3D By PIXON PTE. LTD.
      Bundle ID: farm.piggy.animal.jam.away
      App Store Link: https://apps.apple.com/us/app/piggy-land-3d/id6762121301?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Coin
      - Unlimited Booster
      - Custom Level
        • Like
      • 1 reply
    • Piggy Land 3D v1.2.2 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Piggy Land 3D By PIXON PTE. LTD.
      Bundle ID: farm.piggy.animal.jam.away
      App Store Link: https://apps.apple.com/us/app/piggy-land-3d/id6762121301?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Coin
      - Unlimited Booster
      - Custom Level
      • 0 replies
    • Dwarfs Diggers: Idle Master v0.7.4 [ +4 Jailed ] Currency Freeze
      Modded/Hacked App: Dwarfs Diggers: Idle Master By BLACK BOX DIGITAL LLP
      Bundle ID: com.bbdigital.idle.dwarfs.master
      App Store Link: https://apps.apple.com/us/app/dwarfs-diggers-idle-master/id6769121279?uo=4

      🤩 Hack Features

      - Currency Freeze
      - Resources Freeze
      - Energy Freeze
      - Troop Drop Unlimited
        • Like
      • 3 replies
    • Dwarfs Diggers: Idle Master v0.7.4 [ +4 Cheats ] Currency Freeze
      Modded/Hacked App: Dwarfs Diggers: Idle Master By BLACK BOX DIGITAL LLP
      Bundle ID: com.bbdigital.idle.dwarfs.master
      App Store Link: https://apps.apple.com/us/app/dwarfs-diggers-idle-master/id6769121279?uo=4

      🤩 Hack Features

      - Currency Freeze
      - Resources Freeze
      - Energy Freeze
      - Troop Drop Unlimited
        • Like
      • 1 reply
    • Metal Slug Rush v1.0.0 [ +9 APK MOD ] Currency Max
      Mod APK Game Name: Metal Slug Rush
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ringgames.msm

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Silver keys
      - Unlimited Golden Keys
      - Unlimited Special Keys
      - Unlimited Blueprint
      - Unlimited Token
      - Unlimited Ticket +3
        • Agree
        • Like
      • 1 reply
    • Metal Slug Rush v1.0.0 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Metal Slug Rush By REVIVECONTENTS CO.,LTD.
      Bundle ID: com.ringgames.msm
      App Store Link: https://apps.apple.com/us/app/metal-slug-rush/id6775727338?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Silver keys
      - Unlimited Golden Keys
      - Unlimited Special Keys
      - Unlimited Blueprint
      - Unlimited Token
      - Unlimited Ticket +3
        • Thanks
        • Like
      • 3 replies
    • Metal Slug Rush v1.0.0 [ +9 jailed ] Currency Max
      Modded/Hacked App: Metal Slug Rush By REVIVECONTENTS CO.,LTD.
      Bundle ID: com.ringgames.msm
      App Store Link: https://apps.apple.com/us/app/metal-slug-rush/id6775727338?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Silver keys
      - Unlimited Golden Keys
      - Unlimited Special Keys
      - Unlimited Blueprint
      - Unlimited Token
      - Unlimited Ticket +3
        • Agree
        • Like
      • 3 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