Jump to content

16 posts in this topic

Recommended Posts

Posted (edited)

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

Did you %end the function?

 

Or maybe you are missing stuff in your other functions.

Updated by Chrizk0
Posted (edited)

Did you %end the function?

 

Or maybe you are missing stuff in your other functions.

The missing '{' like I said. Maybe he copied the code before you edited it.

 

@Vegito Alternatively you can use

if (myObj.boolJail) {
// This will execute if boolJail is set to True
}

[The -(id) > return %orig, Just a pass-through.Wont delete the argument. Am i correct?

What? Updated by castix
Posted

Did you %end the function?

 
 
 
%hook SSJailbreakCheck
+ (id)runningProcesses 
{
if(GetPrefBool(@"kJail")) {
 
return [NSNumber numberWithInt:0];   
}
return %orig;
}
 
 
 
 
 
+ (int)filesExistCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)symbolicLinkCheck
 {
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
 
+ (int)systemCheck
 {
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)fstabCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)processesCheck
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)plistCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)inaccessibleFilesCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)cydiaCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
+ (int)urlCheck 
{
return 0;
}
return %orig;
}
 
 
 
 
 
+ (int)jailbroken 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
%end
 
 
 
you mean i should use %end everytime i use if(GetPrefBool(@"kXyz")?

The missing '{' like I said. Maybe he copied the code before you edited it.

 

@Vegito Alternatively you can use

if (myObj.boolJail) {
// This will execute if boolJail is set to True
}
What?

 

No, i compiled the tweak without any preference loader in a noob way, it started to show me errors as soon as i started with preference loader

Posted

 

 
 
 
%hook SSJailbreakCheck
+ (id)runningProcesses 
{
if(GetPrefBool(@"kJail")) {
 
return [NSNumber numberWithInt:0];   
}
return %orig;
}
 
 
 
 
 
+ (int)filesExistCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)symbolicLinkCheck
 {
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
 
+ (int)systemCheck
 {
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)fstabCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
 
+ (int)processesCheck
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)plistCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)inaccessibleFilesCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
 
 
+ (int)cydiaCheck 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
 
+ (int)urlCheck 
{
return 0;
}
return %orig;
}
 
 
 
 
 
+ (int)jailbroken 
{
if(GetPrefBool(@"kJail")) {
 
return 0;
}
return %orig;
}
%end
 
 
 
you mean i should use %end everytime i use if(GetPrefBool(@"kXyz")?

 

Yes now make a PSSwitchCell with the (kJail) key, that one switch will contain all those functions. 

Posted
...

 

You forgot to open the code block for every method for example

+ (int)filesExistCheck {
    if(myObj.boolJail) {
    return 0;
    }
    %orig;
}
Posted

i didn't copy any code from anywhere, i have made my tweak.xm backup on pc, i am simply copying it and pasting it here 


 

You forgot to open the code block for every method for example

+ (int)filesExistCheck {
    if(myObj.boolJail) {
    return 0;
    }
    %orig;
}

damn man :o thanks! let me try! 


 

You forgot to open the code block for every method for example

+ (int)filesExistCheck {
    if(myObj.boolJail) {
    return 0;
    }
    %orig;
}

i have given opening and closing parenthesis properly. It's not the opening of code block i guess.

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
        • Like
      • 0 replies
    • 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
        • Like
      • 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
        • Informative
      • 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
        • Thanks
        • Like
      • 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
        • Thanks
        • Like
      • 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