These are misspellings of Plailect's name. All of these were done by other users.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c2863d2a87c7acd65b36b8ec03f2e32d | |
8b9c822327c9198c9db5dd66c743dfa5 | |
f4d54431b0f7b0c313d9bb5794330b4a | |
74cadc23790519eaa1c17d7ab6aaf0d9 | |
7ae286e756940ca9058536e69b9b47d1 | |
f9d9eb5129631c7dc7a6f2162148fd47 | |
0f2083ba826e3ceaed1be5f0b3ab91a7 | |
09d76c13e8e864a5e417a8f3e7aed20c | |
136cd709a564e8e8f3a817e40cd2aee7 | |
ebb80efc4da8931956e5e706297936f3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MSED DB STATS | |
Legend: | |
db-size = number of msed data in a particular database snapshot (lfcs.dat and lfcs_new.dat combined) | |
tested = total msed data tested against the above databases | |
avg = average offset to hit | |
min = minimum offset to hit in the data sample - almost always 0, direct hit | |
max = maximum offset to hit in the data sample | |
dhits = number of direct hits (offset 0) out of total mseds | |
overlimit= number of times offset over arbitrary set limit (i.e. cutoff) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Compatible with both Python 2 and 3. | |
from __future__ import print_function | |
import sys | |
import time | |
# import os | |
import webbrowser | |
try: | |
import urllib2 | |
except ImportError: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MSED DB STATS V2 | |
Legend: | |
db-size = number of msed data in a particular database snapshot (lfcs.dat and lfcs_new.dat combined) | |
tested = total msed data tested against the above databases | |
avg = average offset to hit | |
min = minimum offset to hit in the data sample - almost always 0, direct hit | |
max = maximum offset to hit in the data sample | |
dhits = number of direct hits (offset 0) out of total mseds | |
overlimit= number of times offset over arbitrary set limit (i.e. cutoff) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
us dsiware eShop | |
Previous total: 506 Current total: 460 | |
Removed titles: | |
1. Easter Eggztravaganza | |
2. Christmas Wonderland 2 | |
3. Rabi Laby 2 | |
4. Lola's Fruit Shop Sudoku | |
5. Paul's Shooting Adventure 2 | |
6. Lola's Alphabet Train |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eu dsiware eShop | |
Previous total: 429 Current total: 411 | |
Removed titles: | |
1. Antipole | |
2. Cut the Rope (DSiWare) | |
3. Cosmos X2 | |
4. Moto eXtreme | |
5. Surfacer+ | |
6. QuickPick Farmer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jp dsiware eShop | |
Previous total: 406 Current total: 406 | |
Removed titles: | |
none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
#adapted from https://github.com/plutooo/smilehax/blob/master/scripts/make_script.py | |
#all credits to plutooo | |
import sys | |
import struct | |
import hashlib | |
import hmac | |
HMAC_KEY = \ |
What you need:
- 3ds/2ds with US/EU/JP regions only. New or old version is fine.
- Pokemon Picross downloaded (no cost)
Warning: This will overwrite your old Pokemon Picross save, but you can back it up first with Nintendo's official backup feature on home menu (no homebrew needed). https://en-americas-support.nintendo.com/app/answers/detail/a_id/70/~/how-to-back-up-save-data
Directions: