Advertisement
ItsFentix

dfsghhfghjdfgsdfgsdfg

Jun 30th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local hed = char.Head
  4. local hes = game.Players.LocalPlayer.Character.Humanoid
  5. for i,v in pairs(char:children()) do
  6. if v:IsA("Hat") then
  7. v:Destroy()
  8. end
  9. end
  10. for i,v in pairs(hed:children()) do
  11. if v:IsA("Sound") then
  12. v:Destroy()
  13. end
  14. end
  15. local Part = Instance.new("Part",hed)
  16. Part.BrickColor = BrickColor.new("Really black")
  17. Part.Size = Vector3.new(1,1,1)
  18. Part.CanCollide = false
  19. Part.Material = "Neon"
  20. local M = Instance.new("SpecialMesh",Part)
  21. M.MeshId = "rbxassetid://227430350"
  22. M.Scale = Vector3.new(3,3,3)
  23. local Part2 = Instance.new("Weld",Part)
  24. Part2.Part0 = hed
  25. Part2.Part1 = Part
  26. Part2.C0 = CFrame.new(0, 1, -0.5)
  27. hes.MaxHealth = math.huge
  28. warn'Edit By BonnieKunG1s'
  29. print("Edit By BonnieKunG1s")
  30. --------------------------------------------------------------- Bunny ear 10907529
  31. plr = game.Players.LocalPlayer
  32. chr = plr.Character
  33. chr.Head.face.Texture = "rbxassetid://851605535"
  34. chr.Shirt.ShirtTemplate = "rbxassetid://424568309"
  35. chr.Pants.PantsTemplate = "rbxassetid://743269480"
  36. local plr = game:service'Players'.LocalPlayer
  37. local char = plr.Character
  38. for i,v in pairs(char:GetChildren()) do if v:IsA("Accessory") then v:Remove() end end
  39. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v:Remove() end end
  40. local Part = Instance.new("Part",chr)
  41. Part.BrickColor = BrickColor.new("Royal blue")
  42. Part.Size = Vector3.new(1,1,1)
  43. Part.CanCollide = false
  44. Part.Material = "Neon"
  45. local M = Instance.new("SpecialMesh",Part)
  46. M.MeshId = "rbxassetid://0"
  47. M.Scale = Vector3.new(1.2,1.2,1.2)
  48. M.TextureId = "rbxassetid://0"
  49. local Part2 = Instance.new("Weld",Part)
  50. Part2.Part0 = chr.Head
  51. Part2.Part1 = Part
  52. Part2.C0 = CFrame.new(0,0.2,0)*CFrame.Angles(0,0,0)
  53. local Part1 = Instance.new("Part",chr)
  54. Part1.BrickColor = BrickColor.new("Really black")
  55. Part1.Size = Vector3.new(1,1,1)
  56. Part1.CanCollide = false
  57. Part1.Material = "Neon"
  58. local M1 = Instance.new("SpecialMesh",Part1)
  59. M1.MeshId = "rbxassetid://430440803"
  60. M1.Scale = Vector3.new(0.0067,0.0067,0.0067)
  61. local Part21 = Instance.new("Weld",Part1)
  62. Part21.Part0 = chr.Head
  63. Part21.Part1 = Part1
  64. Part21.C0 = CFrame.new(0,-1.2,0)*CFrame.Angles(0,1.55,0)
  65. local Bon = chr["Body Colors"]
  66. Bon.HeadColor = BrickColor.new("White")
  67. Bon.LeftArmColor = BrickColor.new("White")
  68. Bon.LeftLegColor = BrickColor.new("White")
  69. Bon.RightArmColor = BrickColor.new("White")
  70. Bon.RightLegColor = BrickColor.new("White")
  71. Bon.TorsoColor = BrickColor.new("White")
  72. --------------------------------------------------------------- Hair Edit
  73.  
  74. local p = game.Players.LocalPlayer
  75. local Character = p.Character
  76. Face = Instance.new("Decal",Character.Head)
  77. Face.Texture = "rbxassetid://865640345"
  78. Face.Face = "Front"
  79. Face.Transparency = 0
  80. Face.Name = "Blood"
  81. Face = Instance.new("Decal",Character.Head)
  82. Face.Texture = "rbxassetid://228862153"
  83. Face.Face = "Front"
  84. Face.Transparency = 0
  85. Face.Name = "Shadow"
  86. ----------------------------------------------- Effect Dark,Blood
  87. local Wolf = game.Players.LocalPlayer
  88. local Nom = Wolf.Character
  89. local WolfMouse = Wolf:GetMouse()
  90. wait(0.5)
  91. function TheWolf()
  92. local Talk = Instance.new("Sound", Nom)
  93. Talk.SoundId = "rbxassetid://1087802599"
  94. Talk.Volume = 1
  95. Talk:Play()
  96. end
  97. WolfMouse.KeyDown:connect(function(key) local key = key:lower()
  98. if key == "f" then
  99. TheWolf()
  100. end
  101. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement