|
comments are useless; setting a weak table with no reference is.
but, here's my next entry bcuz this thread was brought back up.
a={};a.a=a; |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
That's not useless KOT.
Maybe in practice but think about the global environment, it has to do that (_G._G._G. etc or in roblox getfenv(0).getfenv(0).getfenv(0)) |
|
|
otrue
::_::io.write(_VERSION..'\n')goto _; |
|
|
128GBJoin Date: 2014-04-17 Post Count: 8056 |
(function() end)() |
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
game.Parent.Parent.Parent.Parent |
|
amandaJoin Date: 2006-11-21 Post Count: 5925 |
while 5 == 5 and 5 > 4 and 5 5 and nil do end |
|
gskwJoin Date: 2013-01-05 Post Count: 1364 |
if game.Workspace.Part.Parent.Parent.Part.WaitForChild(workspace, "Part") == nil then Instance.new("ManualSurfaceJointInstance").Destroy(workspace); end
Have a good day.
This is a signature. Recommended username: OverratedGskw |
|
|
|
C_SharperJoin Date: 2011-10-03 Post Count: 9405 |
function r()
return nil
end
r()
for i = 1,40,1 do
r()
end |
|
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
ThisFunctionIsNothing() |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Did someone make this stupid pun yet:
game["Destroy"](game["Workspace"]["Part"])
no point pun |
|
notfruitJoin Date: 2012-09-21 Post Count: 1386 |
Guys, we've been over this already.
;
^ that is the shortest and least useful line of lua code possible.
An empty script wouldn't be a line. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
No, without the semi-colon. It's still real code too. 1 instruction is generated (which is a return) |
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
while true false and or return do |
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
while return false do |
|
|
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
""
That is, a script containing nothing. It is still valid Lua code. |
|
weerzantJoin Date: 2012-03-27 Post Count: 51 |
All of these lines slow down the game a very small amount (Unnoticeable) so they are not technically useless. I don't think there are codes that are useless.
Maybe except for:
if game.Workspace.Parent.Workspace.part.Parent.part.Parent.Parent.Workspace.Part = true end
That's all I got.
|
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
wait(0.0000000000000000000000000000000000000000000000000000000000) |
|
KapKing47Join Date: 2012-09-09 Post Count: 5522 |
--This is a test script
"My Life is going Good... but..." |
|
KipykoJoin Date: 2014-06-01 Post Count: 249 |
3.14 3.14 3.14 3.14 3.14 3.14 3.14 3.14 3.14 3.14 3.14 |
|