Jump to content

PSEditTextCell with arguments help


Crypto

18 posts in this topic

Recommended Posts

Posted

Hello, I'm trying to follow this tutorial here https://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/

 

But it seems that it only explains how to use it with only 1 value. I have a (void):(double) , how would my tweak.xm look like if I want to put an argument?

 

This is what I have at the moment :

 

#define PLIST_PATH @"/var/mobile/Library/Preferences/terapref.plist"

#import <UIKit/UIKit.h>

 

inline bool GetPrefBool(NSString *key)

{

return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];

}

 

#include <Foundation/Foundation.h>

 

%hook GNGame

-(void) setMoney:(double)arg1 {

if(GetPrefBool(@"kMoney")) {

arg1 = ;

return %orig;

}

%end

 

NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];

return [[iosgods objectForKey:@"kMoney"] intValue];

 

}

 

%end

 

I get this error :

 

Tweak.xm:23:8: error: expected expression

arg1 = ;

^

Tweak.xm:28:1: error: void function

'_logos_method$_ungrouped$GNGame$setMoney$' should not

return a value [-Wreturn-type]

return [[iosgods objectForKey:@"kMoney"] intValue];

^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2 errors generated.

Posted
- (void)setMoney:(double)sexyass {
sexyass = NSDictionary *elvis = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];
return [[elvis objectForKey:@"money"] intValue];
%orig(sexyass);
}

do you actually read it when I answer in your support topics

Posted

 

- (void)setMoney:(double)sexyass {
sexyass = NSDictionary *elvis = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];
return [[elvis objectForKey:@"money"] intValue];
%orig(sexyass);
}
do you actually read it when I answer in your support topics

I'll try that and what do you mean if I read it?

I'll try that and what do you mean if I read it?

Okay I get it now, the thing is you don't quote me so I don't get a notification lol.

Posted

 

- (void)setMoney:(double)sexyass {
sexyass = NSDictionary *elvis = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];
return [[elvis objectForKey:@"money"] intValue];
%orig(sexyass);
}
do you actually read it when I answer in your support topics

 

Tweak.xm:22:11: error: unexpected interface name

'NSDictionary': expected expression

sexyass = NSDictionary *elvis = [NSDictionary dictiona...

^

Tweak.xm:22:25: error: use of undeclared identifier 'elvis'

sexyass = NSDictionary *elvis = [NSDictionary dictiona...

^

Tweak.xm:23:10: error: use of undeclared identifier 'elvis'

return [[elvis objectForKey:@"money"] intValue];

^

3 errors generated.

Posted

@@Crypto

 

ups stacked it

sexyass = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];
return [[elvis objectForKey:@"money"] intValue];
Posted

@@Crypto

 

ups stacked it

 

sexyass = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];
return [[elvis objectForKey:@"money"] intValue];

Putting this :

 

%hook GNGame

- (void)setMoney:(double)sexyass {

sexyass = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];

return [[elvis objectForKey:@"kMoney"] intValue];

}

%end

 

 

Gives me this error :

 

Tweak.xm:22:9: error: assigning to 'double' from incompatible

type 'NSDictionary * _Nullable'

...= [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];

^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tweak.xm:23:10: error: use of undeclared identifier 'elvis'

return [[elvis objectForKey:@"kMoney"] doubleValue];

^

2 errors generated.

make[2]: *** [obj/Tweak.xm.b8bb7c1d.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [terahack.all.tweak.variables] Error 2

Posted

Putting this :

%hook GNGame

- (void)setMoney:(double)sexyass {

sexyass = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];

return [[elvis objectForKey:@"kMoney"] intValue];

}

%end

Gives me this error :

Tweak.xm:22:9: error: assigning to 'double' from incompatible

type 'NSDictionary * _Nullable'

...= [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]];

^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tweak.xm:23:10: error: use of undeclared identifier 'elvis'

return [[elvis objectForKey:@"kMoney"] doubleValue];

^

2 errors generated.

make[2]: *** [obj/Tweak.xm.b8bb7c1d.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [terahack.all.tweak.variables] Error 2

Change elvis to sexyass and doubleValue to intValue

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • MMS Idle: Monster Market Story v2.1.2 +4 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: MMS Idle: Monster Market Story By MalangGames Corp.
      Bundle ID: com.malang.store.mms.idle
      iTunes Store Link: https://apps.apple.com/us/app/mms-idle-monster-market-story/id1658692970?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Move Speed Multiplier
      - Unlimited Currencies -> Will increase instead of decrease.
      • 0 replies
    • MMS Idle: Monster Market Story v2.1.2 +4 Cheats [ Damage & Defence ]
      Modded/Hacked App: MMS Idle: Monster Market Story By MalangGames Corp.
      Bundle ID: com.malang.store.mms.idle
      iTunes Store Link: https://apps.apple.com/us/app/mms-idle-monster-market-story/id1658692970?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Move Speed Multiplier
      - Unlimited Currencies -> Will increase instead of decrease.
        • Like
      • 0 replies
    • Pop Island v0.3.3 [ +1 Cheats ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 0 replies
    • Pop Island v0.3.3 [ +1 Jailed ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 0 replies
    • Alien Survivor: Survival Arena v1.31.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4
       

      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Winner
        • Like
      • 5 replies
    • Alien Survivor: Survival Arena v1.31.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4


      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Like
      • 4 replies
    • Boom Castle Tower Defense TD v1.3.1 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:

      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      - Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ]


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Winner
        • Like
      • 10 replies
    • Boom Castle Tower Defense TD v1.3.1 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:
      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      -  Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ] 


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 27 replies
    • Good Coffee, Great Coffee v1.0.7 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4
       


      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 51 replies
    • Good Coffee, Great Coffee v1.0.7 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Coffee, Great Coffee By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.coffeebusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-coffee-great-coffee/id1603584945?uo=4

       
       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 29 replies
    • Tales of Brave doomsday battle v2.1.5 [ +9 Jailed ] ADS NO
      Modded/Hacked App: Tales of Brave doomsday battle By Hakan Aksar
      Bundle ID: com.tianyou.tob
      iTunes Store Link: https://apps.apple.com/us/app/tales-of-brave-doomsday-battle/id6587553322?uo=4
       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Never Die

      - ONE HiT KiLL

      - Enemy Movement Speed

      - ATK Speed

      - Bullet Max 20

      - Bullet Size Big

      - Enemy Freeze

      - Wall No Hit Enemy


      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 2 replies
    • Tales of Brave doomsday battle v2.1.5 [ +9 Cheats ] ADS NO
      Modded/Hacked App: Tales of Brave doomsday battle By Hakan Aksar
      Bundle ID: com.tianyou.tob
      iTunes Store Link: https://apps.apple.com/us/app/tales-of-brave-doomsday-battle/id6587553322?uo=4
       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Never Die

      - ONE HiT KiLL

      - Enemy Movement Speed

      - ATK Speed

      - Bullet Max 20

      - Bullet Size Big

      - Enemy Freeze

      - Wall No Hit Enemy

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack
        • Like
      • 1 reply
×
  • 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