├── .gitignore ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── Packages ├── Packages.bz2 ├── Packages.gz ├── README.md ├── Release ├── _config.yml ├── _data └── Packages.json ├── _layouts └── default.html ├── assets └── css │ └── style.scss ├── debs ├── audioenglish_1.0.deb ├── bearnoteshack_0.1.deb ├── clone-gitclienthack_0.1.deb ├── clutch20rc_2.0.4.deb ├── clutchrc_2.0_RC8.deb ├── colorflowlockhtml_2.0.deb ├── com.gebeto.vpnmaster_0.0.1.deb ├── com.nablac0d3.sslkillswitch2_0.14.deb ├── crownkingzeppelin_1.0.deb ├── cutecuthack_0.0.1-5debug.deb ├── drompads24hack_0.1.deb ├── easytenhack_0.1.deb ├── englishwithwordshack_0.0.1.deb ├── facetune2hack_0.1.deb ├── flexing_1.2.0.deb ├── glitchehack_1.0.deb ├── infusehack_0.1.deb ├── instalikesuserselector_0.0.1-26debug.deb ├── kingstatusbar_3.0.deb ├── lazytoken1_1.5.deb ├── lazytool2unlimited_2.0.deb ├── likeshack_0.0.1-1debug.deb ├── lingualeohack_1.4.deb ├── lingvohack_1.0-1.deb ├── linienglishhack_0.1.deb ├── ls161rusmod_1.2.deb ├── maskx_1.0.deb ├── memrisehack_0.1.deb ├── mimohack_2.0.deb ├── muzecc_0.1.deb ├── premiumkingpack_9.0.deb ├── shellyhack_0.1.deb ├── truthordarehack_1.0.deb ├── typo5cydget_1.0.deb ├── typo5lockhtml_2.0.deb ├── typo5russianlockhtml_2.2.deb ├── vkappcopytoken_0.0.8.deb ├── vkawayremover_0.1.deb ├── vkmessagedecoderbeta_0.1.deb ├── vkmessageslock_0.0.1.deb ├── vkvideourl_1.0.deb ├── volocohack_0.1.deb ├── vpnmasterhack_0.1.deb └── zvooqhack_0.1.deb ├── index1.html ├── pkgs ├── audioenglish_1.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── EnglishAudioLearn.dylib │ │ └── EnglishAudioLearn.plist ├── bearnoteshack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── BearHack.dylib │ │ └── BearHack.plist ├── clone-gitclienthack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── CloneGitClientHack.dylib │ │ └── CloneGitClientHack.plist ├── clutch20rc_2.0.4 │ ├── DEBIAN │ │ └── control │ └── usr │ │ └── bin │ │ └── clutch ├── clutchrc_2.0_RC8 │ ├── DEBIAN │ │ └── control │ └── usr │ │ └── bin │ │ └── clutch ├── colorflowlockhtml_2.0 │ ├── DEBIAN │ │ └── control │ └── var │ │ └── mobile │ │ └── Library │ │ └── LockHTML │ │ └── ColorFlow │ │ ├── LockBackground.html │ │ └── geosanslight-webfont.woff ├── com.gebeto.vpnmaster_0.0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VPNMasterHack.dylib │ │ └── VPNMasterHack.plist ├── com.nablac0d3.sslkillswitch2_0.14 │ ├── DEBIAN │ │ └── control │ └── Library │ │ ├── MobileSubstrate │ │ └── DynamicLibraries │ │ │ ├── SSLKillSwitch2.dylib │ │ │ └── SSLKillSwitch2.plist │ │ └── PreferenceLoader │ │ └── Preferences │ │ ├── SSLKillSwitch.png │ │ └── SSLKillSwitch_prefs.plist ├── crownkingzeppelin_1.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── Zeppelin │ │ ├── Crown Alt │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png │ │ ├── Crown Alt2 │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png │ │ ├── Crown │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png │ │ ├── King │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png │ │ ├── Macristocracy New │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png │ │ └── Macristocracy │ │ ├── black@2x.png │ │ ├── etched@2x.png │ │ ├── logo@2x.png │ │ └── silver@2x.png ├── cutecuthack_0.0.1-5debug │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── CuteCutHack.dylib │ │ └── CuteCutHack.plist ├── drompads24hack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── DromPads24Hack.dylib │ │ └── DromPads24Hack.plist ├── easytenhack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── EasyTenHack.dylib │ │ └── EasyTenHack.plist ├── englishwithwordshack_0.0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── EnglishWithWordsHack.dylib │ │ └── EnglishWithWordsHack.plist ├── facetune2hack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── Facetune2Hack.dylib │ │ └── Facetune2Hack.plist ├── flexing_1.2.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── FLEXing.dylib │ │ └── FLEXing.plist ├── glitchehack_1.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── GlitcheAppHack.dylib │ │ └── GlitcheAppHack.plist ├── infusehack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── InfuseHack.dylib │ │ └── InfuseHack.plist ├── instalikesuserselector_0.0.1-26debug │ ├── DEBIAN │ │ └── control │ └── Library │ │ ├── MobileSubstrate │ │ └── DynamicLibraries │ │ │ ├── InstaLikesIDSelector.dylib │ │ │ └── InstaLikesIDSelector.plist │ │ ├── PreferenceBundles │ │ └── InstaLikesIdSelectSettings.bundle │ │ │ ├── Info.plist │ │ │ ├── InstaLikesIdSelectSettings │ │ │ └── Root.plist │ │ └── PreferenceLoader │ │ └── Preferences │ │ └── InstaLikesIdSelectSettings.plist ├── kingstatusbar_3.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── Themes │ │ └── KingStatusBar.theme │ │ └── UIImages │ │ ├── 1 │ │ ├── Black_0_Bars@2x.png │ │ ├── Black_0_WifiBars@2x.png │ │ ├── Black_1_Bars@2x.png │ │ ├── Black_1_WifiBars@2x.png │ │ ├── Black_2_Bars@2x.png │ │ ├── Black_2_WifiBars@2x.png │ │ ├── Black_3_Bars@2x.png │ │ ├── Black_3_WifiBars@2x.png │ │ ├── Black_4_Bars@2x.png │ │ ├── Black_5_Bars@2x.png │ │ ├── LockScreen_0_Bars@2x.png │ │ ├── LockScreen_0_WifiBars@2x.png │ │ ├── LockScreen_1_Bars@2x.png │ │ ├── LockScreen_1_WifiBars@2x.png │ │ ├── LockScreen_2_Bars@2x.png │ │ ├── LockScreen_2_WifiBars@2x.png │ │ ├── LockScreen_3_Bars@2x.png │ │ ├── LockScreen_3_WifiBars@2x.png │ │ ├── LockScreen_4_Bars@2x.png │ │ └── LockScreen_5_Bars@2x.png ├── lazytoken1_1.5 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── LazyToken.dylib │ │ └── LazyToken.plist ├── lazytool2unlimited_2.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── LazyTool2Unlimited.dylib │ │ └── LazyTool2Unlimited.plist ├── likeshack_0.0.1-1debug │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── likesHACK.dylib │ │ └── likesHACK.plist ├── lingualeohack_1.4 │ ├── DEBIAN │ │ └── control │ └── Library │ │ ├── MobileSubstrate │ │ └── DynamicLibraries │ │ │ ├── LingualeoHack.dylib │ │ │ └── LingualeoHack.plist │ │ ├── PreferenceBundles │ │ └── linguakeohacksettings.bundle │ │ │ ├── Info.plist │ │ │ ├── Root.plist │ │ │ └── linguakeohacksettings │ │ └── PreferenceLoader │ │ └── Preferences │ │ └── linguakeohacksettings.plist ├── lingvohack_1.0-1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── LingvoHack.dylib │ │ └── LingvoHack.plist ├── linienglishhack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── LiniEnglishHack.dylib │ │ └── LiniEnglishHack.plist ├── ls161rusmod_1.2 │ ├── DEBIAN │ │ └── control │ └── var │ │ └── mobile │ │ └── Library │ │ └── LockHTML │ │ └── LS161.R.M │ │ ├── 111Config.js │ │ ├── LockBackground.html │ │ ├── Measure.ttf │ │ ├── Options.plist │ │ ├── Scripts │ │ ├── jquery.min.js │ │ └── main.js │ │ └── Style.css ├── maskx_1.0 │ ├── DEBIAN │ │ └── control │ └── var │ │ └── mobile │ │ └── Library │ │ └── LockHTML │ │ └── Maskx │ │ ├── Config.js │ │ ├── LockBackground.html │ │ ├── Scripts │ │ ├── bateria.js │ │ ├── jquery.min.js │ │ └── main.js │ │ ├── Style.css │ │ ├── bateria.html │ │ ├── bold.ttf │ │ └── regular.ttf ├── memrisehack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── MemriseHack.dylib │ │ └── MemriseHack.plist ├── mimohack_2.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── MimoHack.dylib │ │ └── MimoHack.plist ├── muzecc_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── Themes │ │ └── Muze CC.theme │ │ ├── Bundles │ │ ├── com.apple.MediaPlayerUI │ │ │ ├── SystemMediaControl-Forward-StarkNowPlaying.png │ │ │ ├── SystemMediaControl-Forward.png │ │ │ ├── SystemMediaControl-Forward@2x.png │ │ │ ├── SystemMediaControl-Forward@3x.png │ │ │ ├── SystemMediaControl-Pause-StarkNowPlaying.png │ │ │ ├── SystemMediaControl-Pause.png │ │ │ ├── SystemMediaControl-Pause@2x.png │ │ │ ├── SystemMediaControl-Pause@3x.png │ │ │ ├── SystemMediaControl-Play-StarkNowPlaying.png │ │ │ ├── SystemMediaControl-Play.png │ │ │ ├── SystemMediaControl-Play@2x.png │ │ │ ├── SystemMediaControl-Play@3x.png │ │ │ ├── SystemMediaControl-Rewind-StarkNowPlaying.png │ │ │ ├── SystemMediaControl-Rewind.png │ │ │ ├── SystemMediaControl-Rewind@2x.png │ │ │ ├── SystemMediaControl-Rewind@3x.png │ │ │ ├── SystemMediaControl-Scrubber-Control.png │ │ │ ├── SystemMediaControl-Scrubber-Control@2x.png │ │ │ ├── SystemMediaControl-SelectRoute@2x.png │ │ │ ├── volume-maximum-value-image@2x.png │ │ │ ├── volume-minimum-value-image-center@2x.png │ │ │ ├── volume-minimum-value-image-left@2x.png │ │ │ └── volume-minimum-value-image-right@2x.png │ │ └── com.apple.springboard │ │ │ ├── ControlCenterGlyphAirplane.png │ │ │ ├── ControlCenterGlyphAirplane@2x.png │ │ │ ├── ControlCenterGlyphAirplane@3x.png │ │ │ ├── ControlCenterGlyphAirplane@3xbackup.png │ │ │ ├── ControlCenterGlyphBluetooth.png │ │ │ ├── ControlCenterGlyphBluetooth@2x.png │ │ │ ├── ControlCenterGlyphBluetooth@3x.png │ │ │ ├── ControlCenterGlyphCalculator.png │ │ │ ├── ControlCenterGlyphCalculator@2x.png │ │ │ ├── ControlCenterGlyphCalculator@3x.png │ │ │ ├── ControlCenterGlyphCamera.png │ │ │ ├── ControlCenterGlyphCamera@2x.png │ │ │ ├── ControlCenterGlyphCamera@3x.png │ │ │ ├── ControlCenterGlyphClock.png │ │ │ ├── ControlCenterGlyphClock@2x.png │ │ │ ├── ControlCenterGlyphClock@3x.png │ │ │ ├── ControlCenterGlyphFlashlight@2x.png │ │ │ ├── ControlCenterGlyphFlashlight@3x.png │ │ │ ├── ControlCenterGlyphFlashlight@3xbackup.png │ │ │ ├── ControlCenterGlyphFlashlightOn@2x.png │ │ │ ├── ControlCenterGlyphFlashlightOn@3x.png │ │ │ ├── ControlCenterGlyphFlashlightOn@3xbackup.png │ │ │ ├── ControlCenterGlyphLessBright@2x.png │ │ │ ├── ControlCenterGlyphMoon.png │ │ │ ├── ControlCenterGlyphMoon@2x.png │ │ │ ├── ControlCenterGlyphMoon@3x.png │ │ │ ├── ControlCenterGlyphMoreBright@2x.png │ │ │ ├── ControlCenterGlyphOrientationLocked.png │ │ │ ├── ControlCenterGlyphOrientationLocked@2x.png │ │ │ ├── ControlCenterGlyphOrientationLocked@3x.png │ │ │ ├── ControlCenterGlyphOrientationUnlocked.png │ │ │ ├── ControlCenterGlyphOrientationUnlocked@2x.png │ │ │ ├── ControlCenterGlyphOrientationUnlocked@3x.png │ │ │ ├── ControlCenterGlyphWifi.png │ │ │ ├── ControlCenterGlyphWifi@2x.png │ │ │ └── ControlCenterGlyphWifi@3x.png │ │ └── Folders │ │ └── SpringBoardUI.framework │ │ ├── ControlCenterButtonCircle@2x.png │ │ ├── ControlCenterButtonRoundRect@2x.png │ │ ├── ControlCenterButtonRoundRectSelected.png │ │ └── ControlCenterSliderThumb@2x.png ├── premiumkingpack_9.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── Themes │ │ └── KingStatusBar.theme │ │ └── UIImages │ │ ├── 1 │ │ ├── Black_0_Bars@2x.png │ │ ├── Black_0_WifiBars@2x.png │ │ ├── Black_1_Bars@2x.png │ │ ├── Black_1_WifiBars@2x.png │ │ ├── Black_2_Bars@2x.png │ │ ├── Black_2_WifiBars@2x.png │ │ ├── Black_3_Bars@2x.png │ │ ├── Black_3_WifiBars@2x.png │ │ ├── Black_4_Bars@2x.png │ │ ├── Black_5_Bars@2x.png │ │ ├── LockScreen_0_Bars@2x.png │ │ ├── LockScreen_0_WifiBars@2x.png │ │ ├── LockScreen_1_Bars@2x.png │ │ ├── LockScreen_1_WifiBars@2x.png │ │ ├── LockScreen_2_Bars@2x.png │ │ ├── LockScreen_2_WifiBars@2x.png │ │ ├── LockScreen_3_Bars@2x.png │ │ ├── LockScreen_3_WifiBars@2x.png │ │ ├── LockScreen_4_Bars@2x.png │ │ └── LockScreen_5_Bars@2x.png ├── shellyhack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── ShellyHack.dylib │ │ └── ShellyHack.plist ├── truthordarehack_1.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── TruthOrDareHack.dylib │ │ └── TruthOrDareHack.plist ├── typo5cydget_1.0 │ ├── DEBIAN │ │ ├── control │ │ └── control~ │ └── System │ │ └── Library │ │ └── LockCydgets │ │ └── Typo5.cydget │ │ ├── Background.html │ │ ├── Info.plist │ │ ├── README │ │ ├── SixCaps-webfont.woff │ │ └── Typo5.html ├── typo5lockhtml_2.0 │ ├── DEBIAN │ │ └── control │ └── var │ │ └── mobile │ │ └── Library │ │ └── LockHTML │ │ ├── Typo5 best │ │ ├── LockBackground.html │ │ └── SixCaps-webfont.woff │ │ └── Typo5 │ │ ├── Background.html │ │ ├── LockBackground.html │ │ └── SixCaps-webfont.woff ├── typo5russianlockhtml_2.2 │ ├── DEBIAN │ │ └── control │ └── var │ │ └── mobile │ │ └── Library │ │ └── LockHTML │ │ ├── i5 Typo5 Russian │ │ ├── Background.html │ │ ├── Chupada Thin.otf │ │ ├── LockBackground.html │ │ └── bg.png │ │ ├── i6 Typo5 Russian │ │ ├── Background.html │ │ ├── Chupada Thin.otf │ │ ├── LockBackground.html │ │ └── bg.png │ │ ├── i6+ (littlebrother) Typo5 Russian │ │ ├── Background.html │ │ ├── Chupada Thin.otf │ │ ├── LockBackground.html │ │ └── bg.png │ │ └── i6+ Typo5 Russian │ │ ├── Background.html │ │ ├── Chupada Thin.otf │ │ ├── LockBackground.html │ │ └── bg.png ├── vkappcopytoken_0.0.8 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── TopTweak.dylib │ │ └── TopTweak.plist ├── vkawayremover_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VKAwayRemover.dylib │ │ └── VKAwayRemover.plist ├── vkmessagedecoderbeta_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ ├── MobileSubstrate │ │ └── DynamicLibraries │ │ │ ├── VKMessageDecoder.dylib │ │ │ └── VKMessageDecoder.plist │ │ ├── PreferenceBundles │ │ └── VKMessageDecoderPrefs.bundle │ │ │ ├── Info.plist │ │ │ ├── Root.plist │ │ │ ├── VKMessageDecoderPrefs │ │ │ ├── VKMessageDecoderPrefs.png │ │ │ └── VKMessageDecoderPrefs@2x.png │ │ └── PreferenceLoader │ │ └── Preferences │ │ └── VKMessageDecoderPrefs.plist ├── vkmessageslock_0.0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VkMessagesLock.dylib │ │ └── VkMessagesLock.plist ├── vkvideourl_1.0 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VKVideoURLS.dylib │ │ └── VKVideoURLS.plist ├── volocohack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VolocoHack.dylib │ │ └── VolocoHack.plist ├── vpnmasterhack_0.1 │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── MobileSubstrate │ │ └── DynamicLibraries │ │ ├── VPNMasterHack.dylib │ │ └── VPNMasterHack.plist └── zvooqhack_0.1 │ ├── DEBIAN │ └── control │ └── Library │ └── MobileSubstrate │ └── DynamicLibraries │ ├── ZvooqHack.dylib │ └── ZvooqHack.plist ├── repo └── scripts ├── deploy.sh ├── format_readme.py ├── pack.sh ├── unpack.sh └── update.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/.gitignore -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Packages -------------------------------------------------------------------------------- /Packages.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Packages.bz2 -------------------------------------------------------------------------------- /Packages.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Packages.gz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/README.md -------------------------------------------------------------------------------- /Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/Release -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/Packages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/_data/Packages.json -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /assets/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/assets/css/style.scss -------------------------------------------------------------------------------- /debs/audioenglish_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/audioenglish_1.0.deb -------------------------------------------------------------------------------- /debs/bearnoteshack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/bearnoteshack_0.1.deb -------------------------------------------------------------------------------- /debs/clone-gitclienthack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/clone-gitclienthack_0.1.deb -------------------------------------------------------------------------------- /debs/clutch20rc_2.0.4.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/clutch20rc_2.0.4.deb -------------------------------------------------------------------------------- /debs/clutchrc_2.0_RC8.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/clutchrc_2.0_RC8.deb -------------------------------------------------------------------------------- /debs/colorflowlockhtml_2.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/colorflowlockhtml_2.0.deb -------------------------------------------------------------------------------- /debs/com.gebeto.vpnmaster_0.0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/com.gebeto.vpnmaster_0.0.1.deb -------------------------------------------------------------------------------- /debs/com.nablac0d3.sslkillswitch2_0.14.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/com.nablac0d3.sslkillswitch2_0.14.deb -------------------------------------------------------------------------------- /debs/crownkingzeppelin_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/crownkingzeppelin_1.0.deb -------------------------------------------------------------------------------- /debs/cutecuthack_0.0.1-5debug.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/cutecuthack_0.0.1-5debug.deb -------------------------------------------------------------------------------- /debs/drompads24hack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/drompads24hack_0.1.deb -------------------------------------------------------------------------------- /debs/easytenhack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/easytenhack_0.1.deb -------------------------------------------------------------------------------- /debs/englishwithwordshack_0.0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/englishwithwordshack_0.0.1.deb -------------------------------------------------------------------------------- /debs/facetune2hack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/facetune2hack_0.1.deb -------------------------------------------------------------------------------- /debs/flexing_1.2.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/flexing_1.2.0.deb -------------------------------------------------------------------------------- /debs/glitchehack_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/glitchehack_1.0.deb -------------------------------------------------------------------------------- /debs/infusehack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/infusehack_0.1.deb -------------------------------------------------------------------------------- /debs/instalikesuserselector_0.0.1-26debug.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/instalikesuserselector_0.0.1-26debug.deb -------------------------------------------------------------------------------- /debs/kingstatusbar_3.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/kingstatusbar_3.0.deb -------------------------------------------------------------------------------- /debs/lazytoken1_1.5.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/lazytoken1_1.5.deb -------------------------------------------------------------------------------- /debs/lazytool2unlimited_2.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/lazytool2unlimited_2.0.deb -------------------------------------------------------------------------------- /debs/likeshack_0.0.1-1debug.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/likeshack_0.0.1-1debug.deb -------------------------------------------------------------------------------- /debs/lingualeohack_1.4.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/lingualeohack_1.4.deb -------------------------------------------------------------------------------- /debs/lingvohack_1.0-1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/lingvohack_1.0-1.deb -------------------------------------------------------------------------------- /debs/linienglishhack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/linienglishhack_0.1.deb -------------------------------------------------------------------------------- /debs/ls161rusmod_1.2.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/ls161rusmod_1.2.deb -------------------------------------------------------------------------------- /debs/maskx_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/maskx_1.0.deb -------------------------------------------------------------------------------- /debs/memrisehack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/memrisehack_0.1.deb -------------------------------------------------------------------------------- /debs/mimohack_2.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/mimohack_2.0.deb -------------------------------------------------------------------------------- /debs/muzecc_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/muzecc_0.1.deb -------------------------------------------------------------------------------- /debs/premiumkingpack_9.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/premiumkingpack_9.0.deb -------------------------------------------------------------------------------- /debs/shellyhack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/shellyhack_0.1.deb -------------------------------------------------------------------------------- /debs/truthordarehack_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/truthordarehack_1.0.deb -------------------------------------------------------------------------------- /debs/typo5cydget_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/typo5cydget_1.0.deb -------------------------------------------------------------------------------- /debs/typo5lockhtml_2.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/typo5lockhtml_2.0.deb -------------------------------------------------------------------------------- /debs/typo5russianlockhtml_2.2.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/typo5russianlockhtml_2.2.deb -------------------------------------------------------------------------------- /debs/vkappcopytoken_0.0.8.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vkappcopytoken_0.0.8.deb -------------------------------------------------------------------------------- /debs/vkawayremover_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vkawayremover_0.1.deb -------------------------------------------------------------------------------- /debs/vkmessagedecoderbeta_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vkmessagedecoderbeta_0.1.deb -------------------------------------------------------------------------------- /debs/vkmessageslock_0.0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vkmessageslock_0.0.1.deb -------------------------------------------------------------------------------- /debs/vkvideourl_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vkvideourl_1.0.deb -------------------------------------------------------------------------------- /debs/volocohack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/volocohack_0.1.deb -------------------------------------------------------------------------------- /debs/vpnmasterhack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/vpnmasterhack_0.1.deb -------------------------------------------------------------------------------- /debs/zvooqhack_0.1.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/debs/zvooqhack_0.1.deb -------------------------------------------------------------------------------- /index1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/index1.html -------------------------------------------------------------------------------- /pkgs/audioenglish_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/audioenglish_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/audioenglish_1.0/Library/MobileSubstrate/DynamicLibraries/EnglishAudioLearn.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/audioenglish_1.0/Library/MobileSubstrate/DynamicLibraries/EnglishAudioLearn.dylib -------------------------------------------------------------------------------- /pkgs/audioenglish_1.0/Library/MobileSubstrate/DynamicLibraries/EnglishAudioLearn.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/audioenglish_1.0/Library/MobileSubstrate/DynamicLibraries/EnglishAudioLearn.plist -------------------------------------------------------------------------------- /pkgs/bearnoteshack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/bearnoteshack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/bearnoteshack_0.1/Library/MobileSubstrate/DynamicLibraries/BearHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/bearnoteshack_0.1/Library/MobileSubstrate/DynamicLibraries/BearHack.dylib -------------------------------------------------------------------------------- /pkgs/bearnoteshack_0.1/Library/MobileSubstrate/DynamicLibraries/BearHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/bearnoteshack_0.1/Library/MobileSubstrate/DynamicLibraries/BearHack.plist -------------------------------------------------------------------------------- /pkgs/clone-gitclienthack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clone-gitclienthack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/clone-gitclienthack_0.1/Library/MobileSubstrate/DynamicLibraries/CloneGitClientHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clone-gitclienthack_0.1/Library/MobileSubstrate/DynamicLibraries/CloneGitClientHack.dylib -------------------------------------------------------------------------------- /pkgs/clone-gitclienthack_0.1/Library/MobileSubstrate/DynamicLibraries/CloneGitClientHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clone-gitclienthack_0.1/Library/MobileSubstrate/DynamicLibraries/CloneGitClientHack.plist -------------------------------------------------------------------------------- /pkgs/clutch20rc_2.0.4/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clutch20rc_2.0.4/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/clutch20rc_2.0.4/usr/bin/clutch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clutch20rc_2.0.4/usr/bin/clutch -------------------------------------------------------------------------------- /pkgs/clutchrc_2.0_RC8/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clutchrc_2.0_RC8/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/clutchrc_2.0_RC8/usr/bin/clutch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/clutchrc_2.0_RC8/usr/bin/clutch -------------------------------------------------------------------------------- /pkgs/colorflowlockhtml_2.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/colorflowlockhtml_2.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/colorflowlockhtml_2.0/var/mobile/Library/LockHTML/ColorFlow/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/colorflowlockhtml_2.0/var/mobile/Library/LockHTML/ColorFlow/LockBackground.html -------------------------------------------------------------------------------- /pkgs/colorflowlockhtml_2.0/var/mobile/Library/LockHTML/ColorFlow/geosanslight-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/colorflowlockhtml_2.0/var/mobile/Library/LockHTML/ColorFlow/geosanslight-webfont.woff -------------------------------------------------------------------------------- /pkgs/com.gebeto.vpnmaster_0.0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.gebeto.vpnmaster_0.0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/com.gebeto.vpnmaster_0.0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.gebeto.vpnmaster_0.0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.dylib -------------------------------------------------------------------------------- /pkgs/com.gebeto.vpnmaster_0.0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.gebeto.vpnmaster_0.0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.plist -------------------------------------------------------------------------------- /pkgs/com.nablac0d3.sslkillswitch2_0.14/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.nablac0d3.sslkillswitch2_0.14/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch2.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch2.dylib -------------------------------------------------------------------------------- /pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch2.plist -------------------------------------------------------------------------------- /pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/PreferenceLoader/Preferences/SSLKillSwitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/PreferenceLoader/Preferences/SSLKillSwitch.png -------------------------------------------------------------------------------- /pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/PreferenceLoader/Preferences/SSLKillSwitch_prefs.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/com.nablac0d3.sslkillswitch2_0.14/Library/PreferenceLoader/Preferences/SSLKillSwitch_prefs.plist -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt/silver@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown Alt2/silver@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Crown/silver@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/King/silver@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy New/silver@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/black@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/etched@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/etched@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/logo@2x.png -------------------------------------------------------------------------------- /pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/silver@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/crownkingzeppelin_1.0/Library/Zeppelin/Macristocracy/silver@2x.png -------------------------------------------------------------------------------- /pkgs/cutecuthack_0.0.1-5debug/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/cutecuthack_0.0.1-5debug/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/cutecuthack_0.0.1-5debug/Library/MobileSubstrate/DynamicLibraries/CuteCutHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/cutecuthack_0.0.1-5debug/Library/MobileSubstrate/DynamicLibraries/CuteCutHack.dylib -------------------------------------------------------------------------------- /pkgs/cutecuthack_0.0.1-5debug/Library/MobileSubstrate/DynamicLibraries/CuteCutHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/cutecuthack_0.0.1-5debug/Library/MobileSubstrate/DynamicLibraries/CuteCutHack.plist -------------------------------------------------------------------------------- /pkgs/drompads24hack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/drompads24hack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/drompads24hack_0.1/Library/MobileSubstrate/DynamicLibraries/DromPads24Hack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/drompads24hack_0.1/Library/MobileSubstrate/DynamicLibraries/DromPads24Hack.dylib -------------------------------------------------------------------------------- /pkgs/drompads24hack_0.1/Library/MobileSubstrate/DynamicLibraries/DromPads24Hack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/drompads24hack_0.1/Library/MobileSubstrate/DynamicLibraries/DromPads24Hack.plist -------------------------------------------------------------------------------- /pkgs/easytenhack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/easytenhack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/easytenhack_0.1/Library/MobileSubstrate/DynamicLibraries/EasyTenHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/easytenhack_0.1/Library/MobileSubstrate/DynamicLibraries/EasyTenHack.dylib -------------------------------------------------------------------------------- /pkgs/easytenhack_0.1/Library/MobileSubstrate/DynamicLibraries/EasyTenHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/easytenhack_0.1/Library/MobileSubstrate/DynamicLibraries/EasyTenHack.plist -------------------------------------------------------------------------------- /pkgs/englishwithwordshack_0.0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/englishwithwordshack_0.0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/englishwithwordshack_0.0.1/Library/MobileSubstrate/DynamicLibraries/EnglishWithWordsHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/englishwithwordshack_0.0.1/Library/MobileSubstrate/DynamicLibraries/EnglishWithWordsHack.dylib -------------------------------------------------------------------------------- /pkgs/englishwithwordshack_0.0.1/Library/MobileSubstrate/DynamicLibraries/EnglishWithWordsHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/englishwithwordshack_0.0.1/Library/MobileSubstrate/DynamicLibraries/EnglishWithWordsHack.plist -------------------------------------------------------------------------------- /pkgs/facetune2hack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/facetune2hack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/facetune2hack_0.1/Library/MobileSubstrate/DynamicLibraries/Facetune2Hack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/facetune2hack_0.1/Library/MobileSubstrate/DynamicLibraries/Facetune2Hack.dylib -------------------------------------------------------------------------------- /pkgs/facetune2hack_0.1/Library/MobileSubstrate/DynamicLibraries/Facetune2Hack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/facetune2hack_0.1/Library/MobileSubstrate/DynamicLibraries/Facetune2Hack.plist -------------------------------------------------------------------------------- /pkgs/flexing_1.2.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/flexing_1.2.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/flexing_1.2.0/Library/MobileSubstrate/DynamicLibraries/FLEXing.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/flexing_1.2.0/Library/MobileSubstrate/DynamicLibraries/FLEXing.dylib -------------------------------------------------------------------------------- /pkgs/flexing_1.2.0/Library/MobileSubstrate/DynamicLibraries/FLEXing.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/flexing_1.2.0/Library/MobileSubstrate/DynamicLibraries/FLEXing.plist -------------------------------------------------------------------------------- /pkgs/glitchehack_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/glitchehack_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/glitchehack_1.0/Library/MobileSubstrate/DynamicLibraries/GlitcheAppHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/glitchehack_1.0/Library/MobileSubstrate/DynamicLibraries/GlitcheAppHack.dylib -------------------------------------------------------------------------------- /pkgs/glitchehack_1.0/Library/MobileSubstrate/DynamicLibraries/GlitcheAppHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/glitchehack_1.0/Library/MobileSubstrate/DynamicLibraries/GlitcheAppHack.plist -------------------------------------------------------------------------------- /pkgs/infusehack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/infusehack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/infusehack_0.1/Library/MobileSubstrate/DynamicLibraries/InfuseHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/infusehack_0.1/Library/MobileSubstrate/DynamicLibraries/InfuseHack.dylib -------------------------------------------------------------------------------- /pkgs/infusehack_0.1/Library/MobileSubstrate/DynamicLibraries/InfuseHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/infusehack_0.1/Library/MobileSubstrate/DynamicLibraries/InfuseHack.plist -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/MobileSubstrate/DynamicLibraries/InstaLikesIDSelector.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/MobileSubstrate/DynamicLibraries/InstaLikesIDSelector.dylib -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/MobileSubstrate/DynamicLibraries/InstaLikesIDSelector.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/MobileSubstrate/DynamicLibraries/InstaLikesIDSelector.plist -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/Info.plist -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/InstaLikesIdSelectSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/InstaLikesIdSelectSettings -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceBundles/InstaLikesIdSelectSettings.bundle/Root.plist -------------------------------------------------------------------------------- /pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceLoader/Preferences/InstaLikesIdSelectSettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/instalikesuserselector_0.0.1-26debug/Library/PreferenceLoader/Preferences/InstaLikesIdSelectSettings.plist -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/1: -------------------------------------------------------------------------------- 1 | chown mobile *.* 2 | -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_4_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_4_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_5_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/Black_5_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_4_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_4_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_5_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/kingstatusbar_3.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_5_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/lazytoken1_1.5/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytoken1_1.5/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/lazytoken1_1.5/Library/MobileSubstrate/DynamicLibraries/LazyToken.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytoken1_1.5/Library/MobileSubstrate/DynamicLibraries/LazyToken.dylib -------------------------------------------------------------------------------- /pkgs/lazytoken1_1.5/Library/MobileSubstrate/DynamicLibraries/LazyToken.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytoken1_1.5/Library/MobileSubstrate/DynamicLibraries/LazyToken.plist -------------------------------------------------------------------------------- /pkgs/lazytool2unlimited_2.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytool2unlimited_2.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/lazytool2unlimited_2.0/Library/MobileSubstrate/DynamicLibraries/LazyTool2Unlimited.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytool2unlimited_2.0/Library/MobileSubstrate/DynamicLibraries/LazyTool2Unlimited.dylib -------------------------------------------------------------------------------- /pkgs/lazytool2unlimited_2.0/Library/MobileSubstrate/DynamicLibraries/LazyTool2Unlimited.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lazytool2unlimited_2.0/Library/MobileSubstrate/DynamicLibraries/LazyTool2Unlimited.plist -------------------------------------------------------------------------------- /pkgs/likeshack_0.0.1-1debug/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/likeshack_0.0.1-1debug/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/likeshack_0.0.1-1debug/Library/MobileSubstrate/DynamicLibraries/likesHACK.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/likeshack_0.0.1-1debug/Library/MobileSubstrate/DynamicLibraries/likesHACK.dylib -------------------------------------------------------------------------------- /pkgs/likeshack_0.0.1-1debug/Library/MobileSubstrate/DynamicLibraries/likesHACK.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/likeshack_0.0.1-1debug/Library/MobileSubstrate/DynamicLibraries/likesHACK.plist -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/MobileSubstrate/DynamicLibraries/LingualeoHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/MobileSubstrate/DynamicLibraries/LingualeoHack.dylib -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/MobileSubstrate/DynamicLibraries/LingualeoHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/MobileSubstrate/DynamicLibraries/LingualeoHack.plist -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/Info.plist -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/Root.plist -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/linguakeohacksettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/PreferenceBundles/linguakeohacksettings.bundle/linguakeohacksettings -------------------------------------------------------------------------------- /pkgs/lingualeohack_1.4/Library/PreferenceLoader/Preferences/linguakeohacksettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingualeohack_1.4/Library/PreferenceLoader/Preferences/linguakeohacksettings.plist -------------------------------------------------------------------------------- /pkgs/lingvohack_1.0-1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingvohack_1.0-1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/lingvohack_1.0-1/Library/MobileSubstrate/DynamicLibraries/LingvoHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingvohack_1.0-1/Library/MobileSubstrate/DynamicLibraries/LingvoHack.dylib -------------------------------------------------------------------------------- /pkgs/lingvohack_1.0-1/Library/MobileSubstrate/DynamicLibraries/LingvoHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/lingvohack_1.0-1/Library/MobileSubstrate/DynamicLibraries/LingvoHack.plist -------------------------------------------------------------------------------- /pkgs/linienglishhack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/linienglishhack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/linienglishhack_0.1/Library/MobileSubstrate/DynamicLibraries/LiniEnglishHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/linienglishhack_0.1/Library/MobileSubstrate/DynamicLibraries/LiniEnglishHack.dylib -------------------------------------------------------------------------------- /pkgs/linienglishhack_0.1/Library/MobileSubstrate/DynamicLibraries/LiniEnglishHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/linienglishhack_0.1/Library/MobileSubstrate/DynamicLibraries/LiniEnglishHack.plist -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/111Config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/111Config.js -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/LockBackground.html -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Measure.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Measure.ttf -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Options.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Options.plist -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Scripts/jquery.min.js -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Scripts/main.js -------------------------------------------------------------------------------- /pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/ls161rusmod_1.2/var/mobile/Library/LockHTML/LS161.R.M/Style.css -------------------------------------------------------------------------------- /pkgs/maskx_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Config.js -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/LockBackground.html -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/bateria.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/bateria.js -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/jquery.min.js -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Scripts/main.js -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/Style.css -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/bateria.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/bateria.html -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/bold.ttf -------------------------------------------------------------------------------- /pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/maskx_1.0/var/mobile/Library/LockHTML/Maskx/regular.ttf -------------------------------------------------------------------------------- /pkgs/memrisehack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/memrisehack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/memrisehack_0.1/Library/MobileSubstrate/DynamicLibraries/MemriseHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/memrisehack_0.1/Library/MobileSubstrate/DynamicLibraries/MemriseHack.dylib -------------------------------------------------------------------------------- /pkgs/memrisehack_0.1/Library/MobileSubstrate/DynamicLibraries/MemriseHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/memrisehack_0.1/Library/MobileSubstrate/DynamicLibraries/MemriseHack.plist -------------------------------------------------------------------------------- /pkgs/mimohack_2.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/mimohack_2.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/mimohack_2.0/Library/MobileSubstrate/DynamicLibraries/MimoHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/mimohack_2.0/Library/MobileSubstrate/DynamicLibraries/MimoHack.dylib -------------------------------------------------------------------------------- /pkgs/mimohack_2.0/Library/MobileSubstrate/DynamicLibraries/MimoHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/mimohack_2.0/Library/MobileSubstrate/DynamicLibraries/MimoHack.plist -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward-StarkNowPlaying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward-StarkNowPlaying.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Forward@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause-StarkNowPlaying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause-StarkNowPlaying.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Pause@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play-StarkNowPlaying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play-StarkNowPlaying.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Play@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind-StarkNowPlaying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind-StarkNowPlaying.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Rewind@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Scrubber-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Scrubber-Control.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Scrubber-Control@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-Scrubber-Control@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-SelectRoute@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/SystemMediaControl-SelectRoute@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-maximum-value-image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-maximum-value-image@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-center@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-center@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-left@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.MediaPlayerUI/volume-minimum-value-image-right@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@3xbackup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphAirplane@3xbackup.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphBluetooth@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCalculator@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphCamera@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphClock@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@3xbackup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlight@3xbackup.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@3xbackup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphFlashlightOn@3xbackup.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphLessBright@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphLessBright@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoon@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoreBright@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphMoreBright@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationLocked@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphOrientationUnlocked@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Bundles/com.apple.springboard/ControlCenterGlyphWifi@3x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonCircle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonCircle@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonRoundRect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonRoundRect@2x.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonRoundRectSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterButtonRoundRectSelected.png -------------------------------------------------------------------------------- /pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterSliderThumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/muzecc_0.1/Library/Themes/Muze CC.theme/Folders/SpringBoardUI.framework/ControlCenterSliderThumb@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/1: -------------------------------------------------------------------------------- 1 | chown mobile *.* 2 | -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_0_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_1_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_2_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_3_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_4_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_4_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_5_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/Black_5_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_0_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_1_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_2_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_WifiBars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_3_WifiBars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_4_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_4_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_5_Bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/premiumkingpack_9.0/Library/Themes/KingStatusBar.theme/UIImages/LockScreen_5_Bars@2x.png -------------------------------------------------------------------------------- /pkgs/shellyhack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/shellyhack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/shellyhack_0.1/Library/MobileSubstrate/DynamicLibraries/ShellyHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/shellyhack_0.1/Library/MobileSubstrate/DynamicLibraries/ShellyHack.dylib -------------------------------------------------------------------------------- /pkgs/shellyhack_0.1/Library/MobileSubstrate/DynamicLibraries/ShellyHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/shellyhack_0.1/Library/MobileSubstrate/DynamicLibraries/ShellyHack.plist -------------------------------------------------------------------------------- /pkgs/truthordarehack_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/truthordarehack_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/truthordarehack_1.0/Library/MobileSubstrate/DynamicLibraries/TruthOrDareHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/truthordarehack_1.0/Library/MobileSubstrate/DynamicLibraries/TruthOrDareHack.dylib -------------------------------------------------------------------------------- /pkgs/truthordarehack_1.0/Library/MobileSubstrate/DynamicLibraries/TruthOrDareHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/truthordarehack_1.0/Library/MobileSubstrate/DynamicLibraries/TruthOrDareHack.plist -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/DEBIAN/control~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/DEBIAN/control~ -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Background.html -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Info.plist -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/README -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/SixCaps-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/SixCaps-webfont.woff -------------------------------------------------------------------------------- /pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Typo5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5cydget_1.0/System/Library/LockCydgets/Typo5.cydget/Typo5.html -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5 best/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5 best/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5 best/SixCaps-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5 best/SixCaps-webfont.woff -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/Background.html -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/SixCaps-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5lockhtml_2.0/var/mobile/Library/LockHTML/Typo5/SixCaps-webfont.woff -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/Background.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/Chupada Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/Chupada Thin.otf -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i5 Typo5 Russian/bg.png -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/Background.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/Chupada Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/Chupada Thin.otf -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6 Typo5 Russian/bg.png -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/Background.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/Chupada Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/Chupada Thin.otf -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ (littlebrother) Typo5 Russian/bg.png -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/Background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/Background.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/Chupada Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/Chupada Thin.otf -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/LockBackground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/LockBackground.html -------------------------------------------------------------------------------- /pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/typo5russianlockhtml_2.2/var/mobile/Library/LockHTML/i6+ Typo5 Russian/bg.png -------------------------------------------------------------------------------- /pkgs/vkappcopytoken_0.0.8/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkappcopytoken_0.0.8/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vkappcopytoken_0.0.8/Library/MobileSubstrate/DynamicLibraries/TopTweak.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkappcopytoken_0.0.8/Library/MobileSubstrate/DynamicLibraries/TopTweak.dylib -------------------------------------------------------------------------------- /pkgs/vkappcopytoken_0.0.8/Library/MobileSubstrate/DynamicLibraries/TopTweak.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkappcopytoken_0.0.8/Library/MobileSubstrate/DynamicLibraries/TopTweak.plist -------------------------------------------------------------------------------- /pkgs/vkawayremover_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkawayremover_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vkawayremover_0.1/Library/MobileSubstrate/DynamicLibraries/VKAwayRemover.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkawayremover_0.1/Library/MobileSubstrate/DynamicLibraries/VKAwayRemover.dylib -------------------------------------------------------------------------------- /pkgs/vkawayremover_0.1/Library/MobileSubstrate/DynamicLibraries/VKAwayRemover.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkawayremover_0.1/Library/MobileSubstrate/DynamicLibraries/VKAwayRemover.plist -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/MobileSubstrate/DynamicLibraries/VKMessageDecoder.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/MobileSubstrate/DynamicLibraries/VKMessageDecoder.dylib -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/MobileSubstrate/DynamicLibraries/VKMessageDecoder.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/MobileSubstrate/DynamicLibraries/VKMessageDecoder.plist -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/Info.plist -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/Root.plist -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs.png -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceBundles/VKMessageDecoderPrefs.bundle/VKMessageDecoderPrefs@2x.png -------------------------------------------------------------------------------- /pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceLoader/Preferences/VKMessageDecoderPrefs.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessagedecoderbeta_0.1/Library/PreferenceLoader/Preferences/VKMessageDecoderPrefs.plist -------------------------------------------------------------------------------- /pkgs/vkmessageslock_0.0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessageslock_0.0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vkmessageslock_0.0.1/Library/MobileSubstrate/DynamicLibraries/VkMessagesLock.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessageslock_0.0.1/Library/MobileSubstrate/DynamicLibraries/VkMessagesLock.dylib -------------------------------------------------------------------------------- /pkgs/vkmessageslock_0.0.1/Library/MobileSubstrate/DynamicLibraries/VkMessagesLock.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkmessageslock_0.0.1/Library/MobileSubstrate/DynamicLibraries/VkMessagesLock.plist -------------------------------------------------------------------------------- /pkgs/vkvideourl_1.0/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkvideourl_1.0/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vkvideourl_1.0/Library/MobileSubstrate/DynamicLibraries/VKVideoURLS.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkvideourl_1.0/Library/MobileSubstrate/DynamicLibraries/VKVideoURLS.dylib -------------------------------------------------------------------------------- /pkgs/vkvideourl_1.0/Library/MobileSubstrate/DynamicLibraries/VKVideoURLS.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vkvideourl_1.0/Library/MobileSubstrate/DynamicLibraries/VKVideoURLS.plist -------------------------------------------------------------------------------- /pkgs/volocohack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/volocohack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/volocohack_0.1/Library/MobileSubstrate/DynamicLibraries/VolocoHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/volocohack_0.1/Library/MobileSubstrate/DynamicLibraries/VolocoHack.dylib -------------------------------------------------------------------------------- /pkgs/volocohack_0.1/Library/MobileSubstrate/DynamicLibraries/VolocoHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/volocohack_0.1/Library/MobileSubstrate/DynamicLibraries/VolocoHack.plist -------------------------------------------------------------------------------- /pkgs/vpnmasterhack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vpnmasterhack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/vpnmasterhack_0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vpnmasterhack_0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.dylib -------------------------------------------------------------------------------- /pkgs/vpnmasterhack_0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/vpnmasterhack_0.1/Library/MobileSubstrate/DynamicLibraries/VPNMasterHack.plist -------------------------------------------------------------------------------- /pkgs/zvooqhack_0.1/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/zvooqhack_0.1/DEBIAN/control -------------------------------------------------------------------------------- /pkgs/zvooqhack_0.1/Library/MobileSubstrate/DynamicLibraries/ZvooqHack.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/zvooqhack_0.1/Library/MobileSubstrate/DynamicLibraries/ZvooqHack.dylib -------------------------------------------------------------------------------- /pkgs/zvooqhack_0.1/Library/MobileSubstrate/DynamicLibraries/ZvooqHack.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/pkgs/zvooqhack_0.1/Library/MobileSubstrate/DynamicLibraries/ZvooqHack.plist -------------------------------------------------------------------------------- /repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/repo -------------------------------------------------------------------------------- /scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/scripts/deploy.sh -------------------------------------------------------------------------------- /scripts/format_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/scripts/format_readme.py -------------------------------------------------------------------------------- /scripts/pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/scripts/pack.sh -------------------------------------------------------------------------------- /scripts/unpack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/scripts/unpack.sh -------------------------------------------------------------------------------- /scripts/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gebeto/repo/HEAD/scripts/update.sh --------------------------------------------------------------------------------