Jump to content

16 posts in this topic

Recommended Posts

Posted

So now i am really confused because the tutorials about preference bundles are not of complex type.

 

how do i attach this to preference loader.

i know this--> if(GetPrefBool(@"kXyz"))

 

my point is how am i going to implement it

 

 

for example->

                           %hook DeviceInfoPayload_Builder

                              - (id)setJailbroken:(BOOL)fp8
                                  {
                                        fp8=false; 
                                      return %orig;
 
                                      }
 
 
 
now how do i put  if(GetPrefBool(@"kXyz"))in it?
 
 
 
you mean like this? 
                                                  
                              %hook DeviceInfoPayload_Builder
                              - (id)setJailbroken:(BOOL)fp8
                                  {
                                       if(GetPrefBool(@"kXyz"))
                                        fp8=false; 
                                      return %orig;
 
                                      }
                                      return %orig;
                                         }
 
                                        ?????

 

 

Posted (edited)

Almost correct. Just clean it up like this:

 

%hook DeviceInfoPayload_Builder

 

- (id)setJailbroken:(bool)fp8 {

if(GetPrefBool(@"kXyz")) {

fp8 = FALSE;

return %orig;

}

return %orig;

}

 

%end <---(add %end if you don't want to add more Target-Method also to end the Target-Class)

Updated by C3FFF0E
Posted (edited)
                     

%hook DeviceInfoPayload_Builder
                              - (id)setJailbroken:(BOOL)fp8 {
                                  if(GetPrefBool(@"kXyz")) {
                                        fp8=false;
                                       }
                                      return %orig;
 
                                         }

Updated by Chrizk0
Posted

@Chrizk0 has one missing '{' and @@C3FFF0E's 'return %orig' will erase the argument value

what if it's like this

 
%hook SSJailbreakCheck
+ (id)runningProcesses 
{
return [NSNumber numberWithInt:0];   
}
 
+ (int)filesExistCheck 
{
return 0;
}
+ (int)symbolicLinkCheck
 {
return 0;
}
+ (int)systemCheck
 {
return 0;
}
+ (int)fstabCheck 
{
return 0;
}
+ (int)processesCheck
{
return 0;
}
 
+ (int)plistCheck 
{
return 0;
}
+ (int)inaccessibleFilesCheck 
{
return 0;
}
+ (int)cydiaCheck 
{
return 0;
}
 
+ (int)urlCheck 
{
return 0;
}
+ (int)jailbroken 
{
return 0;
}
 
%end

@Chrizk0 has one missing '{' and @@C3FFF0E's 'return %orig' will erase the argument value

Do i need to put  if(GetPrefBool(@"kJail")) in every target method?

Posted

what if it's like this

 
%hook SSJailbreakCheck
+ (id)runningProcesses 
{
return [NSNumber numberWithInt:0];   
}
 
+ (int)filesExistCheck 
{
return 0;
}
+ (int)symbolicLinkCheck
 {
return 0;
}
+ (int)systemCheck
 {
return 0;
}
+ (int)fstabCheck 
{
return 0;
}
+ (int)processesCheck
{
return 0;
}
 
+ (int)plistCheck 
{
return 0;
}
+ (int)inaccessibleFilesCheck 
{
return 0;
}
+ (int)cydiaCheck 
{
return 0;
}
 
+ (int)urlCheck 
{
return 0;
}
+ (int)jailbroken 
{
return 0;
}
 
%end

Do i need to put  if(GetPrefBool(@"kJail")) in every target method?

Yes only put that if you are not implementing a cell.

Posted

Yes only put that if you are not implementing a cell.

hmm ,well, when i compile it , it says "you fell off the face of earth '{' 

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

    • Demon RPG v1.12 [ +10 Cheats ] Currency Max
      Modded/Hacked App: Demon RPG By SeHyeon Im
      Bundle ID: com.Owings.DemonRPG
      App Store Link: https://apps.apple.com/us/app/demon-rpg/id1476965737?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Gold Increaser
      - OFFLINE-REWARD
      - HP Freeze
      Stats / Just Upgrade
      - ATK MAX
      - HP MAX
      - DEF MAX
      - CRITI-ATK
      - DMG-RED
      - HP-REG
      • 0 replies
    • Demon RPG v1.12 [ +10 Jailed ] Currency Max
      Modded/Hacked App: Demon RPG By SeHyeon Im
      Bundle ID: com.Owings.DemonRPG
      App Store Link: https://apps.apple.com/us/app/demon-rpg/id1476965737?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Gold Increaser
      - OFFLINE-REWARD
      - HP Freeze
      Stats / Just Upgrade
      - ATK MAX
      - HP MAX
      - DEF MAX
      - CRITI-ATK
      - DMG-RED
      - HP-REG
      • 0 replies
    • My Little Goddess : Idle RPG +3 Mods [ Damage & Defence ]
      Mod APK Game Name: My Little Goddess : Idle RPG By Pigames
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.pigames.mylittlegoddess

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 0 replies
    • Truck Simulator EVO: Drive USA v2.0 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Truck Simulator EVO: Drive USA By Marusac Alexandru Persoana Fizica Autorizata
      Bundle ID: com.ovilex.truckerzoneamericanroadways
      App Store Link: https://apps.apple.com/us/app/truck-simulator-evo-drive-usa/id6748637350?uo=4

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gold
      • 1 reply
    • Truck Simulator EVO: Drive USA v2.0 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Truck Simulator EVO: Drive USA By Marusac Alexandru Persoana Fizica Autorizata
      Bundle ID: com.ovilex.truckerzoneamericanroadways
      App Store Link: https://apps.apple.com/us/app/truck-simulator-evo-drive-usa/id6748637350?uo=4

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gold
      • 1 reply
    • Solitaire Truck Deluxe v3.2.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Solitaire Truck Deluxe By Beijing Multipoint Unlimited Network Technology Co., Ltd.
      Bundle ID: com.duole.solitaire.zen.home.design.patience.free.card.games
      App Store Link: https://apps.apple.com/us/app/solitaire-truck-deluxe/id6464568524?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Unlimited Gems
      - Unlimited Wrench
      - Unlimited Undo
      - Unlimited Hints
      • 1 reply
    • Solitaire Truck Deluxe v3.2.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Solitaire Truck Deluxe By Beijing Multipoint Unlimited Network Technology Co., Ltd.
      Bundle ID: com.duole.solitaire.zen.home.design.patience.free.card.games
      App Store Link: https://apps.apple.com/us/app/solitaire-truck-deluxe/id6464568524?uo=4
       

      🤩 Hack Features

      - Auto ADS NO
      - Unlimited Gems
      - Unlimited Wrench
      - Unlimited Undo
      - Unlimited Hints
      • 0 replies
    • DRAGON BALL Z DOKKAN BATTLE Japan (ドラゴンボールZ ドッカンバトル) v6.2.5 +7 Cheats!
      Modded/Hacked App: ドラゴンボールZ ドッカンバトル By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcogames.BNGI0211
      iTunes Link: https://itunes.apple.com/jp/app/ドラゴンボールz-ドッカンバトル/id951627670


      Hack Features
      - Unlimited HP  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Damage  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Defense  -  (Put .0 at the back of your value: 1000.0)
      - Dice Hack -  [ONLY RANGE BETWEEN 1 - 6 or it will crash]  -  (Put .0 at the back of your value: 4.0)
      - Dice Hack 1, 2, 3
      - Dice Hack 4, 5, 6
      - Auto Win Battles -> Disable if you get errors.
      PUT .0 at the back of all values!
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 8,082 replies
    • Detective S: Mystery Puzzle v1.21.4 [ +4 APK MOD ] Currency Freeze
      Mod APK Game Name: Detective S: Mystery Puzzle
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.rawhand.dts.gl&hl=en

      🤩 Hack Features

      - Diamond Freeze
      - Gold Freeze
      - Heart Freeze
      - Fragment Freeze
      • 0 replies
    • Detective S: Mystery Game v1.21.3 [ +5 Cheats ] Currency Freeze
      Modded/Hacked App: Detective S: Mystery Game By Rawhand. Inc
      Bundle ID: com.rawhand.dts.ios
      App Store Link: https://apps.apple.com/us/app/detective-s-mystery-game/id1502345814?uo=4

      🤩 Hack Features

      - Diamond Freeze
      - Gold Freeze
      - Heart Freeze
      - Heart Unlimited
      - Fragment Freeze
      • 1 reply
    • Detective S: Mystery Game v1.21.3 [ +5 Jailed ] Currency Freeze
      Modded/Hacked App: Detective S: Mystery Game By Rawhand. Inc
      Bundle ID: com.rawhand.dts.ios
      App Store Link: https://apps.apple.com/us/app/detective-s-mystery-game/id1502345814?uo=4

      🤩 Hack Features

      - Diamond Freeze
      - Gold Freeze
      - Heart Freeze
      - Heart Unlimited
      - Fragment Freeze
      • 0 replies
    • Gale Knights Idle RPG +3 Mods [ Damage + More ]
      Mod APK Game Name: Gale Knights Idle RPG By LightCON Co.,Ltd.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=net.lightcon.windidle

       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - No Skill Cooldown
      • 2 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