8000 GitHub - kekeimiku/LuckySpeeder: iOS jailed speedhack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kekeimiku/LuckySpeeder

Repository files navigation

Lucky Speeder

Support (Jailbreak/Jailed)
iOS 13.1+ | iPadOS 13.1+ | Mac Catalyst 13.1+ | visionOS 1.0+ | tvOS 13.2+

What's this

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

demo-video-2025-0525.mp4

How to use

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.

Tested Games

WarmSnow

Hearthstone

Brotato

Subway Surfers

Laya's Horizon

Kingdom Rush Tower Defense

Tap Titans 2 - Hero Legends

And more...

Platform Support

Since v0.0.6, I can no longer test on versions lower than iOS 15.

VisionOS and tvOS are currently experimental.

Build

macOS

bash build.sh arm64-apple-ios

Linux

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

Disclaimer

Use this program at your own risk.

About

iOS jailed speedhack

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0