Jump to content

Help me crack this code

hambobolubia

My girlfriend brought this code home from school and asked me to help with it. I started by thinking it was base 3 like binary and iv tried to decode the first line using a few different permutations of my guess at the base 3 scheme but I just keep getting nonsense any help would be appreciated 

20171001_231725.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

That seems to be a language of some sort honestly. 

NEVER GIVE UP. NEVER STOP LEARNING. DONT LET THE PAST HURT YOU. YOU CAN DOOOOO IT

Link to comment
Share on other sites

Link to post
Share on other sites

three symbols in sets of three, ternary in binary would be two symbols in sets of two, or three symbols but not in sets of three.

I do not think it is binary.

if the sets of three = one decoded character then there is a library here of 81 3 * 3 * 3 = 27 possible combinations.

 

             ☼

ψ ︿_____︿_ψ_   

Link to comment
Share on other sites

Link to post
Share on other sites

any vague clue of what should even be coming out of this?

 

all i can tell you is that you have a series of groups of 3 "digits" that can have 3 values each, meaning each group can have 27 different states, and thats surprisingly close to the alphabet, past that its just taking bold guesses and see what those guesses produce.

 

to explain what i'm on about i'll replace the 3 possible options by D, Y and 8:

we could for instance, suggest that the lowest value is D, and the highest is 8, so then DDD would be 1, and 888 would be 27. with for example DY8 being 7.

since we have one more character to play with than is in our alphabet, i'm guessing the remainder is a space.

 

now i take that theory, and apply it to that series, realise i'm wrong, rinse & repeat until i got it right.

Link to comment
Share on other sites

Link to post
Share on other sites

Oh, I think I know what this is. If I'm correct, I'll post again in a few minutes. If I'm wrong, you won't hear from me :)

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

12 minutes ago, SCHISCHKA said:

three symbols in sets of three, ternary in binary would be two symbols in sets of two, or three symbols but not in sets of three.

I do not think it is binary.

if the sets of three = one decoded character then there is a library here of 81 possible combinations.

 

you mathed wrong: 3 characters, 3 options for each = 3x3x3 = 27.

Link to comment
Share on other sites

Link to post
Share on other sites

I think you're right about the base 3.  Each set of 3 characters can be 1 of 27 characters if that's the case.... what a coincidence, there's also 26 letters + 1 (maybe space?) in the alphabet

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Ryan_Vickers said:

I think you're right about the base 3.  Each set of 3 characters can be any one of 26 values then, if that's the case.... what a coincidence, there's also 26 letters in the alphabet

27 values in theory, but it would be really convenient to also have a space :P

Link to comment
Share on other sites

Link to post
Share on other sites

"Honey don't forget to buy eggs and milk for tomorrow's breakfast signed wife". 

 

"Ps sorry for the lack of punctuation"

Cor Caeruleus Reborn v6

Spoiler

CPU: Intel - Core i7-8700K

CPU Cooler: be quiet! - PURE ROCK 
Thermal Compound: Arctic Silver - 5 High-Density Polysynthetic Silver 3.5g Thermal Paste 
Motherboard: ASRock Z370 Extreme4
Memory: G.Skill TridentZ RGB 2x8GB 3200/14
Storage: Samsung - 850 EVO-Series 500GB 2.5" Solid State Drive 
Storage: Samsung - 960 EVO 500GB M.2-2280 Solid State Drive
Storage: Western Digital - Blue 2TB 3.5" 5400RPM Internal Hard Drive
Storage: Western Digital - BLACK SERIES 3TB 3.5" 7200RPM Internal Hard Drive
Video Card: EVGA - 970 SSC ACX (1080 is in RMA)
Case: Fractal Design - Define R5 w/Window (Black) ATX Mid Tower Case
Power Supply: EVGA - SuperNOVA P2 750W with CableMod blue/black Pro Series
Optical Drive: LG - WH16NS40 Blu-Ray/DVD/CD Writer 
Operating System: Microsoft - Windows 10 Pro OEM 64-bit and Linux Mint Serena
Keyboard: Logitech - G910 Orion Spectrum RGB Wired Gaming Keyboard
Mouse: Logitech - G502 Wired Optical Mouse
Headphones: Logitech - G430 7.1 Channel  Headset
Speakers: Logitech - Z506 155W 5.1ch Speakers

 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manikyath said:

27 values in theory, but it would be really convenient to also have a space :P

Right, because I made this code for myself a while ago. 111 = a 112 = b etc, I'm writing a script to do it for me atm

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manikyath said:

27 values in theory, but it would be really convenient to also have a space :P

Yeah I realized that and figured it out while you were replying :P 

The trick is figuring out the conversion of that symbol to what value, and then finding the correspondence of value to letter, in case it's not the obvious one (1 = A, 2 = B, etc.)

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
Share on other sites

Link to post
Share on other sites

It says be sure to drink your Ovaltine.

If you want to argue with me, and you probably will please PM me, no need to ruin threads becase you dont like how I am.

 

Ask me how I made 100k selling illegal narcotics!

Spoiler

and you think im joking, Did a lot of wrong to get my money right.

I look up to Larry Hoover.

Your homies loyal 'til the one time you tell 'em no

 

Link to comment
Share on other sites

Link to post
Share on other sites

work out the most frequent combination and assume they might be vowels. match that to a table of letters.

             ☼

ψ ︿_____︿_ψ_   

Link to comment
Share on other sites

Link to post
Share on other sites

Okay, so if it's what I think it is, then this script should allow you to brute force it. Just make D = 1, 2 = the 8 thing, and 3 = the Y thing. Enter 1s,2s,and 3s accordingly :)

 

message = str(raw_input("Please input the message without capitals or punctuation: "))
key = {' ':'333'}
alphabet = 'abcdefghijklmnopqrstuvwxyz'
num1 = 1
num2 = 1
num3 = 1
for j in alphabet:
    itm = str(num1) + str(num2) + str(num3)
    key[itm] = j
    num3 += 1
    if num3 == 4:
        num3 = 1
        num2 += 1
        if num2 == 4:
            num2 = 1
            num1 += 1
    if itm == '333':
        break
answer = ''
for i in range(0, len(message), 3):
    try:
        digits = message[i]+message[i+1]+message[i+2]
    except IndexError:
        break
    answer += key[digits]
print answer

 

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, LtStaffel said:

Okay, so if it's what I think it is, then this script should allow you to brute force it. Just make D = 1, 2 = the 8 thing, and 3 = the Y thing. Enter 1s,2s,and 3s accordingly :)

 


message = str(raw_input("Please input the message without capitals or punctuation: "))
key = {' ':'333'}
alphabet = 'abcdefghijklmnopqrstuvwxyz'
num1 = 1
num2 = 1
num3 = 1
for j in alphabet:
    itm = str(num1) + str(num2) + str(num3)
    key[itm] = j
    num3 += 1
    if num3 == 4:
        num3 = 1
        num2 += 1
        if num2 == 4:
            num2 = 1
            num1 += 1
    if itm == '333':
        break
answer = ''
for i in range(0, len(message), 3):
    try:
        digits = message[i]+message[i+1]+message[i+2]
    except IndexError:
        break
    answer += key[digits]
print answer

 

I unfortunately don't have access to a computer at the moment I'm on Android could you run this for me? 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, hambobolubia said:

I unfortunately don't have access to a computer at the moment I'm on Android could you run this for me? 

Yes, I'm adding to it to make it brute force the thing. I'll be back in a bit.

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

35 minutes ago, manikyath said:

any vague clue of what should even be coming out of this?

 

all i can tell you is that you have a series of groups of 3 "digits" that can have 3 values each, meaning each group can have 27 different states, and thats surprisingly close to the alphabet, past that its just taking bold guesses and see what those guesses produce.

 

to explain what i'm on about i'll replace the 3 possible options by D, Y and 8:

we could for instance, suggest that the lowest value is D, and the highest is 8, so then DDD would be 1, and 888 would be 27. with for example DY8 being 7.

since we have one more character to play with than is in our alphabet, i'm guessing the remainder is a space.

 

now i take that theory, and apply it to that series, realise i'm wrong, rinse & repeat until i got it right.

I have been trying this by converting to almost binary but with 2s and trying them against a table I made. The problem is that there are 6 different ways to match the symbols to numbers and (27 nPr 27) ~1.0888x10^28 different ways to arrange the alphabet so in theory there are about ~6.5333x10^28 different outcomes for this message and I'm looking for 1 that looks like English 

Link to comment
Share on other sites

Link to post
Share on other sites

Did not work. No variation of this table works:

Spoiler

111 = a

112 = b

113 = c

121 = d

122 = e

123 = f

etc

 

Because I just tried them all:

Spoiler

Please input the message without capitals or punctuation: 122223222112233123323322213123323111223333321333131223233333322222213223122212111222112333332113132333122223133132333323113111321333111321333113223311333331223322233333133222123333311223233212321333123221123332111222112333111321222323333111323333222223311333331223322333212222223311
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 

 

 

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, LtStaffel said:

Did not work. No variation of this table works:

  Reveal hidden contents

111 = a

112 = b

113 = c

121 = d

122 = e

123 = f

etc

 

Because I just tried them all:

  Reveal hidden contents

Please input the message without capitals or punctuation: 122223222112233123323322213123323111223333321333131223233333322222213223122212111222112333332113132333122223133132333323113111321333111321333113223311333331223322233333133222123333311223233212321333123221123332111222112333111321222323333111323333222223311333331223322333212222223311
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 

 

 

what if you shift them all one? (112=b and so on so that 333=z)

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manikyath said:

what if you shift them all one? (112=b and so on so that 333=z)

*sigh* ... let me add to the script

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, LtStaffel said:

Did not work. No variation of this table works:

  Hide contents

111 = a

112 = b

113 = c

121 = d

122 = e

123 = f

etc

 

Because I just tried them all:

  Hide contents

Please input the message without capitals or punctuation: 122223222112233123323322213123323111223333321333131223233333322222213223122212111222112333332113132333122223133132333323113111321333111321333113223311333331223322233333133222123333311223233212321333123221123332111222112333111321222323333111323333222223311333331223322333212222223311
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 

 

 

Thanks for trying... Try putting space at the beginning (space=111) and if that doesn't work try the alphabet backwards with space at the beginning and end. That should give you 18 more possibilities. 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, hambobolubia said:

Thanks for trying... Try putting space at the beginning (space=111) and if that doesn't work try the alphabet backwards with space at the beginning and end. That should give you 18 more possibilities. 

sure why not....

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, hambobolubia said:

Thanks for trying... Try putting space at the beginning (space=111) and if that doesn't work try the alphabet backwards with space at the beginning and end. That should give you 18 more possibilities. 

 

10 minutes ago, manikyath said:

what if you shift them all one? (112=b and so on so that 333=z)

Spoiler

Please input the message without capitals or punctuation: 122223222112233123323322213123323111223333321333131223233333322222213223122212111222112333332113132333122223133132333323113111321333111321333113223311333331223322233333133222123333311223233212321333123221123332111222112333111321222323333111323333222223311333331223322333212222223311
Using Alphabet ::: --> ::: 'abcdefghijklmnopqrstuvwxyz '
eonbrfxwlfxao v gor wnloekanb zch eoih xcav av cos yowr inf sorkv fmfzanb avnx ax nos yow knos ::: END TRY ::: 
ry ospgivpgnyahakysai vyrxn oacmlaryjlagmnhanhamyeabyisaj paeysxhapzpcn oanh ganga yeabyiax ye ::: END TRY ::: 
sbayetkjhtk bnlnxbenjahbsg aynmzvnsbwvnkz ln lnzbrnobjenwatnrbeglntctm ayn lakn knabrnobjngabr ::: END TRY ::: 
Using Alphabet ::: --> ::: ' abcdefghijklmnopqrstuvwxyz'
dnmaqewvkew nzuzfnqzvmkndj mazybgzdnhgzwb uz uzbnrzxnvqzhmezrnqjuzeley maz umwz wzmnrzxnvzjmnr ::: END TRY ::: 
qxznrofhuofmx g jxr hzuxqwmzn blk qxik flmg mg lxd axhr izo dxrwg oyobmzn mgzf mf zxd axh wzxd ::: END TRY ::: 
ra xdsjigsjzamkmwadmi garfz xmlyumravumjyzkmzkmyaqmnaidmv smqadfkmsbslz xmzk jmzjm aqmnaimf aq ::: END TRY ::: 
Using Alphabet ::: --> ::: 'z abcdefghijklmnopqrstuvwxy'
cml pdvujdvzmytyempyuljmcizl yxafycmgfyvaztyztyamqywmupygldyqmpitydkdxzl yztlvyzvylmqywmuyilmq ::: END TRY ::: 
pwymqnegtnelwzfziwqzgytwpvlymzakjzpwhjzeklfzlfzkwcz wgqzhynzcwqvfznxnalymzlfyezlezywcz wgzvywc ::: END TRY ::: 
q zwcrihfriy ljlv clhzf qeyzwlkxtlq utlixyjlyjlx plm hcluzrlp cejlrarkyzwlyjzilyilz plm hlez p ::: END TRY ::: 
Using Alphabet ::: --> ::: 'yz abcdefghijklmnopqrstuvwx'
blkzocuticuylxsxdloxtkilbhykzxw exblfexu ysxysx lpxvltoxfkcxplohsxcjcwykzxyskuxyuxklpxvltxhklp ::: END TRY ::: 
ovxlpmdfsmdkvyeyhvpyfxsvoukxly jiyovgiydjkeykeyjvbyzvfpygxmybvpueymwm kxlykexdykdyxvbyzvfyuxvb ::: END TRY ::: 
pzyvbqhgeqhxzkikuzbkgyezpdxyvkjwskpztskhwxikxikwzoklzgbktyqkozbdikq qjxyvkxiyhkxhkyzoklzgkdyzo ::: END TRY ::: 
Using Alphabet ::: --> ::: 'xyz abcdefghijklmnopqrstuvw'
akjynbtshbtxkwrwcknwsjhkagxjywvzdwakedwtzxrwxrwzkowuksnwejbwokngrwbibvxjywxrjtwxtwjkowukswgjko ::: END TRY ::: 
nuwkolcerlcjuxdxguoxewruntjwkxzihxnufhxcijdxjdxiuaxyueoxfwlxauotdxlvlzjwkxjdwcxjcxwuaxyuextwua ::: END TRY ::: 
oyxuapgfdpgwyjhjtyajfxdyocwxujivrjoysrjgvwhjwhjvynjkyfajsxpjnyachjpzpiwxujwhxgjwgjxynjkyfjcxyn ::: END TRY ::: 
Using Alphabet ::: --> ::: 'wxyz abcdefghijklmnopqrstuv'
 jixmasrgaswjvqvbjmvrigj fwixvuycv jdcvsywqvwqvyjnvtjrmvdiavnjmfqvahauwixvwqisvwsvijnvtjrvfijn ::: END TRY ::: 
mtvjnkbdqkbitwcwftnwdvqtmsivjwyhgwmtegwbhicwicwht wxtdnwevkw tnscwkukyivjwicvbwibwvt wxtdwsvt  ::: END TRY ::: 
nxwt ofecofvxigisx iewcxnbvwtihuqinxrqifuvgivgiuxmijxe irwoimx bgioyohvwtivgwfivfiwxmijxeibwxm ::: END TRY ::: 
Using Alphabet ::: --> ::: 'vwxyz abcdefghijklmnopqrstu'
zihwl rqf rviupuailuqhfizevhwutxbuzicburxvpuvpuximusiqluch umilepu g tvhwuvphruvruhimusiquehim ::: END TRY ::: 
lsuimjacpjahsvbvesmvcupslrhuivxgfvlsdfvaghbvhbvgszvwscmvdujvzsmrbvjtjxhuivhbuavhavuszvwscvrusz ::: END TRY ::: 
mwvsznedbneuwhfhrwzhdvbwmauvshgtphmwqphetufhufhtwlhiwdzhqvnhlwzafhnxnguvshufvehuehvwlhiwdhavwl ::: END TRY ::: 
Using Alphabet ::: --> ::: 'uvwxyz abcdefghijklmnopqrst'
yhgvkzqpezquhtot hktpgehydugvtswatyhbatqwuotuotwhltrhpktbgztlhkdotzfzsugvtuogqtuqtghltrhptdghl ::: END TRY ::: 
krthli boi gruaudrlubtorkqgthuwfeukrceu fgaugaufryuvrbluctiuyrlqauisiwgthugat ug utryuvrbuqtry ::: END TRY ::: 
lvurymdcamdtvgegqvygcuavl turgfsoglvpogdstegtegsvkghvcygpumgkvy egmwmfturgteudgtdguvkghvcg uvk ::: END TRY ::: 
Using Alphabet ::: --> ::: 'tuvwxyz abcdefghijklmnopqrs'
xgfujypodyptgsnszgjsofdgxctfusrv sxga spvtnstnsvgksqgojsafyskgjcnsyeyrtfustnfpstpsfgksqgoscfgk ::: END TRY ::: 
jqsgkhzanhzfqt tcqktasnqjpfsgtvedtjqbdtzef tf teqxtuqaktbshtxqkp thrhvfsgtf sztfztsqxtuqatpsqx ::: END TRY ::: 
kutqxlcb lcsufdfpuxfbt ukzstqfernfkuonfcrsdfsdfrujfgubxfotlfjuxzdflvlestqfsdtcfscftujfgubfztuj ::: END TRY ::: 
Using Alphabet ::: --> ::: 'stuvwxyz abcdefghijklmnopqr'
wfetixoncxosfrmryfirnecfwbsetrquzrwf zrousmrsmrufjrpfnir exrjfibmrxdxqsetrsmeorsorefjrpfnrbefj ::: END TRY ::: 
iprfjgy mgyepszsbpjs rmpioerfsudcsipacsydezsezsdpwstp jsargswpjozsgqguerfsezryseysrpwstp sorpw ::: END TRY ::: 
jtspwkbazkbrteceotweasztjyrspedqmejtnmebqrcerceqtieftawenskeitwycekukdrspercsberbestieftaeysti ::: END TRY ::: 
Using Alphabet ::: --> ::: 'rstuvwxyz abcdefghijklmnopq'
vedshwnmbwnreqlqxehqmdbevardsqptyqvezyqntrlqrlqteiqoemhqzdwqiehalqwcwprdsqrldnqrnqdeiqoemqadei ::: END TRY ::: 
hoqeifxzlfxdoryraoirzqlohndqertcbrho brxcdyrdyrcovrsozir qfrvoinyrfpftdqerdyqxrdxrqovrsozrnqov ::: END TRY ::: 
isrovja yjaqsdbdnsvd rysixqrodcpldismldapqbdqbdpshdes vdmrjdhsvxbdjtjcqrodqbradqadrshdes dxrsh ::: END TRY ::: 
Using Alphabet ::: --> ::: 'qrstuvwxyz abcdefghijklmnop'
udcrgvmlavmqdpkpwdgplcadu qcrposxpudyxpmsqkpqkpsdhpndlgpycvphdg kpvbvoqcrpqkcmpqmpcdhpndlp cdh ::: END TRY ::: 
gnpdhewykewcnqxq nhqypkngmcpdqsbaqgnzaqwbcxqcxqbnuqrnyhqzpequnhmxqeoescpdqcxpwqcwqpnuqrnyqmpnu ::: END TRY ::: 
hrqnui zxi prcacmruczqxrhwpqncbokchrlkc opacpacorgcdrzuclqicgruwacisibpqncpaq cp cqrgcdrzcwqrg ::: END TRY ::: 
Using Alphabet ::: --> ::: 'pqrstuvwxyz abcdefghijklmno'
tcbqfulk ulpcojovcfokb ctzpbqonrwotcxwolrpjopjorcgomckfoxbuogcfzjouaunpbqopjbloplobcgomckozbcg ::: END TRY ::: 
fmocgdvxjdvbmpwpzmgpxojmflbocpra pfmy pvabwpbwpamtpqmxgpyodptmglwpdndrbocpbwovpbvpomtpqmxplomt ::: END TRY ::: 
gqpmthzywhzoqb blqtbypwqgvopmbanjbgqkjbzno bo bnqfbcqytbkphbfqtv bhrhaopmbo pzbozbpqfbcqybvpqf ::: END TRY ::: 
Using Alphabet ::: --> ::: 'opqrstuvwxyz abcdefghijklmn'
sbapetkjztkobninubenjazbsyoapnmqvnsbwvnkqoinoinqbfnlbjenwatnfbeyint tmoapnoiaknoknabfnlbjnyabf ::: END TRY ::: 
elnbfcuwicualovoylfownilekanboq zoelxzou avoavo lsoplwfoxncoslfkvocmcqanboavnuoauonlsoplwoknls ::: END TRY ::: 
fpolsgyxvgynpazakpsaxovpfunola miafpjiaymnzanzampeabpxsajogaepsuzagqg nolanzoyanyaopeabpxauope ::: END TRY ::: 
Using Alphabet ::: --> ::: 'nopqrstuvwxyz abcdefghijklm'
ra odsjiysjnamhmtadmi yarxn omlpumravumjpnhmnhmpaemkaidmv smeadxhmszsln omnh jmnjm aemkaimx ae ::: END TRY ::: 
dkmaebtvhbt knunxkenvmhkdj manpzyndkwyntz un unzkrnokvenwmbnrkejunblbp man umtn tnmkrnokvnjmkr ::: END TRY ::: 
eonkrfxwufxmo y jor wnuoetmnk zlh eoih xlmy my lod aowr inf dorty fpfzmnk mynx mx nod aow tnod ::: END TRY ::: 
Using Alphabet ::: --> ::: 'mnopqrstuvwxyz abcdefghijkl'
q zncrihxrim lgls clhzx qwmznlkotlq utliomglmglo dlj hcluzrld cwglryrkmznlmgzilmilz dlj hlwz d ::: END TRY ::: 
cjl dasugaszjmtmwjdmulgjcizl moyxmcjvxmsyztmztmyjqmnjudmvlamqjditmakaozl mztlsmzsmljqmnjumiljq ::: END TRY ::: 
dnmjqewvtewlnzxzinqzvmtndslmjzykgzdnhgzwklxzlxzkncz nvqzhmezcnqsxzeoeylmjzlxmwzlwzmncz nvzsmnc ::: END TRY ::: 
Using Alphabet ::: --> ::: 'lmnopqrstuvwxyz abcdefghijk'
pzymbqhgwqhlzkfkrzbkgywzpvlymkjnskpztskhnlfklfknzckizgbktyqkczbvfkqxqjlymklfyhklhkyzckizgkvyzc ::: END TRY ::: 
bikzc rtf ryilslvicltkfibhykzlnxwlbiuwlrxyslyslxiplmitcluk lpichsl j nykzlyskrlyrlkiplmitlhkip ::: END TRY ::: 
cmlipdvusdvkmywyhmpyulsmcrkliyxjfycmgfyvjkwykwyjmbyzmupygldybmprwydndxkliykwlvykvylmbyzmuyrlmb ::: END TRY ::: 
Using Alphabet ::: --> ::: 'klmnopqrstuvwxyz abcdefghij'
oyxlapgfvpgkyjejqyajfxvyoukxljimrjoysrjgmkejkejmybjhyfajsxpjbyauejpwpikxljkexgjkgjxybjhyfjuxyb ::: END TRY ::: 
ahjybzqsezqxhkrkuhbksjehagxjykmwvkahtvkqwxrkxrkwhoklhsbktjzkohbgrkzizmxjykxrjqkxqkjhoklhskgjho ::: END TRY ::: 
blkhocutrcujlxvxgloxtkrlbqjkhxwiexblfexuijvxjvxilaxyltoxfkcxaloqvxcmcwjkhxjvkuxjuxklaxyltxqkla ::: END TRY ::: 
Using Alphabet ::: --> ::: 'jklmnopqrstuvwxyz abcdefghi'
nxwk ofeuofjxidipx iewuxntjwkihlqinxrqifljdijdilxaigxe irwoiax tdiovohjwkijdwfijfiwxaigxeitwxa ::: END TRY ::: 
 gixayprdypwgjqjtgajridg fwixjlvuj gsujpvwqjwqjvgnjkgrajsiyjngafqjyhylwixjwqipjwpjignjkgrjfign ::: END TRY ::: 
akjgnbtsqbtikwuwfknwsjqkapijgwvhdwakedwthiuwiuwhk wxksnwejbw knpuwblbvijgwiujtwitwjk wxkswpjk  ::: END TRY ::: 
Using Alphabet ::: --> ::: 'ijklmnopqrstuvwxyz abcdefgh'
mwvjznedtneiwhchowzhdvtwmsivjhgkphmwqphekichichkw hfwdzhqvnh wzschnungivjhicvehiehvw hfwdhsvw  ::: END TRY ::: 
zfhw xoqcxovfipisf iqhcfzevhwikutizfrtiouvpivpiufmijfq irhximf epixgxkvhwivphoivoihfmijfqiehfm ::: END TRY ::: 
 jifmasrpashjvtvejmvripj ohifvugcv jdcvsghtvhtvgjzvwjrmvdiavzjmotvakauhifvhtisvhsvijzvwjrvoijz ::: END TRY ::: 
Using Alphabet ::: --> ::: 'hijklmnopqrstuvwxyz abcdefg'
lvuiymdcsmdhvgbgnvygcusvlrhuigfjoglvpogdjhbghbgjvzgevcygpumgzvyrbgmtmfhuighbudghdguvzgevcgruvz ::: END TRY ::: 
yegvzwnpbwnuehohrezhpgbeydugvhjtshyeqshntuohuohtelhiepzhqgwhlezdohwfwjugvhuognhunhgelhiephdgel ::: END TRY ::: 
zihel rqo rgiusudiluqhoizngheutfbuzicburfgsugsufiyuviqluch uyilnsu j tgheugshrugruhiyuviqunhiy ::: END TRY ::: 
Using Alphabet ::: --> ::: 'ghijklmnopqrstuvwxyz abcdef'
kuthxlcbrlcgufafmuxfbtrukqgthfeinfkuonfcigafgafiuyfdubxfotlfyuxqaflslegthfgatcfgcftuyfdubfqtuy ::: END TRY ::: 
xdfuyvmoavmtdgngqdygofadxctfugisrgxdprgmstngtngsdkghdoygpfvgkdycngvevitfugtnfmgtmgfdkghdogcfdk ::: END TRY ::: 
yhgdkzqpnzqfhtrtchktpgnhymfgdtseatyhbatqefrtfrtehxtuhpktbgztxhkmrtzizsfgdtfrgqtfqtghxtuhptmghx ::: END TRY ::: 
Using Alphabet ::: --> ::: 'fghijklmnopqrstuvwxyz abcde'
jtsgwkbaqkbfte eltweasqtjpfsgedhmejtnmebhf ef ehtxectawenskextwp ekrkdfsgef sbefbestxectaepstx ::: END TRY ::: 
wcetxuln ulscfmfpcxfne cwbsetfhrqfwcoqflrsmfsmfrcjfgcnxfoeufjcxbmfuduhsetfsmelfslfecjfgcnfbecj ::: END TRY ::: 
xgfcjypomypegsqsbgjsofmgxlefcsrd sxga spdeqseqsdgwstgojsafyswgjlqsyhyrefcseqfpsepsfgwstgoslfgw ::: END TRY ::: 
Using Alphabet ::: --> ::: 'efghijklmnopqrstuvwxyz abcd'
isrfvja pjaesdzdksvd rpsioerfdcgldismldagezdezdgswdbs vdmrjdwsvozdjqjcerfdezradeadrswdbs dorsw ::: END TRY ::: 
vbdswtkmztkrbeleobwemdzbvardsegqpevbnpekqrlerleqbiefbmwendteibwaletctgrdserldkerkedbiefbmeadbi ::: END TRY ::: 
wfebixonlxodfrprafirnelfwkdebrqczrwf zrocdprdprcfvrsfnir exrvfikprxgxqdebrdpeordorefvrsfnrkefv ::: END TRY ::: 
Using Alphabet ::: --> ::: 'defghijklmnopqrstuvwxyz abc'
hrqeui zoi drcycjruczqorhndqecbfkchrlkc fdycdycfrvcarzuclqicvrunycipibdqecdyq cd cqrvcarzcnqrv ::: END TRY ::: 
uacrvsjlysjqadkdnavdlcyau qcrdfpoduamodjpqkdqkdpahdealvdmcsdhav kdsbsfqcrdqkcjdqjdcahdeald cah ::: END TRY ::: 
vedahwnmkwnceqoq ehqmdkevjcdaqpbyqvezyqnbcoqcoqbeuqremhqzdwquehjoqwfwpcdaqcodnqcnqdeuqremqjdeu ::: END TRY ::: 
Using Alphabet ::: --> ::: 'cdefghijklmnopqrstuvwxyz ab'
gqpdthzynhzcqbxbiqtbypnqgmcpdbaejbgqkjbzecxbcxbequb qytbkphbuqtmxbhohacpdbcxpzbczbpqub qybmpqu ::: END TRY ::: 
t bqurikxrip cjcm uckbx tzpbqceonct lnciopjcpjco gcd kuclbrcg uzjcrarepbqcpjbicpicb gcd kczb g ::: END TRY ::: 
udc gvmljvmbdpnpzdgplcjduibc poaxpudyxpmabnpbnpadtpqdlgpycvptdginpvevobc pbncmpbmpcdtpqdlpicdt ::: END TRY ::: 

 

 

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×