Advertisement
YuN1C0DE

Roblox Grace Script (Godmode, Auto door open)

Feb 4th, 2025
344
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "YuNiCODE Script System", -- Required
  3. Text = "Sucessfully load, Please wait ...", -- Required
  4. Duration = 3
  5. })
  6.  
  7. workspace.DescendantAdded:Connect(function(descendant)
  8. if descendant:IsA("ParticleEmitter") then
  9. descendant.Rate = descendant.Rate * 10
  10. end
  11. end)
  12.  
  13. workspace.DescendantAdded:Connect(function(descendant)
  14. if descendant.Name == "base" and descendant:IsA("BasePart") then
  15. local player = game.Players.LocalPlayer
  16. if player and player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  17. descendant.CFrame = player.Character.HumanoidRootPart.CFrame
  18. game.StarterGui:SetCore("SendNotification", {
  19. Title = "YuNiCODE Script System",
  20. Text = "Automatically door has open",
  21. Duration = 3
  22. })
  23. task.wait(1)
  24. descendant.CFrame = player.Character.HumanoidRootPart.CFrame
  25. task.wait(1)
  26. descendant.CFrame = player.Character.HumanoidRootPart.CFrame
  27. end
  28. end
  29. end)
  30.  
  31. workspace.DescendantAdded:Connect(function(descendant)
  32. if descendant.Name == "eye" or descendant.Name == "elkman" or descendant.Name == "Rush" or descendant.Name == "Worm" or descendant.Name == "eyePrime" then
  33. descendant:Destroy()
  34. end
  35. end)
  36.  
  37. local RS = game:GetService("ReplicatedStorage")
  38.  
  39. RS.eyegui:Destroy()
  40. RS.smilegui:Destroy()
  41. RS.SendRush:Destroy()
  42. RS.SendWorm:Destroy()
  43. RS.SendSorrow:Destroy()
  44. RS.SendGoatman:Destroy()
  45.  
  46. task.wait(0.1)
  47.  
  48. RS.Worm:Destroy()
  49. RS.elkman:Destroy()
  50.  
  51. task.wait(0.1)
  52.  
  53. RS.QuickNotes.Eye:Destroy()
  54. RS.QuickNotes.Rush:Destroy()
  55. RS.QuickNotes.Sorrow:Destroy()
  56. RS.QuickNotes.elkman:Destroy()
  57. RS.QuickNotes.EyePrime:Destroy()
  58. RS.QuickNotes.SlugFish:Destroy()
  59. RS.QuickNotes.FakeDoor:Destroy()
  60. RS.QuickNotes.SleepyHead:Destroy()
  61.  
  62. while true do
  63. local players = game:GetService("Players")
  64. local plr = players.LocalPlayer
  65. local SmileGui = plr:FindFirstChild("PlayerGui"):FindFirstChild("smilegui")
  66. if SmileGui then
  67. SmileGui:Destroy()
  68. end
  69. task.wait(0.1)
  70. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement