A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
naknak
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
Supernapalm
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
m27frogy
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
slayer9365
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
myrco919
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
branefreez
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
ninga95
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
CloneTrooper787
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
raboy117
Coded message Vote_lcapCoded message Voting_barCoded message Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Coded message EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Coded message EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Coded message EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Coded message EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Coded message EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Coded message EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Coded message EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Coded message EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Coded message EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Coded message EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Coded message EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Coded message EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Coded message EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Coded message EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Coded message EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Coded message EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Coded message EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Coded message EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Coded message EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Coded message EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Coded message

Go down 
4 posters
AuthorMessage
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Coded message   Coded message EmptyMarch 1st 2011, 11:11 pm

See if you can decode it ;)

Code:
ck! luood, gwayanyut ) Bng.thiery evlipt fjusou s yg aein seardy hverot  (ntlyxace esagmeshe s tairrepat  thonete wroso  al Hege.ssa mehisd todet cthapt crie s thingrito wintrt ffof et o lot a punakNaks. thide econ d caoneanyif er ondI w
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyMarch 19th 2011, 6:32 am

awww too hard. :/
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyMarch 31st 2011, 10:17 pm

Hint: look at the end "er ondI w"

suspiciously like "I wonder" ;)
Back to top Go down
Guest
Guest
avatar



Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyApril 1st 2011, 1:49 am

Got it.

Code:

I wonder if anyone can decode this. Naknak put a lot of effort into writing the script that coded this message. He also wrote one that repairs the message exactly (not very hard seeing as you just flip everything.) But anyway, good luck!

Should I show the script that I used? 'Cause I got it all perfect :3
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyApril 1st 2011, 5:18 pm

Sure, why not?
Back to top Go down
Guest
Guest
avatar



Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyApril 1st 2011, 6:12 pm

Okay, here you go:

Code:
Str = [[ck! luood, gwayanyut ) Bng.thiery evlipt fjusou s yg aein seardy hverot  (ntlyxace esagmeshe s tairrepat  thonete wroso  al Hege.ssa mehisd todet cthapt crie s thingrito wintrt ffof et o lot a punakNaks. thide econ d caoneanyif er ondI w]]

nS = ""
for a = #Str, 0, -3 do
nS = nS .. Str:sub(a-2, a)
end
wait(0.5)
print(nS)

:D

Is that similar to your decoder thing? I bet I could easily modify this to make a decoder just like yours :D
Back to top Go down
CloneTrooper787
Moderator
Moderator
CloneTrooper787


Posts : 81
Join date : 2011-01-22

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJune 30th 2011, 5:37 pm

Too hard for meh.
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJune 30th 2011, 5:51 pm

YAh, me too.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJune 30th 2011, 10:58 pm

It was fun to write... maybe I should try to figure out a string encrypter/decrypter.
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJuly 1st 2011, 10:33 am

That would be cool, I'd have to learn how to search for something in a string before I do that...
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJuly 1st 2011, 10:25 pm

string.find
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyJuly 2nd 2011, 1:22 pm

How do you use that?
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyNovember 26th 2011, 9:37 am

:o I don't understand string patterns at all. :(
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyNovember 26th 2011, 1:49 pm

They aren't that compilicated if someone shows you how.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Coded message Empty
PostSubject: Re: Coded message   Coded message EmptyNovember 27th 2011, 12:39 am

but no one has. :o
Back to top Go down
Sponsored content





Coded message Empty
PostSubject: Re: Coded message   Coded message Empty

Back to top Go down
 
Coded message
Back to top 
Page 1 of 1
 Similar topics
-
» A coded message
» Coded Password
» How to make a Message script

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Off Topic :: Riddles-
Jump to: