Download Link: https://cdn.discordapp.com/attachment...
Jailbreak no doors script:
rlua_getglobal("game")
rlua_getfield(-1, "GetService")
rlua_pushvalue(-2)
rlua_pushstring("Workspace")
rlua_pcall(2,1,0)
rlua_getfield(-1, "Doors")
rlua_getfield(-1, "GetChildren")
rlua_pushvalue(-2)
rlua_pcall(1,1,0)
rlua_pushvalue(-1)
rlua_pushnil()
while rlua_next(-2) ~= 0 do
rlua_getfield(-1, "ClearAllChildren")
rlua_pushvalue(-2)
rlua_pcall(1,1,0)
pop(2)
end
emptystack()