Advertisement
EvgTeemo

Untitled

Feb 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. function R(o)
  2. if o:IsA'BasePart' or o:IsA'UnionOperation' then
  3. o.Anchored = false
  4. end
  5. for i,v in pairs(o:children()) do R(v) end
  6. end
  7. R(workspace)
  8. while wait(3) do
  9. local asset = "http://www.roblox.com/asset/?id="
  10. --nice message :)
  11. local h = Instance.new("Hint")
  12. h.Text = "[REKT BY KADDIN CORP LOLOLOLOLOLOLOLLOL]"
  13. h.Parent = game.Workspace
  14. --cole songe XD
  15. local s = Instance.new("Sound")
  16. s.Name = "KADDINKADDINKADDINKADDINKADDIN"
  17. s.Parent = game.Workspace
  18. s.Volume = 1
  19. s.Pitch = 1
  20. s.Looped = true
  21. s.SoundId = asset..257287435
  22. s:Play()
  23. --rip every doge :(
  24. local players = game.Players:GetPlayers()
  25. for x = 1,#players do
  26. players[x].Character.Humanoid.health = 0
  27. end
  28. --now for the skybokes
  29. local l = game.Lighting
  30. l.FogEnd = 1e5
  31. l.TimeOfDay = "12:00:00"
  32. l.GlobalShadows = false
  33. local c = l:GetChildren()
  34. for i = 1,#c do
  35. c[i]:Destroy()
  36. end
  37. local box = Instance.new("Sky")
  38. box.Parent = l
  39. box.SkyboxBk = asset..438695371
  40. box.SkyboxDn = asset..438695371
  41. box.SkyboxFt = asset..438695371
  42. box.SkyboxLf = asset..438695371
  43. box.SkyboxRt = asset..438695371
  44. box.SkyboxUp = asset..438695371
  45. --this is where the fun begins :)))
  46. wait(15)
  47. local c = game.Workspace:GetChildren()
  48. for i = 1,#c do
  49. if c[i]:IsA("Part")
  50. or c[i]:IsA("UnionOperation")
  51. or c[i]:IsA("Seat")
  52. or c[i]:IsA("SpawnLocation")
  53. or c[i]:IsA("WedgePart") then
  54. c[i].Anchored = false
  55. c[i].CanCollide = true
  56. c[i].Locked = true
  57. c[i].Material = "Neon"
  58. c[i].BrickColor = BrickColor.new("Hot pink")
  59. elseif c[i]:IsA("Model") or c[i]:IsA("Folder") or c[i]:IsA("Script") or c[i]:IsA("LocalScript") then
  60. c[i]:Destroy()
  61. end
  62. end
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement