Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

Community Event Part 3! [deciphering Puzzle]

Discussion in 'Wynncraft' started by 01101001, Aug 1, 2017.

Thread Status:
Not open for further replies.
  1. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    Hello, I am 01101001 and I am giving you a challenge. There will be 3 parts to this challenge and you will be given each part after you solve the previous part prior to it (excluding the first part, obviously). Simply post the answer here on this thread. You may work together. Your first hint is this. I like to use this encryption quite a lot... But this has a slight twist on it. The challenge begins.

    Part 1
    abbbabaacabbbaabacabbabaabcabbaaabbcabbababbcabbbaabb
    Answer: Tricks

    Solved by @ReReverse
    Part 2
    complex → fdzgxjv
    parttwo → fbjnntd

    Solved by @BrickBuilder03

    I made some code to easily convert anything into my cipher, simply go to www.compilejava.net and paste in this code and read the comment that I put in it.
    /* READ THIS!! */
    /* Okay so this script took me long enough to make and it converts anything into my cipher. */
    /* To convert something change "parttwo" to anything you want in quotes. (Comment provided to show where it is) */
    /* By 01101001 (Genocide_Route, YourSoSalty) */




    import java.util.Arrays;
    import java.util.HashMap;
    import java.util.Scanner;

    public class Main {

    public static void main(String args[]) {


    String str1 = "KKKFSDF"; /* < ----------------- CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS CHANGE THIS */

    Character[] letters = {'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'};

    String str = str1.toLowerCase();

    for (int i = 0; i < str.length(); i++) {
    char l = str.charAt(i);
    int temp = Arrays.asList(letters).indexOf(l);

    if (l == ' ') {

    System.out.print(' ');

    } else {

    if (letters[temp] == 'a') {

    int temp1 = temp + 1;
    System.out.print(letters[temp1]);

    } else if (temp + temp > 25) {

    int temp3 = temp + temp - 25;
    System.out.print(letters[temp3]);

    } else {

    int temp4 = temp + temp + 1;
    System.out.print(letters[temp4]);
    }
    }
    }
    }
    }



    Part 3
    EN n i tnoc ot 10010110 e ga ss e m ti t te g u fi d NA s 31LF W0r rApS E 4T ER3 h w Se1L H tt uR T E4T :T';nih E Ruoy Si ss I E e E r eh OS kkk o e v IT aeRC eb 0 0 0 t DDD aH SIht ek 1il s 'ti y R R roS t n n ih t sr1f E ht si s i h t o s ss k koo

    Hont: Reverse Enginerring



     
    Last edited: Aug 27, 2017
    BrickBuilder03, Ryuu and Kaelan~ like this.
  2. Shamos200

    Shamos200 Famous Adventurer HERO

    Messages:
    1,882
    Likes Received:
    3,011
    Trophy Points:
    164
    Minecraft:
  3. Rastin

    Rastin Free lenny face: ( ͡° ͜ʖ ͡°) HERO

    Messages:
    200
    Likes Received:
    470
    Trophy Points:
    69
    Guild:
    Minecraft:
    dab on dem haters <o/
     
  4. NinjaPro8000

    NinjaPro8000 Famous Adventurer

    Messages:
    1,454
    Likes Received:
    1,391
    Trophy Points:
    130
    Minecraft:
     
    Power :3, Tisaun, Jaymon and 5 others like this.
  5. Yuno F Gasai

    Yuno F Gasai Forum God, FW

    Messages:
    13,418
    Likes Received:
    28,688
    Trophy Points:
    229
    Guild:
    Minecraft:
    Tealy wasn't the first tho
     
  6. ReReverse

    ReReverse Social Anxiety (no longer) in a can! CHAMPION

    Messages:
    792
    Likes Received:
    806
    Trophy Points:
    125
    Guild:
    Minecraft:
    We might as well get started by reviewing what we know.
    • First off, the Tag. It says "b1na[redacted]". If you ask me, it's meant to say Binary.
    • Now, the main clue:
      abbbabaacabbbaabacabbabaabcabbaaabbcabbababbcabbbaabb
      It's a string of letters containing A and B, with the occasional C.
    • There is also a hidden clue, only visible when quoting the thread. It says
      VFhwVlowMTZTV2ROYWtGblRYcFpaMDE2VldkTmFrRm5UWHBaWjAxNlVXZE5ha0ZuVFhwSlowMTZRV2ROYWtGblRYcFJaMDE2WjJkTmFrRm5UWHBaWjAxNlZXZE5ha0ZuVFhwalowMTZTV2ROYWtGblRYcGpaMDE2U1dkTmFrRm5UWHBaWjAxNmEyZE5ha0ZuVFhwWlowNXFWV2ROYWtGblRYcFpaMDE2WXowPQ==
     
    01101001 likes this.
  7. orange0404

    orange0404 corkus is actually here HERO

    Messages:
    3,893
    Likes Received:
    3,558
    Trophy Points:
    194
    Guild:
    Minecraft:
    base64 (took a quick glance, didn't actually translate)
     
  8. ReReverse

    ReReverse Social Anxiety (no longer) in a can! CHAMPION

    Messages:
    792
    Likes Received:
    806
    Trophy Points:
    125
    Guild:
    Minecraft:
    I've just translated, it just appears as a random string of characters again.
     
  9. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    Your humor is funny, your attempt is even funnier.
     
    NinjaPro8000 likes this.
  10. orange0404

    orange0404 corkus is actually here HERO

    Messages:
    3,893
    Likes Received:
    3,558
    Trophy Points:
    194
    Guild:
    Minecraft:
    i want to kms 1 2 3 do it with meeeeeeeeeeeeee
     
  11. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    I highly advise working together on this. Make sure to post findings on here so other people can help too.
     
  12. Dr Zed

    Dr Zed Famous Adventurer HERO

    Messages:
    5,155
    Likes Received:
    6,477
    Trophy Points:
    194
    Minecraft:
    I thought this was either a horrible spam bot or a shitpost...
     
  13. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    Edited the title so people don't misunderstand, thanks for pointing that out.
     
  14. YYGAYMER

    YYGAYMER reeeee FW FW HIC Master HERO Featured Wynncraftian

    Messages:
    5,157
    Likes Received:
    16,255
    Trophy Points:
    217
    Guild:
    Minecraft:
     
    llllllllllllll likes this.
  15. Rimuwu

    Rimuwu Nyah HERO

    Messages:
    996
    Likes Received:
    1,417
    Trophy Points:
    153
    Guild:
    Minecraft:
    This is the reason Beethoven went deaf, so he can rest peacefully now..
     
    YYGAYMER likes this.
  16. ReReverse

    ReReverse Social Anxiety (no longer) in a can! CHAMPION

    Messages:
    792
    Likes Received:
    806
    Trophy Points:
    125
    Guild:
    Minecraft:
    Beethoven never rests, even in the afterlife, he's still deCOMPOSING
    Hahahahahahahaha
    i'm sorry
     
    Gigavern and war_master_9 like this.
  17. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    I see we're all having a laugh yet no one's solved it....
     
  18. Rimuwu

    Rimuwu Nyah HERO

    Messages:
    996
    Likes Received:
    1,417
    Trophy Points:
    153
    Guild:
    Minecraft:
    Fun's more important than solving riddles. Additionaly, I am stupid, so I can't solve this :3
     
  19. 01101001

    01101001 01

    Messages:
    163
    Likes Received:
    75
    Trophy Points:
    63
    Minecraft:
    I know, but seeing that makes me a little bit annoyed as I put time and effort into this but then people just posts songs and not taking it seriously at all...
     
  20. Rimuwu

    Rimuwu Nyah HERO

    Messages:
    996
    Likes Received:
    1,417
    Trophy Points:
    153
    Guild:
    Minecraft:
    You know, you can use the Reply button on the left under the message you want to "reply" to so the user in question will receive a notification :3
     
Thread Status:
Not open for further replies.