Advertisement
Guest User

Untitled

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