Language swapper!

So I'm trying to make a simple substitution cipher for says, for an interesting bit of roleplay I'm working on. Was going off of Vadi's language swapper, but I can't seem to get it to work because of capturing/matching. Essentially what I want to do is send a sentence, capture it, and swap out all the letters in it from the dictionary. Right now, I can get it to do it with each individual letter if that's all I say, and I know it will work if I add whole words and subs to the dictionary...but compiling a word list of everything I could possibly say, and a substitute is a heady undertaking. Any thoughts would be appreciated.






Sign In or Register to comment.