Skip to content

Instantly share code, notes, and snippets.

@CokePokes
CokePokes / gist:4810efad2610b22aeb1c146d071204f6
Created November 22, 2017 05:28
Animal Crossing paths called until crash.
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/pocketpussy.dylib
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Injecting: (null) [gamecontrollerd] (1240.10)
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: lstat: /var/mobile/Containers/Data/Application/8AE85654-49A3-4D25-B383-F12DABB70076
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/BytaFontSwapMode.dylib
Nov 21 23:17:46 CokePokes-iPhone-6S-901 zaca[9275]: FCM: Loading UIApplication FIRFCM category
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/BytaFontTweakMode.dylib
Nov 21 23:17:46 CokePokes-iPhone-6S-901 gamecontrollerd[9277]: MS:Notice: Loading: /Library/MobileSubst
@CokePokes
CokePokes / gist:9ad9eb5578c94418f437b39475f75e2f
Last active January 12, 2020 07:12
WatchUtils for iOS 11 Electra
This tweak is useless without following the steps below.
Description: Use your Apple Watch to respring/reboot/safemode your connected device.
You can download the ipa file here: https://mega.nz/#!8qgRjJCA!CZjS2FiZ1wKpq5oBZt-MXOxK_kcGOYAvwur_QFh8o7g
Then re-sign with cert only (no prov profile) with iOS App Signer found here: http://dantheman827.github.io/ios-app-signer/
Then install with xCode>Window>Devices&Simulators>Connected Device>+
Then install the "Core WatchUtils" dependency from my beta repo here: https://cokepokes.github.io/ & respring.
@CokePokes
CokePokes / gist:d50384a053478b7ac3564d121b8907d1
Last active September 10, 2020 08:38
How to use letsdowngrade
@interface letsdowngrade : NSObject
- (id)init;
- (void)performAppInstallFromBundleId:(NSString*)bundleID externalIdentifier:(NSString*)externalIdentifier promptDeletion:(BOOL)prompt;
@end
How to use in tweak:
void *handle = dlopen("/Library/MobileSubstrate/DynamicLibraries/letsdowngrade.dylib", RTLD_NOW);
if (!handle){