Gravity Falls Wiki
Advertisement
Gravity Falls Wiki
Contents

Ciphers
Caesar cipherAtbash cipher A1Z26 cipherThe Author's symbol substitution cipherCombined cipherNumber codesVigenère cipherBill's symbol substitution cipherDipper's codeCombined symbol substitution cipher

Books
Dipper's and Mabel's Guide to Mystery and Nonstop Fun!Journal 3Dipper and Mabel and the Curse of the Time Pirates' Treasure!: Select Your Own Choose-VentureGravity Falls: Lost Legends

Ciphers

Substitution Ciphers

The A1Z26 cipher is a simple substitution cipher decoded by substituting the nth letter of the alphabet for given number n (and back again). Several other ciphers used in Gravity Falls work by applying this cipher first and then doing arithmetic - decryption is then done by reversing the arithmetic.

The Caesar cipher (or shift cipher) used in Gravity Falls uses a shift of +3 or -23: you encrypt by applying the A1Z26 cipher above, adding +3 or -23 using modular addition (so 1-3=25), and then undoing A1Z26 to get a letter. You decrypt by doing the same backwards, adding -3 or +23 (so A decrypts to X, for example).

The Atbash cipher works like the Caesar cipher, only instead of adding or subtracting 3 to letters 1-26, you apply A1Z26 with a numbering scheme of -13 to -1 and then 1 to 13 (skipping 0), then multiplying by -1. In other words, you simply mirror the alphabet.

The Author's Symbol Cipher

In Journal 3, a symbol substitution cipher is used by The Author. The symbols are hidden on many pages of the journals. This cipher also encrypts some punctuation, and the symbols for Q, X, and Z are unknown.

Plain Text A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
A1Z26 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Caesar Cipher D E F G H I J K L M N O P Q R S T U V W X Y Z A B C
Atbash Cipher Z Y X W V U T S R Q P O N M L K J I H G F E D C B A
The Author's Symbols Symbol cipher - A Symbol cipher - B Symbol cipher - C Symbol cipher - D Symbol cipher - E Symbol cipher - F Symbol cipher - G Symbol cipher - H Symbol cipher - I Symbol cipher - J Symbol cipher - K Symbol cipher - L Symbol cipher - M Symbol cipher - N Symbol cipher - O Symbol cipher - P ? Symbol cipher - R Symbol cipher - S Symbol cipher - T Symbol cipher - U Symbol cipher - V Symbol cipher - W ? Symbol cipher - Y ?

Combined cipher

A combined cipher is a mix of two or more ciphers seen in the show. The first time such cipher has been used is at the end of "Gideon Rises." It's solved by converting to letters using the A1Z26 cipher, then flipping the letters with the Atbash cipher, and finally by using the Caesar cipher. Season 2's combined ciphers start with the Vigenère cipher.

Combined cipher without Vigenère
Cryptogram 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Meaning W V U T S R Q P O N M L K J I H G F E D C B A Z Y X

Number codes

These codes are solvable by taking the number beside a parenthesis as an episode number, and the other numbers beside them represents a letter in that episode's credits cryptogram.

Vigenère cipher

Vigenère cipher is a series of Caesar ciphers where each letter shift depends on a key word. Vigenère ciphers use a Vigenère square, like the one below, to encrypt the message. The square is 26 rows of Caesar ciphers starting with a zero letter shift. On each additional row, the shift of the letters is increased by 1.

Vigenère cipher
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
A A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
B B C D E F G H I J K L M N O P Q R S T U V W X Y Z A
C C D E F G H I J K L M N O P Q R S T U V W X Y Z A B
D D E F G H I J K L M N O P Q R S T U V W X Y Z A B C
E E F G H I J K L M N O P Q R S T U V W X Y Z A B C D
F F G H I J K L M N O P Q R S T U V W X Y Z A B C D E
G G H I J K L M N O P Q R S T U V W X Y Z A B C D E F
H H I J K L M N O P Q R S T U V W X Y Z A B C D E F G
I I J K L M N O P Q R S T U V W X Y Z A B C D E F G H
J J K L M N O P Q R S T U V W X Y Z A B C D E F G H I
K K L M N O P Q R S T U V W X Y Z A B C D E F G H I J
L L M N O P Q R S T U V W X Y Z A B C D E F G H I J K
M M N O P Q R S T U V W X Y Z A B C D E F G H I J K L
N N O P Q R S T U V W X Y Z A B C D E F G H I J K L M
O O P Q R S T U V W X Y Z A B C D E F G H I J K L M N
P P Q R S T U V W X Y Z A B C D E F G H I J K L M N O
Q Q R S T U V W X Y Z A B C D E F G H I J K L M N O P
R R S T U V W X Y Z A B C D E F G H I J K L M N O P Q
S S T U V W X Y Z A B C D E F G H I J K L M N O P Q R
T T U V W X Y Z A B C D E F G H I J K L M N O P Q R S
U U V W X Y Z A B C D E F G H I J K L M N O P Q R S T
V V W X Y Z A B C D E F G H I J K L M N O P Q R S T U
W W X Y Z A B C D E F G H I J K L M N O P Q R S T U V
X X Y Z A B C D E F G H I J K L M N O P Q R S T U V W
Y Y Z A B C D E F G H I J K L M N O P Q R S T U V W X
Z Z A B C D E F G H I J K L M N O P Q R S T U V W X Y

As Vigenère ciphers are a bit more complicated, consider the following example: we want to encrypt the message MABELEATSSPRINKLES and use GRAVITY as the key. We would repeat the key word until it matched the length of the message (in this case, GRAVITYGRAVITYGRAV). Using the table above, we match the message letter to a row and the corresponding key letter to a column and find the letter at their intersection on the table. For example, the row starting with M and the column starting with G intersect at S. The row starting with A and the column starting with R intersect at R. So using our message and the key, the we'd create the following cipher:

Message MABELEATSSPRINKLES
Key GRAVITYGRAVITYGRAV
Cipher SRBZTXYZJSKZBLQCEN

Note that any time the message is A, the cipher letter will be the same as the key letter and vice versa.

Another way to think of Vigenère ciphers is that each letter of the key corresponds to a Caesar shift number (A=0, B=1, C=2, etc.) and for each letter of the message you form a Caesar shift based on the corresponding key letter.

Bill's symbol substitution cipher

Bill's cipher

In the book Dipper's and Mabel's Guide to Mystery and Nonstop Fun!, Bill tells readers "I bet you can't even figure out the code I've hidden throughout this book."[1] The symbols are similar to The Author's symbol substitution cipher. This cipher is also used by The Author of the Journals and Shmebulock.Welcome to this Forum Page

Bill's symbol substitution cipher
Cryptogram Bill's cipher - A Bill's cipher - B Bill's cipher - C Bill's cipher - D Bill's cipher - E Bill's cipher - F Bill's cipher - G Bill's cipher - H Bill's cipher - I Bill's cipher - J Bill's cipher - K Bill's cipher - L Bill's cipher - M Bill's cipher - N Bill's cipher - O Bill's cipher - P Bill's cipher - Q Bill's cipher - R Bill's cipher - S Bill's cipher - T Bill's cipher - U Bill's cipher - V Bill's cipher - W Bill's cipher - X Bill's cipher - Y Bill's cipher - Z
Meaning A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Combined symbol substitution cipher

Combined symbol substitution cipher

In the canonical copy of Journal 3, besides his regular substitution cipher, Bill uses another cipher to further hide his sinister teasing notes and messages from Ford. Many of the symbols are shared with Bill's symbol substitution cipher and the Author's symbol substitution cipher. The symbols decode to numbers, and from there use A1Z26.Welcome to this Forum Page

Combined symbol substitution cipher
Cryptogram CSC - A CSC - B CSC - C CSC - D CSC - E CSC - F CSC - G CSC - H CSC - I CSC - J CSC - K CSC - L CSC - M CSC - N CSC - O CSC - P CSC - Q CSC - R CSC - S CSC - T CSC - U CSC - V CSC - W CSC - X CSC - Y CSC - Z
Meaning 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Meaning A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


Books

Dipper's and Mabel's Guide to Mystery and Nonstop Fun!

Page Cryptograms Decoded Cipher
Back cover To whoever finds this book, my name is Dipper Pines, and I bring you dire warnings from a town filled with horror, mystery, and the supernatural! In order to survive, I've written a few tips and tricks to handling weirdness. And speaking of weirdness...

HI!!!! THIS IS MABEL!!!! Dipper promised me that if I stopped jumping on his bed he would let me help with his book! I've got some AWESOME tips in here, like how to eat things you're not supposed to, Full-Contact Survival-Knitting, and how to make your own paper pet Crumply! WOO!!!

Mabel, you're messing up my intro! Anyway, I was about to teach you, the reader, everything I know about cracking top secret codes, fighting ghosts, and handling the unknown. So if you're brave enough, let's uncover a world of mystery together!

let the games begin Letters highlighted in yellow.
20-21 Bill's cipher - DBill's cipher - IBill's cipher - PBill's cipher - PBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - WBill's cipher - RBill's cipher - OBill's cipher - TBill's cipher - ESymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - EBill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - SBill's cipher - OBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - HBill's cipher - IBill's cipher - MBill's cipher - SBill's cipher - EBill's cipher - LBill's cipher - FSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - SBill's cipher - IBill's cipher - NBill's cipher - GBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - TSymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - SBill's cipher - HBill's cipher - OBill's cipher - WBill's cipher - EBill's cipher - R DIPPER WROTE A THEME SONG FOR HIMSELF AND SINGS IT IN THE SHOWER Bill's Symbol Substitution Cipher
30-31 Bill's cipher - ABill's cipher - FBill's cipher - TBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - NBill's cipher - IBill's cipher - GBill's cipher - HBill's cipher - TBill's cipher - MBill's cipher - ABill's cipher - RBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - BBill's cipher - EBill's cipher - LSymbol cipher - SpaceBill's cipher - MBill's cipher - EBill's cipher - OBill's cipher - WBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - SBill's cipher - EBill's cipher - LBill's cipher - FSymbol cipher - SpaceBill's cipher - BBill's cipher - ABill's cipher - CBill's cipher - KSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - SBill's cipher - LBill's cipher - EBill's cipher - EBill's cipher - P AFTER NIGHTMARES MABEL MEOWS HERSELF BACK TO SLEEP
52-53 Bill's cipher - SBill's cipher - OBill's cipher - OBill's cipher - SSymbol cipher - SpaceBill's cipher - KBill's cipher - EBill's cipher - EBill's cipher - PBill's cipher - SSymbol cipher - SpaceBill's cipher - CBill's cipher - ABill's cipher - NBill's cipher - DBill's cipher - YSymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - BBill's cipher - EBill's cipher - LBill's cipher - LBill's cipher - YSymbol cipher - SpaceBill's cipher - BBill's cipher - UBill's cipher - TBill's cipher - TBill's cipher - OBill's cipher - NSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - EBill's cipher - MBill's cipher - EBill's cipher - RBill's cipher - GBill's cipher - EBill's cipher - NBill's cipher - CBill's cipher - IBill's cipher - EBill's cipher - S SOOS KEEPS CANDY IN HIS BELLY BUTTON FOR EMERGENCIES
69 Bill's cipher - SBill's cipher - TBill's cipher - ABill's cipher - NSymbol cipher - SpaceBill's cipher - WBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - BBill's cipher - ABill's cipher - BBill's cipher - YSymbol cipher - SpaceBill's cipher - MBill's cipher - OBill's cipher - DBill's cipher - EBill's cipher - L STAN WAS A BABY MODEL
76-77 Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - YBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - GBill's cipher - RBill's cipher - ABill's cipher - VBill's cipher - IBill's cipher - TBill's cipher - YSymbol cipher - SpaceBill's cipher - FBill's cipher - ABill's cipher - LBill's cipher - LBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - TSymbol cipher - SpaceBill's cipher - LBill's cipher - OBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - LBill's cipher - D THE MAYOR OF GRAVITY FALLS IS NOT LONG FOR THIS WORLD
80-81 Bill's cipher - WBill's cipher - EBill's cipher - NBill's cipher - DBill's cipher - YSymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - SBill's cipher - HBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - SBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - LBill's cipher - IBill's cipher - VBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - PBill's cipher - OBill's cipher - RBill's cipher - TBill's cipher - LBill's cipher - ABill's cipher - NBill's cipher - D WENDY WISHES SHE LIVED IN PORTLAND
87 none HELP ME ESCAPE OR BE DESTROYED First letter of each line.
10-1-9-12 26-9-16 JAIL ZIP A1Z26
88-89 Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - EBill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - LBill's cipher - DSymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - CBill's cipher - LBill's cipher - OBill's cipher - SBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ABill's cipher - NSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - EBill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - SBill's cipher - UBill's cipher - MBill's cipher - MBill's cipher - EBill's cipher - R THE END OF THE WORLD IS CLOSER THAN THE END OF THE SUMMER Bill's Symbol Substitution Cipher
92-93 Bill's cipher - SBill's cipher - OBill's cipher - MBill's cipher - EBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - SBill's cipher - TBill's cipher - RBill's cipher - ABill's cipher - NBill's cipher - GBill's cipher - ESymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - BBill's cipher - UBill's cipher - RBill's cipher - IBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - UBill's cipher - NBill's cipher - DBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - GBill's cipher - RBill's cipher - ABill's cipher - VBill's cipher - IBill's cipher - TBill's cipher - YSymbol cipher - SpaceBill's cipher - FBill's cipher - ABill's cipher - LBill's cipher - LBill's cipher - S SOMETHING STRANGE IS BURIED UNDER GRAVITY FALLS
94-95 Bill's cipher - TBill's cipher - IBill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - BBill's cipher - ABill's cipher - BBill's cipher - YSymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - RBill's cipher - IBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - ABill's cipher - BBill's cipher - OBill's cipher - UBill's cipher - TSymbol cipher - SpaceBill's cipher - BBill's cipher - IBill's cipher - LBill's cipher - L TIME BABY IS WORRIED ABOUT BILL
96-97 Bill's cipher - BBill's cipher - UBill's cipher - DSymbol cipher - SpaceBill's cipher - GBill's cipher - LBill's cipher - EBill's cipher - EBill's cipher - FBill's cipher - UBill's cipher - LSymbol cipher - SpaceBill's cipher - WBill's cipher - ABill's cipher - NBill's cipher - TBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - RBill's cipher - UBill's cipher - NSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - YBill's cipher - OBill's cipher - R BUD GLEEFUL WANTS TO RUN FOR MAYOR
106-107 Bill's cipher - MBill's cipher - CBill's cipher - GBill's cipher - UBill's cipher - CBill's cipher - KBill's cipher - EBill's cipher - TSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - TBill's cipher - EBill's cipher - RBill's cipher - RBill's cipher - IBill's cipher - BBill's cipher - LBill's cipher - ESymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - NBill's cipher - GBill's cipher - S MCGUCKET HAS SEEN TERRIBLE THINGS
108 Bill's cipher - GBill's cipher - RBill's cipher - EBill's cipher - NBill's cipher - DBill's cipher - ASymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - RBill's cipher - RBill's cipher - YSymbol cipher - SpaceBill's cipher - RBill's cipher - IBill's cipher - CBill's cipher - H GRENDA WILL MARRY RICH
116-117 Bill's cipher - TBill's cipher - HBill's cipher - ABill's cipher - TSymbol cipher - SpaceBill's cipher - BBill's cipher - UBill's cipher - RBill's cipher - NBill's cipher - TSymbol cipher - SpaceBill's cipher - TBill's cipher - RBill's cipher - EBill's cipher - ESymbol cipher - SpaceBill's cipher - BBill's cipher - YSymbol cipher - SpaceBill's cipher - SBill's cipher - OBill's cipher - OBill's cipher - SBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - OBill's cipher - UBill's cipher - SBill's cipher - ESymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - OBill's cipher - DBill's cipher - D THAT BURNT TREE BY SOOS’S HOUSE IS ODD
118-119 Bill's cipher - SBill's cipher - OBill's cipher - OBill's cipher - SSymbol cipher - SpaceBill's cipher - WBill's cipher - RBill's cipher - IBill's cipher - TBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - FBill's cipher - ABill's cipher - NSymbol cipher - SpaceBill's cipher - FBill's cipher - IBill's cipher - CBill's cipher - SSymbol cipher - SpaceBill's cipher - ABill's cipher - BBill's cipher - OBill's cipher - UBill's cipher - TSymbol cipher - SpaceBill's cipher - SBill's cipher - TBill's cipher - ABill's cipher - N SOOS WRITES FAN FICS ABOUT STAN
119 R xzm gifhg blf ... irtsg? I can trust you ... right? Atbash
120 PA KAG FTUZW IQZPK XUWQE YQ? DO YOU THINK WENDY LIKES ME? Caesar More info icon
123 GIFHG ML LMV TRUST NO ONE Atbash
18-15-2-2-9-5 9-19 1 10-5-18-11  ROBBIE IS A JERK A1Z26
124 6{7Z 7Z I98 V4:W QE* 6{9* 247*2 4E6Z7<W THIS IS WAY MORE FUN THAN GOING OUTSIDE Dipper
124-125 Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - GBill's cipher - NBill's cipher - OBill's cipher - MBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - VBill's cipher - ESymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - CBill's cipher - LBill's cipher - EBill's cipher - ABill's cipher - RSymbol cipher - SpaceBill's cipher - VBill's cipher - IBill's cipher - EBill's cipher - WSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - RBill's cipher - TBill's cipher - HBill's cipher - WBill's cipher - EBill's cipher - SBill's cipher - TSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - NBill's cipher - OBill's cipher - R THE GNOMES HAVE A CLEAR VIEW OF NORTHWEST MANOR Bill's Symbol Substitution Cipher
131 GL 7-5-20 YZXP ZG 13-1-2-5-12, XZMWB, 1-14-4 TIVMWZ 6-15-18 20-8-5-9-18 - .. -.-. -.- .-.. . .- - - .- -.-. -.-, R'N TLRMT 20-15 16-21-20 .--. . .- -. ..- - -... ..- - - .-. 9-14 20-8-5-9-18 HLXPH   TO GET BACK AT MABEL, CANDY, AND GRENDA FOR THEIR TICKLE ATTACK, I'M GOING TO PUT PEANUT BUTTER IN THEIR SOCKS! Atbash, A1Z26, morse
132-133 Bill's cipher - DBill's cipher - IBill's cipher - PBill's cipher - PBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - BBill's cipher - EBill's cipher - LBill's cipher - SSymbol cipher - SpaceBill's cipher - FBill's cipher - ABill's cipher - TBill's cipher - HBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - KBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - CBill's cipher - OBill's cipher - MBill's cipher - PBill's cipher - UBill's cipher - TBill's cipher - EBill's cipher - RBill's cipher - S DIPPER AND MABEL’S FATHER WORKED COMPUTERS Bill's Symbol Substitution Cipher
142-143 Bill's cipher - RBill's cipher - OBill's cipher - BBill's cipher - BBill's cipher - IBill's cipher - ESymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - CBill's cipher - RBill's cipher - EBill's cipher - TBill's cipher - LBill's cipher - YSymbol cipher - SpaceBill's cipher - DBill's cipher - RBill's cipher - ABill's cipher - WBill's cipher - SSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - IBill's cipher - MBill's cipher - E ROBBIE SECRETLY DRAWS ANIME
144-145 Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - IBill's cipher - NBill's cipher - VBill's cipher - IBill's cipher - SBill's cipher - IBill's cipher - BBill's cipher - LBill's cipher - ESymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - ZBill's cipher - ABill's cipher - RBill's cipher - DSymbol cipher - SpaceBill's cipher - KBill's cipher - EBill's cipher - EBill's cipher - PBill's cipher - SSymbol cipher - SpaceBill's cipher - UBill's cipher - NBill's cipher - TBill's cipher - YBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - DBill's cipher - IBill's cipher - PBill's cipher - PBill's cipher - EBill's cipher - RBill's cipher - SSymbol cipher - SpaceBill's cipher - SBill's cipher - HBill's cipher - OBill's cipher - EBill's cipher - S THE INVISIBLE WIZARD KEEPS UNTYING DIPPER’S SHOES
148 Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - GBill's cipher - OBill's cipher - VBill's cipher - EBill's cipher - RBill's cipher - NBill's cipher - MBill's cipher - EBill's cipher - NBill's cipher - TSymbol cipher - SpaceBill's cipher - CBill's cipher - ABill's cipher - NSymbol cipher - SpaceBill's cipher - BBill's cipher - ESymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RBill's cipher - GBill's cipher - EBill's cipher - TBill's cipher - FBill's cipher - UBill's cipher - L THE GOVERNMENT CAN BE FORGETFUL
150 Bill's cipher - GBill's cipher - RBill's cipher - OBill's cipher - WBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - UBill's cipher - PSymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - OBill's cipher - PBill's cipher - TBill's cipher - IBill's cipher - OBill's cipher - NBill's cipher - ABill's cipher - L GROWING UP IS OPTIONAL
151 eb vljqlqj wklv riilfldo Grfxphqw, brx duh khuheb djuhhLqj wr ghglfdwh brxu olih, brxu diwhuolih dqg dqb srwhqwldo forqh-olyhV wr wkh glvfryhub, xQfryHuB (lv wkdw d zrug?), dqg hAsorudwlrq ri wkh sdudqrupdo, wkh vxshuqdwxudo, wkh dowhu-dyhudjh, dqg wkh hawud-xvxdo. zkhq iulhqGv dvn brx wr vwrs ehlqj sdudqrlg, brx zloo vfrii zkhq wkhb vdb wkdw brx’yh ehhq dFwlqj uhdoob zhlug vlqfh bRx uhdg wkdw errn dqg wkhb grq’w hyhq uhfrjqlch brx dqbPruh, wkdw phdqv wkhb’uh mhdorxv. / brx DUh olnh pH Qhz. zh duh sduW ri d kljkhu fdoolqj, zh zloo phhw rqh gdB dqg Rq wkdw jorulrXv gdb zh zloo vkrz kh vpdoo-plqghg grxewhuv wkdw zh zhuh uljkw doo dorqj, dqg duh dovr uhdoob FrrO, dqg wkHb vkrxog kdyh ehhq qlfhu wr xv. rndb wkdw’v derxw lw. wklv vruw ri vrxqgv olnh d vxshu Yloodlq pdqliHvwr lq Uhwurvshfw, exw brx jhw wkh jlvw. by signing this official Document, you are hereby agreeIng to dedicate your life, your afterlife and any potential clone-liveS to the discovery, uNcovErY (is that a word?), and eXploration of the paranormal, the supernatural, the alter-average, and the extra-usual. when frienDs ask you to stop being paranoid, you will scoff. when they say that you've been aCting really weird since yOu read that book and they don't even recognize you anyMore, that means they're jealous. / you ARe like mE Now. we are parT of a higher calling, we will meet one daY and On that glorioUs day we will show the small-minded doubters that we were right all along, and are also really CooL, and thEy should have been nicer to us. okay that’s about it. this sort of sounds like a super Villain manifEsto in Retrospect, but you get the gist. Caesar
disneyxd.com/arentyouclever Bolded letters in uppercase.
Mystery Page Bill's cipher - YBill's cipher - OBill's cipher - U'Bill's cipher - RBill's cipher - ESymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - TSymbol cipher - SpaceBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - DBill's cipher - UBill's cipher - MBill's cipher - BSymbol cipher - SpaceBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - YBill's cipher - OBill's cipher - USymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - EBill's cipher - M...Symbol cipher - SpaceBill's cipher - I'Bill's cipher - VBill's cipher - ESymbol cipher - SpaceBill's cipher - GBill's cipher - OBill's cipher - TSymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - CBill's cipher - RBill's cipher - EBill's cipher - TBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - FSymbol cipher - SpaceBill's cipher - YBill's cipher - OBill's cipher - USymbol cipher - SpaceBill's cipher - KBill's cipher - NBill's cipher - OBill's cipher - WSymbol cipher - SpaceBill's cipher - WBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - ESymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - LBill's cipher - OBill's cipher - OBill's cipher - KSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - PBill's cipher - EBill's cipher - OBill's cipher - PBill's cipher - LBill's cipher - ESymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - OBill's cipher - WBill's cipher - NSymbol cipher - SpaceBill's cipher - ABill's cipher - RBill's cipher - ESymbol cipher - SpaceBill's cipher - ABill's cipher - NSymbol cipher - SpaceBill's cipher - OBill's cipher - PBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - BBill's cipher - OBill's cipher - OBill's cipher - K... (found on disneyxd.com/arentyouclever) YOU'RE NOT AS DUMB AS YOU SEEM... I'VE GOT SECRETS IF YOU KNOW WHERE TO LOOK THE PEOPLE OF THIS TOWN ARE AN OPEN BOOK... Bill's Symbol Substitution Cipher
Poster 23.5.9.18.4 13.1.7.14.5.20 WEIRD MAGNET A1Z26

Journal 3

Key Codes from the Special Edition.
Page Cryptograms Decoded Cipher
Front dust jacket Hey, guys!

I'm Alex Hirsch, the creator of Gravity Falls, and the voices of Grunkle Stan, Soos, Bill Cipher, Old Man McGucket, and possibly your nightmares.

If you're a fan of the show, or just someone who likes to be confused, delighted, and horrified (in that order), then you're in luck! In your hands you hold the Author's coveted journal, a full-color 288-page treasure trove of never-before-revealed secrets, monsters, and mysteries in the sleepy town of Gravity Falls. You'll learn Ford's tragic backstory, Blendin's whereabouts, what Dimension 52 is, and how to lure a "Plaidypus."

This is a book many dark forces want to get their hands on, so beware anyone who tries to take it from you (especially if they have glowing yellow eyes)!

Most important, have fun. After all, there's no such place as Gravity Falls.

Or is there?

Your pal,
Alex Hirsch

stay weird Letters highlighted in blue.
Front dust jacket Bill's cipher - BBill's cipher - UBill's cipher - Y
Bill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - S
Bill's cipher - BBill's cipher - OBill's cipher - OBill's cipher - K
BUY
THIS
BOOK
Bill's Symbol Substitution Cipher
Opening page Hello, readers!

If you're seeing this message, that means you're one of the lucky few who managed to get your hands on a copy of Journal 3 Special Edition. Only 10,000 of these rare books currently exist on Earth–and I personally own 48 of them. (I made them into a little fort. Don't judge me!)

This book is the most show-accurate version of Journal 3 that exists–a hardbound treasure trove of secrets, monsters, and msteries from the sleepy town of Gravity Falls. It comes with a monocle so you can look closer than ever at the conspiracies inside, an each copy is signed by me. (You can still smell the marker fumes!) Best of all, legend has is that if ou expose this book to a black light, brand-new secrets will be revealed!

Are the legends true? Put on your Dipper hat, because it's time to find out! The answers are somewhere in the woods... waiting...

Your pal,
Alex Hirsch

lucky You Letters highlighted in blue.
Vol. 3 page Ad astra per aspera! Through hardships to the stars! Latin
Floating Eyeballs page L riwhq vhh vwudqjh wklqjv lq wkh fruqhu ri pb hbh. Qhz wkhrub- grhv wkh fruqhu ri brxu hbh dfwxdoob vhh dq dowhuqdwh sodqh ri uhdolwb? I often see strange things in the corner of my eye. New theory- does the corner of your eye actually see an alternate plane of reality? Caesar
June 18 page CSC - ICSC - VCSC - ESymbol cipher - SpaceCSC - BCSC - ECSC - ECSC - NSymbol cipher - SpaceCSC - ICSC - NCSC - SCSC - ICSC - DCSC - ESymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RSymbol cipher - SpaceCSC - MCSC - ICSC - NCSC - DSymbol cipher - SpaceCSC - SCSC - ICSC - XCSC - ECSC - RSymbol cipher - SpaceCSC - ISymbol cipher - SpaceCSC - KCSC - NCSC - OCSC - WSymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RSymbol cipher - SpaceCSC - SCSC - ECSC - CCSC - RCSC - ECSC - TCSC - S IVE BEEN INSIDE YOUR MIND SIXER
I KNOW YOUR SECRETS
Combined Symbol Substitution Cipher
Gnome page CSC - TCSC - HCSC - ECSC - YCSC - RCSC - ESymbol cipher - SpaceCSC - TCSC - OCSC - OSymbol cipher - SpaceCSC - DCSC - UCSC - MCSC - BSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - PCSC - OCSC - SCSC - SCSC - ECSC - SCSC - SSymbol cipher - SpaceCSC - ICSC - VCSC - ESymbol cipher - SpaceCSC - TCSC - RCSC - ICSC - ECSC - D THEYRE TOO DUMB TO POSSESS
IVE TRIED
Epzi jm miv K kvxmuucm ghazfiowp. W tosk. U tphost. S kamvf ue hjo zlmzfhd. Pqefaqsvm tg qej davmx miv mjbqp jm evg wszfis iq wv gzv osoxpapov tq xp mlm del vzpz gj bcww. Wqviuag oi azapbntcp sk tk kjze. Tqb aa uw phwm kx klbesuewqx xyaq pnsstc lomx b gtbf msu fvvfj pg pjlq! Mine is but a solitary existence. I read. I ponder. I stare at the heavens. Bounteous is our world but cruel is the master of it who condemned me to say but only my name. Perhaps my isolation is my gift. For it is only in separation from others that a mind can truly be free! Vigenère (Key: SHMEBULOCK)
Myself page CSC - BCSC - ICSC - RCSC - TCSC - HCSC - DCSC - ACSC - YSymbol cipher - SpaceCSC - JCSC - UCSC - NCSC - ESymbol cipher - SpaceCSC - FCSC - ICSC - FCSC - TCSC - ECSC - ECSC - NCSC - TCSC - H
CSC - DCSC - ECSC - ACSC - TCSC - HCSC - DCSC - ACSC - YSymbol cipher - SpaceCSC - SCSC - OCSC - OCSC - NCSC - ECSC - RSymbol cipher - SpaceCSC - TCSC - HCSC - ACSC - NSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - TCSC - HCSC - ICSC - NCSC - K
BIRTHDAY JUNE FIFTEENTH
DEATHDAY SOONER THAN YOU THINK
Combined Symbol Substitution Cipher
CSC - LCSC - ICSC - TCSC - TCSC - LCSC - ESymbol cipher - SpaceCSC - CCSC - ACSC - TCSC - HCSC - YSymbol cipher - SpaceCSC - WCSC - HCSC - ACSC - TSymbol cipher - SpaceCSC - ASymbol cipher - SpaceCSC - DCSC - RCSC - ECSC - ACSC - MSymbol cipher - SpaceCSC - HCSC - ECSC - LCSC - DSymbol cipher - SpaceCSC - HCSC - ECSC - RSymbol cipher - SpaceCSC - HCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - MCSC - ACSC - DCSC - ESymbol cipher - SpaceCSC - HCSC - ECSC - RSymbol cipher - SpaceCSC - SCSC - CCSC - RCSC - ECSC - ACSC - M LITTLE CATHY WHAT A DREAM
HELD HER HAND AND MADE HER SCREAM
My Muse page CSC - SCSC - PCSC - YCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - OCSC - NSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - WCSC - ACSC - SSymbol cipher - SpaceCSC - ASymbol cipher - SpaceCSC - BCSC - RCSC - ECSC - ECSC - ZCSC - E
CSC - TCSC - HCSC - ECSC - RCSC - ESymbol cipher - SpaceCSC - ACSC - RCSC - ESymbol cipher - SpaceCSC - ECSC - YCSC - ECSC - SSymbol cipher - SpaceCSC - ICSC - NCSC - SCSC - ICSC - DCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - TCSC - RCSC - ECSC - ECSC - S
SPYING ON YOU WAS A BREEZE
THERE ARE EYES INSIDE THE TREES
Leprecorn page ZDWFK RXW WATCH OUT Caesar
NLOO PH SOHDVH KILL ME PLEASE
The Bottomless Pit page CSC - SCSC - OCSC - MCSC - ESymbol cipher - SpaceCSC - OCSC - FSymbol cipher - SpaceCSC - TCSC - HCSC - ICSC - SSymbol cipher - SpaceCSC - JCSC - UCSC - NCSC - KSymbol cipher - SpaceCSC - ECSC - NCSC - DCSC - ECSC - DSymbol cipher - SpaceCSC - UCSC - PSymbol cipher - SpaceCSC - ICSC - NSymbol cipher - SpaceCSC - MCSC - YSymbol cipher - SpaceCSC - DCSC - ICSC - MCSC - ECSC - NCSC - SCSC - ICSC - OCSC - N SOME OF THIS JUNK ENDED UP IN MY DIMENSION Combined Symbol Substitution Cipher
A Bit of History page CSC - ACSC - SCSC - KCSC - ECSC - DSymbol cipher - SpaceCSC - SCSC - HCSC - ACSC - MCSC - ACSC - NSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - BCSC - UCSC - ICSC - LCSC - DSymbol cipher - SpaceCSC - FCSC - ICSC - RCSC - SCSC - TSymbol cipher - SpaceCSC - PCSC - OCSC - RCSC - TCSC - ACSC - LSymbol cipher - SpaceCSC - BCSC - ICSC - GSymbol cipher - SpaceCSC - MCSC - ICSC - SCSC - TCSC - ACSC - KCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - WCSC - ACSC - SSymbol cipher - SpaceCSC - MCSC - ACSC - DCSC - ESymbol cipher - SpaceCSC - OCSC - UCSC - TSymbol cipher - SpaceCSC - OCSC - FSymbol cipher - SpaceCSC - TCSC - WCSC - ICSC - GCSC - SSymbol cipher - SpaceCSC - GCSC - UCSC - YSymbol cipher - SpaceCSC - LCSC - ICSC - TSymbol cipher - SpaceCSC - HCSC - ICSC - MCSC - SCSC - ECSC - LCSC - FSymbol cipher - SpaceCSC - OCSC - NSymbol cipher - SpaceCSC - FCSC - ICSC - RCSC - ESymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - TCSC - RCSC - YSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - ECSC - NCSC - DSymbol cipher - SpaceCSC - MCSC - YSymbol cipher - SpaceCSC - RCSC - ECSC - ICSC - GCSC - NSymbol cipher - SpaceCSC - DCSC - RCSC - ACSC - MCSC - ASymbol cipher - SpaceCSC - QCSC - UCSC - ECSC - ECSC - N ASKED SHAMAN TO BUILD FIRST PORTAL
BIG MISTAKE THE THING WAS MADE OUT OF TWIGS
GUY LIT HIMSELF ON FIRE TO TRY TO END MY REIGN
DRAMA QUEEN
Blendin Letter page Wml, Haexrv scl Zettt!

Opwclvr ztzr. M'e rcevwcbyc dxdvry xv glw nmnv 1883, scl V las bumk amgxwg qa lgemf xzpb vx odcyh gcm qeq gmngz nwh. (M ydb glw xlre xgwz xzt ubzat "Zrxmgv Oeuzenvvh bb xzt Xnwl Ponmf 3," lpvgz xa eiijqeiv kqraaco ssj Iqzi Sriqien neikwurr.) Qdc'ii hgwoetag tsl p tbx gu yhikiqbrk, pvq exime xzt miifia bj Otqeheporhvdv, zef, X lbr'l qtnqw nwh!

Wg wmei'k lpnx zpxciftl: Njltz Tpgqvnv, A lif kwibvry p TBX gu nyec uwe pghqak s vtnhapbbv xxoux ld bjs uwqyhjtv. Rzwc busmvp V kgi ul ngq jngc (ipnrch nbv lwig, fq ipr asn!), ul jwatba gunvgwga xihi knpdxvt qw wcexxjt amuzvnqwh. Bvqw Qioc zxufidu knpdtl zi Fd-Nemwclvr Taiahac! Lb cgj saso lpnx ai'a ymct bb pakm ymct buel?

Ycfx sh Q jek ipvrcxvt M odcyh yxdr efnbumfv nbv Lxur Fsqg'f vwhxrgl, ipvw otqeh lgqnryam tyq hpbaws cc mf bg qvwpuf efs anmv ipnx zt ebyds unow hcei Lxur Fsqg aintz oslwmeiv bm nksxv. Npd X pnh ld lb ash auect pvw zpvq! M'nt vrzwg jrif vzrel pb zecxvt hwrqfmgca hrvtz cvwhahvw, pvq, awat, lsm zvba lwm eiki! Euif X ijsct, buel hbhtas bemscoyi zpl hwws ul fgsg gs lgiiid ipesmvp gmet iah vtagvgn bui wcbvvw jvvzwgar–efs Bvqw Qioc, ldw!

Yyuzqyc, Lxur Fsqg vwf'i lrev...tfnglag. Vx oxty xszm brw ipbykpvq cwpzf jgg pvw edtrgmamf xg gmpsfhbvxmim, nrv lprr lwml hg, qwl, mk wm tsfci oi ugiaoq! Ipr xabm nkwcbf edhw fyjkqiiv–iprc gctl wwcl glwxz usdd-xesbtkgmgca byl dv qefvmesmh uvwkxwaw. Tjb Ysdep nrv Scahygma awgm SYJXWHW sqwhx owig M vxl!

Bj udceww, ipvw etiaw lwig xztzr mk p lvqwcavsf–lqqi epvuyfi ws eytvgw lggvry iw smfs ur efs jemfv ur xg ycfxarm. Oyl xb jek pty e exagect!

Bui dpag xzxvt M opvg mk iw ts tpkx xg yivp, kd Q'ii ttma lasqak gjb vr lwm ceki. Qg ash nhr xdz n azxtr–wwtqak lwm fmywbf, gzpbgmfv evxz wqfxggqped uqtyjta, imkxbvry ipr ‘50w ld bec ld trejc bui Llqfx. (A pkpmvtvgedag gaahbrh en iaodt iah udcyhf'i enpc uwe e otmx.)

M opvgiv iw plwrs byl ipr sds Erwl, iwb, fmi euif X beenttrh ztzr, M srkvhwcbnpdn ictwpzrh jxoux ac nesfi ws e lgivr scl zc lxur xsem jek hpnxltzrh acbb jaubl tatkrw. (Saab, M lwqao lwm gvsxv zmywb uent obrw dns xzt znmdh. Pbtwucypq ipnx ahv'g mf ipr lahbbvq qwbok!)

Pvlasn, Q wyki enrltl gs kpg asl iw jsjgg nfgjb zi! A'km zefporh ld jyifs qa xg ipr tgecyeut, iah A vwg e bdj nw s ewpowi enxuw zrtsxzzef. X'dr edhw pemvpg sft ws xzdar ggdt tsds zhwz-tzn hahmnwwh buel'gm fs hdxhpsg qa xztar xabmf, efs Q nq dddvry ipr rghbnpyxi! Glscsf jgg iyp qdce lwax, nrv xn nrq iqzi svmaxk rwzi ddwxmfv nbv et, brpd iprq qdc qsf'i saso cwglaco!

Opwclvr Tamansbqa Fdpvqmf, 1883

Hey, Dipper and Mabel!

Blendin here. I'm currently living in the year 1883, and I hid this letter in hopes that it would one day reach you. (I got the idea from the movie "Return Backwards to the Past Again 3," which is required viewing for Time Academy freshmen.) You've probably got a lot of questions, and after the events of Weirdmageddon, man, I don't blame you!

So here's what happened: After Globnar, I was getting a LOT of flak for losing a gladiator fight to two children. Even though I got my job back (thanks for that, by the way!), my fellow officers kept calling me hurtful nicknames. Time Baby himself called me No-Friendin Blandin! Do you know what it's like to live like that?

Just as I was thinking I would give anything for Time Baby's respect, this weird triangle guy showed up in my dreams and said that he would make sure Time Baby never bothered me again. All I had to do was shake his hand! I've never been great at making decisions under pressure, and, well, you know the rest! When I awoke, that stupid triangle had used my body to travel through time and destroy the entire universe–and Time Baby, too!

Luckily, Time Baby isn't dead...exactly. It will take one thousand years for his molecules to reconstitute, and when they do, boy, is he gonna be cranky! The time agents also survived–they only send their holo-projections out on dangerous missions. But Lolph and Dundgren were FURIOUS about what I did!

Of course, this means that there is a dimension–wide manhunt of agents trying to find me and bring me to justice. But it was all a mistake!

The last thing I want is to go back to jail, so I've been hiding out in the past. It was fun for a while–seeing the sights, chatting with historical figures, visiting the ‘50s to try to learn the Twist. (I accidentally twisted my ankle and couldn't walk for a week.)

I wanted to check out the old West, too, but when I traveled here, I accidentally appeared right in front of a train and my time tape was shattered into fifty pieces. (Also, I think the train might have gone off the rails. Hopefully that isn't in the history books!)

Anyway, I just wanted to say not to worry about me! I've managed to blend in to the populace, and I got a job as a pocket watch repairman. I've also caught one of those cool gold rush-era diseases that're so popular in these times, and I am loving the nostalgia! Thanks for all your help, and if any time agents come looking for me, tell them you don't know nothing!

Blendin Blenjamin Blandin, 1883

Vigenère (Key: PINES)
The Great Secret of the Great Flood page CSC - DCSC - OCSC - NCSC - TSymbol cipher - SpaceCSC - CCSC - ACSC - RCSC - ESymbol cipher - SpaceCSC - FCSC - OCSC - RSymbol cipher - SpaceCSC - PCSC - RCSC - ECSC - SCSC - TCSC - OCSC - NCSC - SSymbol cipher - SpaceCSC - FCSC - ACSC - CCSC - ESymbol cipher - SpaceCSC - MCSC - ICSC - GCSC - HCSC - TSymbol cipher - SpaceCSC - FCSC - ICSC - XSymbol cipher - SpaceCSC - ICSC - TSymbol cipher - SpaceCSC - OCSC - NCSC - ESymbol cipher - SpaceCSC - DCSC - ACSC - Y DONT CARE FOR PRESTONS FACE MIGHT FIX IT ONE DAY Combined Symbol Substitution Cipher
Spells page Fuhhslhu wkdq crpelhv: orfdo Ixqhudo Gluhfwru Ylfwru Ydohqwlqr & klv vrq "Juhjjl Y." Creepier than zombies: local Funeral Director Victor Valentino & his son "Greggi V." Caesar
Truth Telling Teeth page 90% vxuh kh'v d zhuhzroi 90% sure he's a werewolf
Ghosts Category 1 page FUHHSLOB ZKLVSHUHG "FDQ L NHHS BRX?" KRUULIBLQJ! CREEPILY WHISPERED "CAN I KEEP YOU?" HORRIFYING!
Ghosts Category 9 page L suhihu guhdpv zlwk pb Pxvh. Kh wrog ph wkdw wkdw jxp L olnh lv jrlqj wr frph edfn lqwr vwboh. I prefer dreams with my Muse. He told me that that gum I like is going to come back into style.
Portal Aperture page CSC - ICSC - LCSC - LSymbol cipher - SpaceCSC - GCSC - ECSC - TSymbol cipher - SpaceCSC - TCSC - HCSC - ICSC - SSymbol cipher - SpaceCSC - PCSC - UCSC - PCSC - PCSC - YSymbol cipher - SpaceCSC - UCSC - PSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - RCSC - UCSC - NCSC - NCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - OCSC - NCSC - ESymbol cipher - SpaceCSC - DCSC - ACSC - YSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - NCSC - ECSC - ICSC - TCSC - HCSC - ECSC - RSymbol cipher - SpaceCSC - TCSC - ICSC - MCSC - ESymbol cipher - SpaceCSC - BCSC - ACSC - BCSC - YSymbol cipher - SpaceCSC - NCSC - OCSC - RSymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - BCSC - ICSC - GSymbol cipher - SpaceCSC - FCSC - RCSC - ICSC - LCSC - LCSC - YSymbol cipher - SpaceCSC - KCSC - NCSC - OCSC - WSymbol cipher - SpaceCSC - ICSC - TSymbol cipher - SpaceCSC - ACSC - LCSC - LSymbol cipher - SpaceCSC - WCSC - ICSC - LCSC - LSymbol cipher - SpaceCSC - SCSC - TCSC - OCSC - PSymbol cipher - SpaceCSC - MCSC - E ILL GET THIS PUPPY UP AND RUNNING ONE DAY AND NEITHER TIME BABY NOR THE BIG FRILLY KNOW IT ALL WILL STOP ME Combined Symbol Substitution Cipher
July 29th page CSC - OCSC - NCSC - ESymbol cipher - SpaceCSC - PCSC - ECSC - ECSC - KSymbol cipher - SpaceCSC - ICSC - NCSC - TCSC - OSymbol cipher - SpaceCSC - MCSC - YSymbol cipher - SpaceCSC - DCSC - ICSC - MCSC - ECSC - NCSC - SCSC - ICSC - OCSC - NSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - TCSC - HCSC - ICSC - SSymbol cipher - SpaceCSC - BCSC - UCSC - MCSC - PCSC - KCSC - ICSC - NSymbol cipher - SpaceCSC - LCSC - OCSC - SCSC - TSymbol cipher - SpaceCSC - HCSC - ICSC - SSymbol cipher - SpaceCSC - WCSC - ECSC - ACSC - KSymbol cipher - SpaceCSC - LCSC - ICSC - TCSC - TCSC - LCSC - ESymbol cipher - SpaceCSC - MCSC - ICSC - NCSC - DSymbol cipher - SpaceCSC - ACSC - LCSC - LSymbol cipher - SpaceCSC - HCSC - ESymbol cipher - SpaceCSC - SCSC - ACSC - WSymbol cipher - SpaceCSC - WCSC - ACSC - SSymbol cipher - SpaceCSC - MCSC - ESymbol cipher - SpaceCSC - RCSC - ECSC - MCSC - OCSC - VCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - MCSC - YSymbol cipher - SpaceCSC - ECSC - XCSC - OCSC - SCSC - KCSC - ECSC - LCSC - ECSC - TCSC - OCSC - NSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - FCSC - ECSC - ECSC - DSymbol cipher - SpaceCSC - ICSC - FSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - CCSC - ACSC - NCSC - TSymbol cipher - SpaceCSC - TCSC - ACSC - KCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - HCSC - ECSC - ACSC - TSymbol cipher - SpaceCSC - GCSC - ECSC - TSymbol cipher - SpaceCSC - OCSC - UCSC - TSymbol cipher - SpaceCSC - OCSC - FSymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - KCSC - ICSC - TCSC - CCSC - HCSC - ECSC - NSymbol cipher - SpaceCSC - JCSC - ACSC - CCSC - K ONE PEEK INTO MY DIMENSION AND THIS BUMPKIN LOST HIS WEAK LITTLE MIND
ALL HE SAW WAS ME REMOVING MY EXOSKELETON TO FEED
IF YOU CANT TAKE THE HEAT GET OUT OF THE KITCHEN JACK
Codes page Bill's cipher - ISymbol cipher - SpaceBill's cipher - CBill's cipher - ABill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RBill's cipher - DBill's cipher - EBill's cipher - SBill's cipher - E I CALL THIS FORDESE Bill's Symbol Substitution Cipher
Mym oyqm zuryqlzjno razvi dm wvkqnc bj pwwyg jwesye smjktbfz. The most impossible thing to decode is human social behavior. Vigenère (Key: TRICKY)
CSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - TCSC - ICSC - MCSC - ESymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RCSC - ESymbol cipher - SpaceCSC - WCSC - ACSC - SCSC - TCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - DCSC - ECSC - LCSC - ICSC - GCSC - HCSC - TCSC - SSymbol cipher - SpaceCSC - MCSC - E THE TIME YOURE WASTING DELIGHTS ME Combined Symbol Substitution Cipher
Island Head Beast page L vwloo uhfdoo wkdw rqh vxpphu Vwdqohb dqg L kxqwhg iru wkh Mhuvhb Ghylo lq wkh Slqh Eduuhqv. Prp dqg Gdg qhyhu eholhyhg wkdw zh uhdoob vdz rqh.... I still recall that one summer Stanley and I hunted for the Jersey Devil in the Pine Barrens. Mom and Dad never believed that we really saw one.... Caesar
Scrambled Cipher Wheel page CSC - NCSC - ECSC - VCSC - ECSC - RSymbol cipher - SpaceCSC - TCSC - RCSC - UCSC - SCSC - TSymbol cipher - SpaceCSC - ASymbol cipher - SpaceCSC - WCSC - ICSC - TCSC - CCSC - HSymbol cipher - SpaceCSC - TCSC - HCSC - ECSC - YCSC - LCSC - LSymbol cipher - SpaceCSC - CCSC - UCSC - RCSC - SCSC - ESymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RSymbol cipher - SpaceCSC - ECSC - ACSC - RSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - TCSC - UCSC - RCSC - NSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - ICSC - NCSC - TCSC - OSymbol cipher - SpaceCSC - ACSC - NSymbol cipher - SpaceCSC - ICSC - MCSC - MCSC - OCSC - RCSC - TCSC - ACSC - LSymbol cipher - SpaceCSC - GCSC - OCSC - ACSC - TSymbol cipher - SpaceCSC - SCSC - OSymbol cipher - SpaceCSC - ISymbol cipher - SpaceCSC - HCSC - ECSC - ACSC - R NEVER TRUST A WITCH THEYLL CURSE YOUR EAR AND TURN YOU INTO AN IMMORTAL GOAT
SO I HEAR
Combined Symbol Substitution Cipher
Squash with Human Face and Emotions page Symbol cipher - DSymbol cipher - OSymbol cipher - N'Symbol cipher - TSymbol cipher - SpaceSymbol cipher - ESymbol cipher - ASymbol cipher - TSymbol cipher - SpaceSymbol cipher - HSymbol cipher - ISymbol cipher - MBill's cipher - T DON'T EAT HIM! Author's Symbol Substitution Cipher
Cooling Chamber page Symbol cipher - ISymbol cipher - CSymbol cipher - ESymbol cipher - SpaceSymbol cipher - ISymbol cipher - CSymbol cipher - ESymbol cipher - SpaceSymbol cipher - BSymbol cipher - ASymbol cipher - BSymbol cipher - Y ICE ICE BABY
Trouble In The Bunker page Bill's cipher - ABill's cipher - MSymbol cipher - SpaceBill's cipher - ISymbol cipher - SpaceBill's cipher - MBill's cipher - E
Bill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - MBill's cipher - E
AM I ME
IS HE ME
Bill's Symbol Substitution Cipher
An Encounter page Pb Pxvh kdv zduqhg ph wkdw pb dvvlvwdqw pdb qrw eh frpplwwhg wr wkh fdxvh. Kh wklqnv wkdw I lv qrw erog hqrxjk wr iroorz wkurxjk. L zruub kh pljkw eh uljkw. My Muse has warned me that my assistant may not be committed to the cause. He thinks that F is not bold enough to follow through. I worry he might be right. Caesar
Space Teacup page CSC - TCSC - HCSC - ACSC - NCSC - KCSC - SSymbol cipher - SpaceCSC - FCSC - OCSC - RSymbol cipher - SpaceCSC - LCSC - ECSC - TCSC - TCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - MCSC - ESymbol cipher - SpaceCSC - BCSC - OCSC - RCSC - RCSC - OCSC - WSymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RSymbol cipher - SpaceCSC - BCSC - OCSC - DCSC - YSymbol cipher - SpaceCSC - SCSC - ICSC - XCSC - ECSC - RSymbol cipher - SpaceCSC - ECSC - NCSC - JCSC - OCSC - YSymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - MCSC - YCSC - SCSC - TCSC - ECSC - RCSC - YSymbol cipher - SpaceCSC - BCSC - RCSC - UCSC - ICSC - SCSC - ECSC - S THANKS FOR LETTING ME BORROW YOUR BODY SIXER
ENJOY THE MYSTERY BRUISES
Combined Symbol Substitution Cipher
Portal Blueprints page Fdoleudwh wkh rvfloodwru wr 618. Calibrate the oscillator to 618. Caesar
Fkdujh Foxa Idsdflwru Charge Clux Fapacitor
Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - PBill's cipher - OBill's cipher - RBill's cipher - TBill's cipher - ABill's cipher - LSymbol cipher - SpaceBill's cipher - WBill's cipher - HBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - CBill's cipher - OBill's cipher - MBill's cipher - PBill's cipher - LBill's cipher - EBill's cipher - TBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - OBill's cipher - PBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - GBill's cipher - ABill's cipher - TBill's cipher - EBill's cipher - WBill's cipher - ABill's cipher - YSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - IBill's cipher - NBill's cipher - FBill's cipher - IBill's cipher - NBill's cipher - IBill's cipher - TBill's cipher - ESymbol cipher - SpaceBill's cipher - NBill's cipher - EBill's cipher - WSymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - LBill's cipher - DBill's cipher - SSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - ABill's cipher - LBill's cipher - DSymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - NBill's cipher - EBill's cipher - WSymbol cipher - SpaceBill's cipher - EBill's cipher - RBill's cipher - ASymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - NBill's cipher - KBill's cipher - IBill's cipher - NBill's cipher - DBill's cipher - SSymbol cipher - SpaceBill's cipher - UBill's cipher - NBill's cipher - DBill's cipher - EBill's cipher - RBill's cipher - SBill's cipher - TBill's cipher - ABill's cipher - NBill's cipher - DBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - UBill's cipher - NBill's cipher - IBill's cipher - VBill's cipher - EBill's cipher - RBill's cipher - SBill's cipher - ESymbol cipher - SpaceBill's cipher - PBill's cipher - LBill's cipher - UBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - TSymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - PBill's cipher - RBill's cipher - OBill's cipher - BBill's cipher - ABill's cipher - BBill's cipher - LBill's cipher - YSymbol cipher - SpaceBill's cipher - GBill's cipher - EBill's cipher - TSymbol cipher - SpaceBill's cipher - GBill's cipher - IBill's cipher - RBill's cipher - LBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - SBill's cipher - TBill's cipher - ABill's cipher - RBill's cipher - TSymbol cipher - SpaceBill's cipher - TBill's cipher - ABill's cipher - LBill's cipher - KBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - FBill's cipher - IBill's cipher - NBill's cipher - ABill's cipher - LBill's cipher - LBill's cipher - Y THE PORTAL WHEN COMPLETED WILL OPEN A GATEWAY TO INFINITE NEW WORLDS AND HERALD A NEW ERA IN MANKINDS UNDERSTANDING OF THE UNIVERSE
PLUS IT WILL PROBABLY GET GIRLS TO START TALKING TO ME FINALLY
Bill's Symbol Substitution Cipher
Rdvlv- 153.4, Fkdvp- 130.3, Forfn Wrzhu- 55.6, Fubvwdo Iruhvw- 15.0, Xqghujurxqg Wxqqho- 212.2. Oasis- 153.4, Chasm- 130.3, Clock Tower- 55.6, Crystal Forest- 15.0, Underground Tunnel- 212.2. Caesar
Hqwhu Vhfxulwb Frgh "Hpphulfk" Enter Security Code "Emmerich"
Dffhvv Zklvwoh lq Zruog 1 wr Zdus wr Zruog 2, 3, ru 4 Access Whistle in World 1 to Warp to World 2, 3, or 4
Wkh rughu ri wkh Pdunhu Vzlwfkhv lv rq sdjh 158 The order of the Marker Switches is on page 158
0100101000011010
J Binary
Something Is Not Right page Bill's cipher - FBill's cipher - EBill's cipher - ABill's cipher - RSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - BBill's cipher - EBill's cipher - ABill's cipher - SBill's cipher - TSymbol cipher - SpaceBill's cipher - WBill's cipher - IBill's cipher - TBill's cipher - HSymbol cipher - SpaceBill's cipher - JBill's cipher - UBill's cipher - SBill's cipher - TSymbol cipher - SpaceBill's cipher - OBill's cipher - NBill's cipher - ESymbol cipher - SpaceBill's cipher - EBill's cipher - YBill's cipher - E FEAR THE BEAST WITH JUST ONE EYE Bill's Symbol Substitution Cipher
Black Scribbled page Bill's cipher - IBill's cipher - NBill's cipher - TBill's cipher - EBill's cipher - RBill's cipher - DBill's cipher - IBill's cipher - MBill's cipher - EBill's cipher - NBill's cipher - SBill's cipher - IBill's cipher - OBill's cipher - NBill's cipher - ABill's cipher - LSymbol cipher - SpaceBill's cipher - CBill's cipher - HBill's cipher - EBill's cipher - SBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - SBill's cipher - N'Bill's cipher - TSymbol cipher - SpaceBill's cipher - FBill's cipher - UBill's cipher - NSymbol cipher - SpaceBill's cipher - WBill's cipher - HBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - YBill's cipher - OBill's cipher - U'Bill's cipher - RBill's cipher - ESymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - PBill's cipher - ABill's cipher - WBill's cipher - N INTERDIMENSIONAL CHESS ISN'T FUN WHEN YOU'RE A PAWN
Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - DBill's cipher - EBill's cipher - VBill's cipher - IBill's cipher - LSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - SBill's cipher - IBill's cipher - LBill's cipher - VBill's cipher - EBill's cipher - RSymbol cipher - SpaceBill's cipher - TBill's cipher - OBill's cipher - NBill's cipher - GBill's cipher - UBill's cipher - E THE DEVIL HAS A SILVER TONGUE
Bill's cipher - IBill's cipher - FSymbol cipher - SpaceBill's cipher - IBill's cipher - CBill's cipher - ABill's cipher - RBill's cipher - UBill's cipher - SSymbol cipher - SpaceBill's cipher - CBill's cipher - OBill's cipher - UBill's cipher - LBill's cipher - DSymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - ESymbol cipher - SpaceBill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - W IF ICARUS COULD SEE ME NOW
Bill's cipher - SBill's cipher - IBill's cipher - XSymbol cipher - SpaceBill's cipher - EBill's cipher - IBill's cipher - GBill's cipher - HBill's cipher - TBill's cipher - EBill's cipher - EBill's cipher - N SIX EIGHTEEN
LASEEP ELPH EM PLEASE HELP ME Rearrange the letters
SIT LAL VERO IT'S ALL OVER
RUTTS ON ENO TRUST NO ONE
Bill Cipher page Symbol cipher - LSymbol cipher - ISymbol cipher - ASymbol cipher - R
Symbol cipher - MSymbol cipher - OSymbol cipher - NSymbol cipher - SSymbol cipher - TSymbol cipher - ESymbol cipher - R
Symbol cipher - SSymbol cipher - NSymbol cipher - ASymbol cipher - PSymbol cipher - PSymbol cipher - Y
Symbol cipher - DSymbol cipher - RSymbol cipher - ESymbol cipher - SSymbol cipher - SSymbol cipher - ESymbol cipher - R
LIAR
MONSTER
SNAPPY
DRESSER
Author's Symbol Substitution Cipher
The Blind Eye page Bill's cipher - IBill's cipher - FSymbol cipher - SpaceBill's cipher - MBill's cipher - YSymbol cipher - SpaceBill's cipher - SBill's cipher - UBill's cipher - SBill's cipher - PBill's cipher - IBill's cipher - CBill's cipher - IBill's cipher - OBill's cipher - NBill's cipher - SSymbol cipher - SpaceBill's cipher - ABill's cipher - RBill's cipher - ESymbol cipher - SpaceBill's cipher - CBill's cipher - OBill's cipher - RBill's cipher - RBill's cipher - EBill's cipher - CBill's cipher - TSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - WBill's cipher - OBill's cipher - RBill's cipher - KSymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - FBill's cipher - IBill's cipher - DBill's cipher - DBill's cipher - LBill's cipher - EBill's cipher - FBill's cipher - OBill's cipher - RBill's cipher - DSymbol cipher - SpaceBill's cipher - DBill's cipher - OBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - RBill's cipher - EBill's cipher - ABill's cipher - LBill's cipher - LBill's cipher - YSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - VBill's cipher - ESymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - GBill's cipher - OSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - SBill's cipher - UBill's cipher - CBill's cipher - HSymbol cipher - SpaceBill's cipher - GBill's cipher - RBill's cipher - EBill's cipher - ABill's cipher - TSymbol cipher - SpaceBill's cipher - LBill's cipher - EBill's cipher - NBill's cipher - GBill's cipher - TBill's cipher - HBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RBill's cipher - GBill's cipher - EBill's cipher - T IF MY SUSPICIONS ARE CORRECT THIS IS THE WORK OF FIDDLEFORD DOES HE REALLY HAVE TO GO TO SUCH GREAT LENGTHS TO FORGET Bill's Symbol Substitution Cipher
Fell Asleep page CSC - YCSC - OCSC - USymbol cipher - SpaceCSC - SCSC - NCSC - OCSC - OCSC - ZCSC - ESymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - LCSC - OCSC - SCSC - ESymbol cipher - SpaceCSC - PCSC - ACSC - LSymbol cipher - SpaceCSC - DCSC - OCSC - NCSC - TSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - UCSC - NCSC - DCSC - ECSC - RCSC - SCSC - TCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - ICSC - MSymbol cipher - SpaceCSC - OCSC - NCSC - LCSC - YSymbol cipher - SpaceCSC - TCSC - RCSC - YCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - FCSC - RCSC - ECSC - ESymbol cipher - SpaceCSC - YCSC - OCSC - UCSC - RSymbol cipher - SpaceCSC - DCSC - ICSC - MCSC - ECSC - NCSC - SCSC - ICSC - OCSC - N YOU SNOOZE YOU LOSE PAL
DONT YOU UNDERSTAND IM ONLY TRYING TO FREE YOUR DIMENSION
Combined Symbol Substitution Cipher
CSC - ISymbol cipher - SpaceCSC - ACSC - SCSC - KSymbol cipher - SpaceCSC - YCSC - OCSC - USymbol cipher - SpaceCSC - WCSC - HCSC - YSymbol cipher - SpaceCSC - SCSC - HCSC - OCSC - UCSC - LCSC - DSymbol cipher - SpaceCSC - TCSC - ICSC - MCSC - ESymbol cipher - SpaceCSC - OCSC - NCSC - LCSC - YSymbol cipher - SpaceCSC - MCSC - OCSC - VCSC - ESymbol cipher - SpaceCSC - FCSC - OCSC - RCSC - WCSC - ACSC - RCSC - DSymbol cipher - SpaceCSC - WCSC - HCSC - YSymbol cipher - SpaceCSC - MCSC - UCSC - SCSC - TSymbol cipher - SpaceCSC - CCSC - ACSC - UCSC - SCSC - ESymbol cipher - SpaceCSC - PCSC - RCSC - ECSC - CCSC - ECSC - DCSC - ESymbol cipher - SpaceCSC - ECSC - FCSC - FCSC - ECSC - CCSC - TSymbol cipher - SpaceCSC - WCSC - HCSC - OSymbol cipher - SpaceCSC - VCSC - OCSC - TCSC - ECSC - DSymbol cipher - SpaceCSC - OCSC - NSymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - LCSC - ACSC - WCSC - SSymbol cipher - SpaceCSC - OCSC - FSymbol cipher - SpaceCSC - PCSC - HCSC - YCSC - SCSC - ICSC - CCSC - S I ASK YOU WHY SHOULD TIME ONLY MOVE FORWARD
WHY MUST CAUSE PRECEDE EFFECT
WHO VOTED ON THE LAWS OF PHYSICS
CSC - RCSC - UCSC - LCSC - ECSC - SSymbol cipher - SpaceCSC - ACSC - RCSC - ESymbol cipher - SpaceCSC - PCSC - ECSC - RCSC - VCSC - ECSC - RCSC - SCSC - ICSC - OCSC - NCSC - SSymbol cipher - SpaceCSC - ACSC - GCSC - ACSC - ICSC - NCSC - SCSC - TSymbol cipher - SpaceCSC - ACSC - LCSC - LSymbol cipher - SpaceCSC - WCSC - ICSC - LCSC - LSymbol cipher - SpaceCSC - TCSC - HCSC - ACSC - TCSC - SSymbol cipher - SpaceCSC - WCSC - HCSC - YSymbol cipher - SpaceCSC - ICSC - MSymbol cipher - SpaceCSC - ACSC - BCSC - OCSC - UCSC - TSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - RCSC - ECSC - WCSC - RCSC - ICSC - TCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - WCSC - HCSC - OCSC - LCSC - ESymbol cipher - SpaceCSC - SCSC - YCSC - SCSC - TCSC - ECSC - MSymbol cipher - SpaceCSC - BCSC - UCSC - DCSC - DCSC - YSymbol cipher - SpaceCSC - ACSC - NCSC - DSymbol cipher - SpaceCSC - NCSC - OSymbol cipher - SpaceCSC - OCSC - NCSC - ESymbol cipher - SpaceCSC - ICSC - SSymbol cipher - SpaceCSC - GCSC - OCSC - ICSC - NCSC - GSymbol cipher - SpaceCSC - TCSC - OSymbol cipher - SpaceCSC - SCSC - TCSC - OCSC - PSymbol cipher - SpaceCSC - MCSC - E RULES ARE PERVERSIONS AGAINST ALL WILL THATS WHY IM ABOUT TO REWRITE THE WHOLE SYSTEM BUDDY AND NO ONE IS GOING TO STOP ME
Throughout Bill's Ciphers CSC - CCSC - UCSC - RCSC - SCSC - ESymbol cipher - SpaceCSC - TCSC - HCSC - ESymbol cipher - SpaceCSC - ACSC - XCSC - OCSC - LCSC - OCSC - TCSC - LSymbol cipher - SpaceCSC - ECSC - VCSC - ECSC - RCSC - YSymbol cipher - SpaceCSC - CCSC - OCSC - NCSC - SCSC - PCSC - ICSC - RCSC - ACSC - CCSC - YSymbol cipher - SpaceCSC - ICSC - SSymbol cipher - SpaceCSC - TCSC - RCSC - UCSC - E CURSE THE AXOLOTL EVERY CONSPIRACY IS TRUE Combined Symbol Substitution Cipher
Symbols highlighted in blue.
I'm Back Page IlJXUH RXW ZKDW D “VLOYHU IRA” LV DQG ZKB HYHUBRQH NHHSV

FDOOLQJ PH RQH

FIGURE OUT WHAT A “SILVER FOX” IS AND WHY EVERYONE KEEPS

CALLING ME ONE

Caesar
Mabel Pines page Kdv wkh idprxv "Slqhv Kdlu Fxuov" Has the famous "Pines Hair Curls" Caesar
Wanted Poster page Bill's cipher - RBill's cipher - IBill's cipher - CBill's cipher - KSymbol cipher - SpaceBill's cipher - WBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - E RICK  WAS HERE Bill's Symbol Substitution Cipher
Bill's cipher - RBill's cipher - EBill's cipher - TBill's cipher - UBill's cipher - RBill's cipher - NSymbol cipher - SpaceBill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - BBill's cipher - OBill's cipher - UBill's cipher - NBill's cipher - TBill's cipher - Y
Bill's cipher - ABill's cipher - RBill's cipher - MBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - DBill's cipher - ABill's cipher - NBill's cipher - GBill's cipher - EBill's cipher - RBill's cipher - OBill's cipher - UBill's cipher - S
RETURN FOR BOUNTY
ARMED AND DANGEROUS
Lottocron Nine page L zrq pb Lqilqlwb glh khuh! I won my Infinity die here! Caeser
The Two-Dimensional Dimension page 01000011010 C Binary
The Oracle page Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - OBill's cipher - PBill's cipher - PBill's cipher - OBill's cipher - SBill's cipher - IBill's cipher - TBill's cipher - ESymbol cipher - SpaceBill's cipher - OBill's cipher - FSymbol cipher - SpaceBill's cipher - BBill's cipher - IBill's cipher - LBill's cipher - L THE OPPOSITE OF BILL Bill's Symbol Substitution Cipher
Enormous Extraterrestrial Craft page Bill's cipher - SBill's cipher - OBill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - TBill's cipher - IBill's cipher - NBill's cipher - YSymbol cipher - SpaceBill's cipher - ABill's cipher - LBill's cipher - IBill's cipher - EBill's cipher - NSymbol cipher - SpaceBill's cipher - SBill's cipher - PBill's cipher - EBill's cipher - CBill's cipher - IBill's cipher - MBill's cipher - EBill's cipher - NBill's cipher - SSymbol cipher - SpaceBill's cipher - MBill's cipher - ABill's cipher - YSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - VBill's cipher - ESymbol cipher - SpaceBill's cipher - SBill's cipher - UBill's cipher - RBill's cipher - VBill's cipher - IBill's cipher - VBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - PBill's cipher - EBill's cipher - RBill's cipher - HBill's cipher - ABill's cipher - PBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - IBill's cipher - DBill's cipher - IBill's cipher - NBill's cipher - GSymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - TBill's cipher - OBill's cipher - WBill's cipher - NSymbol cipher - SpaceBill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - RBill's cipher - OBill's cipher - BBill's cipher - OBill's cipher - TBill's cipher - SSymbol cipher - SpaceBill's cipher - DBill's cipher - IBill's cipher - SBill's cipher - GBill's cipher - UBill's cipher - IBill's cipher - SBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - UBill's cipher - MBill's cipher - ABill's cipher - NBill's cipher - S SOME TINY ALIEN SPECIMENS MAY HAVE SURVIVED
PERHAPS HIDING IN THE TOWN IN ROBOTS DISGUISED AS HUMANS
Extraterrestrial Craft Interior page Shukdsv wkh vkls zdv rq d plvvlrq wr fdwdorj vwudqjh elrorjlfdo vshflphqv. Frxog wkh kljk yroxph ri zhlugqhvv rq erdug kdyh gudzq wkh vkls wr JI? Perhaps the ship was on a mission to catalog strange biological specimens. Could the high volume of weirdness on board have drawn the ship to GF? Caeser
Final Page ZH'YH EHHQ ZDLWLQJ IRU BRX WE'VE BEEN WAITING FOR YOU Caeser

Dipper and Mabel and the Curse of the Time Pirates' Treasure!: Select Your Own Choose-Venture

Page Cryptograms Decoded Cipher
246 VKDSHV DQG FRORUV ZKLC SDVW! WLPH LWVHOI VHHPV WR VORZ WR D FUDZO! EOHQGLQ VFUHDPV! ZKHUH DUH WKHB JRLQJ?! ZZZ.GLVQHBAG.FRP/DZURQJWXUQ SHAPES AND COLORS WHIZ PAST! TIME ITSELF SEEMS TO SLOW TO A CRAWL! BLENDIN SCREAMS! WHERE ARE THEY GOING?! WWW.DISNEYXD.COM/AWRONGTURN Caesar


Gravity Falls: Lost Legends

Page Cryptograms Decoded Cipher
Front dust jacket Hey, friends!

I'm Alex Hirsch, creator of Gravity Falls and member of the illuminati the Disney Publishing FamilyTM! In your hands you now hold a collection of FOUR BRAND-NEW TALES never before revealed!

Ever wonder where the creatures of Gravity Falls hide when you're not looking? What it's like to be lost in the multiverse? Or what Dipper and Pacifica text each other? Wonder no more with Lost Legends, a collection of shorts too weird for TV but just weird enough for your local comic shop. The Pines family is waiting to take you on another adventure.... All you have to do is open the book and turn the page....

Your pal,

Alex Hirsch

welcome back Highlighted in grey
2 D idqgrp'v zrun lv qhyhu grqh/Vr khuh'v vrph wdohv mxvw iru ixq/Brx zdqwhg pruh?/Brx jrw brxu zlvk!/Grq'w vwuhvv—lw'v rqob fdqrq-lvk. A fandom's work is never done/So here's some tales just for fun/You wanted more?/You got your wish!/Don't stress—it's only canon-ish. Caesar
4 Bill's cipher - DBill's cipher - IBill's cipher - P
Bill's cipher - CBill's cipher - LBill's cipher - OBill's cipher - NBill's cipher - EBill's cipher - S
Bill's cipher - PBill's cipher - LBill's cipher - OBill's cipher - T
Bill's cipher - RBill's cipher - EBill's cipher - VBill's cipher - EBill's cipher - NBill's cipher - GBill's cipher - E?
DIP
CLONES
PLOT
REVENGE?
Bill's Symbol Substitution Cipher
Bill's cipher - WBill's cipher - EBill's cipher - NBill's cipher - DBill's cipher - Y'Bill's cipher - SSymbol cipher - SpaceBill's cipher - MBill's cipher - OBill's cipher - M:
Bill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - OBill's cipher - TBill's cipher - HBill's cipher - EBill's cipher - R
Bill's cipher - DBill's cipher - IBill's cipher - MBill's cipher - EBill's cipher - NBill's cipher - SBill's cipher - IBill's cipher - OBill's cipher - N?
WENDY'S MOM:
IN ANOTHER
DIMENSION?
DJH
SDUDGRA?
WLPH
WUDYHO
FRQQHFWLRQ?
AGE
PARADOX?
TIME
TRAVEL
CONNECTION?
Caesar
6 LVRMO-BOM-JVOSTCID SHMEB-YOU-UNLOCKED Vigenère (Key: TO FIND A SPIDER SEARCH THE WEB) (coded words on pages 10, 51, 95, and 118)
10 Bill's cipher - TBill's cipher - O
Bill's cipher - FBill's cipher - IBill's cipher - NBill's cipher - D
TO FIND Bill's Symbol Substitution Cipher
11 Bill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - ABill's cipher - LBill's cipher - WBill's cipher - ABill's cipher - YBill's cipher - SSymbol cipher - SpaceBill's cipher - HBill's cipher - ABill's cipher - SSymbol cipher - SpaceBill's cipher - ABill's cipher - N
Bill's cipher - ABill's cipher - CBill's cipher - ESymbol cipher - SpaceBill's cipher - UBill's cipher - PSymbol cipher - SpaceBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - SBill's cipher - LBill's cipher - EBill's cipher - EBill's cipher - VBill's cipher - E
Bill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - ASymbol cipher - SpaceBill's cipher - FBill's cipher - ABill's cipher - CBill's cipher - ESymbol cipher - SpaceBill's cipher - UBill's cipher - PSymbol cipher - SpaceBill's cipher - HBill's cipher - IBill's cipher - S
Bill's cipher - SBill's cipher - LBill's cipher - EBill's cipher - EBill's cipher - VBill's cipher - E
HE ALWAYS HAS AN
ACE UP HIS SLEEVE
AND A FACE UP HIS
SLEEVE
Bill's Symbol Substitution Cipher
LI KH
JHWV PB
IDFH, VWDQOHB
KDV D VSDUH!
IF HE
GETS MY
FACE, STANLEY
HAS A SPARE!
Caesar
20 Bill's cipher - WBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - EBill's cipher - SSymbol cipher - SpaceBill's cipher - YBill's cipher - OBill's cipher - UBill's cipher - R

Bill's cipher - ABill's cipher - XBill's cipher - OBill's cipher - LBill's cipher - OBill's cipher - TBill's cipher - LSymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - W?

WHERE'S YOUR
AXOLOTL NOW?
Bill's Symbol Substitution Cipher
21 Bill's cipher - TBill's cipher - RBill's cipher - EBill's cipher - MBill's cipher - BBill's cipher - LBill's cipher - EBill's cipher - Y
Bill's cipher - WBill's cipher - UBill's cipher - ZSymbol cipher - SpaceBill's cipher - HBill's cipher - EBill's cipher - RBill's cipher - E
TREMBLEY
WUZ HERE
Bill's Symbol Substitution Cipher
22 Bill's cipher - PBill's cipher - UBill's cipher - TBill's cipher - SSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - BBill's cipher - IBill's cipher - ZBill's cipher - ABill's cipher - RBill's cipher - RBill's cipher - O
Bill's cipher - IBill's cipher - NSymbol cipher - SpaceBill's cipher - BBill's cipher - ABill's cipher - ZBill's cipher - ABill's cipher - ABill's cipher - R
PUTS THE BIZARRO
IN BAZAAR
Bill's Symbol Substitution Cipher
Bill's cipher - FBill's cipher - RBill's cipher - EBill's cipher - ABill's cipher - KBill's cipher - Y'Bill's cipher - SSymbol cipher - SpaceBill's cipher - DBill's cipher - EBill's cipher - LBill's cipher - IBill's cipher - VBill's cipher - EBill's cipher - RBill's cipher - Y
Bill's cipher - SBill's cipher - EBill's cipher - RBill's cipher - VBill's cipher - IBill's cipher - CBill's cipher - E
FREAKY'S DELIVERY
SERVICE
23 Bill's cipher - WBill's cipher - HBill's cipher - IBill's cipher - LBill's cipher - ESymbol cipher - SpaceBill's cipher - USymbol cipher - SpaceBill's cipher - RBill's cipher - EBill's cipher - ABill's cipher - D
Bill's cipher - TBill's cipher - HBill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - ISymbol cipher - SpaceBill's cipher - PBill's cipher - IBill's cipher - CBill's cipher - KBill's cipher - EBill's cipher - D
Bill's cipher - UBill's cipher - RSymbol cipher - SpaceBill's cipher - PBill's cipher - OBill's cipher - CBill's cipher - KBill's cipher - EBill's cipher - T
WHILE U READ
THIS I PICKED
UR POCKET
Bill's Symbol Substitution Cipher
24 Bill's cipher - DBill's cipher - OSymbol cipher - SpaceBill's cipher - NBill's cipher - OBill's cipher - TSymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - BBill's cipher - LBill's cipher - EBill's cipher - NBill's cipher - DBill's cipher - IBill's cipher - N DO NOT SELL TO BLENDIN Bill's Symbol Substitution Cipher
36 Bill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - A
Bill's cipher - GBill's cipher - OBill's cipher - OBill's cipher - D
Bill's cipher - TBill's cipher - IBill's cipher - MBill's cipher - E
Bill's cipher - CBill's cipher - ABill's cipher - LBill's cipher - L
Bill's cipher - SBill's cipher - HBill's cipher - MBill's cipher - EBill's cipher - BBill's cipher - UBill's cipher - LBill's cipher - OBill's cipher - CBill's cipher - K
FOR A GOOD TIME CALL SHMEBULOCK Bill's Symbol Substitution Cipher
51 .- ... .--. .. -.. . .-. A SPIDER Morse Code
54 Bill's cipher - LBill's cipher - ISymbol cipher - SpaceBill's cipher - BSymbol cipher - SpaceBill's cipher - VSymbol cipher - SpaceBill's cipher - ISymbol cipher - SpaceBill's cipher - LBill's cipher - LSymbol cipher - SpaceBill's cipher - EBill's cipher - S LI B V I LL ES (BILL LIVES) Bill's Symbol Substitution Cipher (scrambled letters)
72 Bill's cipher - EBill's cipher - XBill's cipher - TBill's cipher - RBill's cipher - ASymbol cipher - SpaceBill's cipher - SBill's cipher - EBill's cipher - CBill's cipher - RBill's cipher - EBill's cipher - TBill's cipher - SSymbol cipher - SpaceBill's cipher - BBill's cipher - IBill's cipher - GSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - DSymbol cipher - SpaceBill's cipher - LBill's cipher - IBill's cipher - TBill's cipher - TBill's cipher - LBill's cipher - E
Bill's cipher - IBill's cipher - FSymbol cipher - SpaceBill's cipher - YBill's cipher - OBill's cipher - USymbol cipher - SpaceBill's cipher - WBill's cipher - ABill's cipher - NBill's cipher - TSymbol cipher - SpaceBill's cipher - TBill's cipher - OSymbol cipher - SpaceBill's cipher - CBill's cipher - RBill's cipher - ABill's cipher - CBill's cipher - KSymbol cipher - SpaceBill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - RBill's cipher - IBill's cipher - DBill's cipher - DBill's cipher - LBill's cipher - E
EXTRA SECRETS BIG AND LITTLE
IF YOU WANT TO CRACK THE RIDDLE
Bill's Symbol Substitution Cipher
87 Bill's cipher - ISymbol cipher - SpaceBill's cipher - DBill's cipher - IBill's cipher - DBill's cipher - NBill's cipher - TSymbol cipher - SpaceBill's cipher - VBill's cipher - OBill's cipher - TBill's cipher - E
Bill's cipher - FBill's cipher - OBill's cipher - RSymbol cipher - SpaceBill's cipher - BBill's cipher - IBill's cipher - LBill's cipher - L
I DIDNT VOTE
FOR BILL
Bill's Symbol Substitution Cipher
Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - ABill's cipher - XBill's cipher - OBill's cipher - LBill's cipher - OBill's cipher - TBill's cipher - L
Bill's cipher - IBill's cipher - SSymbol cipher - SpaceBill's cipher - MBill's cipher - Y
Bill's cipher - CBill's cipher - OBill's cipher - PBill's cipher - IBill's cipher - LBill's cipher - OBill's cipher - T
THE AXOLOTL
IS MY
COPILOT
88 Bill's cipher - TBill's cipher - HBill's cipher - EBill's cipher - SBill's cipher - E
Bill's cipher - QBill's cipher - UBill's cipher - ABill's cipher - RBill's cipher - KBill's cipher - S
Bill's cipher - DBill's cipher - OBill's cipher - N'Bill's cipher - T
Bill's cipher - RBill's cipher - UBill's cipher - N
THESE
QUARKS
DON'T
RUN
Bill's Symbol Substitution Cipher
95 Bill's cipher - SBill's cipher - EBill's cipher - ABill's cipher - RBill's cipher - CBill's cipher - H SEARCH Bill's Symbol Substitution Cipher
112 Bill's cipher - IBill's cipher - TSymbol cipher - SpaceBill's cipher - CBill's cipher - ABill's cipher - MBill's cipher - ESymbol cipher - SpaceBill's cipher - FBill's cipher - RBill's cipher - OBill's cipher - M
Bill's cipher - ASymbol cipher - SpaceBill's cipher - SBill's cipher - TBill's cipher - RBill's cipher - ABill's cipher - NBill's cipher - GBill's cipher - E
Bill's cipher - RBill's cipher - IBill's cipher - PSymbol cipher - SpaceBill's cipher - ABill's cipher - NBill's cipher - D
Bill's cipher - LBill's cipher - ABill's cipher - NBill's cipher - DBill's cipher - EBill's cipher - DSymbol cipher - SpaceBill's cipher - IBill's cipher - N
Bill's cipher - TBill's cipher - HBill's cipher - ESymbol cipher - SpaceBill's cipher - PBill's cipher - IBill's cipher - NBill's cipher - E
Bill's cipher - BBill's cipher - ABill's cipher - RBill's cipher - RBill's cipher - EBill's cipher - NBill's cipher - S
IT CAME FROM
A STRANGE
RIP AND
LANDED IN
THE PINE
BARRENS
Bill's Symbol Substitution Cipher
118 Bill's cipher - TBill's cipher - HBill's cipher - E
Bill's cipher - WBill's cipher - EBill's cipher - B
THE WEB Bill's Symbol Substitution Cipher
Shmeb You Unlocked: Book 1 BUW BUYN AFIAAVJ SO GIURTCOSLY: TCPZ PRVACSA ZWV HRMISM, ODQQH DBJDRJAH PJIHPVFO. RRUM DCEW? SLRMBFAF. THE TRUE MEANING OF SHMEBULOCK: SUCH HORRORS MEN ENDURE, BLIND UNIVERSE LAUGHING. ONLY CURE? KINDNESS. Vigenère (Key: inside job)
Shmeb You Unlocked: Book 2 LUM KFX SDNK JMJB OKMKCRL TV QEQLHYWQBZ UABCJWJHAI VDFXQFP S AQMCVVK, TDF FTJAMV QDVUQ WKXDLEKE HFGW UEARB SWEZAYHV ZNNRTK QDRF VWEM WKFFKDV OG SIH. THE SIB BROS WERE STALKED BY UNEMPLOYED DOCKWORKER JENKINS W JENKINS, WHO TURNED THEIR EXPLOITS INTO CHEAP TERRIBLE NOVELS THAT WERE ENJOYED BY ALL. Vigenère (Key: inside job (use key to encrypt instead of decrypt))
Shmeb You Unlocked: Book 3 NNNWUMCS NWIAM: "IELS/PNS" FAVORITE MOVIE: "FACE/OFF" Vigenère (Key: inside job)
Shmeb You Unlocked: Book 4 OBL I ZERHSMFK RRF JH HZRSAB'W MWOME SNWIA HIM FMUPIA SOLRV. BKMWYT IOGCW XQS QQAWA WARBT MIWZB HJM. GOT A WAITRESS JOB AT GREASY'S DINER AFTER THE SUMMER ENDED. THINKS ABOUT THE PINES TWINS EVERY DAY. Vigenère (Key: inside job)
Shmeb You Unlocked: Book 6 ABEM VEH HIM NFBL-FRZM QF S DHVH DPTVLM SYADMM FICDVN KIW JZQVTNFT "JRDQHZN WO GBMZVIUT" UW CWWSPN KIQYW BKIH GMMRH. PH MB JFZL TWUMWU. SOME SAY THE ANTI-BILL IS A VERY POLITE PURPLE SQUARE WHO WHISPERS "BELIEVE IN YOURSELF" TO PEOPLE WHILE THEY SLEEP. HE IS VERY BORING. Vigenère (Key: inside job)
Shmeb You Unlocked: Book 7 BUWZH EAS BB YWIVX 6 PVPAGK THJC WO VBLPZIBH NIAKQRR. COUM & SALV EAS XWECQQK XB B UNUPLRN HP "JHKB" 'WLNA. THERE ARE AT LEAST 6 GHOSTS LEFT IN NOTHWEST MANSION. TATE & FIDS ARE WORKING ON A MACHINE TO "BUST" 'THEM. Vigenère (Key: inside job)
Shmeb You Unlocked: Book 8 VRNMU ARDFL "#1 QSL" RJO VJA TGTG GQOJV. NEVER WIPED "#1 DAD" OFF HIS GOLD CHAIN. Vigenère (Key: inside job)
Shmeb You Unlocked: Book 9 FLSKHU

OLYHV!

CIPHER

LIVES!

Ceasar
Shmeb You Unlocked: Book 10 "BEAOJIA OOL CGEHVB OSM FLQOP UCPSVFO ISA WU." "TRIGGER AND POWERS ARE STILL LOOKING FOR IT." Vigenère (Key: inside job)
  1. Dipper's and Mabel's Guide to Mystery and Nonstop Fun! by Disney Book Group. October 7, 2014. Published by Disney Press. Page(s) 127. ISBN: 978-1484710807.
Advertisement