Skip to content

Releases: asdfzxcvbn/DiscordNoTrack

v1.1 (read changelog)

04 Feb 05:03
2c3ce43
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • phoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

what's new?

a few method hooks have been fixed in the adjust & crashlytics parts, however the main difference comes up with the new dummyDelegate class. if you're not a dev, the only part that really matters to you is that the tweak should run a bit faster! i think..

what's with dummyDelegate?

i realized that the way discord was handling receiving the "bad URL" response from http://0.0.0.0/ was weird. it would try to send the request (mainly to /api/v9/science), receive the "bad URL" response, and continue in this loop indefinitely. the new dummyDelegate class conforms to RCTURLRequestDelegate as required by -[RCTHTTPRequestHandler sendRequest:withDelegate:] (shown here) and pretty much makes the request nonexistent to discord. discord's delegate/completionHandler is never called and therefore the telemetry call is made the normal amount of times instead of several times within a few seconds. i believe this should (marginally) boost performance.

v5.0.0

23 Oct 00:56
e04e8c3
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • phoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

v4.0.0

30 Sep 05:48
652c0c0
Compare
Choose a tag to compare

this is the last release!! for today, at least..

you can install .deb files on jailbroken devices:

  • iphoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

v3.0.1

30 Sep 05:25
dd26b8f
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • iphoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

v3.0.0

30 Sep 05:12
33cce31
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • iphoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

v2.0.0

30 Sep 04:27
6f94918
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • iphoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.

v1.0.0

30 Sep 03:30
2f723b4
Compare
Choose a tag to compare

you can install .deb files on jailbroken devices:

  • iphoneos-arm for rootful jailbreaks
  • iphoneos-arm64 for rootless jailbreaks

you can inject the dylib into a decrypted discord IPA for usage on jailed devices with pyzule.