Online Sequencer Forums

Full Version: Limited Event: Candy Scavenger Hunt!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Obscure: 

https://onlinesequencer.net/forum/calend...vent&eid=5 
• A special birthday is tonight, for an influential member that goes on the site. But where would you go to see such a thing? Lost so long ago not most didn't know it was existing. "There must be a pathway to it somewhere," you might say but not finding it makes you unable to plan for upcoming days. 

Harder: 

https://onlinesequencer.net/forum/showth...74#pid2974
• The first contest this user had done, which they had undoubtedly won. But putting the pieces together reveals why the user's victory was a steal: for their contest entry was the only one.
                 
https://onlinesequencer.net/forum/showth...0#pid12580
• This fun forum game grew quite a spectacle, but a recent censorship made it less practical. But where is this candy that you might seek? It's in a place where the reason is luspeak. But now that the word is uncensored again, it's popularity might be re-attained.

Not too bad: 

https://onlinesequencer.net/forum/chat_f...xt=3114425
• Another hidden place to speak. But which one is it? It's what you seek. Yes, what you seek but from letters to numbers, find it or this, someone else will surely conquer.
                  
https://onlinesequencer.net/forum/showth...7#pid11667
• Once a useful forum tool, the link was lost as time is cruel. Good at finding certain pages, many specific customizations. Rediscovered and showcased, you must find where this is placed.
                
EZPZ: 

https://onlinesequencer.net/forum/showth...p?tid=2981
• Is the OS menu not aligned correctly while on the forums? To fix this bug, you'll have to repair your browser cache.

What fun
(10-31-2018, 06:14 PM)korwynkim Wrote: [ -> ]Obscure: 

https://onlinesequencer.net/forum/calend...vent&eid=5 
• A special birthday is tonight, for an influential member that goes on the site. But where would you go to see such a thing? Lost so long ago not most didn't know it was existing. "There must be a pathway to it somewhere," you might say but not finding it makes you unable to plan for upcoming days. 

Harder: 

https://onlinesequencer.net/forum/showth...74#pid2974
• The first contest this user had done, which they had undoubtedly won. But putting the pieces together reveals why the user's victory was a steal: for their contest entry was the only one.
                 
https://onlinesequencer.net/forum/showth...0#pid12580
• This fun forum game grew quite a spectacle, but a recent censorship made it less practical. But where is this candy that you might seek? It's in a place where the reason is luspeak. But now that the word is uncensored again, it's popularity might be re-attained.

Not too bad: 

https://onlinesequencer.net/forum/chat_f...xt=3114425
• Another hidden place to speak. But which one is it? It's what you seek. Yes, what you seek but from letters to numbers, find it or this, someone else will surely conquer.
                  
https://onlinesequencer.net/forum/showth...7#pid11667
• Once a useful forum tool, the link was lost as time is cruel. Good at finding certain pages, many specific customizations. Rediscovered and showcased, you must find where this is placed.
                
EZPZ: 

https://onlinesequencer.net/forum/showth...p?tid=2981
• Is the OS menu not aligned correctly while on the forums? To fix this bug, you'll have to repair your browser cache.

What fun
Well! Nice job! Putting all the clues in one post (and finding them so quickly) makes me slightly suspicious, but I don't see any rule breaking. In other words, congratulations!
With 9.5 candies, you've won the halloween scavenger hunt!
https://onlinesequencer.net/forum/chat_f...xt=3114425
Where did that number come from? 3114425 could just be a random number for all I know.
Code:
code = []

for i in "candy":
   code.append(to_number(i))

print(code)

where to_number() returns the position of the character in the alphabet
(11-01-2018, 06:27 AM)Frank Wrote: [ -> ]https://onlinesequencer.net/forum/chat_f...xt=3114425
Where did that number come from? 3114425 could just be a random number for all I know.
Yeah, if you assign each letter a number (a=1, b=2, c=3, d=4, etc), candy gets you.

3, 1, 14, 4, 25
[Image: avatar_2740.gif?dateline=1541077807] Hello Online Sequencer! I want to give a big thank you to all the users that participated in the scavenger hunt last night! Now it’s time to announce the winners.

In first place is korwynkim with 9.5 points. Congratulations on winning! You’ll get 2 OS leaderboard points and I hope you like the trophy!

In second place is XStep with 7 candies! Nice job, you’ll get 1 OS leaderboard point.

Now, let's explain how to get to the candies that were missing.

• If you find this, it must be fate, as a *glorious* treasure awaits. The profile of the bird and a negative place to exchange words. It's the older version you must investigate.

So this was probably the hardest of all the clues. So the first thing to notice here is the *glorious.* Along with "the profile of the bird" and "the older version," it indicates towards UTC's [url=]glorion[/url]. "A negative place to exchange words" refers to one of frank's secret chat rooms with a negative ID. The ID is the negative equivalent to [url=]glorion's[/url] ID. The candy is here.

• Looks like binary but when it is transferring the devices only like seeing text programming. How was this solved? It was encoded more. I can't remember the name but it had to do with 64.

So yeah, the "candy" in this clue was slightly different. In this case, as you were supposed to get from the clue, it was in base64. All you had to do was put Q2FuZHkK (which was candy in base64) into the forum search tool. This should pop up this thread that contained the candy.

Lastly there were 3 secret candies:


The first would be found if you paid close attention to the sentences in the "How to play" section of this thread. The first letter of the first five sentences spelled out "candy."

The second secret candy was found in faded lettering in the top right corner of my profile picture for that night.
[Image: Candy.png]

The last secret candy can be found by going to this link ---> https://onlinesequencer.net/candy.

Hope to see everyone’s participation in the future events!

(11-01-2018, 07:33 AM)Kirbyderp Wrote: [ -> ]
(11-01-2018, 06:27 AM)Frank Wrote: [ -> ]https://onlinesequencer.net/forum/chat_f...xt=3114425
Where did that number come from? 3114425 could just be a random number for all I know.
Yeah, if you assign each letter a number (a=1, b=2, c=3, d=4, etc), candy gets you.

3, 1, 14, 4, 25

That's some next level s**t.
Same for that negative chat room number based on some obscure hint, you had to be a true SVEN to do that.
(11-01-2018, 06:46 AM)korwynkim Wrote: [ -> ]
Code:
code = []

for i in "candy":
   code.append(to_number(i))

print(code)

where to_number() returns the position of the character in the alphabet

PYTHON? WHAT A NERD
-person who knows and uses python successfully
did you hide any ketchup packets?
(12-15-2018, 11:30 AM)Frank Wrote: [ -> ]did you hide any ketchup packets?

yeah, i did. it's probably expired though, so i wouldn't put it on any food.
Pages: 1 2 3