Jump to content

[Tutorial] How To Add PSEditTextCell in a Patcher


Rook

40 posts in this topic

Recommended Posts

kgt3W5o.png?1
 
Hello! In this tutorial I will be showing you how to add a Text Cell with a Switch where the user can choose the amount of currency he/she desires.
 
I will be using the app "Pou" as an example.
 
Alright, let's begin!
 
1. Start a new Patcher.

login as: root
[email protected]'s password:
iOSGods-iPhone:~ root# /var/theos/bin/nic.pl
NIC 2.0 - New Instance Creator
------------------------------
  [1.] iphone/application
  [2.] iphone/library
  [3.] iphone/preference_bundle
  [4.] iphone/tool
  [5.] iphone/tweak
Choose a Template (required): 5
Project Name (required): pouhack
Package Name [com.yourcompany.pouhack]: com.iosgods.pouhack
Author/Maintainer Name [System Administrator]: DiDA
[iphone/tweak] MobileSubstrate Bundle filter [com.apple.springboard]: me.pou.app
[iphone/tweak] List of applications to terminate upon installation (space-separated, '-' for none) [SpringBoard]: -
Instantiating iphone/tweak in pouhack/...
Done.
iOSGods-iPhone:~ root# cd /var/root/pouhack
iOSGods-iPhone:~/pouhack root# /var/theos/bin/nic.pl
NIC 2.0 - New Instance Creator
------------------------------
  [1.] iphone/application
  [2.] iphone/library
  [3.] iphone/preference_bundle
  [4.] iphone/tool
  [5.] iphone/tweak
Choose a Template (required): 3
Project Name (required): poupref
Package Name [com.yourcompany.poupref]: com.iosgods.poupref
Author/Maintainer Name [System Administrator]: DiDA
Instantiating iphone/preference_bundle in poupref/...
Adding 'poupref' as an aggregate subproject in Theos makefile 'Makefile'.
Done.
iOSGods-iPhone:~/pouhack root#

 
2. Open the Tweak.xm file and add these lines to it:

#include <Foundation/Foundation.h>

%hook Coins 

- (int)have {

NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/com.iosgods.poupref.plist"]];
return [[iosgods objectForKey:@"kCoins"] intValue];

}

%end

Copy paste them from here: http://pastebin.com/jN9VV563
 
3. Like I said, I will be using Pou as an example so some stuff will be a bit different with other apps. 
 
 
4.  Go to /pouhack/poupref/Resources/ and edit the poupref.plist file so it looks like 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>items</key>
	<array>
		<dict>
			<key>cell</key>
			<string>PSGroupCell</string>
			<key>label</key>
			<string>Pou Hack iOSGods.com</string>
		</dict>
		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>default</key>
			<false/>
			<key>defaults</key>
			<string>com.iosgods.poupref</string>
			<key>key</key>
			<string>kCoins</string> // Button key
			<key>label</key>
			<string>Coins Hack</string> // Button text
		</dict>
		<dict>
			<key>cell</key>
			<string>PSEditTextCell</string>
			<key>defaults</key>
			<string>com.iosgods.poupref</string>
			<key>detail</key>
			<string>PSDetailController</string>
			<key>key</key>
			<string>kCoins</string> // Your key
			<key>label</key>
			<string></string>
			<key>placeholder</key>
			<string>Enter the amount of coins you want.</string> //placeholder text that will appear.
		</dict>
	</array>
	<key>title</key>
	<string>Pou Hack</string> //Hack title
</dict>
</plist>

Copy it from here: http://pastebin.com/r69RsC3s
 
5. Save it and send it back to the poupref folder.

 
6. Now cd into your project folder and build the package.
 
Note: if you get missing header files, download this archive and extract it to /var/theos/include/

Hidden Content

React or reply to this topic to see the hidden content & download link.

 
Once you installed the tweak, go to settings and turn the hack on and enter the amount of coins you'd like.
 
1hmmL4Hl.png yE0t36tl.png
 
You're done!
 
For more information on PSEditTextCell, see the iPhoneDevWiki page: http://iphonedevwiki.net/index.php/Preferences_specifier_plist#PSEditTextCell_.26_PSSecureEditTextCell

 

Project files:

Hidden Content

React or reply to this topic to see the hidden content & download link.

Updated by DiDA
  • Like 21
  • Thanks 2
  • Haha 2
  • Agree 1
Link to comment
Share on other sites

__ZN22CLollipopBoosterFacade10IsUnlockedEP9CSaveData {

 

NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/com.iosgods.poupref.plist"]];
return [[iosgods objectForKey:@"kBooster"] intValue];
 
}
 
maybe like this xD ?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Modern Warships Cheats v0.84 +7
      Modded/Hacked App: Modern Warships By Sergiy Petrov
      Bundle ID: com.Shooter.ModernWarships
      iTunes Store Link: https://apps.apple.com/us/app/modern-warships/id1541751298?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Infinite Ammo
      - No Reload
      - Freeze Boosters
      - Free Subscription?
       + 10% EXP
       + 50% Cash + Gold


      iOS Hack Download Link: https://iosgods.com/topic/146309-modern-warships-cheats-v0450-6/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,188 replies
    • Pixel Heroes Idle Cheats v1.00.0048 +3
      Modded/Hacked App: Pixel Heroes Idle By Zero To One Games CO., LTD
      Bundle ID: com.ztogames.ppki
      iTunes Store Link: https://apps.apple.com/us/app/pixel-heroes-idle/id6476479696?uo=4


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Freeze Resources


      Non-Jailbroken & No Jailbreak required hack(s): 


      iOS Hack Download Link: https://iosgods.com/topic/184508-pixel-heroes-idle-v1000043-5-cheats/
      • 132 replies
    • Shadow Hunter: Premium v11.117.6 +9 Cheats
      Modded/Hacked App: Shadow Hunter: Premium By ENIGMA SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.enigma.shadowhunter.paid
      iTunes Store Link: https://apps.apple.com/us/app/shadow-hunter-premium/id1588843797?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Free Equipment Level Up*
      - Free Merchant Shop*
      - Free Mystic Store*
      - Free Fragment Shop*
      - Free Video Shop*
      - No Awaken Dust Cost
      - No Ascend Requirements
      - No Evolve Requirements
      - 1 Item = 100 Items

      Notes:
      * under one switch. Do not purchase stuff that cost diamond, or your game becomes invalid. So, save from time to time to revert back if anything happens.
        • Agree
        • Winner
        • Like
      • 587 replies
    • Shadow Hunter: Lost Worlds v10.117.6 +9 Cheats
      Modded/Hacked App: Shadow Hunter: Lost Worlds By ENIGMA SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.enigma.shadowhunter.free
      iTunes Store Link: https://apps.apple.com/us/app/shadow-hunter-lost-worlds/id1559150590?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Free Equipment Level Up*
      - Free Merchant Shop*
      - Free Mystic Store*
      - Free Fragment Shop*
      - Free Video Shop*
      - No Awaken Dust Cost
      - No Ascend Requirements
      - No Evolve Requirements
      - 1 Item = 100 Items

      Notes:
      * under one switch. Do not purchase stuff that cost diamond, or your game becomes invalid. So, save from time to time to revert back if anything happens.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 731 replies
    • BitLife - Life Simulator Cheats v3.15.9 +2
      Modded/Hacked App: BitLife - Life Simulator by Candywriter, LLC
      Bundle ID: com.wtfapps.apollo16
      iTunes Store Link: https://apps.apple.com/us/app/bitlife-life-simulator/id1374403536?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - Free Bitizen Purchase (Press Cancle) - Work for All Versions


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/84167-arm64-bitlife-life-simulator-v1412-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/84223-arm64-bitlife-life-simulator-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,157 replies
    • [ Devil Summoners Idle ] 데빌 서머너 : 소환사 키우기 Cheats v1.2.1 +4
      Modded/Hacked App: 데빌 서머너 : 소환사 키우기 By LUNA GAMES Inc.
      Bundle ID: com.LunaGames.Summoner
      iTunes Store Link: https://apps.apple.com/kr/app/%EB%8D%B0%EB%B9%8C-%EC%84%9C%EB%A8%B8%EB%84%88-%EC%86%8C%ED%99%98%EC%82%AC-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6468970223?uo=4


      Hack Features:
      - God Mode
      - Multiply Attack
      - Freeze Currencies (Some may not work, but most does. Cannot fully tested due to it's Korean)
      - Multiply 10x Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
       


      iOS Hack Download Link: https://iosgods.com/topic/186434-devil-summoners-idle-%EB%8D%B0%EB%B9%8C-%EC%84%9C%EB%A8%B8%EB%84%88-%EC%86%8C%ED%99%98%EC%82%AC-%ED%82%A4%EC%9A%B0%EA%B8%B0-cheats-v116-4/
      • 23 replies
    • Fable Town: Merge Games v1.6.4 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Fable Town: Merge Games By REEF GAMES LTD
      Bundle ID: com.reefgames.fabletown
      iTunes Store Link: https://apps.apple.com/us/app/fable-town-merge-games/id6478150057?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Fable Town: Merge Games v1.6.4 +1++ Cheat [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 0 replies
    • Fable Town: Merge Games v1.6.4 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Fable Town: Merge Games By REEF GAMES LTD
      Bundle ID: com.reefgames.fabletown
      iTunes Store Link: https://apps.apple.com/us/app/fable-town-merge-games/id6478150057?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Fable Town: Merge Games v1.6.4 +1++ Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 2 replies
    • Sky Warriors: Airplane Games v4.19.2 +1 Jailed Cheat [ Free I-AP ]
      Modded/Hacked App: Sky Warriors: Airplane Games By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.skywarriors
      iTunes Store Link: https://apps.apple.com/us/app/sky-warriors-airplane-games/id1572323748?uo=4


      Hack Features:
      - Free In-App Purchases -> Go to the Store page, enable this feature, purchase something then re-launch the game.


      Jailbreak required hack(s): [Mod Menu Hack] Sky Warriors: Airplane Games v4.18.6 +1 Cheat [ Free I-AP ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 16 replies
    • Sky Warriors: Airplane Games v4.19.2 +1 Cheat [ Free I-AP ]
      Modded/Hacked App: Sky Warriors: Airplane Games By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.skywarriors
      iTunes Store Link: https://apps.apple.com/us/app/sky-warriors-airplane-games/id1572323748?uo=4


      Hack Features:
      - Free In-App Purchases -> Go to the Store page, enable this feature, purchase something then re-launch the game.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Sky Warriors: Airplane Games v4.18.6 +1 Jailed Cheat [ Free I-AP ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 11 replies
    • Days After: Zombie Survival v11.7.1 +17 Cheats
      Modded/Hacked App: Days After: Zombie Survival By REACTGAMES STUDIO LIMITED
      Bundle ID: games.alternativa.zombie.survival.shooter
      iTunes Store Link: https://apps.apple.com/us/app/days-after-zombie-survival/id1498731586?uo=4

      Hack Features:
      - Disable Enemy Attacks
      - Custom Damage
      - Unlimited Durability
      - Stupid AI

      * more to come when I get more motivation

      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
        • Winner
        • Like
      • 818 replies
    • MERGE HAMSTER v1.0.8 +5++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: MERGE HAMSTER By DAERI SOFT
      Bundle ID: com.daerigame.hamster
      iTunes Store Link: https://apps.apple.com/us/app/merge-hamster/id6612023397?uo=4


      Hack Features:
      - God Mode
      - One-Hit Kill
      - Unlimited Currencies -> Will increase instead of decrease.
      - Merge Merge Pass Unlocked
      - No Ads


      Jailbreak required hack(s): [Mod Menu Hack] MERGE HAMSTER v1.0.5 +5++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 6 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