Advertisement
Guest User

roblox russian hard bass script

a guest
Feb 17th, 2020
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. BillboardGui2 = Instance.new("BillboardGui")
  22. TextLabel3 = Instance.new("TextLabel")
  23. Sound4 = Instance.new("Sound")
  24. LocalScript5 = Instance.new("LocalScript")
  25. Part6 = Instance.new("Part")
  26. Weld7 = Instance.new("Weld")
  27. Script8 = Instance.new("Script")
  28. Tool0.Name = "M3m3"
  29. Tool0.Parent = mas
  30. Part1.Name = "Handle"
  31. Part1.Parent = Tool0
  32. Part1.CFrame = CFrame.new(-8.27500343, 6.71999979, 12, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  33. Part1.Position = Vector3.new(-8.27500343, 6.71999979, 12)
  34. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  35. Part1.Size = Vector3.new(1.45000041, 1.43000031, 2)
  36. Part1.BottomSurface = Enum.SurfaceType.Smooth
  37. Part1.BrickColor = BrickColor.new("Really black")
  38. Part1.TopSurface = Enum.SurfaceType.Smooth
  39. Part1.brickColor = BrickColor.new("Really black")
  40. BillboardGui2.Parent = Part1
  41. BillboardGui2.LightInfluence = 1
  42. BillboardGui2.Size = UDim2.new(0, 200, 0, 50)
  43. BillboardGui2.Active = true
  44. BillboardGui2.ClipsDescendants = true
  45. BillboardGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46. BillboardGui2.AlwaysOnTop = true
  47. TextLabel3.Parent = BillboardGui2
  48. TextLabel3.Size = UDim2.new(0, 200, 0, 50)
  49. TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
  50. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel3.BackgroundTransparency = 1
  52. TextLabel3.Font = Enum.Font.SourceSans
  53. TextLabel3.FontSize = Enum.FontSize.Size32
  54. TextLabel3.Text = "M3m3 By: 5k5k5k5"
  55. TextLabel3.TextColor = BrickColor.new("Really red")
  56. TextLabel3.TextColor3 = Color3.new(1, 0, 0)
  57. TextLabel3.TextSize = 30
  58. Sound4.Parent = Part1
  59. Sound4.Looped = true
  60. Sound4.MaxDistance = 10000000000
  61. Sound4.SoundId = "rbxassetid://1478734728"
  62. Sound4.Volume = 10
  63. LocalScript5.Parent = Part1
  64. table.insert(cors,sandbox(LocalScript5,function()
  65. script.Parent.Sound:Play()
  66. script.Parent.Sound.Looped = true
  67. end))
  68. Part6.Parent = Tool0
  69. Part6.CFrame = CFrame.new(-8.27277088, 6.71265984, 10.9750013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  70. Part6.Position = Vector3.new(-8.27277088, 6.71265984, 10.9750013)
  71. Part6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  72. Part6.Size = Vector3.new(1.45000005, 1.42999995, 0.0500000007)
  73. Part6.BottomSurface = Enum.SurfaceType.Smooth
  74. Part6.BrickColor = BrickColor.new("Institutional white")
  75. Part6.Material = Enum.Material.Neon
  76. Part6.TopSurface = Enum.SurfaceType.Smooth
  77. Part6.brickColor = BrickColor.new("Institutional white")
  78. Weld7.Parent = Part6
  79. Weld7.C0 = CFrame.new(0.725000203, -0.715000153, -1, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  80. Weld7.C1 = CFrame.new(0.72276783, -0.707660198, 0.0249986649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  81. Weld7.Part0 = Part1
  82. Weld7.Part1 = Part6
  83. Weld7.part1 = Part6
  84. Script8.Parent = Part6
  85. table.insert(cors,sandbox(Script8,function()
  86. --Kill OnTouch :P
  87.  
  88. function onTouch(part)
  89. local humanoid = part.Parent:FindFirstChild("Humanoid")
  90. if (humanoid ~= nil) then -- if a humanoid exists, then
  91. humanoid.Health = 0 -- damage the humanoid
  92. end
  93. end
  94.  
  95. script.Parent.Touched:connect(onTouch)
  96.  
  97. --Made By XxAtrocity
  98.  
  99. end))
  100. for i,v in pairs(mas:GetChildren()) do
  101. v.Parent = workspace
  102. pcall(function() v:MakeJoints() end)
  103. end
  104. mas:Destroy()
  105. for i,v in pairs(cors) do
  106. spawn(function()
  107. pcall(v)
  108. end)
  109. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement