Advertisement
Mediakiller7Cool

NutShell Sonic Script Made By Me (Finish)

Jul 20th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. ----------------------------------
  2. ----------------------------------
  3. ----------Nutshell Sonic----------
  4. ----------------------------------
  5. ----------------------------------
  6.  
  7. wait(0.9)
  8.  
  9. warn("Credit To Subaru For Half on This Script")
  10. warn("Made By Mediakiller7")
  11. warn("Dont Leak")
  12.  
  13. for i,v in pairs(owner.Character:GetChildren()) do
  14. if v.ClassName == "CharacterMesh" then
  15. v:Destroy()
  16. end
  17.  
  18. if v.ClassName == "Shirt" then
  19. v:Destroy()
  20. end
  21.  
  22. if v.ClassName == "Part" then
  23. v.BrickColor = BrickColor.new("Bright blue")
  24. end
  25.  
  26. if v.ClassName == "MeshPart" then
  27. v.BrickColor = BrickColor.new("Bright Blue")
  28. end
  29.  
  30. if v.ClassName == "Pants" then
  31. v:Destroy()
  32. end
  33.  
  34. if v.ClassName == "ShirtGraphic" then
  35. v:Destroy()
  36. end
  37.  
  38. if v.ClassName == "Accessory" then
  39. v:Destroy()
  40. end
  41.  
  42. if v.ClassName == "Hat" then
  43. v:Destroy()
  44. end
  45.  
  46. if v.ClassName == "Face" then
  47. v:Destroy()
  48. end
  49.  
  50. end
  51.  
  52. local plr = owner
  53. local char = plr.Character
  54. char.Head.face.Texture = "rbxassetid://27134272"
  55. local hum = char:FindFirstChildOfClass("Humanoid")
  56. hum.WalkSpeed = 200
  57. ------Heartbeats------------------
  58. local remote = Instance.new("RemoteEvent", char)
  59. remote.Name = "ReplicationEvent"
  60. local client = NLS([==[
  61. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  62. local remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent")
  63. spawn(function()
  64. while game:GetService("RunService").Heartbeat:Wait() do
  65. remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent")
  66. end
  67. end)
  68. game:GetService("UserInputService").InputBegan:Connect(function(input, isTyping)
  69. if isTyping == false and input.UserInputType == Enum.UserInputType.Keyboard then
  70. remote:FireServer(1, input.KeyCode)
  71. end
  72. end)
  73. mouse.Button1Down:Connect(function()
  74. remote:FireServer(2)
  75. end)
  76. remote.OnClientEvent:Connect(function()
  77. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Vector3.new(mouse.Hit.Position.X, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position.Y, mouse.Hit.Position.Z))
  78. end)
  79. ]==], char)
  80. local RS = char.Torso["Right Shoulder"]
  81. local LS = char.Torso["Left Shoulder"]
  82. local RH = char.Torso["Right Hip"]
  83. local LH = char.Torso["Left Hip"]
  84. local rootj = char.HumanoidRootPart.RootJoint
  85. local throwbutton = false
  86. local throw = false
  87. local normalanim = true
  88. local attackd = false
  89. local animpose = "Idle"
  90. local timepos = 0
  91. local sine = 0
  92. local RSnor = RS.C0
  93. local LSnor = LS.C0
  94. local RHnor = RH.C0
  95. local LHnor = LH.C0
  96. local rootjnor = rootj.C0
  97. ----------Music------------
  98. local mus = Instance.new("Sound",char)
  99. mus.SoundId = "rbxassetid://205960490"
  100. mus.Volume = 2
  101. mus:Play()
  102. mus.Looped = true
  103. -----------Name----------
  104. local sur = Instance.new("BillboardGui", char.Head)
  105. sur.Name = "Billboard"
  106. sur.Adornee = char.Head
  107. sur.Size = UDim2.new(10, 0, 5, 0)
  108. sur.StudsOffset = Vector3.new(0, 5, 0)
  109. local text = Instance.new("TextLabel", sur)
  110. text.Text = "NuTshEll SoniC"
  111. text.Size = UDim2.new(1, 0, 1, 0)
  112. text.TextScaled = true
  113. text.BackgroundTransparency = 1
  114. text.Font = Enum.Font.SourceSansLight
  115. text.TextColor3 = Color3.new(1, 1, 1)
  116. text.TextStrokeTransparency = 0
  117. ---------SHIRtS anD pANts-------
  118. local sh = Instance.new("Shirt",char)
  119. sh.ShirtTemplate = "rbxassetid://52615713"
  120. sh.Name = "Shirt"
  121.  
  122. local pa = Instance.new("Pants",char)
  123. pa.PantsTemplate = "rbxassetid://50085845"
  124. pa.Name = "Pants"
  125. -------------Despacito 3 iS finish-----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement