Advertisement
WoodFilms

666 script XD

May 7th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. --HELL SCRIPT BY WOOD FILMS--
  2. -----------------------------
  3. loadstring([[
  4. --~transiate~--
  5. for i,v in next,workspace:children''do
  6. if(v:IsA'BasePart')then
  7. me=v;
  8. bbg=Instance.new('BillboardGui',me);
  9. bbg.Name='stuf';
  10. bbg.Adornee=me;
  11. bbg.Size=UDim2.new(2.5,0,2.5,0)
  12. --bbg.StudsOffset=Vector3.new(0,2,0)
  13. tlb=Instance.new'TextLabel';
  14. tlb.Text='666 666 666 666 666 666';
  15. tlb.Font='SourceSansBold';
  16. tlb.FontSize='Size48';
  17. tlb.TextColor3=Color3.new(1,0,0);
  18. tlb.Size=UDim2.new(1.25,0,1.25,0);
  19. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  20. tlb.BackgroundTransparency=1;
  21. tlb.Parent=bbg;
  22. end;end;
  23. --coroutine.wrap(function()while wait''do
  24. s=Instance.new'Sound';
  25. s.Parent=workspace;
  26. s.SoundId='rbxassetid://152840862';
  27. s.Pitch=1;
  28. s.Volume=1;
  29. s.Looped=true;
  30. s:play();
  31. --end;end)();
  32. function xds(dd)
  33. for i,v in next,dd:children''do
  34. if(v:IsA'BasePart')then
  35. v.BrickColor=BrickColor.new'Really black';
  36. v.TopSurface='Smooth';
  37. v.BottomSurface='Smooth';
  38. s=Instance.new('SelectionBox',v);
  39. s.Adornee=v;
  40. s.Color=BrickColor.new'Really red';
  41. a=Instance.new('PointLight',v);
  42. a.Color=Color3.new(1,0,0);
  43. a.Range=15;
  44. a.Brightness=5;
  45. f=Instance.new('Fire',v);
  46. f.Size=19;
  47. f.Heat=22;
  48. end;
  49. game.Lighting.TimeOfDay=0;
  50. game.Lighting.Brightness=0;
  51. game.Lighting.ShadowColor=Color3.new(0,0,0);
  52. game.Lighting.Ambient=Color3.new(1,0,0);
  53. game.Lighting.FogEnd=200;
  54. game.Lighting.FogColor=Color3.new(0,0,0);
  55. local dec = 'http://www.roblox.com/asset/?id=19399245';
  56. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  57. --coroutine.wrap(function()
  58. --for _,__ in pairs(fac) do
  59. --local ddec = Instance.new("Decal", v)
  60. --ddec.Face = __
  61. --ddec.Texture = dec
  62. --end end)()
  63. if #(v:GetChildren())>0 then
  64. xds(v)
  65. end
  66. end
  67. end
  68. xds(game.Workspace)
  69. ]])()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement