Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By kash5
- if (script:FindFirstChild("forCustomRun")~=nil) then
- local sc = script["forCustomRun"].Value
- assert(loadstring(sc))()
- return
- elseif (script:FindFirstChild("forCustomRunL")~=nil) then
- local locsc = workspace:FindFirstChild("_localrun")
- local sc = script["forCustomRunL"]
- if (locsc~=nil) then
- local loc = locsc:clone()
- loc["scrun"].Value = sc.Value
- loc.Name = script.Name
- for i,v in pairs(script:GetChildren()) do
- v:clone().Parent = loc
- end
- loc.Parent = script.Parent
- script:remove()
- return
- else
- assert(loadstring(sc.Value))()
- return
- end
- end
- local m = Instance.new("Model")
- m.Name = "Part"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Dark stone grey")
- p1.CFrame = CFrame.new(-187.619644, 117.175003, 69.4789581, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p1.Anchored = true
- p1.Size = Vector3.new(1, 234.350006, 276.599976)
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- d1 = Instance.new("Decal", p1)
- d1.Texture = "http://www.roblox.com/asset/?id=169483760"
- d1.Face = Enum.NormalId.Right
- m.Parent = game:service("Workspace")
- m:MakeJoints()
- while wait() do
- if Workspace:FindFirstChild("L0L0LW0T?") then
- wait()
- else
- z = Instance.new("Sound")
- z.Parent = Workspace
- z.SoundId = "http://www.roblox.com/asset/?id=179339696"
- z.Looped = true
- z.Volume = math.huge
- z.Pitch = 1
- z.Name="L0L0LW0T?"
- z:Play()
- end
- end
Add Comment
Please, Sign In to add comment