Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "YuNiCODE Script System", -- Required
- Text = "Sucessfully load, Please wait ...", -- Required
- Duration = 3
- })
- workspace.DescendantAdded:Connect(function(descendant)
- if descendant:IsA("ParticleEmitter") then
- descendant.Rate = descendant.Rate * 10
- end
- end)
- workspace.DescendantAdded:Connect(function(descendant)
- if descendant.Name == "base" and descendant:IsA("BasePart") then
- local player = game.Players.LocalPlayer
- if player and player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
- descendant.CFrame = player.Character.HumanoidRootPart.CFrame
- game.StarterGui:SetCore("SendNotification", {
- Title = "YuNiCODE Script System",
- Text = "Automatically door has open",
- Duration = 3
- })
- task.wait(1)
- descendant.CFrame = player.Character.HumanoidRootPart.CFrame
- task.wait(1)
- descendant.CFrame = player.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- workspace.DescendantAdded:Connect(function(descendant)
- if descendant.Name == "eye" or descendant.Name == "elkman" or descendant.Name == "Rush" or descendant.Name == "Worm" or descendant.Name == "eyePrime" then
- descendant:Destroy()
- end
- end)
- local RS = game:GetService("ReplicatedStorage")
- RS.eyegui:Destroy()
- RS.smilegui:Destroy()
- RS.SendRush:Destroy()
- RS.SendWorm:Destroy()
- RS.SendSorrow:Destroy()
- RS.SendGoatman:Destroy()
- task.wait(0.1)
- RS.Worm:Destroy()
- RS.elkman:Destroy()
- task.wait(0.1)
- RS.QuickNotes.Eye:Destroy()
- RS.QuickNotes.Rush:Destroy()
- RS.QuickNotes.Sorrow:Destroy()
- RS.QuickNotes.elkman:Destroy()
- RS.QuickNotes.EyePrime:Destroy()
- RS.QuickNotes.SlugFish:Destroy()
- RS.QuickNotes.FakeDoor:Destroy()
- RS.QuickNotes.SleepyHead:Destroy()
- while true do
- local players = game:GetService("Players")
- local plr = players.LocalPlayer
- local SmileGui = plr:FindFirstChild("PlayerGui"):FindFirstChild("smilegui")
- if SmileGui then
- SmileGui:Destroy()
- end
- task.wait(0.1)
- end
Advertisement
Comments
-
- loadstring(game:HttpGet("https://pastebin.com/raw/cH9dwRu2"))()
Add Comment
Please, Sign In to add comment
Advertisement