Advertisement
simhwui

Untitled

Nov 10th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. dot = false
  2. des = false
  3. local ChatService = game:GetService("Chat")
  4. local player = game.Players.LocalPlayer
  5. char = player.Character
  6. hum = char.Humanoid
  7. torso = hum.Torso
  8. eye = Instance.new("Part",player.Character)
  9. eye.BrickColor = BrickColor.new("Toothpaste")
  10. eye.Material = "Neon"
  11. eye.FormFactor = 3
  12. eye.Shape = "Ball"
  13. eye.Size = Vector3.new(0.37,0.37,0.1)
  14. weld = Instance.new("Weld",eye)
  15. weld.Part0 = eye
  16. weld.Part1 = player.Character.Head
  17. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  18. eye.Transparency = 1
  19. prepareCharacter = function()
  20. local transPoints = {
  21. NumberSequenceKeypoint.new(0,0,0),
  22. NumberSequenceKeypoint.new(.4,.05,0),
  23. NumberSequenceKeypoint.new(.8,.16,0),
  24. NumberSequenceKeypoint.new(1,.25,0)
  25. }
  26. local sizePoints = {
  27. NumberSequenceKeypoint.new(0,.5,0),
  28. NumberSequenceKeypoint.new(.18,.5,0),
  29. NumberSequenceKeypoint.new(.49,.69,0),
  30. NumberSequenceKeypoint.new(.74,.5,0),
  31. NumberSequenceKeypoint.new(.92,.25,0),
  32. NumberSequenceKeypoint.new(1,.0625,0)
  33. }
  34. local Size = NumberSequence.new(sizePoints)
  35. local Transparency = NumberSequence.new(transPoints)
  36. rayModel = Instance.new("Model",c)
  37. efxBlock = Instance.new("Part",c)
  38. efxBlock.Material = "Neon"
  39. efxBlock.FormFactor = "Custom"
  40. efxBlock.Size = Vector3.new(.3,.3,.3)
  41. light = Instance.new("PointLight",c.Head)
  42. light.Range = 8
  43. light.Color = Color3.new(1,1,1)
  44. light.Shadows = false
  45. local particles = Instance.new("ParticleEmitter",efxBlock)
  46. particles.Color = ColorSequence.new(Color3.new(.85,.85,.85),Color3.new(1,1,1))
  47. particles.ZOffset = 1
  48. particles.LightEmission = .96
  49. particles.Size = Size
  50. particles.Name = "Fire"
  51. particles.Transparency = Transparency
  52. particles.LockedToPart = True
  53. particles.Rate = 50
  54. particles.EmissionDirection = "Right"
  55. particles.Acceleration = Vector3.new(-.6,0,0)
  56. particles.Texture = "rbxassetid://24378732"
  57. particles.Lifetime = NumberRange.new(1,1)
  58. particles.Speed = NumberRange.new(-.8,8)
  59. script.Parent = efxBlock
  60. fire = particles
  61. local offset = Vector3.new(0.2, -1, 0.5)
  62. local weld = Instance.new("Weld",c.Head)
  63. weld.Part0 = c.Head
  64. weld.Part1 = efxBlock
  65. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  66. efxBlock.Parent = c
  67. local music = Instance.new("Sound",c.Torso)
  68. music.SoundId = "rbxassetid://316012176"
  69. music.Looped = true
  70. music.Volume = soundVol
  71. fight = music
  72. local music2 = Instance.new("Sound",c.Torso)
  73. music2.SoundId = "rbxassetid://316014309"
  74. music2.Looped = true
  75. music2.Volume = soundVol
  76. sans = music2
  77. pointGyro = Instance.new("BodyGyro",c.HumanoidRootPart)
  78. pointGyro.P = 1e7
  79. pointGyro.D = 1e3
  80. pointGyro.MaxTorque = Vector3.new(0,1e7,0)
  81. animator = c.Humanoid:FindFirstChild("Animator")
  82. if animator then
  83. animator:Destroy()
  84. end
  85. local Size = NumberSequence.new(sizePoints)
  86. local Transparency = NumberSequence.new(transPoints)
  87. rayModel = Instance.new("Model",c)
  88. efxBlock = Instance.new("Part",c)
  89. efxBlock.Material = "Neon"
  90. efxBlock.FormFactor = "Custom"
  91. efxBlock.Size = Vector3.new(.3,.3,.3)
  92. light = Instance.new("PointLight",c.Head)
  93. light.Range = 8
  94. light.Color = Color3.new(1,1,1)
  95. light.Shadows = false
  96. local particles = Instance.new("ParticleEmitter",efxBlock)
  97. particles.Color = ColorSequence.new(Color3.new(.85,.85,.85),Color3.new(1,1,1))
  98. particles.ZOffset = 1
  99. particles.LightEmission = .96
  100. particles.Size = Size
  101. particles.Name = "Fire"
  102. particles.Transparency = Transparency
  103. particles.LockedToPart = True
  104. particles.Rate = 50
  105. particles.EmissionDirection = "Left"
  106. particles.Acceleration = Vector3.new(-.6,0,0)
  107. particles.Texture = "rbxassetid://24378732"
  108. particles.Lifetime = NumberRange.new(1,1)
  109. particles.Speed = NumberRange.new(-.8,8)
  110. script.Parent = efxBlock
  111. fire = particles
  112. local offset = Vector3.new(-0.2, -1, 0.5)
  113. local weld = Instance.new("Weld",c.Head)
  114. weld.Part0 = c.Head
  115. weld.Part1 = efxBlock
  116. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  117. efxBlock.Parent = c
  118. local music = Instance.new("Sound",c.Torso)
  119. music.SoundId = "rbxassetid://316012176"
  120. music.Looped = true
  121. music.Volume = soundVol
  122. fight = music
  123. local music2 = Instance.new("Sound",c.Torso)
  124. music2.SoundId = "rbxassetid://316014309"
  125. music2.Looped = true
  126. music2.Volume = soundVol
  127. sans = music2
  128. pointGyro = Instance.new("BodyGyro",c.HumanoidRootPart)
  129. pointGyro.P = 1e7
  130. pointGyro.D = 1e3
  131. pointGyro.MaxTorque = Vector3.new(0,1e7,0)
  132. animator = c.Humanoid:FindFirstChild("Animator")
  133. if animator then
  134. animator:Destroy()
  135. end
  136. local Size = NumberSequence.new(sizePoints)
  137. local Transparency = NumberSequence.new(transPoints)
  138. rayModel = Instance.new("Model",c)
  139. efxBlock = Instance.new("Part",c)
  140. efxBlock.Material = "Neon"
  141. efxBlock.FormFactor = "Custom"
  142. efxBlock.Size = Vector3.new(.3,.3,.3)
  143. light = Instance.new("PointLight",c.Head)
  144. light.Range = 8
  145. light.Color = Color3.new(1,1,1)
  146. light.Shadows = false
  147. local particles = Instance.new("ParticleEmitter",efxBlock)
  148. particles.Color = ColorSequence.new(Color3.new(.85,.85,.85),Color3.new(1,1,1))
  149. particles.ZOffset = 1
  150. particles.LightEmission = .96
  151. particles.Size = Size
  152. particles.Name = "Fire"
  153. particles.Transparency = Transparency
  154. particles.LockedToPart = True
  155. particles.Rate = 50
  156. particles.EmissionDirection = "Right"
  157. particles.Acceleration = Vector3.new(-.3,0,0)
  158. particles.Texture = "rbxassetid://24378732"
  159. particles.Lifetime = NumberRange.new(1,1)
  160. particles.Speed = NumberRange.new(-.8,8)
  161. script.Parent = efxBlock
  162. fire = particles
  163. local offset = Vector3.new(0.2, -1.6, 0.5)
  164. local weld = Instance.new("Weld",c.Head)
  165. weld.Part0 = c.Head
  166. weld.Part1 = efxBlock
  167. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  168. efxBlock.Parent = c
  169. local music = Instance.new("Sound",c.Torso)
  170. music.SoundId = "rbxassetid://316012176"
  171. music.Looped = true
  172. music.Volume = soundVol
  173. fight = music
  174. local music2 = Instance.new("Sound",c.Torso)
  175. music2.SoundId = "rbxassetid://316014309"
  176. music2.Looped = true
  177. music2.Volume = soundVol
  178. sans = music2
  179. pointGyro = Instance.new("BodyGyro",c.HumanoidRootPart)
  180. pointGyro.P = 1e7
  181. pointGyro.D = 1e3
  182. pointGyro.MaxTorque = Vector3.new(0,1e7,0)
  183. animator = c.Humanoid:FindFirstChild("Animator")
  184. if animator then
  185. animator:Destroy()
  186. end
  187. local Size = NumberSequence.new(sizePoints)
  188. local Transparency = NumberSequence.new(transPoints)
  189. rayModel = Instance.new("Model",c)
  190. efxBlock = Instance.new("Part",c)
  191. efxBlock.Material = "Neon"
  192. efxBlock.FormFactor = "Custom"
  193. efxBlock.Size = Vector3.new(.3,.3,.3)
  194. light = Instance.new("PointLight",c.Head)
  195. light.Range = 8
  196. light.Color = Color3.new(1,1,1)
  197. light.Shadows = false
  198. local particles = Instance.new("ParticleEmitter",efxBlock)
  199. particles.Color = ColorSequence.new(Color3.new(.85,.85,.85),Color3.new(1,1,1))
  200. particles.ZOffset = 1
  201. particles.LightEmission = .96
  202. particles.Size = Size
  203. particles.Name = "Fire"
  204. particles.Transparency = Transparency
  205. particles.LockedToPart = True
  206. particles.Rate = 50
  207. particles.EmissionDirection = "Left"
  208. particles.Acceleration = Vector3.new(-.3,0,0)
  209. particles.Texture = "rbxassetid://24378732"
  210. particles.Lifetime = NumberRange.new(1,1)
  211. particles.Speed = NumberRange.new(-.8,8)
  212. script.Parent = efxBlock
  213. fire = particles
  214. local offset = Vector3.new(-0.2, -1.6, 0.5)
  215. local weld = Instance.new("Weld",c.Head)
  216. weld.Part0 = c.Head
  217. weld.Part1 = efxBlock
  218. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  219. efxBlock.Parent = c
  220. local music = Instance.new("Sound",c.Torso)
  221. music.SoundId = "rbxassetid://316012176"
  222. music.Looped = true
  223. music.Volume = soundVol
  224. fight = music
  225. local music2 = Instance.new("Sound",c.Torso)
  226. music2.SoundId = "rbxassetid://316014309"
  227. music2.Looped = true
  228. music2.Volume = soundVol
  229. sans = music2
  230. pointGyro = Instance.new("BodyGyro",c.HumanoidRootPart)
  231. pointGyro.P = 1e7
  232. pointGyro.D = 1e3
  233. pointGyro.MaxTorque = Vector3.new(0,1e7,0)
  234. animator = c.Humanoid:FindFirstChild("Animator")
  235. if animator then
  236. animator:Destroy()
  237. end
  238. c.Torso.roblox:Destroy()
  239. for i,v in pairs (c.Head:children()) do
  240. if v.ClassName == "Sound" then
  241. v:Destroy()
  242. end
  243. end
  244. for i = 1,#Joints do
  245. Joints[i].C1 = CFrame.new(Vector3.new())
  246. end
  247. human.WalkSpeed = 0
  248. human.JumpPower = 0
  249. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement