Jump to content

pwxown

Senior Member
  • Posts

    620
  • Joined

  • Last visited

Everything posted by pwxown

  1. tell me if just visual [Hidden Content] bundle id : mega.ios
  2. TWEAK NAME : FLEXible (not FLEX or FLEX 2) different author FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application. Give Yourself Debugging Superpowers Inspect and modify views in the hierarchy. See the properties and ivars on any object. Dynamically modify many properties and ivars. Dynamically call instance and class methods. Observe detailed network request history with timing, headers, and full responses. View system log messages (e.g. from NSLog). Access any live object via a scan of the heap. View the file system within your app's sandbox. Explore all classes in your app and linked systems frameworks (public and private). Quickly access useful objects such as [uIApplication sharedApplication], the app delegate, the root view controller on the key window, and more. Dynamically view and modify NSUserDefaults values. Unlike many other debugging tools, FLEX runs entirely inside your app, so you don't need to be connected to LLDB/Xcode or a different remote debugging server. It works well in the simulator and on physical devices. More Info : https://github.com/Flipboard/FLEX Note : i make any patcher or tweaks with this tool because useful (OP TOOL ) Download : [Hidden Content] Credits : The Author (shmoopi) me (DragonSlayers for sharing)
  3. Hacked App: Twitch by Twitch Interactive, Inc. iTunes Link: https://itunes.apple.com/us/app/twitch/id460177396?mt=8 Bundle ID: tv.twitch Hack Requirements: - Jailbroken iPhone/iPod/iPad. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - Turbo Account - has ad free subscription - local user is mod [Hidden Content] Credits: - Me (DragonSlayers)
  4. be inactive on any forum for 2 weeks :wave: :seeya:

  5. @castix https://ghostbin.com/paste/by6as
  6. happy birthdae iosgods Bless this forum
  7. how i can add this : i can't find PSListController in my projects folder Then go to the implementation of your PSListController and add this code in there: -(id)init { self = [super init]; if(self) { handle = dlopen("/Library/PreferenceBundles/PrefUp.bundle/lib/PrefUpLib.dylib", RTLD_NOW | RTLD_GLOBAL); } return self; } -(void)dealloc { dlclose(handle); //[super dealloc]; }
  8. dunno EDGE of TOMORROW just that
  9. it happens to me too
  10. i can't open gamegem , always crash on my ipad
  11. #include <Foundation/Foundation.h>
  12. xcon or officer (from big boss repo)
  13. https://twitter.com/supercellgames??
×
  • 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