Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Chara script
  2. -- by Theamazingnater
  3. -- why THE HELL DID I MAKE THIS
  4. plr = game.Players.LocalPlayer
  5. repeat wait() until plr.Character
  6. char = plr.Character
  7.  
  8.  
  9. local music = Instance.new("Sound",char)
  10. music.SoundId = "rbxassetid://2571866856"
  11. music.TimePosition = 3
  12. music.Volume = 4
  13. music:Play()
  14. music.Looped = true
  15.  
  16. skin_Color = BrickColor.new("Pastel brown")
  17.  
  18. local Weapon = Instance.new("Model",char)
  19. Weapon.Name = "Knife"
  20. local Part0 = Instance.new("Part",Weapon)
  21. Part0.Name = "Handle"
  22. Part0.Size = Vector3.new(0.37, 0.57, 0.88)
  23. Part0.BrickColor = BrickColor.new("Really black")
  24. Part0.CanCollide = false
  25. Part0.Material = Enum.Material.SmoothPlastic
  26. local Part1 = Instance.new("Part",Weapon)
  27. Part1.Name = "TopKnife"
  28. Part1.BrickColor = BrickColor.new("Really red")
  29. Part1.Material = Enum.Material.Neon
  30. Part1.CanCollide = false
  31. Part1.Size = Vector3.new(0.37, 0.57, 2.07)
  32. local Particle = Instance.new("ParticleEmitter",Part1)
  33. Particle.Lifetime = NumberRange.new(0.3)
  34. Particle.Color = ColorSequence.new(BrickColor.new("Really red").Color)
  35. Particle.LockedToPart = true
  36. Particle.Speed = NumberRange.new(0)
  37. Particle.Rate = math.huge
  38. local Part2 = Instance.new("WedgePart",Weapon)
  39. Part2.Size = Vector3.new(0.36, 0.6, 1.14)
  40. Part2.Material = Enum.Material.Neon
  41. Part2.BrickColor = BrickColor.new("Really red")
  42. Part2.CanCollide = false
  43. Part2.Name = "WedgeForTopKnife"
  44. local weld = Instance.new("Weld",Part0)
  45. weld.Part0 = Part0
  46. weld.Part1 = Part1
  47. weld.C0 = CFrame.new(0, 0, 1.4406805, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  48. local wweld = Instance.new("Weld",Part1)
  49. wweld.Part0 = Part1
  50. wweld.Part1 = Part2
  51. wweld.C0 = CFrame.new(0.00241553783, -0.0223271549, 1.57767344, 1, 0, 0, 0, -0.999996781, -0.0025379993, 0, 0.0025379993, -0.999996781)
  52. local wwweld = Instance.new("Weld",char["Right Arm"])
  53. wwweld.Part0 = char["Right Arm"]
  54. wwweld.Part1 = Part0
  55. wwweld.C0 = CFrame.new(0.0283082724, -1.16673839, -0.0630893707, -0.998895764, 0, -0.0469819903, 0, 0.999999881, 0, 0.0469819903, 0, -0.998895764)
  56. local Part3 = Instance.new("Part",Weapon)
  57. Part3.CanCollide = false
  58. Part3.Size = Vector3.new(0.53, 0.8, 3.25)
  59. Part3.Transparency = 1
  60. Part3.Name = "Hitbox"
  61. local trailattach0 = Instance.new("Attachment",Part3)
  62. trailattach0.Position = Vector3.new(0, -0.311, -0.208)
  63. trailattach0.Orientation = Vector3.new(0, 0, -96.727)
  64. local trailattach1 = Instance.new("Attachment",Part3)
  65. trailattach1.Position = Vector3.new(0.111, -0.352, 1.462)
  66. trailattach1.Orientation = Vector3.new(0, 0, -90.415)
  67. local trail = Instance.new("Trail",Part3)
  68. trail.Name = "WeaponTrail"
  69. trail.Color = ColorSequence.new(BrickColor.new("Really red").Color)
  70. trail.Lifetime = 0.5
  71. trail.Attachment0 = trailattach0
  72. trail.Attachment1 = trailattach1
  73. local wwwweld = Instance.new("Weld",Part0)
  74. wwwweld.Part0 = Part0
  75. wwwweld.Part1 = Part3
  76. wwwweld.C0 = CFrame.new(-0.00386536121, -0.0567215681, 2.06630421, -0.998895764, 0, 0.0469819903, 0, 0.999999762, 0, -0.0469819903, 0, -0.998895764)
  77.  
  78.  
  79.  
  80.  
  81.  
  82. plr:ClearCharacterAppearance()
  83. local shirt = Instance.new("Shirt",char)
  84. shirt.ShirtTemplate = "rbxassetid://344089667"
  85. local pants = Instance.new("Pants",char)
  86. pants.PantsTemplate = "http://www.roblox.com/asset/?id=344084364"
  87. local Hair = Instance.new("Part",char)
  88. Hair.CanCollide = false
  89. local Hairm = Instance.new("FileMesh",Hair)
  90. Hairm.MeshId = "http://www.roblox.com/asset/?id=250264520"
  91. Hairm.TextureId = "http://www.roblox.com/asset/?id=75975464"
  92. local Hairw = Instance.new("Weld",Hair)
  93. Hairw.Part0 = Hair
  94. Hairw.Part1 = char.Head
  95. Hairw.C0 = CFrame.new(0, -0.200000286, 0, 1, -2.96657507e-08, -8.07689048e-07, 2.96659675e-08, 1, 2.69079379e-07, 8.07689048e-07, -2.69079379e-07, 1)
  96. CanUse = false
  97. issprinting = false
  98. function Sprint(Key)
  99. if Key == "e" then
  100. char.Humanoid.WalkSpeed = 60
  101. trail.Enabled = false
  102. music:Pause()
  103. issprinting = true
  104. Particle.Transparency = NumberSequence.new(1)
  105. for i = 1,10 do
  106. for i,v in pairs(char:GetChildren()) do
  107. if v.ClassName == "Part" then
  108. v.Transparency = v.Transparency + 1
  109. end
  110. end
  111. Part0.Transparency = Part0.Transparency + 1
  112. Part1.Transparency = Part1.Transparency + 1
  113. Part2.Transparency = Part2.Transparency + 1
  114. Part3.Transparency = Part3.Transparency + 1
  115. wait()
  116. end
  117. end
  118. end
  119. function StopSprinting(Key)
  120. if Key == "e" then
  121. char.Humanoid.WalkSpeed = 16
  122. trail.Enabled = true
  123. music:Resume()
  124. Particle.Transparency = NumberSequence.new(0)
  125. issprinting = false
  126. for i = 1,10 do
  127. for i,v in pairs(char:GetChildren()) do
  128. if v.ClassName == "Part" then
  129. v.Transparency = v.Transparency - 1
  130. end
  131. end
  132. Part0.Transparency = Part0.Transparency - 1
  133. Part1.Transparency = Part1.Transparency - 1
  134. Part2.Transparency = Part2.Transparency - 1
  135. Part3.Transparency = Part3.Transparency - 1
  136. wait()
  137. end
  138. end
  139. end
  140. local naeeym2 = Instance.new("BillboardGui",char)
  141. naeeym2.AlwaysOnTop = true
  142. naeeym2.Size = UDim2.new(5,35,2,35)
  143. naeeym2.StudsOffset = Vector3.new(0,2,0)
  144. naeeym2.Adornee = hed
  145. naeeym2.Name = "Name"
  146.  
  147. local tecks2 = Instance.new("TextLabel",naeeym2)
  148. tecks2.BackgroundTransparency = 1
  149. tecks2.TextScaled = true
  150. tecks2.BorderSizePixel = 0
  151. tecks2.Text = "Chara"
  152. tecks2.Font = "Garamond"
  153. tecks2.TextSize = 30
  154. tecks2.TextStrokeTransparency = 0
  155. tecks2.TextColor3 = BrickColor.new('Really red').Color
  156. tecks2.TextStrokeColor3 = BrickColor.new('Really red').Color
  157. tecks2.Size = UDim2.new(1,0,0.5,0)
  158. tecks2.Parent = naeeym2
  159. textfag = tecks2
  160. tecks2.Text = "Chara"
  161. function swait(num)
  162. if num == 0 or num == nil then
  163. game:service("RunService").Stepped:wait(0)
  164. else
  165. for i = 0, num do
  166. game:service("RunService").Stepped:wait(0)
  167. end
  168. end
  169. end
  170. coroutine.resume(coroutine.create(function()
  171. while textfag ~= nil do
  172. swait()
  173. textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
  174. textfag.Rotation = math.random(-3,3)
  175. end
  176. end))
  177. mouse = plr:GetMouse()
  178. mouse.KeyDown:connect(Sprint)
  179. mouse.KeyUp:connect(StopSprinting)
  180. canattack = false
  181. local anim = Instance.new("Animation",char.Humanoid)
  182. anim.AnimationId = "rbxassetid://186934658"
  183. local ranim = char.Humanoid:LoadAnimation(anim)
  184. local hit = Instance.new("Sound",char)
  185. hit.SoundId = "rbxassetid://1825260752"
  186. hit.Volume = 4
  187. Part3.Touched:connect(function(part)
  188. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  189. if human and human.Parent.Name ~= char.Name and canattack then
  190. human.Health = 0
  191. hit:Play()
  192. end
  193. end)
  194. local sound = Instance.new("Sound",char)
  195. sound.SoundId = "rbxassetid://2571866856"
  196. sound.Volume = 4
  197. function ATTACK()
  198. ranim:Play()
  199. sound:Play()
  200. canattack = true
  201. wait(.6)
  202. canattack = false
  203. end
  204. mouse.Button1Down:connect(ATTACK)
  205. while true do
  206. wait()
  207. if music.Parent == nil then
  208. music.Parent = char
  209. end
  210. for i,v in pairs(char:GetChildren()) do
  211. if v.ClassName == "Part" then
  212. v.BrickColor = skin_Color
  213. end
  214. end
  215. canglitch = math.random(1,15)
  216. if canglitch == 1 and issprinting then
  217. char.Head.face.Texture = "rbxassetid://422627909"
  218. tecks2.Text = "Chara"
  219. elseif canglitch == 2 and not issprinting then
  220. char.Head.face.Texture = "rbxassetid://435233416"
  221. namemath = math.random(1,5)
  222. if namemath == 1 then
  223. tecks2.Text = "HAHAHA"
  224. end
  225. if namemath == 2 then
  226. tecks2.Text = "COME TO ME"
  227. end
  228. if namemath == 3 then
  229. tecks2.Text = "REEEEE"
  230. end
  231. if namemath == 4 then
  232. tecks2.Text = "DIE"
  233. end
  234. if namemath == 5 then
  235. tecks2.Text = "Ç̶̡̨̛̣̭͙̤̣̺̘̦̭̔͂̆̾̈́̈́͌͝h̴͇̀̔̈́̌ǎ̸̡͕͕̦̳͎͚͙̮͉͚̭̋͝r̷̨̧͈̠̗̬̫͙̬͚̠͚̟̅̒͂͂͒̐̀̽̈́̂̀͊͜͠å̵̡͍̭̻͚͙̐͛̾̎͛̈͗͋̒̎͘͝"
  236. end
  237. music:Pause()
  238. wait()
  239. music:Resume()
  240. char.Head.face.Texture = "rbxassetid://422627909"
  241. tecks2.Text = "Chara"
  242. end
  243. if canglitch == 3 and issprinting then
  244. char.Head.face.Texture = "rbxassetid://422627909"
  245. tecks2.Text = "Chara"
  246. end
  247. if canglitch == 4 and issprinting then
  248. char.Head.face.Texture = "rbxassetid://422627909"
  249. tecks2.Text = "Chara"
  250. end
  251. if canglitch == 5 and issprinting then
  252. char.Head.face.Texture = "rbxassetid://422627909"
  253. tecks2.Text = "Chara"
  254. end
  255. if canglitch == 6 and issprinting then
  256. char.Head.face.Texture = "rbxassetid://422627909"
  257. tecks2.Text = "Chara"
  258. end
  259. if canglitch == 7 and issprinting then
  260. char.Head.face.Texture = "rbxassetid://422627909"
  261. tecks2.Text = "Chara"
  262. end
  263. if canglitch == 8 and issprinting then
  264. char.Head.face.Texture = "rbxassetid://422627909"
  265. tecks2.Text = "Chara"
  266. end
  267. if canglitch == 9 and issprinting then
  268. char.Head.face.Texture = "rbxassetid://422627909"
  269. tecks2.Text = "Chara"
  270. end
  271. if canglitch == 10 and issprinting then
  272. char.Head.face.Texture = "rbxassetid://422627909"
  273. tecks2.Text = "Chara"
  274. end
  275. if canglitch == 11 and issprinting then
  276. char.Head.face.Texture = "rbxassetid://422627909"
  277. tecks2.Text = "Chara"
  278. end
  279. if canglitch == 12 and issprinting then
  280. char.Head.face.Texture = "rbxassetid://422627909"
  281. tecks2.Text = "Chara"
  282. end
  283. if canglitch == 13 and issprinting then
  284. char.Head.face.Texture = "rbxassetid://422627909"
  285. tecks2.Text = "Chara"
  286. end
  287. if canglitch == 14 and issprinting then
  288. char.Head.face.Texture = "rbxassetid://422627909"
  289. tecks2.Text = "Chara"
  290. end
  291. if canglitch == 15 and issprinting then
  292. char.Head.face.Texture = "rbxassetid://422627909"
  293. tecks2.Text = "Chara"
  294. end
  295. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement