Advertisement
Silly_Guy

The fake killbot virus

Jun 8th, 2025 (edited)
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. --[[
  2. POSSIBLE EPILEPSY WARNING, DISTURBING IMAGERY WARNING, AND LOUD SOUNDS WARNING. IF YOU ARE SENSITIVE TO ANY OF THESE, DO NOT EXECUTE
  3. OR USE THIS SCRIPT AT ALL.
  4. ]]
  5.  
  6.  
  7.  
  8. local nam = [[
  9. testtesttesttest
  10. ]]
  11. wait(2)
  12. local part = Instance.new("Part")
  13. local laugh = Instance.new("Sound")
  14. laugh.Parent = workspace
  15. laugh.PlayOnRemove = true
  16. laugh.SoundId = "rbxassetid://133364079620766"
  17. laugh:Destroy()
  18. part.Parent = workspace
  19. part.Name = nam
  20. print(part.Name)
  21. part.Anchored = true
  22. part.BackSurface = Enum.SurfaceType.Weld
  23. part.FrontSurface = Enum.SurfaceType.Weld
  24. part.RightSurface = Enum.SurfaceType.Weld
  25. part.LeftSurface = Enum.SurfaceType.Weld
  26. part.BottomSurface = Enum.SurfaceType.Weld
  27. part.TopSurface = Enum.SurfaceType.Weld
  28. part.Shape = Enum.PartType.Ball
  29. part.Color = Color3.fromRGB(196, 0, 0)
  30. part.Reflectance = 0.2
  31. part.Size = Vector3.new(4,4,4)
  32. part.Material = Enum.Material.Plastic
  33. local decal = Instance.new("Decal")
  34. decal.Parent = part
  35. decal.Face = Enum.NormalId.Front
  36. decal.Texture = "http://www.roblox.com/asset/?id=6876236434"
  37. part.Transparency = 0.4
  38. part.CanCollide = false
  39. part.Position = Vector3.new(math.random(-100,100),math.random(5,30),math.random(-100,100))
  40. local mes = Instance.new("Message")
  41. mes.Parent = game.ServerStorage
  42. part.Touched:Connect(function(hit)
  43. -- Find the humanoid in the touching object
  44. local humanoid = hit:FindFirstAncestorOfClass("Model") and hit:FindFirstAncestorOfClass("Model"):FindFirstChildOfClass("Humanoid")
  45. local readytouse = true
  46. local debounce = false
  47. -- Ensure conditions are met and the code only runs once
  48. if humanoid and readytouse and not debounce then
  49. debounce = true -- Set debounce to true to prevent repeats
  50. print("...") -- Debugging print
  51. readytouse = false
  52. decal.Texture = "http://www.roblox.com/asset/?id=13155281821"
  53. wait(3)
  54. local loud = Instance.new("Sound")
  55. loud.Parent = workspace
  56. loud.SoundId = "rbxassetid://485115792"
  57. loud.PlaybackSpeed = 0.3
  58. loud.Looped = true
  59. local lou2d = Instance.new("Sound")
  60. lou2d.Parent = workspace
  61. lou2d.SoundId = "rbxassetid://18925320031"
  62. lou2d.PlaybackSpeed = 1
  63. lou2d.Looped = true
  64. local lou3d = Instance.new("Sound")
  65. lou3d.Parent = workspace
  66. lou3d.SoundId = "rbxassetid://2738830850"
  67. lou3d.PlaybackSpeed = 1
  68. lou3d.Looped = true
  69. local n = Instance.new("DistortionSoundEffect")
  70. n.Parent = loud
  71. n.Level = 1
  72. loud:Play()
  73. local n2 = Instance.new("DistortionSoundEffect")
  74. n2.Parent = lou2d
  75. n2.Level = 1
  76. lou2d:Play()
  77. local n3 = Instance.new("DistortionSoundEffect")
  78. n3.Parent = lou3d
  79. n3.Level = 1
  80. lou3d:Play()
  81. part:Destroy()
  82. local sky = Instance.new("Sky")
  83. sky.CelestialBodiesShown = false
  84. local skyran = {"http://www.roblox.com/asset/?id=105118396887024","http://www.roblox.com/asset/?id=7307744965","http://www.roblox.com/asset/?id=12909220053","http://www.roblox.com/asset/?id=81324944296308","http://www.roblox.com/asset/?id=6661954083"}
  85. sky.Parent = game.Lighting
  86. mes.Parent = workspace
  87. local colorcorrection = Instance.new("ColorCorrectionEffect")
  88. colorcorrection.Parent = game.Lighting
  89. colorcorrection.Contrast = 10
  90. local m = {"WHAT IS HAPPENING?", "WHY AM I HERE?", "AM I REAL?", "AM I HUMAN?", "WHAT WAS I MADE FOR?"}
  91. while wait() do
  92. for i, v in pairs(workspace:GetDescendants()) do
  93. if v:IsA("BasePart") and v.Name ~= nam then
  94. colorcorrection.TintColor = Color3.fromRGB(math.random(200,255),math.random(200,255),math.random(200,255))
  95. v.BrickColor = BrickColor.random()
  96. mes.Text = m[math.random(1, #m)]
  97. v.Size = Vector3.new(math.random(1,20),math.random(1,20),math.random(1,20))
  98. sky.SkyboxUp = skyran[math.random(1, #skyran)]
  99. sky.SkyboxDn = skyran[math.random(1, #skyran)]
  100. sky.SkyboxBk = skyran[math.random(1, #skyran)]
  101. sky.SkyboxFt = skyran[math.random(1, #skyran)]
  102. sky.SkyboxRt = skyran[math.random(1, #skyran)]
  103. sky.SkyboxLf = skyran[math.random(1, #skyran)]
  104. end
  105. end
  106. end
  107. end
  108. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement