gryphunk2
|
  |
| Joined: 04 Mar 2013 |
| Total Posts: 10872 |
|
|
| 07 Oct 2017 02:02 PM |
come up with code that doesnt do anything but still takes up lines for some reason printing is not allowed error and warn aren't allowed vector2int16 isnt allowed i'll start
if true then local c = game local x = pcall(function() c:Destroy() end if not x then local idk = true end end
|
|
|
| Report Abuse |
|
|
LaeMVP
|
  |
| Joined: 24 Jun 2013 |
| Total Posts: 4416 |
|
|
| 07 Oct 2017 02:03 PM |
| local scr = Instance.new("Script") scr.Parent = workspace scr.Source = ("\n"):rep(math.huge) |
|
|
| Report Abuse |
|
|
|
| 07 Oct 2017 02:04 PM |
local str = "ab" for i = 1, 100000000000000000, 0.01 do str = str..string.rep(str, i) end
|
|
|
| Report Abuse |
|
|
gryphunk2
|
  |
| Joined: 04 Mar 2013 |
| Total Posts: 10872 |
|
|
| 07 Oct 2017 02:09 PM |
coroutine.resume(coroutine.create(function() coroutine.resume(coroutine.create(function() coroutine.resume(coroutine.create(function() coroutine.resume(coroutine.create(function() coroutine.resume(coroutine.create(function() local x = 1 end)) end)) end)) end)) end))
|
|
|
| Report Abuse |
|
|