Jump to content

xiaov

Senior Member
  • Posts

    1,435
  • Joined

  • Last visited

Posts posted by xiaov

  1. 13 hours ago, DiDA said:

    What does this do exactly?

    Anymore information? :)

    open App, add Bundle id , relaunch the App, the game was saved inside the App.

    this App mainly for hacker easily to know what is the latest version for the hacked games & when is the date for the game updated.

    so hacker can easily know which game was updated so he can update it.

    10 hours ago, absoluT1on said:

    :shmoo:Zimon made that app for updates for windows but this seems better since it can be seen on the device!

    Both are awesome tools! barely wait to test it.

    yes same function but mine was iOS with one clicked only

  2. 25 minutes ago, Almonds said:

    Hello Guys

    My Device is Iphone 6s plus(non-jb) and currently on iOS version 11.0.3 and I wanted to create a Hacked Game is it possible for me to create on non jailbroken?, if so how?, I’ve been solving this problem earlier and cant find answers, So I think I’ll post here.

     

    Thank you.

    Only can play Hacked game but cannot do a new hack.

  3. 4 hours ago, CookieFJ said:
    
    static void loadPrefs() {
    	NSMutableDictionary *settings = [[NSMutableDictionary alloc] initWithContentsOfFile:@"/var/mobile/Library/Preferences/com.youcompany.tweakprefs.plist"];
    
    	isEnabled		= ( [settings objectForKey:@"isEnabled"] ? [[settings objectForKey:@"isEnabled"] boolValue] : isEnabled );
    	isRecent		= ( [settings objectForKey:@"isRecent"] ? [[settings objectForKey:@"isRecent"] boolValue] : isRecent );
    	nRecent 		= ( [settings objectForKey:@"nRecent"] ? [[settings objectForKey:@"nRecent"] intValue] : nRecent );
    }
    
    %ctor {
        loadPrefs();
        CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)loadPrefs, CFSTR("com.youcompany.tweakprefs.prefschanged"), NULL, CFNotificationSuspensionBehaviorCoalesce);
    }
    
    
    <?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>footerText</key>
    			<string>turn on to make this tweak function</string>
    		</dict>
    		<dict>
    			<key>cell</key>
    			<string>PSSwitchCell</string>
    			<key>default</key>
    			<false/>
    			<key>defaults</key>
    			<string>com.yourcompany.tweakprefs</string>
    			<key>key</key>
    			<string>isEnabled</string>
    			<key>label</key>
    			<string>Enable</string>
    		</dict>
    		<dict>
    			<key>cell</key>
    			<string>PSGroupCell</string>
    			<key>footerText</key>
    			<string>Options</string>
    		<dict>
    			<key>cell</key>
    			<string>PSSwitchCell</string>
    			<key>default</key>
    			<true/>
    			<key>defaults</key>
    			<string>com.youcompany.tweakprefs</string>
    			<key>PostNotification</key>
    			<string>com.youcompany.tweakprefs.prefschanged</string>
    			<key>key</key>
    			<string>isRecent</string>
    			<key>label</key>
    			<string>Show Recent</string>
    		</dict>
    		<dict>
    			<key>cell</key>
    			<string>PSTextCell</string>
    			<key>label</key>
    			<string>Recent Number </string>
    		</dict>
    		<dict>
    			<key>cell</key>
    			<string>PSSliderCell</string>
    			<key>defaults</key>
    			<string>com.youcompany.tweakprefs</string>
    			<key>default</key>
    			<integer>3</integer>
    			<key>min</key>
    			<integer>1</integer>
    			<key>max</key>
    			<integer>5</integer>
    			<key>isSegmented</key>
    			<true/>
    			<key>segmentCount</key>
    			<integer>4</integer>
    			<key>showValue</key>
    			<true/>
    			<key>key</key>
    			<string>nRecent</string>
    		</dict>
    	</array>
    	<key>title</key>
    	<string>Tweak Setting</string>
    </dict>
    </plist>

     

    /var/mobile/Library/Preferences/xxxxxxx.plist is create when the "setting > yourhack" made changes

    Toggle switch or enter string.

    the plist will auto generate when you change something inside Setting.

    inside the plist you set.

    com.youcompany.tweakprefs

    this need to change to your key.

    com.abcde.appname

    so your plist should auto named:

    com.abcde.appname.plist

    • Like 1
  4. wVzdHky.png

    This App able User to find out five information for Installed Application with few clicks. Which is :

    1. App Name
    2. App Version
    3. Binary Name for App
    4. Path to the .app which contains Binary
    5. Path to the Documents / Library for the App

     

     

    Bx5BF03.png

     

    When user launch the App, all the Application Installed on the Jailbreak Devices will auto listed out inside the list.

    User only need "one click" on the Application which user want to know, the information about the App will prompt :

     

    r1Na26W.png

     

    zeBE5e8.png

     

    Every App have the different of the information. If user need the details for the App, "One Click" on the "Copy" button on the right hand side of the App, User allowed to copy the words to Pasteboard of the devices. After successfully copy the words, an alert view will prompt:

     

    ZzfYgXk.png

     

    This App is User-Friendly, hope this App helps you a lot.

    Enjoy :shmoo:

    Download Link:

    Hidden Content

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

    Credit:

    - @xiaov

     

    Updated v1.0.0_v2

    Added: icon for each App

    NjKueIy.jpg

     

    • Like 18
    • Winner 3
    • Thanks 4
    • Informative 2
×
  • 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