Support (Jailbreak/Jailed)
iOS 13.1+ | iPadOS 13.1+ | Mac Catalyst 13.1+ | visionOS 1.0+ | tvOS 13.2+
Hacking Applications: A Universal Game Speed Controller
Click Heart, Spade, Club, Diamond, Star to switch modes.
Click Forward, Backward to adjust the speed.
Click the number to customize the speed.
Click Play, Pause to start or stop the speed change.
If that doesn't work, try another mode.
NOTE: Not all programs will work - you may need some luck.
demo-video-2025-0525.mp4
Inject LuckySpeeder.dylib into your IPA file.
Google Search: How to inject dylib into ipa
PS: If you can use TrollStore, TrollFools is a great choice.
And more...
Since v0.0.6, I can no longer test on versions lower than iOS 15.
VisionOS and tvOS are currently experimental.
bash build.sh arm64-apple-ios
wget https://github.com/theos/sdks/releases/download/master-146e41f/iPhoneOS16.5.sdk.tar.xz
tar -xf iPhoneOS16.5.sdk.tar.xz
clang -dynamiclib \
-target arm64-apple-ios13.1 \
-isysroot iPhoneOS16.5.sdk \
-Ofast \
-flto \
-fvisibility=hidden \
-fuse-ld=lld \
fishhook.c LuckySpeeder.c LuckySpeeder.m LuckySpeederView.m Main.m \
-framework Foundation \
-framework UIKit \
-framework SpriteKit \
-o LuckySpeeder.dylib
llvm-strip -x LuckySpeeder.dylib
Use this program at your own risk.