Advertisement
num6456

Untitled

Apr 1st, 2018
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.36 KB | None | 0 0
  1. --[[
  2. SCP Shy Guy by Theamazingnater edit by 1x1x1x1x1x1x1x0x0x2
  3. --]]
  4. plr = game.Players.LocalPlayer
  5. char = plr.Character
  6.  
  7. wait(1)
  8. for i,v in pairs(char:GetChildren()) do
  9. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
  10. v:Remove()
  11. end
  12. end
  13. yellow = BrickColor.new("yellow")
  14. blue = BrickColor.new("blue")
  15. bdcolor = char["Body Colors"]
  16. bdcolor.HeadColor = yellow
  17. bdcolor.LeftArmColor = yellow
  18. bdcolor.RightArmColor = yellow
  19. bdcolor.RightLegColor = yellow
  20. bdcolor.LeftLegColor = yellow
  21. bdcolor.TorsoColor = blue
  22. local scream = Instance.new("Sound",char)
  23. scream.SoundId = "rbxassetid://714564602"
  24. scream.Volume = 4
  25. scream.Looped = true
  26. local cry = Instance.new("Sound",char)
  27. cry.Name = "crySound"
  28. cry.SoundId = "rbxassetid://848033116"
  29. cry.Volume = 4
  30. cry.Looped = true
  31. cry:Play()
  32. coroutine.wrap(function()
  33. while true do
  34. wait(0.01)
  35. if scream.Parent == nil then
  36. scream.Parent = char
  37. end
  38. if cry.Parent == nil then
  39. cry.Parent = char
  40. cry:Play()
  41. end
  42. end
  43. end)()
  44. char.Head.face.Texture = "http://www.roblox.com/asset/?id=684289118"
  45. neck = char.Torso.Neck
  46. lhand = char.Torso["Left Shoulder"]
  47. rhand = char.Torso["Right Shoulder"]
  48. lleg = char.Torso["Left Hip"]
  49. rleg = char.Torso["Right Hip"]
  50. human = char.HumanoidRootPart.RootJoint
  51. char.Animate.Parent = nil
  52. char.Humanoid.Animator.Parent = nil
  53. light = game.Lighting
  54. light.TimeOfDay = "1:00:00"
  55. for i,v in pairs(char.Torso:GetChildren()) do
  56. if v.ClassName == "Motor6D" then
  57. v.C1 = CFrame.new(0,0,0)
  58. end
  59. end
  60. for i,v in pairs(char:GetChildren()) do -- Since a shift to sprint script appears, we remove it.
  61. if v.ClassName == "LocalScript" then
  62. v:Destroy()
  63. end
  64. end
  65. human.C1 = CFrame.new(0,0,0)
  66. for i = 0,1 ,0.03 do
  67. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  68. lhand.C0 = lhand.C0:lerp(CFrame.new(-0.999992371, 0.403417587, -0.400690079, 0.978886008, -0.198669523, -0.0480909608, -0.0489091128, 0.000789985002, -0.99880302, 0.198469713, 0.98006618, -0.00894344598),i)
  69. rhand.C0 = rhand.C0:lerp(CFrame.new(0.999992371, 0.401778936, -0.300704002, 0.995004237, 0.0998337567, 2.21675634e-07, -8.0173304e-05, 0.000801276532, -0.999999762, -0.0998337343, 0.995003879, 0.000805277436),i)
  70. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.500003815, -0.302405119, -1.00209045, 0.998795688, 1.07394217e-05, 0.0490646139, 0.0144870952, 0.955350697, -0.295119137, -0.0468770824, 0.295474499, 0.954199851),i)
  71. rleg.C0 = rleg.C0:lerp(CFrame.new(0.499988556, -0.299546719, -1.00121117, 0.999991715, 1.10380352e-05, -3.05008143e-06, -1.13286078e-05, 0.955351293, -0.295472056, -2.51282472e-07, 0.295474589, 0.955343246),i)
  72. human.C0 = human.C0:lerp(CFrame.new(0, 1.98613644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1):inverse(),i)
  73. game:GetService("RunService").RenderStepped:wait()
  74. end
  75. cananimate = true
  76. hit = false
  77. function swait(num)
  78. if num == 0 or num == nil then
  79. game:service("RunService").Stepped:wait(0)
  80. else
  81. for i = 0, num do
  82. game:service("RunService").Stepped:wait(0)
  83. end
  84. end
  85. end
  86. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  87. txtfag.Adornee = suckadick
  88. txtfag.Name = "kys nigga"
  89. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  90. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  91. local textfag = Instance.new("TextLabel", txtfag)
  92. textfag.Size = UDim2.new(6, 0, 1, 0)
  93. textfag.FontSize = "Size8"
  94. textfag.TextScaled = true
  95. textfag.TextTransparency = 0
  96. textfag.BackgroundTransparency = 1
  97. textfag.TextTransparency = 0
  98. textfag.TextStrokeTransparency = 0
  99. textfag.Font = "SourceSans"
  100. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  101. v = Instance.new("Part")
  102. v.Name = "ColorBrick"
  103. v.Parent = part
  104. v.FormFactor = "Symmetric"
  105. v.Anchored = true
  106. v.CanCollide = false
  107. v.BottomSurface = "Smooth"
  108. v.TopSurface = "Smooth"
  109. v.Size = Vector3.new(10, 5, 3)
  110. v.Transparency = 0.7
  111. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  112. v.Transparency = 1
  113. textfag.TextColor3 = BrickColor.new("Institutional white").Color
  114. textfag.TextStrokeColor3 = BrickColor.new("Really black").Color
  115. v.Shape = "Block"
  116. textfag.Text = "NOOB GUY"
  117. coroutine.resume(coroutine.create(function()
  118. while textfag ~= nil do
  119. swait()
  120. textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
  121. textfag.Rotation = math.random(-3,3)
  122. end
  123. end))
  124. coroutine.wrap(function()
  125. while true do
  126. wait(2)
  127. textfag.Text = "..."
  128. wait(0.1)
  129. textfag.Text = "NOOB GUY"
  130. wait(2)
  131. textfag.Text = "DON'T LOOK A NOOB"
  132. wait(0.1)
  133. textfag.Text = "NOOB GUY"
  134. wait(2)
  135. textfag.Text = "IS KILL YOU!"
  136. wait(0.1)
  137. textfag.Text = "NOOB GUY"
  138. end
  139. end)()
  140. print("SCP NOOB Guy edit by 1x1x1x1x1x1x0x0x2 has loaded.")
  141. function SCREAMBOIS(part)
  142. local human2 = part.Parent:FindFirstChildOfClass("Humanoid")
  143. if human2 and not hit then
  144. hit = true
  145. char.Humanoid.WalkSpeed = 0
  146. cananimate = false
  147. for i = 0,1 , 0.03 do
  148. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  149. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  150. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  151. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  152. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  153. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  154. game:GetService("RunService").RenderStepped:wait()
  155. end
  156. wait(1)
  157. cry:Stop()
  158. scream:Play()
  159. char.Head.face.Texture = "http://www.roblox.com/asset/?id=141181138"
  160. wait(4)
  161. local hitbox = Instance.new("Part",char.Torso)
  162. hitbox.Size = char.Torso.Size
  163. hitbox.Transparency = 1
  164. hitbox.CanCollide = false
  165. local hweld = Instance.new("Weld",hitbox)
  166. hweld.Part0 = hitbox
  167. hweld.Part1 = char.Torso
  168. hweld.C0 = CFrame.new(0, 0, 1.02879095, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  169. char.Humanoid.WalkSpeed = 40
  170. hitbox.Touched:connect(function(part2)
  171. human2 = part2.Parent:FindFirstChildOfClass("Humanoid")
  172. if human2 then
  173. human2.Health = 0
  174. wait(2)
  175. char.Head.face.Texture = "http://www.roblox.com/asset/?id=684289118"
  176. hit = false
  177. cananimate = true
  178. char.Humanoid.WalkSpeed = 16
  179. scream:Stop()
  180. cry:Play()
  181. end
  182. end)
  183. end
  184. end
  185. char.Torso.Touched:connect(SCREAMBOIS)
  186. while true do
  187. if cananimate then
  188. --Walking animation
  189. if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  190. for i = 0.1,0.3 , 0.008 do
  191. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  192. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  193. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  194. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0.168842316, -0.374614239, 1, 0, 0, 0, 0.662306964, -0.74923259, 0, 0.74923259, 0.662307084),i)
  195. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0.12597847, 0.331827164, 1, 0, 0, 0, 0.748035073, 0.663659215, 0, -0.663659275, 0.748035014),i)
  196. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.67391682, -0.738807678, 0.99999994, 0, 0, 0, 0.673916757, -0.738807261, 0, 0.738807321, 0.673916817),i)
  197. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.67705727, 0.735931396, 1, 0, 0, 0, 0.677056909, 0.735930681, 0, -0.735930741, 0.677056968),i)
  198. game:GetService("RunService").Stepped:wait()
  199. end
  200. end
  201. for i = 0.1,0.3 , 0.008 do
  202. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  203. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  204. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  205. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.69855976, 0.715551376, 1, 0, 0, 0, 0.698559642, 0.715551734, 0, -0.715551794, 0.698559701),i)
  206. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.80723953, -0.590223312, 1, 0, 0, 0, 0.807239354, -0.590224087, 0, 0.590224147, 0.807239413),i)
  207. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0.216003418, 0.411518574, 1, 0, 0, 0, 0.567983389, 0.823040009, 0, -0.823040009, 0.567983389),i)
  208. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0.215018272, -0.41083622, 1, 0, 0, 0, 0.569954693, -0.821676135, 0, 0.821676135, 0.569954753),i)
  209. game:GetService("RunService").Stepped:wait()
  210. end
  211. end
  212. -- Idle animation
  213. elseif game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 then
  214. for i = 0,1 , 0.03 do
  215. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 and cananimate then
  216. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  217. lhand.C0 = lhand.C0:lerp(CFrame.new(-0.999992371, 0.403417587, -0.400690079, 0.978886008, -0.198669523, -0.0480909608, -0.0489091128, 0.000789985002, -0.99880302, 0.198469713, 0.98006618, -0.00894344598),i)
  218. rhand.C0 = rhand.C0:lerp(CFrame.new(0.999992371, 0.401778936, -0.300704002, 0.995004237, 0.0998337567, 2.21675634e-07, -8.0173304e-05, 0.000801276532, -0.999999762, -0.0998337343, 0.995003879, 0.000805277436),i)
  219. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.500003815, -0.302405119, -1.00209045, 0.998795688, 1.07394217e-05, 0.0490646139, 0.0144870952, 0.955350697, -0.295119137, -0.0468770824, 0.295474499, 0.954199851),i)
  220. rleg.C0 = rleg.C0:lerp(CFrame.new(0.499988556, -0.299546719, -1.00121117, 0.999991715, 1.10380352e-05, -3.05008143e-06, -1.13286078e-05, 0.955351293, -0.295472056, -2.51282472e-07, 0.295474589, 0.955343246),i)
  221. human.C0 = human.C0:lerp(CFrame.new(0, 1.98613644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1):inverse(),i)
  222. game:GetService("RunService").RenderStepped:wait()
  223. end
  224. end
  225. end
  226. end
  227. wait()
  228. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement