commit e9bb4232f11bca40e66ac5681553e470f8f75272 Author: Plailect Date: Tue Mar 1 19:20:02 2016 -0500 wiki-based diff --git a/README.md b/README.md new file mode 100644 index 000000000..d6b036f14 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +### See https://plailect.github.io/Guide/ diff --git a/index.html b/index.html new file mode 100644 index 000000000..a03a2be16 --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ + + + diff --git a/rss.py b/rss.py new file mode 100644 index 000000000..80f294e6c --- /dev/null +++ b/rss.py @@ -0,0 +1,66 @@ +#!/usr/bin/env python3 +"""Python Script for generating a rss.xml for the A9LH Guide Plailect wrote. Requires bencodepy from pypy.""" + +import os +import hashlib +import urllib.parse +import datetime + +import bencodepy + +dir = os.path.join(os.getcwd(), "torrents") +rss = os.path.join(os.getcwd(), "rss.xml") +gio = "https://plailect.github.io/Guide/torrents" + +with open(rss, "w") as xml: + xml.write("\n") + xml.write("\n") + xml.write("\t\n") + xml.write("\t\tPlailect Guide Feed\n") + xml.write("\t\t{0}\n".format(datetime.datetime.utcnow().strftime("%a, %d %b %Y %X +0000"))) + xml.write("\t\thttps://github.com/Plailect/Guide/\n") + + for filename in os.listdir(dir): + if filename.endswith(".torrent"): + filepath = os.path.join(dir, filename) + + with open(filepath, "rb") as a: + raw = a.read() + tor = bencodepy.decode(raw) + magnet = "" + if b"info" in tor: + infohash = hashlib.sha1(bencodepy.encode(tor[b"info"])).hexdigest().upper() + magp = {"xt": "urn:btih:{0}".format(infohash), "dn": tor[b"info"][b"name"], "xl": tor[b"info"][b"length"]} + magstr = urllib.parse.urlencode(magp) + magnet = "magnet:?{0}".format(magstr) + for anncl in tor[b"announce-list"]: + if isinstance(anncl, list): + for annc in anncl: + magnet = "{0}{1}".format(magnet, "&tr={0}".format(annc.decode("utf-8"))) + else: + magnet = "{0}{1}".format(magnet, "&tr={0}".format(anncl.decode("utf-8"))) + length = tor[b"info"][b"length"] + name = tor[b"info"][b"name"].decode("utf-8") + ts = tor[b"creation date"] + else: + infohash = "{0}/{1}".format(gio, filename) + + uri = "{0}/{1}".format(gio, filename) + magnet = urllib.parse.quote(magnet) + pubdate = datetime.datetime.utcfromtimestamp(int(ts)) + xml.write("\t\t\n") + xml.write("\t\t\t{0}\n".format(name)) + xml.write("\t\t\t{0}\n".format(name)) + xml.write("\t\t\t{0}\n".format(infohash)) + xml.write("\t\t\t{0}\n".format(uri)) + xml.write("\t\t\t{0}\n".format(pubdate.strftime("%a, %d %b %Y %X +0000"))) + #xml.write("\t\t\t\n".format(uri, length)) + #xml.write("\t\t\t<{0}/media:hash>\n".format(infohash)) + #xml.write("\t\t\t{0}\n".format(length)) + #xml.write("\t\t\t{0}\n".format(infohash)) + #xml.write("\t\t\t\n".format(magnet)) + #xml.write("\t\t\t{0}\n".format(name)) + xml.write("\t\t\t\n".format(uri, length)) + xml.write("\t\t\n") + xml.write("\t\n") + xml.write("") diff --git a/rss.xml b/rss.xml new file mode 100644 index 000000000..c0a143d2b --- /dev/null +++ b/rss.xml @@ -0,0 +1,400 @@ + + + + Plailect Guide Feed + Sat, 29 Oct 2016 03:10:14 +0000 + https://github.com/Plailect/Guide/ + + 1.0.0_qr.png + 1.0.0_qr.png + 9EEABFD544483545A3B29BF8ED4DBE1544F6F6D4 + https://plailect.github.io/Guide/torrents/1.0.0_qr.torrent + Tue, 26 Jul 2016 04:00:06 +0000 + + + + 1.1.0_qr.png + 1.1.0_qr.png + 7D2707AE938991140E94502A4C9880579E7FAA7C + https://plailect.github.io/Guide/torrents/1.1.0_qr.torrent + Tue, 26 Jul 2016 04:00:09 +0000 + + + + 11.0.0_to_10.4.0_n3ds.zip + 11.0.0_to_10.4.0_n3ds.zip + 2D13A5EA1570F911BD5C6423E0C30E51D548837A + https://plailect.github.io/Guide/torrents/11.0.0_to_10.4.0_n3ds.torrent + Tue, 13 Sep 2016 15:18:54 +0000 + + + + 11.0.0_to_10.4.0_o3ds.zip + 11.0.0_to_10.4.0_o3ds.zip + 72393BBD99BC285DB84A9CABF39D9B3200058D6A + https://plailect.github.io/Guide/torrents/11.0.0_to_10.4.0_o3ds.torrent + Tue, 13 Sep 2016 15:18:58 +0000 + + + + 11.1.0_to_10.4.0_n3ds.zip + 11.1.0_to_10.4.0_n3ds.zip + D7D60C27C18F53BD8508A194656A465F6448BEDF + https://plailect.github.io/Guide/torrents/11.1.0_to_10.4.0_n3ds.torrent + Tue, 13 Sep 2016 15:19:01 +0000 + + + + 11.1.0_to_10.4.0_o3ds.zip + 11.1.0_to_10.4.0_o3ds.zip + 0CAF9A948A2D8BF23606D641F6628E2BAEB983BB + https://plailect.github.io/Guide/torrents/11.1.0_to_10.4.0_o3ds.torrent + Tue, 13 Sep 2016 15:19:04 +0000 + + + + 11.2.0_to_10.4.0_n3ds.zip + 11.2.0_to_10.4.0_n3ds.zip + 881388A552A1CE9A963D391BF1A023642270991C + https://plailect.github.io/Guide/torrents/11.2.0_to_10.4.0_n3ds.torrent + Wed, 26 Oct 2016 00:56:40 +0000 + + + + 11.2.0_to_10.4.0_o3ds.zip + 11.2.0_to_10.4.0_o3ds.zip + A479E4EE55EFBC18C181D426CD77A34815388151 + https://plailect.github.io/Guide/torrents/11.2.0_to_10.4.0_o3ds.torrent + Wed, 26 Oct 2016 00:56:34 +0000 + + + + 2.1.0-4E_ctrtransfer_o3ds.zip + 2.1.0-4E_ctrtransfer_o3ds.zip + 89ACC9C1B488B8B38251DE0DDF07975D6BD354A1 + https://plailect.github.io/Guide/torrents/2.1.0-4E_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 16:58:38 +0000 + + + + 2.1.0-4J_ctrtransfer_o3ds.zip + 2.1.0-4J_ctrtransfer_o3ds.zip + 3DBB9C9C85A33C6242F424DCBAEBCACDD8A5912B + https://plailect.github.io/Guide/torrents/2.1.0-4J_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 17:01:35 +0000 + + + + 2.1.0-4U_ctrtransfer_o3ds.zip + 2.1.0-4U_ctrtransfer_o3ds.zip + 1609CE9EE7B0ED9B6DEA0B3E7CCA4FC52DAD6FF4 + https://plailect.github.io/Guide/torrents/2.1.0-4U_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 17:02:37 +0000 + + + + 2.1.0E(Full).zip + 2.1.0E(Full).zip + AC8349B75D3AF54BA92D561662D80A96CAC4AA7F + https://plailect.github.io/Guide/torrents/2.1.0E(Full).torrent + Mon, 25 Jul 2016 20:28:35 +0000 + + + + 2.1.0J(Full).zip + 2.1.0J(Full).zip + 3EAA80EA853FF800BC865FCD0EE2FF262A0A05F3 + https://plailect.github.io/Guide/torrents/2.1.0J(Full).torrent + Mon, 25 Jul 2016 20:28:45 +0000 + + + + 2.1.0U(Full).zip + 2.1.0U(Full).zip + B76B9FAF3684CDAEE014F9E6941228E906D688EB + https://plailect.github.io/Guide/torrents/2.1.0U(Full).torrent + Mon, 25 Jul 2016 20:28:50 +0000 + + + + 2.1.0_qr.png + 2.1.0_qr.png + 8D96457DC182160A5F7F5E9B2FB51705F7C8985F + https://plailect.github.io/Guide/torrents/2.1.0_qr.torrent + Tue, 26 Jul 2016 04:00:12 +0000 + + + + 2.2.0_qr.png + 2.2.0_qr.png + 183B327D0FC74DE8545115E20CB90BDE121E5FDF + https://plailect.github.io/Guide/torrents/2.2.0_qr.torrent + Tue, 26 Jul 2016 04:00:15 +0000 + + + + 3ds-private-update-server.zip + 3ds-private-update-server.zip + 8623E580752F22940D96630EF723CE30A707B22E + https://plailect.github.io/Guide/torrents/3ds-private-update-server.torrent + Tue, 26 Jul 2016 04:31:33 +0000 + + + + 9.0.0-20K(Full).zip + 9.0.0-20K(Full).zip + 2695D01CDFECB74A59E25B98F76AB9285A2DAE11 + https://plailect.github.io/Guide/torrents/9.0.0-20K(Full).torrent + Sat, 27 Aug 2016 20:16:29 +0000 + + + + 9.0.0-20T(Full).zip + 9.0.0-20T(Full).zip + F2F3BF7250F7AE558AB9EBD3C425A8F85021F80F + https://plailect.github.io/Guide/torrents/9.0.0-20T(Full).torrent + Sat, 27 Aug 2016 20:16:44 +0000 + + + + 9.2.0-20E(Full).zip + 9.2.0-20E(Full).zip + 844006EB64474C115BD5B847F6C59D333BE3397A + https://plailect.github.io/Guide/torrents/9.2.0-20E(Full).torrent + Mon, 25 Jul 2016 20:28:56 +0000 + + + + 9.2.0-20E(Full)_n3DS.zip + 9.2.0-20E(Full)_n3DS.zip + 4E22CF8BC71C99A70BB846C7CF416D4CAAFBE58E + https://plailect.github.io/Guide/torrents/9.2.0-20E(Full)_n3DS.torrent + Mon, 25 Jul 2016 20:29:04 +0000 + + + + 9.2.0-20E_ctrtransfer_n3ds.zip + 9.2.0-20E_ctrtransfer_n3ds.zip + FED7BFEEC0E52B42A77467CFB6FFD3E9DD2D5A70 + https://plailect.github.io/Guide/torrents/9.2.0-20E_ctrtransfer_n3ds.torrent + Sat, 20 Aug 2016 17:03:24 +0000 + + + + 9.2.0-20E_ctrtransfer_o3ds.zip + 9.2.0-20E_ctrtransfer_o3ds.zip + 8D6142313971B08F92257E7FB1C1D5689E34ED78 + https://plailect.github.io/Guide/torrents/9.2.0-20E_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 17:04:23 +0000 + + + + 9.2.0-20J(Full).zip + 9.2.0-20J(Full).zip + BB27A53A524276B6527D3B139395B2AFC7AFFE1A + https://plailect.github.io/Guide/torrents/9.2.0-20J(Full).torrent + Mon, 25 Jul 2016 20:29:20 +0000 + + + + 9.2.0-20J(Full)_n3DS.zip + 9.2.0-20J(Full)_n3DS.zip + C8630ED31B53637B9023BD4DC1CE38362BB8ECD9 + https://plailect.github.io/Guide/torrents/9.2.0-20J(Full)_n3DS.torrent + Mon, 25 Jul 2016 20:29:29 +0000 + + + + 9.2.0-20J_ctrtransfer_n3ds.zip + 9.2.0-20J_ctrtransfer_n3ds.zip + B22D67FD02B3B0E30AC991E451DB0F2D32E7BECA + https://plailect.github.io/Guide/torrents/9.2.0-20J_ctrtransfer_n3ds.torrent + Sat, 20 Aug 2016 17:04:42 +0000 + + + + 9.2.0-20J_ctrtransfer_o3ds.zip + 9.2.0-20J_ctrtransfer_o3ds.zip + 24AD2B85E67013EF1F91178DCA7AD2E40663B9B2 + https://plailect.github.io/Guide/torrents/9.2.0-20J_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 17:05:16 +0000 + + + + 9.2.0-20U(Full).zip + 9.2.0-20U(Full).zip + 940D6479A3972A99DAEB85C499F0D6E4E24A2C8B + https://plailect.github.io/Guide/torrents/9.2.0-20U(Full).torrent + Tue, 26 Jul 2016 00:14:22 +0000 + + + + 9.2.0-20U(Full)_n3DS.zip + 9.2.0-20U(Full)_n3DS.zip + 1E670B71B7F26F2765BBE55D0F6CB8C0459D2E8C + https://plailect.github.io/Guide/torrents/9.2.0-20U(Full)_n3DS.torrent + Tue, 26 Jul 2016 00:14:27 +0000 + + + + 9.2.0-20U_ctrtransfer_n3ds.zip + 9.2.0-20U_ctrtransfer_n3ds.zip + 985D47442DC470D1B9F908256BED041C63885F60 + https://plailect.github.io/Guide/torrents/9.2.0-20U_ctrtransfer_n3ds.torrent + Wed, 24 Aug 2016 19:52:00 +0000 + + + + 9.2.0-20U_ctrtransfer_o3ds.zip + 9.2.0-20U_ctrtransfer_o3ds.zip + 1DC79A2A0BABB45497961888F369423A93135E2B + https://plailect.github.io/Guide/torrents/9.2.0-20U_ctrtransfer_o3ds.torrent + Sat, 20 Aug 2016 17:06:17 +0000 + + + + aeskeydb.bin + aeskeydb.bin + 18B3A17F78E2376E05FEAA150749D9FD689B25DC + https://plailect.github.io/Guide/torrents/aeskeydb.torrent + Sun, 18 Sep 2016 23:04:27 +0000 + + + + ctr-common-1.zip + ctr-common-1.zip + AF6D3F8B0A9C13D63B9405DC375CC68AF614394D + https://plailect.github.io/Guide/torrents/ctr-common-1.torrent + Sat, 01 Oct 2016 21:09:55 +0000 + + + + data_input_v3.zip + data_input_v3.zip + A1195C9F7AB650FA7C7BF020B51FC19EA8D9440C + https://plailect.github.io/Guide/torrents/data_input_v3.torrent + Thu, 29 Sep 2016 20:47:03 +0000 + + + + DS Download Play - v1024.cia + DS Download Play - v1024.cia + B581D3C5D98F5E621FDDFC1CE5704BB45BF05A8C + https://plailect.github.io/Guide/torrents/DS Download Play - v1024.torrent + Sat, 03 Sep 2016 17:26:31 +0000 + + + + DS Internet - v2048.cia + DS Internet - v2048.cia + 2B9DF8496922F2546DFB0B01220068CE53C19D3D + https://plailect.github.io/Guide/torrents/DS Internet - v2048.torrent + Sat, 03 Sep 2016 17:26:35 +0000 + + + + exidia_save.zip + exidia_save.zip + 5AB3518F63994D275C6F7352C396C618541BB4D0 + https://plailect.github.io/Guide/torrents/exidia_save.torrent + Tue, 26 Jul 2016 03:37:27 +0000 + + + + fbi-2.4.2-injectable.zip + fbi-2.4.2-injectable.zip + F978B4CF5EDA72823240B9C649F3FD2940A9F525 + https://plailect.github.io/Guide/torrents/fbi-2.4.2-injectable.torrent + Fri, 30 Sep 2016 21:21:15 +0000 + + + + fieldrunners_eur_save.zip + fieldrunners_eur_save.zip + A342E4A43CA6C5A4EC03F5891FD5B954BF4AB34E + https://plailect.github.io/Guide/torrents/fieldrunners_eur_save.torrent + Tue, 26 Jul 2016 03:37:30 +0000 + + + + fieldrunners_usa_save.zip + fieldrunners_usa_save.zip + 34D12DBDE622AFF3C43736F4668162C3BB2D05A9 + https://plailect.github.io/Guide/torrents/fieldrunners_usa_save.torrent + Tue, 26 Jul 2016 03:37:33 +0000 + + + + grtpwn_eur_save.zip + grtpwn_eur_save.zip + AA5BF12862437BA369A54F15FAE27CBB6BCD0EB0 + https://plailect.github.io/Guide/torrents/grtpwn_eur_save.torrent + Tue, 26 Jul 2016 15:04:08 +0000 + + + + n3ds_firmware.zip + n3ds_firmware.zip + 7AAD3CAD0E89F4288940641168D040B49B50FA40 + https://plailect.github.io/Guide/torrents/n3ds_firmware.torrent + Sat, 27 Aug 2016 21:30:20 +0000 + + + + New_3DS TWL_FIRM - v9936.cia + New_3DS TWL_FIRM - v9936.cia + EAB8558C97B18B1F329A2BFCC3C899B84C082A27 + https://plailect.github.io/Guide/torrents/New_3DS TWL_FIRM - v9936.torrent + Sat, 03 Sep 2016 17:26:39 +0000 + + + + Nintendo DS Cart Whitelist - v11264.cia + Nintendo DS Cart Whitelist - v11264.cia + 7B90D506AD032A581A00035616EAA17A68C48EFF + https://plailect.github.io/Guide/torrents/Nintendo DS Cart Whitelist - v11264.torrent + Wed, 31 Aug 2016 19:12:44 +0000 + + + + NTR Debugger.zip + NTR Debugger.zip + 66274CEE542BEF7745792714673BF2BE4D606496 + https://plailect.github.io/Guide/torrents/NTR Debugger.torrent + Tue, 26 Jul 2016 04:31:19 +0000 + + + + o3ds_firmware.zip + o3ds_firmware.zip + 0323FFE6F1DF5986517BAEF2211A3E98634E34EC + https://plailect.github.io/Guide/torrents/o3ds_firmware.torrent + Sat, 27 Aug 2016 21:30:23 +0000 + + + + Old_3DS TWL_FIRM - v8817.cia + Old_3DS TWL_FIRM - v8817.cia + 17511EADB6E6F3FF22D04F90644E37BD2D96CA43 + https://plailect.github.io/Guide/torrents/Old_3DS TWL_FIRM - v8817.torrent + Sat, 03 Sep 2016 17:26:42 +0000 + + + + TWL Version Data - v0.cia + TWL Version Data - v0.cia + 4A106681407FEDE5DE95CC8BDA635432481F6B5D + https://plailect.github.io/Guide/torrents/TWL Version Data - v0.torrent + Sat, 03 Sep 2016 17:26:44 +0000 + + + + update.php + update.php + CD7E59EA9744115913B561DBDE15F8D68E713507 + https://plailect.github.io/Guide/torrents/update.torrent + Tue, 26 Jul 2016 04:54:21 +0000 + + + + \ No newline at end of file diff --git a/torrents/1.0.0_qr.torrent b/torrents/1.0.0_qr.torrent new file mode 100644 index 000000000..50ea30c18 --- /dev/null +++ b/torrents/1.0.0_qr.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469505606e8:encoding5:UTF-84:infod6:lengthi6134e4:name12:1.0.0_qr.png12:piece lengthi32768e6:pieces20:0@wjy<"F"#K7:privatei0eee \ No newline at end of file diff --git a/torrents/1.1.0_qr.torrent b/torrents/1.1.0_qr.torrent new file mode 100644 index 000000000..0519df207 --- /dev/null +++ b/torrents/1.1.0_qr.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469505609e8:encoding5:UTF-84:infod6:lengthi5812e4:name12:1.1.0_qr.png12:piece lengthi32768e6:pieces20:#o%n027:privatei0eee \ No newline at end of file diff --git a/torrents/11.0.0_to_10.4.0_n3ds.torrent b/torrents/11.0.0_to_10.4.0_n3ds.torrent new file mode 100644 index 000000000..da7b19947 Binary files /dev/null and b/torrents/11.0.0_to_10.4.0_n3ds.torrent differ diff --git a/torrents/11.0.0_to_10.4.0_o3ds.torrent b/torrents/11.0.0_to_10.4.0_o3ds.torrent new file mode 100644 index 000000000..9d23c8ea9 Binary files /dev/null and b/torrents/11.0.0_to_10.4.0_o3ds.torrent differ diff --git a/torrents/11.1.0_to_10.4.0_n3ds.torrent b/torrents/11.1.0_to_10.4.0_n3ds.torrent new file mode 100644 index 000000000..c5fb6241b Binary files /dev/null and b/torrents/11.1.0_to_10.4.0_n3ds.torrent differ diff --git a/torrents/11.1.0_to_10.4.0_o3ds.torrent b/torrents/11.1.0_to_10.4.0_o3ds.torrent new file mode 100644 index 000000000..e58e2ca6a Binary files /dev/null and b/torrents/11.1.0_to_10.4.0_o3ds.torrent differ diff --git a/torrents/11.2.0_to_10.4.0_n3ds.torrent b/torrents/11.2.0_to_10.4.0_n3ds.torrent new file mode 100644 index 000000000..c072c0642 Binary files /dev/null and b/torrents/11.2.0_to_10.4.0_n3ds.torrent differ diff --git a/torrents/11.2.0_to_10.4.0_o3ds.torrent b/torrents/11.2.0_to_10.4.0_o3ds.torrent new file mode 100644 index 000000000..c7c2a646d Binary files /dev/null and b/torrents/11.2.0_to_10.4.0_o3ds.torrent differ diff --git a/torrents/2.1.0-4E_ctrtransfer_o3ds.torrent b/torrents/2.1.0-4E_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..67fcadc9a Binary files /dev/null and b/torrents/2.1.0-4E_ctrtransfer_o3ds.torrent differ diff --git a/torrents/2.1.0-4J_ctrtransfer_o3ds.torrent b/torrents/2.1.0-4J_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..9dedf7bf8 Binary files /dev/null and b/torrents/2.1.0-4J_ctrtransfer_o3ds.torrent differ diff --git a/torrents/2.1.0-4U_ctrtransfer_o3ds.torrent b/torrents/2.1.0-4U_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..98b58daf9 Binary files /dev/null and b/torrents/2.1.0-4U_ctrtransfer_o3ds.torrent differ diff --git a/torrents/2.1.0E(Full).torrent b/torrents/2.1.0E(Full).torrent new file mode 100644 index 000000000..b60bd5913 Binary files /dev/null and b/torrents/2.1.0E(Full).torrent differ diff --git a/torrents/2.1.0J(Full).torrent b/torrents/2.1.0J(Full).torrent new file mode 100644 index 000000000..69ce06942 Binary files /dev/null and b/torrents/2.1.0J(Full).torrent differ diff --git a/torrents/2.1.0U(Full).torrent b/torrents/2.1.0U(Full).torrent new file mode 100644 index 000000000..2175551e0 Binary files /dev/null and b/torrents/2.1.0U(Full).torrent differ diff --git a/torrents/2.1.0_qr.torrent b/torrents/2.1.0_qr.torrent new file mode 100644 index 000000000..26c9bee28 --- /dev/null +++ b/torrents/2.1.0_qr.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469505612e8:encoding5:UTF-84:infod6:lengthi6138e4:name12:2.1.0_qr.png12:piece lengthi32768e6:pieces20:ƽ]&gBB!}7:privatei0eee \ No newline at end of file diff --git a/torrents/2.2.0_qr.torrent b/torrents/2.2.0_qr.torrent new file mode 100644 index 000000000..2f31dea31 --- /dev/null +++ b/torrents/2.2.0_qr.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469505615e8:encoding5:UTF-84:infod6:lengthi26938e4:name12:2.2.0_qr.png12:piece lengthi32768e6:pieces20:j1ϺˆIvDc7:privatei0eee \ No newline at end of file diff --git a/torrents/3ds-private-update-server.torrent b/torrents/3ds-private-update-server.torrent new file mode 100644 index 000000000..ac506d38a --- /dev/null +++ b/torrents/3ds-private-update-server.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469507493e8:encoding5:UTF-84:infod6:lengthi16831e4:name29:3ds-private-update-server.zip12:piece lengthi32768e6:pieces20:K\Hsԯu^7:privatei0eee \ No newline at end of file diff --git a/torrents/9.0.0-20K(Full).torrent b/torrents/9.0.0-20K(Full).torrent new file mode 100644 index 000000000..0e03158c6 Binary files /dev/null and b/torrents/9.0.0-20K(Full).torrent differ diff --git a/torrents/9.0.0-20T(Full).torrent b/torrents/9.0.0-20T(Full).torrent new file mode 100644 index 000000000..c7b28609f Binary files /dev/null and b/torrents/9.0.0-20T(Full).torrent differ diff --git a/torrents/9.2.0-20E(Full).torrent b/torrents/9.2.0-20E(Full).torrent new file mode 100644 index 000000000..cb1024c17 Binary files /dev/null and b/torrents/9.2.0-20E(Full).torrent differ diff --git a/torrents/9.2.0-20E(Full)_n3DS.torrent b/torrents/9.2.0-20E(Full)_n3DS.torrent new file mode 100644 index 000000000..f4e53e15e Binary files /dev/null and b/torrents/9.2.0-20E(Full)_n3DS.torrent differ diff --git a/torrents/9.2.0-20E_ctrtransfer_n3ds.torrent b/torrents/9.2.0-20E_ctrtransfer_n3ds.torrent new file mode 100644 index 000000000..9fd84a425 Binary files /dev/null and b/torrents/9.2.0-20E_ctrtransfer_n3ds.torrent differ diff --git a/torrents/9.2.0-20E_ctrtransfer_o3ds.torrent b/torrents/9.2.0-20E_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..913c0df89 Binary files /dev/null and b/torrents/9.2.0-20E_ctrtransfer_o3ds.torrent differ diff --git a/torrents/9.2.0-20J(Full).torrent b/torrents/9.2.0-20J(Full).torrent new file mode 100644 index 000000000..992a244c0 Binary files /dev/null and b/torrents/9.2.0-20J(Full).torrent differ diff --git a/torrents/9.2.0-20J(Full)_n3DS.torrent b/torrents/9.2.0-20J(Full)_n3DS.torrent new file mode 100644 index 000000000..acd31e71c Binary files /dev/null and b/torrents/9.2.0-20J(Full)_n3DS.torrent differ diff --git a/torrents/9.2.0-20J_ctrtransfer_n3ds.torrent b/torrents/9.2.0-20J_ctrtransfer_n3ds.torrent new file mode 100644 index 000000000..ce2637496 Binary files /dev/null and b/torrents/9.2.0-20J_ctrtransfer_n3ds.torrent differ diff --git a/torrents/9.2.0-20J_ctrtransfer_o3ds.torrent b/torrents/9.2.0-20J_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..e33e79a47 Binary files /dev/null and b/torrents/9.2.0-20J_ctrtransfer_o3ds.torrent differ diff --git a/torrents/9.2.0-20U(Full).torrent b/torrents/9.2.0-20U(Full).torrent new file mode 100644 index 000000000..d094f9e9b Binary files /dev/null and b/torrents/9.2.0-20U(Full).torrent differ diff --git a/torrents/9.2.0-20U(Full)_n3DS.torrent b/torrents/9.2.0-20U(Full)_n3DS.torrent new file mode 100644 index 000000000..f50723d36 Binary files /dev/null and b/torrents/9.2.0-20U(Full)_n3DS.torrent differ diff --git a/torrents/9.2.0-20U_ctrtransfer_n3ds.torrent b/torrents/9.2.0-20U_ctrtransfer_n3ds.torrent new file mode 100644 index 000000000..76a5280c0 Binary files /dev/null and b/torrents/9.2.0-20U_ctrtransfer_n3ds.torrent differ diff --git a/torrents/9.2.0-20U_ctrtransfer_o3ds.torrent b/torrents/9.2.0-20U_ctrtransfer_o3ds.torrent new file mode 100644 index 000000000..74dec5ab2 Binary files /dev/null and b/torrents/9.2.0-20U_ctrtransfer_o3ds.torrent differ diff --git a/torrents/DS Download Play - v1024.torrent b/torrents/DS Download Play - v1024.torrent new file mode 100644 index 000000000..8b06a8100 Binary files /dev/null and b/torrents/DS Download Play - v1024.torrent differ diff --git a/torrents/DS Internet - v2048.torrent b/torrents/DS Internet - v2048.torrent new file mode 100644 index 000000000..699037cc0 Binary files /dev/null and b/torrents/DS Internet - v2048.torrent differ diff --git a/torrents/NTR Debugger.torrent b/torrents/NTR Debugger.torrent new file mode 100644 index 000000000..21ffb1f7f Binary files /dev/null and b/torrents/NTR Debugger.torrent differ diff --git a/torrents/New_3DS TWL_FIRM - v9936.torrent b/torrents/New_3DS TWL_FIRM - v9936.torrent new file mode 100644 index 000000000..7a945879f Binary files /dev/null and b/torrents/New_3DS TWL_FIRM - v9936.torrent differ diff --git a/torrents/Nintendo DS Cart Whitelist - v11264.torrent b/torrents/Nintendo DS Cart Whitelist - v11264.torrent new file mode 100644 index 000000000..0425f4f4f Binary files /dev/null and b/torrents/Nintendo DS Cart Whitelist - v11264.torrent differ diff --git a/torrents/Old_3DS TWL_FIRM - v8817.torrent b/torrents/Old_3DS TWL_FIRM - v8817.torrent new file mode 100644 index 000000000..3e41b0156 Binary files /dev/null and b/torrents/Old_3DS TWL_FIRM - v8817.torrent differ diff --git a/torrents/TWL Version Data - v0.torrent b/torrents/TWL Version Data - v0.torrent new file mode 100644 index 000000000..3b1454fe5 Binary files /dev/null and b/torrents/TWL Version Data - v0.torrent differ diff --git a/torrents/aeskeydb.torrent b/torrents/aeskeydb.torrent new file mode 100644 index 000000000..1c497e0bc Binary files /dev/null and b/torrents/aeskeydb.torrent differ diff --git a/torrents/ctr-common-1.torrent b/torrents/ctr-common-1.torrent new file mode 100644 index 000000000..32a249aa0 Binary files /dev/null and b/torrents/ctr-common-1.torrent differ diff --git a/torrents/data_input_v3.torrent b/torrents/data_input_v3.torrent new file mode 100644 index 000000000..247b2db23 Binary files /dev/null and b/torrents/data_input_v3.torrent differ diff --git a/torrents/exidia_save.torrent b/torrents/exidia_save.torrent new file mode 100644 index 000000000..9d45630cd --- /dev/null +++ b/torrents/exidia_save.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469504247e8:encoding5:UTF-84:infod6:lengthi34342e4:name15:exidia_save.zip12:piece lengthi32768e6:pieces40:\"zʄա'^riݨxá:7:privatei0eee \ No newline at end of file diff --git a/torrents/fbi-2.4.2-injectable.torrent b/torrents/fbi-2.4.2-injectable.torrent new file mode 100644 index 000000000..5b05f9101 Binary files /dev/null and b/torrents/fbi-2.4.2-injectable.torrent differ diff --git a/torrents/fieldrunners_eur_save.torrent b/torrents/fieldrunners_eur_save.torrent new file mode 100644 index 000000000..45b03fd55 --- /dev/null +++ b/torrents/fieldrunners_eur_save.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469504250e8:encoding5:UTF-84:infod6:lengthi31288e4:name25:fieldrunners_eur_save.zip12:piece lengthi32768e6:pieces20:omGzWtqu_7:privatei0eee \ No newline at end of file diff --git a/torrents/fieldrunners_usa_save.torrent b/torrents/fieldrunners_usa_save.torrent new file mode 100644 index 000000000..249defa7b --- /dev/null +++ b/torrents/fieldrunners_usa_save.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469504253e8:encoding5:UTF-84:infod6:lengthi31288e4:name25:fieldrunners_usa_save.zip12:piece lengthi32768e6:pieces20:qaU<\j~AN:e7:privatei0eee \ No newline at end of file diff --git a/torrents/grtpwn_eur_save.torrent b/torrents/grtpwn_eur_save.torrent new file mode 100644 index 000000000..f484223f3 --- /dev/null +++ b/torrents/grtpwn_eur_save.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469545448e8:encoding5:UTF-84:infod6:lengthi69402e4:name19:grtpwn_eur_save.zip12:piece lengthi32768e6:pieces60:0w≯U0-Չ<(j6aLQ65%KgAU>:57:privatei0eee \ No newline at end of file diff --git a/torrents/n3ds_firmware.torrent b/torrents/n3ds_firmware.torrent new file mode 100644 index 000000000..7bdefd4ae Binary files /dev/null and b/torrents/n3ds_firmware.torrent differ diff --git a/torrents/o3ds_firmware.torrent b/torrents/o3ds_firmware.torrent new file mode 100644 index 000000000..3e4273003 --- /dev/null +++ b/torrents/o3ds_firmware.torrent @@ -0,0 +1,3 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce33:http://explodie.org:6969/announce32:udp://explodie.org:6969/announce31:udp://9.rarbg.com:2710/announce35:udp://p4p.arenabg.com:1337/announce36:http://p4p.arenabg.com:1337/announce42:udp://tracker.aletorrenty.pl:2710/announce43:http://tracker.aletorrenty.pl:2710/announce44:http://tracker1.wasabii.com.tw:6969/announce40:http://tracker.baravik.org:6970/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce40:udp://tracker.yoshi210.com:6969/announce40:udp://tracker.tiny-vps.com:6969/announce42:udp://tracker.filetracker.pl:8089/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1472333423e8:encoding5:UTF-84:infod6:lengthi617690e4:name17:o3ds_firmware.zip12:piece lengthi32768e6:pieces380:f~fr*!?f;{IJag]UYeMe 'P5}y +.^&%01~&`=cpD,XvׇM$D6z eA`2 )t;H3S`Er5y=xxs{𵐤:"[5 _BY= $ IX^UL-:foZ} s ?6}:ر`[˅Daڮ2Xњ$1grNJE|#Ap<ڣ~!6!,ip(a_˕AO~'! +B:TFekYs7:privatei0eee \ No newline at end of file diff --git a/torrents/update.torrent b/torrents/update.torrent new file mode 100644 index 000000000..284f74a21 --- /dev/null +++ b/torrents/update.torrent @@ -0,0 +1 @@ +d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce42:udp://tracker.opentrackr.org:1337/announce43:http://tracker.opentrackr.org:1337/announce30:udp://zer0day.ch:1337/announce49:udp://tracker.leechers-paradise.org:6969/announce31:udp://9.rarbg.com:2710/announce32:udp://explodie.org:6969/announce33:http://explodie.org:6969/announce36:http://p4p.arenabg.com:1337/announce35:udp://p4p.arenabg.com:1337/announce43:http://tracker.aletorrenty.pl:2710/announce42:udp://tracker.aletorrenty.pl:2710/announce40:http://tracker.baravik.org:6970/announce44:http://tracker1.wasabii.com.tw:6969/announce44:udp://tracker.piratepublic.com:1337/announce32:http://tracker.tfile.me/announce38:udp://torrent.gresille.org:80/announce36:http://torrent.gresille.org/announce39:udp://tracker.kicks-ass.net:80/announce48:udp://tracker.internetwarriors.net:1337/announceee10:created by25:Transmission/2.84 (14386)13:creation datei1469508861e8:encoding5:UTF-84:infod6:lengthi5171e4:name10:update.php12:piece lengthi32768e6:pieces20:osC~M D4{;b7:privatei0eee \ No newline at end of file