Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Go wipe yourselves fm'ers
- wait()
- print "Loaded DJ Napstablook script."
- print "Made by TheTurretCore."
- print "Leaked Further By c00lkidd."
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local mouse = plr:GetMouse()
- local cool = false
- local touched = false
- local hat = Instance.new("Part", char)
- local hm = Instance.new("SpecialMesh", hat)
- hm.MeshId = "http://www.roblox.com/asset/?id=1051545"
- local hatw = Instance.new("Weld", char)
- hatw.Part0 = char.Head
- hatw.Part1 = hat
- hatw.C1 = CFrame.new(0,-.25,0)
- hat.BrickColor = BrickColor.new("Really black")
- sound = Instance.new("Sound", hat)
- sound.SoundId = "rbxassetid://360365071"
- sound.Looped = true
- sound.Volume = math.huge
- sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement