Advertisement
00fjg

Untitled

Sep 24th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. --// Script made by Cronizete
  3. --// Please dont check the code its ugly
  4. --// Who ever has this and youre not the maker of this script then you just stole it unless I released it to the public or whatever but yeah
  5. --// Please, if you're going to showcase this. Make sure to give credits to me :D
  6. --// Anyways, enjoy the script!!!!!!!!!!!!!!!
  7.  
  8.  
  9. plr = game.Players.LocalPlayer
  10. char = plr.Character
  11. ff = Instance.new('ForceField', char)
  12. ff.Visible = false
  13. mouse = plr:GetMouse()
  14. human = char.Humanoid
  15. torso = char.Torso
  16. root = char.HumanoidRootPart
  17. lleg = char["Left Leg"]
  18. rleg = char["Right Leg"]
  19. larm = char["Left Arm"]
  20. rarm = char["Right Arm"]
  21. head = char.Head
  22. lshold = torso["Left Shoulder"]
  23. rshold = torso["Right Shoulder"]
  24. neck = torso.Neck
  25. lhip = torso["Left Hip"]
  26. rhip = torso["Right Hip"]
  27. lscf = lshold.C0
  28. rscf = rshold.C0
  29. ncf = neck.C0
  30. lhcf = lhip.C0
  31. rhcf = rhip.C0
  32. rad = math.rad
  33. random = math.random
  34. sin = math.sin
  35. cos = math.cos
  36. floor = math.floor
  37. lsho = lshold.C0
  38. rsho = rshold.C0
  39. cd1 = true
  40. cd2 = true
  41.  
  42. function harmlessexplo()
  43. sph = Instance.new('Part', char)
  44. sph.Anchored = true
  45. sph.CFrame = char.Torso.CFrame
  46. sph.CanCollide = false
  47. sph.Anchored = true
  48. sph.Transparency = 0
  49. sph.Material = "Neon"
  50. sph.Shape = "Ball"
  51. sph.Size = Vector3.new(0.2,0.2,0.2)
  52. for i = 1,50 do
  53. wait()
  54. sph.Size = sph.Size + Vector3.new(4,4,4)
  55. sph.Transparency = sph.Transparency + 0.05
  56. sph.CFrame = char.Torso.CFrame
  57. end
  58. sph:Destroy()
  59. end
  60.  
  61. function entrance()
  62.  
  63. for _,q in pairs(char:GetChildren()) do
  64. if q:IsA('Accessory') then
  65. q:Destroy()
  66. end
  67.  
  68. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  69. a.MeshId = "279174949"
  70. a.BodyPart = "LeftArm"
  71.  
  72. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  73. a.MeshId = "319336109"
  74. a.BodyPart = "LeftLeg"
  75.  
  76. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  77. a.MeshId = "279174886"
  78. a.BodyPart = "RightArm"
  79.  
  80. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  81. a.MeshId = "319336155"
  82. a.BodyPart = "RightLeg"
  83.  
  84. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  85. a.MeshId = "376169183"
  86. a.BodyPart = "Torso"
  87.  
  88. a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character)
  89. a.MeshId = "1018858471"
  90. a.BodyPart = "Head"
  91.  
  92. if q:IsA('Shirt') then
  93. q.ShirtTemplate = "rbxassetid://762348817"
  94. end
  95.  
  96. if q:IsA('Pants') then
  97. q.PantsTemplate = "rbxassetid://176233932"
  98. end
  99.  
  100. char["Left Arm"].BrickColor = BrickColor.new('Cyan')
  101. char["Right Arm"].BrickColor = BrickColor.new('Cyan')
  102.  
  103. if q.Name ~= "HumanoidRootPart" and q:IsA('Part') then
  104. q.Transparency = 1
  105. end
  106. end
  107.  
  108. char.Humanoid.HipHeight = 60
  109. wait(.05)
  110. char.Torso.Anchored = true
  111.  
  112. sph = Instance.new('Part', char)
  113. sph.Anchored = true
  114. sph.CFrame = char.Torso.CFrame
  115. sph.CanCollide = false
  116. sph.Anchored = true
  117. sph.Transparency = 0
  118. sph.Material = "Neon"
  119. sph.Shape = "Ball"
  120. sph.Size = Vector3.new(0.2,0.2,0.2)
  121. sp = Instance.new('SpecialMesh', sph)
  122. sp.MeshId = "http://www.roblox.com/Asset/?id=9982590"
  123. sp.Scale = Vector3.new(0.2,0.2,0.2)
  124. a = 0
  125.  
  126. for i = 1, 25 do
  127. sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  128. sp.Scale = sp.Scale + Vector3.new(0.3,0.3,0.3)
  129. sph.Rotation = Vector3.new( a, a, a)
  130. wait()
  131. a = a+3
  132. end
  133. for _,e in pairs(char:GetChildren()) do
  134. if e:IsA('Accessory') then
  135. e.Handle.Transparency = 0
  136. end
  137. if e.Name ~= "HumanoidRootPart" and e:IsA('Part') then
  138. e.Transparency = 0
  139. end
  140. end
  141. for i = 1, 115 do
  142. sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  143. sph.Transparency = sph.Transparency + 0.01
  144. sph.Rotation = Vector3.new( a, a, a)
  145. wait()
  146. a = a+15
  147. end
  148. char.Torso.Anchored = false
  149. char.Humanoid.HipHeight = 0
  150. end
  151.  
  152. function chat(chatt)
  153. local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
  154. text.Size = UDim2.new(0,100,0,40)
  155. text.StudsOffset = Vector3.new(0,3,0)
  156. text.Adornee = game.Players.LocalPlayer.Character.Head
  157. text.Name = "1"
  158. local text1 = Instance.new("TextLabel",text)
  159. text1.BackgroundTransparency = 1
  160. text1.TextStrokeTransparency = 1
  161. text1.TextTransparency = 1
  162. text1.BorderSizePixel = 0
  163. text1.Text = chatt
  164. text1.Font = "Fantasy"
  165. text1.FontSize = "Size36"
  166. text1.TextStrokeTransparency = 0
  167. text1.TextColor3 = Color3.new(1,1,1)
  168. text1.TextStrokeColor3 = Color3.new(0,0,0)
  169. text1.Size = UDim2.new(1,0,0.5,0)
  170. for i=1,15 do
  171. wait()
  172. text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1
  173. text1.TextTransparency = text1.TextTransparency - 0.1
  174. end
  175. wait(1)
  176. for i=1,25 do
  177. wait()
  178. text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1
  179. text1.TextTransparency = text1.TextTransparency + 0.1
  180. end
  181. end
  182.  
  183. function explo()
  184. sph = Instance.new('Part', char)
  185. sph.Touched:connect(function(hit)
  186. if hit.Parent:FindFirstChild('Humanoid') then
  187. if hit.Parent.Name ~= plr.Name then
  188. hit.Parent:Destroy()
  189. else
  190. end
  191. end
  192. end)
  193. sph.Anchored = true
  194. sph.CFrame = char.Torso.CFrame
  195. sph.CanCollide = false
  196. sph.Anchored = true
  197. sph.Transparency = 0
  198. sph.Material = "Neon"
  199. sph.Shape = "Ball"
  200. sph.Size = Vector3.new(0.2,0.2,0.2)
  201. for i = 1,50 do
  202. wait()
  203. sph.Size = sph.Size + Vector3.new(4,4,4)
  204. sph.Transparency = sph.Transparency + 0.03
  205. sph.CFrame = char.Torso.CFrame
  206. end
  207. sph:Destroy()
  208. end
  209.  
  210. --// Main script, don't touch if you don't know how to script or you might ruin the script.
  211.  
  212. entrance()
  213.  
  214. mouse.Button1Down:connect(function()
  215. if cd1 then
  216. if mouse.Target.Parent:FindFirstChild('Humanoid') then
  217. cd1 = false
  218. local target = mouse.Target.Parent
  219. target:FindFirstChild('Torso').Anchored = true
  220. for i=0,1,0.1 do
  221. rshold.C0 = rshold.C0:lerp(CFrame.new(0.9,0.5,-0.1)*CFrame.Angles(rad(-90),rad(90),rad(-180)),i)
  222. wait()
  223. end
  224. chat("Destroy!")
  225. wait(.5)
  226. particle = Instance.new('Part', workspace)
  227. particle.Anchored = true
  228. particle.CFrame = target:FindFirstChild('Torso').CFrame
  229. particle.CanCollide = false
  230. particle.Anchored = true
  231. particle.Transparency = 1
  232. particle.Size = Vector3.new(6.52, 10.36, 6.34)
  233. local pe = Instance.new("ParticleEmitter")
  234. pe.Acceleration = Vector3.new(7, 7, 7)
  235. pe.Lifetime = NumberRange.new(1, 4)
  236. pe.Rate = 500
  237. pe.RotSpeed = NumberRange.new(7, 7)
  238. pe.LightEmission = 0.700
  239. pe.Rotation = NumberRange.new(0, 0)
  240. pe.Size = NumberSequence.new({
  241. NumberSequenceKeypoint.new(0, 1, 0),
  242. NumberSequenceKeypoint.new(1, 10, 0),
  243. NumberSequenceKeypoint.new(1, 10, 0)
  244. })
  245. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  246. pe.Transparency = NumberSequence.new({
  247. NumberSequenceKeypoint.new(0, 0, 0),
  248. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  249. NumberSequenceKeypoint.new(1, 1, 1)
  250. })
  251. pe.ZOffset = 5
  252. pe.VelocitySpread = 360
  253. pe.Parent = particle
  254. pe.Enabled = true
  255. wait(1)
  256. pe.Enabled = false
  257. target:Destroy()
  258. for i=0,1,0.1 do
  259. rshold.C0 = rshold.C0:lerp(rsho,i)
  260. wait()
  261. end
  262. wait(1)
  263. cd1 = true
  264. end
  265. end
  266. end)
  267.  
  268. mouse.KeyDown:connect(function(key)
  269. if key == "t" then
  270. if cd1 then
  271. cd1 = false
  272. particle = Instance.new('Part', workspace)
  273. particle.Anchored = true
  274. particle.CFrame = char:FindFirstChild('Torso').CFrame
  275. particle.CanCollide = false
  276. particle.Anchored = true
  277. particle.Transparency = 1
  278. particle.Size = Vector3.new(6.52, 10.36, 6.34)
  279. local pe = Instance.new("ParticleEmitter")
  280. pe.Acceleration = Vector3.new(7, 7, 7)
  281. pe.Lifetime = NumberRange.new(1, 4)
  282. pe.Rate = 500
  283. pe.RotSpeed = NumberRange.new(7, 7)
  284. pe.LightEmission = 0.700
  285. pe.Rotation = NumberRange.new(0, 0)
  286. pe.Size = NumberSequence.new({
  287. NumberSequenceKeypoint.new(0, 1, 0),
  288. NumberSequenceKeypoint.new(1, 10, 0),
  289. NumberSequenceKeypoint.new(1, 10, 0)
  290. })
  291. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  292. pe.Transparency = NumberSequence.new({
  293. NumberSequenceKeypoint.new(0, 0, 0),
  294. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  295. NumberSequenceKeypoint.new(1, 1, 1)
  296. })
  297. pe.ZOffset = 5
  298. pe.VelocitySpread = 360
  299. pe.Parent = particle
  300. pe.Enabled = true
  301. wait(.3)
  302. char.Torso.CFrame = mouse.Hit
  303. pe.Enabled = false
  304. harmlessexplo()
  305. wait(3)
  306. cd1 = true
  307. end
  308. end
  309.  
  310. if key == "q" then
  311. if cd2 then
  312. cd2 = false
  313. for i=0,1,0.1 do
  314. lshold.C0 = lshold.C0:lerp(CFrame.new(-1.3,0.7,-0.1)*CFrame.Angles(rad(25),-rad(20),-rad(90)),i)
  315. rshold.C0 = rshold.C0:lerp(CFrame.new(1.3,0.7,-0.1)*CFrame.Angles(rad(25),rad(20),rad(90)),i)
  316. wait()
  317. end
  318.  
  319. local pe = Instance.new("ParticleEmitter")
  320. pe.Acceleration = Vector3.new(3, 3, 3)
  321. pe.Lifetime = NumberRange.new(0.1, 0.5)
  322. pe.Rate = 4000
  323. pe.RotSpeed = NumberRange.new(0, 0)
  324. pe.LightEmission = 0.700
  325. pe.Rotation = NumberRange.new(0, 0)
  326. pe.Size = NumberSequence.new({
  327. NumberSequenceKeypoint.new(0, 1, 0),
  328. NumberSequenceKeypoint.new(0.1, 1, 0),
  329. NumberSequenceKeypoint.new(1, 1, 0)
  330. })
  331. pe.Texture = "http://www.roblox.com/asset/?id=242996110"
  332. pe.Transparency = NumberSequence.new({
  333. NumberSequenceKeypoint.new(0, 0, 0),
  334. NumberSequenceKeypoint.new(0.4, 0.3, 0),
  335. NumberSequenceKeypoint.new(1, 1, 1)
  336. })
  337. pe.ZOffset = 5
  338. pe.VelocitySpread = 360
  339. pe.Parent = char["Right Arm"]
  340. pe1 = pe:Clone()
  341. pe1.Parent = char["Left Arm"]
  342. wait(.05)
  343. pe.Enabled = true
  344.  
  345. wait(.05)
  346.  
  347. for i= 1, 100 do
  348. char.Humanoid.HipHeight = char.Humanoid.HipHeight + 0.5
  349. wait()
  350. end
  351.  
  352. wait(.03)
  353.  
  354. chat("A world like this must disappear!")
  355. wait(.07)
  356. explo()
  357. wait(.04)
  358. for i=0,1,0.1 do
  359. lshold.C0 = lshold.C0:lerp(lsho,i)
  360. rshold.C0 = rshold.C0:lerp(rsho,i)
  361. wait()
  362. end
  363. pe.Enabled = false
  364. pe1.Enabled = fasle
  365. char.Humanoid.HipHeight = 0
  366. wait(5)
  367. cd2 = true
  368. end
  369. end
  370. end)
  371.  
  372. while wait() do
  373. char.Humanoid.MaxHealth = 99999
  374. char.Humanoid.Health = char.Humanoid.MaxHealth
  375. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement