Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. --Go wipe yourselves fm'ers
  2. wait()
  3. print "Loaded DJ Napstablook script."
  4. print "Made by TheTurretCore."
  5. print "Leaked Further By c00lkidd."
  6. local plr = game.Players.LocalPlayer
  7. local char = plr.Character
  8. local mouse = plr:GetMouse()
  9. local cool = false
  10. local touched = false
  11. local hat = Instance.new("Part", char)
  12. local hm = Instance.new("SpecialMesh", hat)
  13. hm.MeshId = "http://www.roblox.com/asset/?id=1051545"
  14. local hatw = Instance.new("Weld", char)
  15. hatw.Part0 = char.Head
  16. hatw.Part1 = hat
  17. hatw.C1 = CFrame.new(0,-.25,0)
  18. hat.BrickColor = BrickColor.new("Really black")
  19. sound = Instance.new("Sound", hat)
  20. sound.SoundId = "rbxassetid://531287837"
  21. sound.Looped = true
  22. sound.Volume = math.huge
  23. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement