dom2d2
(dom2d2)
#21
[quote] print(#“qw”…#“”…#“q”…#“rekt”)
EDIT: Oh, I just saw that someone else used the same method, lol, but it works! [/quote]
Mine’s still shorter. You have 33 characters, I have 30.[/quote]
Oh yeah? WELL MINE NEW AND IMPROVED ONE IS EVEN MORE EFFICIENT! :woohoo:
Troll = #"trolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltroll"
Trolll = #"h"
Trollll = #"qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop"
Trolllll = #"qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop"
Trollllll = #"hi"
Trolllllll = Trollll / Trollllll
print(Troll / Trollll ..Troll / Trolllll - Trolll ..Troll / Trolllll ..Troll / Trolllllll)
Scary thing is, it works.
Vexedly
(Vex)
#22
[quote] [quote=“Dom” post=10944]print(#“qw”…#“”…#“q”…#“rekt”)
EDIT: Oh, I just saw that someone else used the same method, lol, but it works! [/quote]
Mine’s still shorter. You have 33 characters, I have 30.[/quote]
Oh yeah? WELL MINE NEW AND IMPROVED ONE IS EVEN MORE EFFICIENT! :woohoo:
Troll = #"trolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltrolltroll"
Trolll = #"h"
Trollll = #"qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop"
Trolllll = #"qwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiopqwertyuiop"
Trollllll = #"hi"
Trolllllll = Trollll / Trollllll
print(Troll / Trollll ..Troll / Trolllll - Trolll ..Troll / Trolllll ..Troll / Trolllllll)
Scary thing is, it works.[/quote]
New challenge:
Who can make it the longest?
Vexedly
(Vex)
#24
-scissors-
Accidentally posted something incorrect.
Scottifly
(Scottifly)
#25
Hehe, totally cheezy, but how about:
print"ZOlq"
If you squint, a lot…
[quote] Hehe, totally cheezy, but how about:
print"ZOlq"
If you squint, a lot… [/quote]
What is this mind trickery???
Scottifly
(Scottifly)
#27
The closest I could get to 2014 using characters instead of numbers.
[quote] Hehe, totally cheezy, but how about:
print"ZOlq"
If you squint, a lot… [/quote]
What is this mind trickery???[/quote]
Z = 2
O = 0
l = 1
q = 4
Also:
print(#{{},{}} .. #{} .. #{{}} .. #{{},{},{},{}})
Apart from print: no letters.
Voiliax
(Voiliax)
#29
Didn’t see that I put a number facepalm
Voiliax
(Voiliax)
#30
Detects any year, still acceptable as long as we’re still in 2014 =P
print(os.date():match(“.+ (%d+)”))
Vexedly
(Vex)
#31
[quote] Detects any year, still acceptable as long as we’re still in 2014 =P
print(os.date():match(“.+ (%d+)”)) [/quote]
It says in the challenge that you can’t use the current year. 
Shedletsky
(Shedletsky)
#32
[quote]

Edit:
x = #"ha"
print(x..x-x..x/x..x*x)
[/quote]
Damn that’s good.
1 Like
Shedletsky
(Shedletsky)
#33
x=#“ha”
print(x…x-x…x/x…x*x)
This wins by 2 bytes.
1 Like
Shedletsky
(Shedletsky)
#34
Inspired by another good one that I saw:
print("MMXIV")
1 Like
Vexedly
(Vex)
#35
[quote] Inspired by another good one that I saw:
print("MMXIV")
Are those Roman numerals? That’s clever.
digpoe
(digpoe)
#36
I found a hidden easteregg!11!11
newyear()
Totally joking, of course. Would be funny if they actually did incorporate such a function. 
Anaminus
(Anaminus)
#37
[quote] x = #"ha"
print(x..x-x..x/x..x*x)
[/quote]
Beat you by one character:
x=#"haha"print(x*x+x..x/x..x)
Some alternatives:
print(os.date('*t').year)
print(tonumber('BBC',('HappyNewYear!'):find('!')))
digpoe
(digpoe)
#38
HA! Beat you by one!
x=#"h"print(x+x,x-x,x,x+x*3)
Anaminus
(Anaminus)
#39
[quote]
HA! Beat you by one!
x=#"h"print(x+x,x-x,x,x+x*3)
[/quote]
Nice 3.