Advertisement
Guest User

you are a idiot

a guest
Jan 25th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. --[[
  5. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  6. ]]
  7. -- Configuration --
  8. local servermessagetext = "THIS GAME WAS DESTROYED BY THE REX VIRUS" -- Put your message here.
  9. local textmessage = " you are an idiot hahahaha" -- Put your message here. The RAAAAAAA text is an example.
  10. local SoundID = "rbxassetid://7266001792" -- The sound ID you will use for the sound.
  11.  
  12. -- Don't touch this unless if you know what you are doing. --
  13.  
  14. game.Lighting:ClearAllChildren()
  15. local message = Instance.new("Hint")
  16. message.Parent = workspace
  17. message.Text = servermessagetext
  18. for i, v in pairs(workspace:GetDescendants()) do
  19. if v:IsA("BasePart") and v.Parent:IsA("Model") then
  20. local sound = Instance.new("Sound")
  21. local loud = Instance.new("DistortionSoundEffect")
  22. loud.Parent = sound
  23. loud.Level = 0.99000000000000000000
  24. sound.Parent = v
  25. sound.SoundId = SoundID
  26. sound.RollOffMaxDistance = 1200
  27. sound.Looped = true
  28. sound.Volume = 10
  29. sound:Play()
  30. v.Name = "Uh"
  31. local decalspam1 = Instance.new("Decal")
  32. decalspam1.Parent = v
  33. decalspam1.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  34. decalspam1.Face = "Top"
  35. decalspam1.ZIndex = 99
  36. local decalspam2 = Instance.new("Decal")
  37. decalspam2.Parent = v
  38. decalspam2.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  39. decalspam2.Face = "Bottom"
  40. decalspam2.ZIndex = 99
  41. local decalspam3 = Instance.new("Decal")
  42. decalspam3.Parent = v
  43. decalspam3.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  44. decalspam3.Face = "Left"
  45. decalspam3.ZIndex = 99
  46. local decalspam4 = Instance.new("Decal")
  47. decalspam4.Parent = v
  48. decalspam4.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  49. decalspam4.Face = "Right"
  50. decalspam4.ZIndex = 99
  51. local decalspam5 = Instance.new("Decal")
  52. decalspam5.Parent = v
  53. decalspam5.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  54. decalspam5.Face = "Front"
  55. decalspam5.ZIndex = 99
  56. local decalspam6 = Instance.new("Decal")
  57. decalspam6.Parent = v
  58. decalspam6.Texture = "http://www.roblox.com/asset/?id=103859191443110"
  59. decalspam6.Face = "Back"
  60. decalspam6.ZIndex = 99
  61. v.Anchored = true
  62. v.Color = Color3.new(0.0588235, 0.380392, 0)
  63. v.Orientation = Vector3.new(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  64. v.Position = Vector3.new(math.random(-1000,1000),math.random(-1000,1000),math.random(-1000,1000))
  65. local bill = Instance.new("BillboardGui")
  66. local text = Instance.new("TextLabel")
  67. text.TextColor3 = Color3.new(0, 0, 0)
  68. bill.Parent = v
  69. bill.Adornee = v
  70. text.Parent = bill
  71. text.Size = UDim2.new(0,200,0,200)
  72. bill.Size = UDim2.new(0,200,0,200)
  73. text.BackgroundTransparency = 1
  74. text.Text = textmessage
  75. text.TextScaled = true
  76. bill.AlwaysOnTop = true
  77. local message = Instance.new("Hint")
  78. message.Parent = workspace
  79. message.Text = servermessagetext
  80. local outline = Instance.new("SelectionBox")
  81. outline.Adornee = v
  82. outline.Parent = v
  83. outline.Color3 = Color3.new(0.00784314, 0.486275, 0)
  84. local skybox = Instance.new("Sky")
  85. skybox.Parent = game.Lighting
  86. skybox.SkyboxUp = "http://www.roblox.com/asset/?id=103859191443110"
  87. skybox.SkyboxBk = "http://www.roblox.com/asset/?id=103859191443110"
  88. skybox.SkyboxRt = "http://www.roblox.com/asset/?id=103859191443110"
  89. skybox.SkyboxLf = "http://www.roblox.com/asset/?id=103859191443110"
  90. skybox.SkyboxFt = "http://www.roblox.com/asset/?id=103859191443110"
  91. skybox.SkyboxDn = "http://www.roblox.com/asset/?id=103859191443110"
  92. end
  93. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement