SHOW:
|
|
- or go back to the newest paste.
1 | - | --Go wipe yourselves fm'ers |
1 | + | --Made Or EDited by basstracker1970 |
2 | wait() | |
3 | print "Loaded DJ Napstablook script." | |
4 | print "Made by TheTurretCore." | |
5 | - | print "Leaked Further By c00lkidd." |
5 | + | print "Leaked Further By basstracker1970." |
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") |
18 | + | hat.BrickColor = BrickColor.new("Really red") |
19 | sound = Instance.new("Sound", hat) | |
20 | - | sound.SoundId = "rbxassetid://360365071" |
20 | + | sound.SoundId = "rbxassetid://144018920" |
21 | sound.Looped = true | |
22 | sound.Volume = math.huge | |
23 | sound:Play() |