Skip to content

Instantly share code, notes, and snippets.

View hyperdefined's full-sized avatar
🐺
bark bark!

hyperdefined

🐺
bark bark!
View GitHub Profile
AppList (applist) v1.5.16 by Ryan Petrich via BigBoss
APT (apt) v1.8.2-3 by Unknown via Bingner/Elucubratus
APT (apt-key) (apt-key) v1.8.2.1-1 by Unknown via Bingner/Elucubratus
APT 1.4 Transitional (apt1.4) v1:0 by Unknown via Bingner/Elucubratus
Base Structure (base) v1-5 by Unknown via Bingner/Elucubratus
Bourne-Again SHell (bash) v5.0.3-2 by Unknown via Bingner/Elucubratus
Berkeley DB (berkeleydb) v6.2.32-1 by Unknown via Bingner/Elucubratus
QuickMarkup (beta.simalary.quickmarkup) v1.1.2 by Simalary (Chris) via Packix
bzip2 (bzip2) v1.0.6-1 by Unknown via Bingner/Elucubratus
CA Certs (ca-certificates) v0.0.2 by Unknown via Bingner/Elucubratus

How to Play Pokemon Go on unc0ver v6.1.1

1. Install libkrw from Cydia.

When you serach for this package, 2 of them will appear. Do not install the libkrw-dev package.

2. Add https://repo.hyper.lol to your repos.

I created this repo so you can install the tweak more easily. It's not hosted on any known/big repos.

3. Install vnodebypass from the repo above.

This tweak is NOT mine. I am just rehosting it.

Keybase proof

I hereby claim:

  • I am hyperdefined on github.
  • I am deactivated (https://keybase.io/deactivated) on keybase.
  • I have a public key whose fingerprint is D8AE 78A8 8B62 7A76 9547 03C1 34A9 0B15 D3D7 2211

To claim this, I am signing this object:

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
task deobfJar(type: Jar) { // Generate deobfuscated
from sourceSets.main.output
classifier = 'deobf'
}