Advertisement
ericdesouza

The RPG script WEAPON

Feb 12th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.08 KB | None | 0 0
  1. --by Rufus14
  2. --NOTE:this dont work in private servers it will crash your computer...
  3. --RPG EXPLOSIVE WEAPON SCRIPT V2
  4.  
  5. Character = game.Players.LocalPlayer.Character
  6. Head = Character.Head
  7.  
  8. CV="Red"
  9. p = game.Players.LocalPlayer
  10. char = p.Character
  11. local txt = Instance.new("BillboardGui", char)
  12. txt.Adornee = char .Head
  13. txt.Name = "_status"
  14. txt.Size = UDim2.new(2, 0, 1.2, 0)
  15. txt.StudsOffset = Vector3.new(-9, 8, 0)
  16. local text = Instance.new("TextLabel", txt)
  17. text.Size = UDim2.new(10, 0, 7, 0)
  18. text.FontSize = "Size24"
  19. text.TextScaled = true
  20. text.TextTransparency = 0
  21. text.BackgroundTransparency = 1
  22. text.TextTransparency = 0
  23. text.TextStrokeTransparency = 0
  24. text.Font = "Cartoon"
  25. text.TextStrokeColor3 = Color3.new(255,255,255)
  26.  
  27. v=Instance.new("Part")
  28. v.Name = "ColorBrick"
  29. v.Parent=p.Character
  30. v.FormFactor="Symmetric"
  31. v.Anchored=true
  32. v.CanCollide=false
  33. v.BottomSurface="Smooth"
  34. v.TopSurface="Smooth"
  35. v.Size=Vector3.new(10,5,3)
  36. v.Transparency=1
  37. v.CFrame=char.Torso.CFrame
  38. v.BrickColor=BrickColor.new(CV)
  39. v.Transparency=1
  40. text.TextColor3 = Color3.new(255,0,0)
  41. v.Shape="Block"
  42. text.Text = "Bloxxer "
  43.  
  44. local s = Instance.new("Sound",char)
  45. s.Name = "BGMusic"
  46. s.SoundId = "rbxassetid://937618940"
  47. s.Pitch = 1
  48. s.Volume = 1
  49. s.Looped = true
  50. s.archivable = false
  51. s.Parent = char.Head
  52. wait(0.1)
  53. s:play()
  54.  
  55.  
  56. mouse = game.Players.LocalPlayer:GetMouse()
  57. killing = false
  58. local charge = Instance.new("Sound", game.Players.LocalPlayer.Character)
  59. charge.SoundId = "http://www.roblox.com/asset/?id=268931189"
  60. charge.Volume = 7
  61. charge.PlaybackSpeed = 0.1
  62. local explode = Instance.new("Sound", game.Players.LocalPlayer.Character)
  63. explode.SoundId = "http://www.roblox.com/asset/?id=197161452"
  64. explode.Volume = 10
  65. explode.PlaybackSpeed = 0.45
  66. local big = Instance.new("Sound", game.Players.LocalPlayer.Character)
  67. big.SoundId = "http://www.roblox.com/asset?id=288641686"
  68. big.Volume = 8
  69. big.PlaybackSpeed = 0.2
  70. local wah = Instance.new("Sound", game.Players.LocalPlayer.Character)
  71. wah.SoundId = "http://www.roblox.com/asset/?id=579687077"
  72. wah.Volume = 10
  73. wah.PlaybackSpeed = 0.1
  74. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  75. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  76. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  77. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  78. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  79. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) * CFrame.new(0,-0.5,0)
  80. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  81. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  82. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  83. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  84. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  85. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-0.5,0)
  86. --Converted with ttyyuu12345's model to script plugin v4
  87. function sandbox(var,func)
  88. local env = getfenv(func)
  89. local newenv = setmetatable({},{
  90. __index = function(self,k)
  91. if k=="script" then
  92. return var
  93. else
  94. return env[k]
  95. end
  96. end,
  97. })
  98. setfenv(func,newenv)
  99. return func
  100. end
  101. cors = {}
  102. mas = Instance.new("Model",game:GetService("Lighting"))
  103. Part0 = Instance.new("Part")
  104. SpecialMesh1 = Instance.new("SpecialMesh")
  105. Sound2 = Instance.new("Sound")
  106. Sound3 = Instance.new("Sound")
  107. Part0.Name = "Handle"
  108. Part0.Parent = mas
  109. Part0.Rotation = Vector3.new(-90, 0, 149.300003)
  110. Part0.Locked = true
  111. Part0.Size = Vector3.new(1, 5, 1)
  112. Part0.CFrame = CFrame.new(7.12329102, 0.500226974, 3.38549805, -0.859843254, -0.510558128, -3.7997961e-05, 5.27501106e-06, -8.33272934e-05, 1, -0.510558128, 0.859843254, 7.43865967e-05)
  113. Part0.Position = Vector3.new(7.12329102, 0.500226974, 3.38549805)
  114. Part0.Orientation = Vector3.new(-90, 149.300003, 0)
  115. Part0.CanCollide = false
  116. SpecialMesh1.Parent = Part0
  117. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=189741975"
  118. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=189741994"
  119. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  120. Sound2.Name = "Launch"
  121. Sound2.Parent = Part0
  122. Sound2.SoundId = "http://www.roblox.com/asset/?id=392838370"
  123. Sound3.Name = "Reload"
  124. Sound3.Parent = Part0
  125. Sound3.SoundId = "http://www.roblox.com/asset/?id=151387574"
  126. for i,v in pairs(mas:GetChildren()) do
  127. v.Parent = game:GetService("Players").LocalPlayer.Character
  128. pcall(function() v:MakeJoints() end)
  129. end
  130. mas:Destroy()
  131. for i,v in pairs(cors) do
  132. spawn(function()
  133. pcall(v)
  134. end)
  135. end
  136. Part0:BreakJoints()
  137. local weld = Instance.new("Weld", Part0)
  138. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  139. weld.Part1 = Part0
  140. weld.C0 = CFrame.new(0.14364624, -1.86558533, -0.482425928, 0.961239636, 0.274881363, -0.0215397496, 0.275713176, -0.958950281, 0.0663445592, -0.00241867849, -0.0697118044, -0.997564256)
  141. function diefags()
  142. if not killing then
  143. killing = true
  144. local normiemath = math.random(1,2)
  145. if normiemath == 1 then
  146. local fuckingnormies = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  147. fuckingnormies.SoundId = "rbxassetid://949916584"
  148. fuckingnormies.TimePosition = 6.2
  149. fuckingnormies.Volume = 10
  150. fuckingnormies:Play()
  151. for i = 0,1 , 0.01 do
  152. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02447033, 0.439801455, -0.878314972, 0.951058984, 0.309009612, -2.5504616e-07, -0.0215563904, 0.066344671, -0.997563899, -0.308256835, 0.948742032, 0.069758825),i)
  153. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.300170898, 0.848037004, -1.02149391, 0.866025567, -0.433015972, 0.249994561, -0.03488167, -0.551093698, -0.833714128, 0.49878186, 0.713297307, -0.492365628),i)
  154. game:GetService("RunService").RenderStepped:wait()
  155. end
  156. wait(0.1)
  157. local ball = Instance.new("Part", game.Players.LocalPlayer.Character)
  158. ball.Size = Vector3.new(2,2,2)
  159. ball.BrickColor = BrickColor.new("Black")
  160. ball.CanCollide = false
  161. ball.CFrame = Part0.CFrame * CFrame.new(0,5,0)
  162. ball.CFrame = ball.CFrame * CFrame.Angles(3,0,0)
  163. ball:BreakJoints()
  164. local mesh = Instance.new("SpecialMesh", ball)
  165. mesh.MeshId = "http://www.roblox.com/asset/?id=189741975"
  166. mesh.TextureId = "http://www.roblox.com/asset/?id=31601599"
  167. local vee = Instance.new("BodyVelocity", ball)
  168. vee.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  169. vee.Velocity = mouse.Hit.lookVector * 150
  170. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=189741975"
  171. local canwtfboom = true
  172. local function wtfboom()
  173. if canwtfboom then
  174. canwtfboom = false
  175. ball.Transparency = 1
  176. ball.Anchored = true
  177. local boooom = Instance.new("Sound", ball)
  178. boooom.SoundId = "rbxassetid://154454228"
  179. boooom.Volume = 5
  180. boooom:Play()
  181. local boom = Instance.new("Explosion", workspace)
  182. boom.Position = ball.Position
  183. boom.BlastRadius = 50
  184. local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character)
  185. ball1.Size = Vector3.new(3,3,3)
  186. ball1.Material = "Neon"
  187. ball1.Anchored = true
  188. ball1.Transparency = 0.3
  189. ball1.BrickColor = BrickColor.new("New Yeller")
  190. ball1.CanCollide = false
  191. ball1.CFrame = ball.CFrame
  192. local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character)
  193. ball11.Size = Vector3.new(3,3,3)
  194. ball11.Material = "Neon"
  195. ball11.Anchored = true
  196. ball11.Transparency = 0.3
  197. ball11.BrickColor = BrickColor.new("Maroon")
  198. ball11.CanCollide = false
  199. ball11.CFrame = ball.CFrame
  200. local cf = ball1.CFrame
  201. ball1:BreakJoints()
  202. charge:Play()
  203. explode:Play()
  204. local cfval = 0
  205. local cfval1 = 0
  206. for i = 1,290 do
  207. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  208. cfval1 = cfval1 - 1
  209. cfval = cfval + 1
  210. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  211. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  212. --
  213. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  214. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  215. wait()
  216. end
  217. for i = 1,20 do
  218. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1.2,1.2),math.random(-1.2,1.2),math.random(-1.2,1.2))
  219. cfval1 = cfval1 - 1
  220. cfval = cfval + 1
  221. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  222. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  223. ball1.BrickColor = BrickColor.new("Really black")
  224. --
  225. ball11.BrickColor = BrickColor.new("Institutional white")
  226. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  227. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  228. wait()
  229. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1.3,1.3),math.random(-1.3,1.3),math.random(-1.3,1.3))
  230. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  231. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  232. ball1.BrickColor = BrickColor.new("Red")
  233. --
  234. ball11.BrickColor = BrickColor.new("Really black")
  235. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  236. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  237. wait()
  238. end
  239. local boom = Instance.new("Explosion", workspace)
  240. boom.Position = ball.Position
  241. boom.BlastRadius = 200
  242. big:Play()
  243. wah:Play()
  244. for i = 1,70 do
  245. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  246. cfval1 = cfval1 - 1
  247. cfval = cfval + 1
  248. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  249. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  250. ball1.BrickColor = BrickColor.new("Really black")
  251. --
  252. ball11.BrickColor = BrickColor.new("Really black")
  253. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  254. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  255. wait()
  256. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  257. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  258. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  259. ball1.BrickColor = BrickColor.new("Institutional white")
  260. --
  261. ball11.BrickColor = BrickColor.new("Institutional white")
  262. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  263. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  264. wait()
  265. end
  266. for i = 1,20 do
  267. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  268. cfval1 = cfval1 - 1
  269. cfval = cfval + 1
  270. ball1.Transparency = ball1.Transparency + 0.05
  271. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  272. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  273. ball1.BrickColor = BrickColor.new("Really black")
  274. --
  275. ball11.Transparency = ball11.Transparency + 0.05
  276. ball11.BrickColor = BrickColor.new("Really black")
  277. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  278. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  279. wait()
  280. ball1.Transparency = ball1.Transparency + 0.05
  281. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  282. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  283. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  284. ball1.BrickColor = BrickColor.new("Institutional white")
  285. --
  286. ball11.Transparency = ball11.Transparency + 0.05
  287. ball11.BrickColor = BrickColor.new("Institutional white")
  288. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  289. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  290. wait()
  291. end
  292. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,0,0)
  293. ball1:destroy()
  294. ball11:destroy()
  295. canwtfboom = true
  296. end
  297. end
  298. ball.Touched:connect(wtfboom)
  299. for i = 0,1 , 0.2 do
  300. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02446938, 0.552541018, -0.327054977, 0.951061666, 0.309009731, -7.40417818e-07, 0.095487982, -0.293892294, -0.951057374, -0.293886364, 0.904513896, -0.309014499),i)
  301. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(0.102849007, 1.10630536, -1.02422714, 0.866026998, -0.495132118, 0.0695825815, -0.219193026, -0.501041591, -0.837204993, 0.449390769, 0.709789872, -0.542445064),i)
  302. game:GetService("RunService").RenderStepped:wait()
  303. end
  304. fuckingnormies:Stop()
  305. wait(1)
  306. for i = 0,1 , 0.01 do
  307. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02447033, 0.439801455, -0.878314972, 0.951058984, 0.309009612, -2.5504616e-07, -0.0215563904, 0.066344671, -0.997563899, -0.308256835, 0.948742032, 0.069758825),i)
  308. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.300170898, 0.848037004, -1.02149391, 0.866025567, -0.433015972, 0.249994561, -0.03488167, -0.551093698, -0.833714128, 0.49878186, 0.713297307, -0.492365628),i)
  309. game:GetService("RunService").RenderStepped:wait()
  310. end
  311. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=189741975"
  312. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=189741994"
  313. end
  314. if normiemath == 2 then
  315. local fuckingnormies = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  316. fuckingnormies.SoundId = "rbxassetid://854345294"
  317. fuckingnormies.TimePosition = 2
  318. fuckingnormies.Volume = 10
  319. fuckingnormies:Play()
  320. for i = 0,1 , 0.01 do
  321. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02447033, 0.439801455, -0.878314972, 0.951058984, 0.309009612, -2.5504616e-07, -0.0215563904, 0.066344671, -0.997563899, -0.308256835, 0.948742032, 0.069758825),i)
  322. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.300170898, 0.848037004, -1.02149391, 0.866025567, -0.433015972, 0.249994561, -0.03488167, -0.551093698, -0.833714128, 0.49878186, 0.713297307, -0.492365628),i)
  323. game:GetService("RunService").RenderStepped:wait()
  324. end
  325. wait(0.1)
  326. local ball = Instance.new("Part", game.Players.LocalPlayer.Character)
  327. ball.Size = Vector3.new(3,3,3)
  328. ball.BrickColor = BrickColor.new("Black")
  329. ball.CanCollide = false
  330. ball.CFrame = Part0.CFrame * CFrame.new(0,5,0)
  331. ball.CFrame = ball.CFrame * CFrame.Angles(3,0,0)
  332. ball:BreakJoints()
  333. local mesh = Instance.new("SpecialMesh", ball)
  334. mesh.MeshId = "http://www.roblox.com/asset/?id=189741947"
  335. mesh.TextureId = "http://www.roblox.com/asset/?id=31601599"
  336. local vee = Instance.new("BodyVelocity", ball)
  337. vee.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  338. vee.Velocity = mouse.Hit.lookVector * 150
  339. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=189741975"
  340. local canwtfboom = true
  341. local function wtfboom()
  342. if canwtfboom then
  343. canwtfboom = false
  344. ball.Transparency = 1
  345. ball.Anchored = true
  346. local boooom = Instance.new("Sound", ball)
  347. boooom.SoundId = "rbxassetid://154454228"
  348. boooom.Volume = 5
  349. boooom:Play()
  350. local boom = Instance.new("Explosion", workspace)
  351. boom.Position = ball.Position
  352. boom.BlastRadius = 50
  353. local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character)
  354. ball1.Size = Vector3.new(3,3,3)
  355. ball1.Material = "Neon"
  356. ball1.Anchored = true
  357. ball1.Transparency = 0.3
  358. ball1.BrickColor = BrickColor.new("New Yeller")
  359. ball1.CanCollide = false
  360. ball1.CFrame = ball.CFrame
  361. local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character)
  362. ball11.Size = Vector3.new(3,3,3)
  363. ball11.Material = "Neon"
  364. ball11.Anchored = true
  365. ball11.Transparency = 0.3
  366. ball11.BrickColor = BrickColor.new("Maroon")
  367. ball11.CanCollide = false
  368. ball11.CFrame = ball.CFrame
  369. local cf = ball1.CFrame
  370. ball1:BreakJoints()
  371. charge:Play()
  372. explode:Play()
  373. local cfval = 0
  374. local cfval1 = 0
  375. for i = 1,290 do
  376. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  377. cfval1 = cfval1 - 1
  378. cfval = cfval + 1
  379. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  380. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  381. --
  382. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  383. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  384. wait()
  385. end
  386. for i = 1,20 do
  387. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1.2,1.2),math.random(-1.2,1.2),math.random(-1.2,1.2))
  388. cfval1 = cfval1 - 1
  389. cfval = cfval + 1
  390. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  391. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  392. ball1.BrickColor = BrickColor.new("Really black")
  393. --
  394. ball11.BrickColor = BrickColor.new("Institutional white")
  395. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  396. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  397. wait()
  398. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1.3,1.3),math.random(-1.3,1.3),math.random(-1.3,1.3))
  399. ball1.Size = ball1.Size + Vector3.new(0.2,0.2,0.2)
  400. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  401. ball1.BrickColor = BrickColor.new("Institutional white")
  402. --
  403. ball11.BrickColor = BrickColor.new("Really black")
  404. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  405. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  406. wait()
  407. end
  408. local boom = Instance.new("Explosion", workspace)
  409. boom.Position = ball.Position
  410. boom.BlastRadius = 200
  411. big:Play()
  412. wah:Play()
  413. for i = 1,70 do
  414. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  415. cfval1 = cfval1 - 1
  416. cfval = cfval + 1
  417. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  418. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  419. ball1.BrickColor = BrickColor.new("Really black")
  420. --
  421. ball11.BrickColor = BrickColor.new("Really black")
  422. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  423. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  424. wait()
  425. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  426. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  427. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  428. ball1.BrickColor = BrickColor.new("Institutional white")
  429. --
  430. ball11.BrickColor = BrickColor.new("Institutional white")
  431. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  432. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  433. wait()
  434. end
  435. for i = 1,20 do
  436. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  437. cfval1 = cfval1 - 1
  438. cfval = cfval + 1
  439. ball1.Transparency = ball1.Transparency + 0.05
  440. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  441. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  442. ball1.BrickColor = BrickColor.new("Really black")
  443. --
  444. ball11.Transparency = ball11.Transparency + 0.05
  445. ball11.BrickColor = BrickColor.new("Really black")
  446. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  447. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  448. wait()
  449. ball1.Transparency = ball1.Transparency + 0.05
  450. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  451. ball1.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  452. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-2,2))
  453. ball1.BrickColor = BrickColor.new("Institutional white")
  454. --
  455. ball11.Transparency = ball11.Transparency + 0.05
  456. ball11.BrickColor = BrickColor.new("Institutional white")
  457. ball11.Size = ball1.Size + Vector3.new(0.5,0.5,0.5)
  458. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-2,2))
  459. wait()
  460. end
  461. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0,0,0)
  462. ball1:destroy()
  463. ball11:destroy()
  464. canwtfboom = true
  465. end
  466. end
  467. ball.Touched:connect(wtfboom)
  468. for i = 0,1 , 0.2 do
  469. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02446938, 0.552541018, -0.327054977, 0.951061666, 0.309009731, -7.40417818e-07, 0.095487982, -0.293892294, -0.951057374, -0.293886364, 0.904513896, -0.309014499),i)
  470. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(0.102849007, 1.10630536, -1.02422714, 0.866026998, -0.495132118, 0.0695825815, -0.219193026, -0.501041591, -0.837204993, 0.449390769, 0.709789872, -0.542445064),i)
  471. game:GetService("RunService").RenderStepped:wait()
  472. end
  473. wait(1)
  474. for i = 0,1 , 0.01 do
  475. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.02447033, 0.439801455, -0.878314972, 0.951058984, 0.309009612, -2.5504616e-07, -0.0215563904, 0.066344671, -0.997563899, -0.308256835, 0.948742032, 0.069758825),i)
  476. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.300170898, 0.848037004, -1.02149391, 0.866025567, -0.433015972, 0.249994561, -0.03488167, -0.551093698, -0.833714128, 0.49878186, 0.713297307, -0.492365628),i)
  477. game:GetService("RunService").RenderStepped:wait()
  478. end
  479. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=189741975"
  480. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=189741994"
  481. end
  482. killing = false
  483. end
  484. end
  485. mouse.Button1Down:connect(diefags)
  486. --by Rufus14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement