Advertisement
Guest User

ok

a guest
Dec 8th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.98 KB | None | 0 0
  1. require(3747589551)()
  2. -- nebula's ezconvert
  3. --[[
  4. PUT YOUR SCRIPTS BELOW HERE VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  5. ]]
  6.  
  7. --[[Hell toast by vlad20020--
  8. Im a bit crappy scripter but its ok.
  9. --]]
  10. plr = game.Players.LocalPlayer
  11. char = plr.Character
  12. ra = char["Right Arm"]
  13. la = char["Left Arm"]
  14. rl = char["Right Leg"]
  15. ll = char["Left Leg"]
  16. h = char.Head
  17. t = char.Torso
  18. mouse = plr:GetMouse()
  19. tweens = game:GetService("TweenService")
  20. print("Made by o5wP")
  21. warn([[
  22. Q - I still dont know how to name this attack
  23. E - Toast smash
  24. R - Just bit the toast
  25. T - Dead sky
  26. F - Punch
  27. G - Stomp(Works only if dud stunned)
  28. Z - Sit
  29. X - Teleport
  30. C - Crouch + Half invisiblity
  31. V - *CrUnCh*
  32. Y - Throw Toast(Heals)
  33. N - Fix character
  34. B - Summon an explosion(Aim)
  35. H - Cut the throat(Target)
  36. J - Kaboom!
  37. U - Bread Grenade
  38. N - Decapitate(Target)
  39. M - T-Pose dance
  40. 1 - Randomly change music
  41. Click - Slap]])
  42. ---------------
  43. rs = t["Right Shoulder"]
  44. ls = t["Left Shoulder"]
  45. rh = t["Right Hip"]
  46. lh = t["Left Hip"]
  47. nec = t.Neck
  48. rut = char.HumanoidRootPart
  49. rutj = rut.RootJoint
  50. hum = char.Humanoid
  51. using = false
  52. eating = false
  53. it = Instance.new
  54. ---I took it from shackluster`s script lol---
  55. ------Part Creation------
  56. function CreatePart( parent, material, reflectance, transparency, brickcolor, name, size, anchor,cancollide)
  57. local NEWPART = Instance.new("Part")
  58. NEWPART.Reflectance = reflectance
  59. NEWPART.Transparency = transparency
  60. NEWPART.CanCollide = false
  61. NEWPART.Locked = true
  62. NEWPART.Anchored = true
  63. NEWPART.CanCollide = cancollide
  64. if anchor == false then
  65. NEWPART.Anchored = false
  66. end
  67. NEWPART.BrickColor = BrickColor.new(tostring(brickcolor))
  68. NEWPART.Name = name
  69. NEWPART.Size = size
  70. NEWPART.Position = t.Position
  71. NEWPART.Material = material
  72. NEWPART:BreakJoints()
  73. NEWPART.Parent = parent
  74. return NEWPART
  75. end
  76. ------Mesh Creation------
  77. function createMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  78. local NEWMESH = it(MESH)
  79. if MESH == "SpecialMesh" then
  80. NEWMESH.MeshType = MESHTYPE
  81. if MESHID ~= "nil" and MESHID ~= "" then
  82. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  83. end
  84. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  85. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  86. end
  87. end
  88. NEWMESH.Offset = OFFSET or Vector3.new(0, 0, 0)
  89. NEWMESH.Scale = SCALE
  90. NEWMESH.Parent = PARENT
  91. return NEWMESH
  92. end
  93. ------Weld Creation------
  94. function CreateWeld(Type, parent, part0, part1, C0, C1)
  95. local newweld = Instance.new(Type)
  96. newweld.Part0 = part0
  97. newweld.Part1 = part1
  98. newweld.C0 = C0
  99. newweld.C1 = C1
  100. newweld.Parent = parent
  101. return newweld
  102. end
  103. ---------Ragdoll--------
  104. at2 = t:findFirstChild("RightCollarAttachment") at2.Position = Vector3.new(1,.8,0)
  105. at = Instance.new("Attachment",ra) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
  106. balls = Instance.new("BallSocketConstraint",ra) balls.Attachment0 = at2 balls.Attachment1 = at
  107. at21 = t:findFirstChild("LeftCollarAttachment") at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
  108. at1 = Instance.new("Attachment",la) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
  109. balls1 = Instance.new("BallSocketConstraint",la) balls1.Attachment0 = at21 balls1.Attachment1 = at1
  110. nek = Instance.new("Attachment",h) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("BallSocketConstraint",h) nball.Attachment0 = nek nball.Attachment1 = t:findFirstChild("NeckAttachment")
  111. owihatedis = Instance.new("Attachment",t) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
  112. owihatedis2 = Instance.new("Attachment",t) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
  113. hum.Died:connect(function()
  114. mus:Destroy()
  115. rut:Destroy()
  116. local dying = Instance.new("Sound",char) dying.Volume = 5 dying.SoundId = "rbxassetid://475550904" dying:Play() hum.DisplayDistanceType = "None"
  117. local boom = Instance.new("Explosion",char) boom.Position = t.Position h.face.Texture = "http://www.roblox.com/asset/?id=41679365" boom.BlastRadius = 1
  118. ouch = Instance.new("Model",char) ouch1 = Instance.new("Part",ouch) ouch1.CFrame = h.CFrame ouch1.Size = Vector3.new(.4,.4,.4) ouch1.CanCollide = false ouch1.Name = "Head" ouch.Name = "OW" ouch2 = Instance.new("Humanoid",ouch) ouch3 = Instance.new("Attachment",ouch1) ouch4 = Instance.new("BallSocketConstraint",ouch1) ouch4.Attachment0 = ouch3 ouch4.Attachment1 = h.FaceCenterAttachment
  119. end)
  120. ----------------
  121. local a13 = Instance.new("Sound",t) a13.SoundId = "rbxassetid://0" a13.Looped = true a13.Volume = 0 a13:Play()
  122. local bochka = Instance.new("Sound",t) bochka.Looped = true bochka.SoundId = "rbxassetid://1287970292" bochka.Volume = 0 bochka:Play()
  123. local tripoloski = Instance.new("Sound",t) tripoloski.Looped = true tripoloski.SoundId = "rbxassetid://689628356" tripoloski.Volume = 0 tripoloski:Play()
  124. local cm = Instance.new("Sound",t) cm.Looped = true cm.EmitterSize = 30 cm.Volume = 0 cm.SoundId = "rbxassetid://213693358" cm:Play()
  125. hum.MaxHealth = "inf" hum.Health = "inf" ff = Instance.new("ForceField",char) ff.Visible = false char.Animate.idle.Animation2:Destroy()
  126. mus = Instance.new("Sound",t) mus.SoundId = "rbxassetid://1722896592" mus.Volume = 2 mus.Looped = true mus:Play()
  127. --------------
  128. brda = Instance.new("Part",char) brda.Transparency = 1 brda.CanCollide = false brda.Size = Vector3.new(1.248, 1.264, 0.16) brdam = Instance.new("SpecialMesh",brda) brdam.Scale = Vector3.new(0.003, 0.003, 0.003) brdam.MeshType = "FileMesh" brdam.MeshId = "rbxassetid://1614924885" brdam.TextureId = "rbxassetid://1614940093" brdaw = Instance.new("Weld",ra) brdaw.Part0 = ra brdaw.Part1 = brda brdaw.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,3) brdaw.C0 = brdaw.C0 * CFrame.new(0,1.3,0)
  129. ------Uuhh... Idk--------
  130. mouse.KeyDown:connect(function(key)
  131. if key == "q" and not using then
  132. using = true
  133. function die(hit)
  134. if hit.Parent ~= nil then
  135. local hum = hit.Parent:findFirstChildOfClass("Humanoid")
  136. if hum ~= nil then
  137. if hit.Parent == char then
  138.  
  139. else
  140. hit:Destroy()
  141. end
  142. end
  143. end
  144. end
  145. aaa = Instance.new("Sound",t) aaa.SoundId = "rbxassetid://176238381" aaa.Volume = 2 aaa:Play()
  146. bread = Instance.new("Part",workspace) bread.CanCollide = false bread.Anchored = true bread.Position = mouse.Hit.p bread.CFrame = bread.CFrame * CFrame.new(0,30,0) bread.Size = Vector3.new(15.6, 15.8, 4) bread.Orientation = Vector3.new(90, 180, 0)
  147. bc = bread.Touched:connect(die)
  148. bmesh = Instance.new("SpecialMesh",bread) bmesh.MeshType = "FileMesh" bmesh.MeshId = "rbxassetid://1614924885" bmesh.TextureId = "rbxassetid://1614940093" bmesh.Scale = Vector3.new(0.035, 0.035, 0.035)
  149. hum.WalkSpeed = 0 hum.JumpPower = 0
  150. for i = 1,10 do
  151. bread.CFrame = bread.CFrame * CFrame.new(0,0,3)
  152. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  153. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  154. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  155. lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  156. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  157. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  158. wait()
  159. end
  160. for i = 1,30 do
  161. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  162. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  163. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  164. lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  165. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  166. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(1,1,1)
  167. wait()
  168. end
  169. aaa:Destroy()
  170. hum.WalkSpeed = 16 hum.JumpPower = 50
  171. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  172. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  173. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  174. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  175. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  176. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  177. for i = 1,10 do
  178. bread.Transparency = bread.Transparency + .1
  179. wait()
  180. end
  181. bread:Destroy()
  182. wait(.1)
  183. using = false
  184. end
  185. end)
  186. ----------Toast smash-----------
  187. mouse.KeyDown:connect(function(key)
  188. if key == "e" and not using then
  189. using = true
  190. function die(hit)
  191. if hit.Parent ~= nil then
  192. local hum = hit.Parent:findFirstChildOfClass("Humanoid")
  193. if hum ~= nil then
  194. if hit.Parent == char then
  195.  
  196. else
  197. bd = Instance.new("Decal",hit) bd.Texture = "http://www.roblox.com/asset/?id=718043865" bd.Face = "Front" bd.Transparency = .5
  198. bd1 = Instance.new("Decal",hit) bd1.Texture = "http://www.roblox.com/asset/?id=718043865" bd1.Face = "Back" bd1.Transparency = .5
  199. bd2 = Instance.new("Decal",hit) bd2.Texture = "http://www.roblox.com/asset/?id=718043865" bd2.Face = "Right" bd2.Transparency = .5
  200. bd3 = Instance.new("Decal",hit) bd3.Texture = "http://www.roblox.com/asset/?id=718043865" bd3.Face = "Left" bd3.Transparency = .5
  201. bd4 = Instance.new("Decal",hit) bd4.Texture = "http://www.roblox.com/asset/?id=718043865" bd4.Face = "Bottom" bd4.Transparency = .5
  202. bd5 = Instance.new("Decal",hit) bd5.Texture = "http://www.roblox.com/asset/?id=718043865" bd5.Face = "Top" bd5.Transparency = .5
  203. bme = Instance.new("SpecialMesh",hit) bme.MeshType = "Brick"
  204. hit.Size = hit.Size * Vector3.new(1,.5,1)
  205. for i = 1,10 do
  206. hit.Transparency = hit.Transparency +.1
  207. wait()
  208. end
  209. hit:Destroy()
  210. end
  211. end
  212. end
  213. end
  214. hum.WalkSpeed = 0 hum.JumpPower = 0
  215. for i = 1,5 do
  216. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.3,-.2,.6) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.3,.2,-.6) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.07,0,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.1)
  217. wait()
  218. end
  219. han = Instance.new("Part",workspace) han.Size = Vector3.new(2,2,1) han.Transparency = 1 han.CanCollide = false hw = Instance.new("Weld",han) hw.Part0 = han hw.Part1 = t
  220. mb = Instance.new("Part",workspace) mb.Transparency = 1 mb.CFrame = t.CFrame rut.Anchored = true mb.Size = Vector3.new(15.6, 15.8, 2) mm = Instance.new("SpecialMesh",mb) mm.MeshType = "FileMesh" mm.MeshId = "rbxassetid://1614924885" mm.TextureId = "rbxassetid://1614940093" mm.Scale = Vector3.new(0.035, 0.035, 0.035) mw = Instance.new("Weld",mb) mw.Part0 = mb mw.Part1 = han mw.C0 = mw.C0 * CFrame.new(0,-20,0)
  221. for i = 1,10 do
  222. mb.Transparency = mb.Transparency -.1
  223. wait()
  224. end
  225. mc = mb.Touched:connect(die)
  226. for i = 1,5 do
  227. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.2,0,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.24) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.24) hw.C0 = hw.C0 * CFrame.fromEulerAnglesXYZ(.18,0,0) hw.C0 = hw.C0 * CFrame.new(0,1.2,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.3,-.2,-.2) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.3,-.1,.1) nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
  228. wait()
  229. end
  230. han:Destroy() mb.Anchored = true
  231. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  232. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  233. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  234. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  235. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  236. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  237. hum.WalkSpeed = 16 hum.JumpPower = 50 rut.Anchored = false
  238. wait(.5)
  239. mc:disconnect(die)
  240. wait(.5)
  241. for i = 1,10 do
  242. mb.Transparency = mb.Transparency +.1
  243. wait()
  244. end
  245. mb:Destroy()
  246. wait(.1)
  247. using = false
  248. end
  249. end)
  250. -----------Slap----------
  251. function slap()
  252. if mouse.Button1Down and not using then
  253. using = true
  254. function dmg(hit1)
  255. if hit1.Parent ~= nil then
  256. local hum = hit1.Parent:findFirstChildOfClass("Humanoid")
  257. local faic = hit1.Parent.Head:findFirstChildOfClass("Decal")
  258. if hum ~= nil then
  259. if hit1.Parent == char then
  260.  
  261. else
  262. hum.MaxHealth = 100
  263. hum.Health = hum.Health -5
  264. hum.PlatformStand = true faic.Texture = "rbxassetid://1383895045"
  265. slap = Instance.new("Sound",brda) slap.Volume = 3 slap.SoundId = "rbxassetid://511340819"
  266. slap:Play()
  267. ogad = Instance.new("Weld",workspace) ogad.Part0 = hum.Parent.Torso ogad.Part1 = hum.Parent["Left Arm"] ogad.C0 = ogad.C0 * CFrame.fromEulerAnglesXYZ(0,0,4.7) ogad.C0 = ogad.C0 * CFrame.new(-.5,-2,0) ogad1 = Instance.new("Weld",workspace) ogad1.Part0 = hum.Parent.Torso ogad1.Part1 = hum.Parent["Right Arm"] ogad1.C0 = ogad1.C0 * CFrame.fromEulerAnglesXYZ(0,9.4,4.7) ogad1.C0 = ogad1.C0 * CFrame.new(-.5,-2,0) ogad2 = Instance.new("Weld",workspace) ogad2.Part0 = hum.Parent.Torso ogad2.Part1 = hum.Parent["Left Leg"] ogad2.C0 = ogad2.C0 * CFrame.new(-1,-1.6,0) ogad3 = Instance.new("Weld",workspace) ogad3.Part0 = hum.Parent.Torso ogad3.Part1 = hum.Parent["Right Leg"] ogad3.C0 = ogad3.C0 * CFrame.new(1,-1.6,0)
  268. ow = Instance.new("Decal",hum.Parent.Head) ow.Texture = "http://www.roblox.com/asset/?id=140321302" ow.Color3 = Color3.fromRGB(255,50,50) ow.Transparency = .5
  269. oof = Instance.new("Weld",workspace) oof.Part0 = hum.Parent.Head oof.Part1 = hum.Parent.Torso oof.C0 = oof.C0 * CFrame.new(0,-1.5,0) oof.C0 = oof.C0 * CFrame.fromEulerAnglesXYZ(0,.5,0)
  270. wait(1)
  271. slap:Destroy()
  272. hum.WalkSpeed = 0 hum.JumpPower = 0
  273. wait(4)
  274. hum.PlatformStand = false
  275. wait(3)
  276. hum.WalkSpeed = 16 hum.JumpPower = 50
  277. end
  278. end
  279. end
  280. end
  281. brda.Transparency = 0
  282. for i = 1,5 do
  283. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
  284. wait()
  285. end
  286. for i = 1,5 do
  287. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.25,0,0)
  288. wait()
  289. end
  290. brda.CanCollide = true
  291. dmgg = brda.Touched:connect(dmg)
  292. for i = 1,5 do
  293. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.4,0,0)
  294. wait()
  295. end
  296. dmgg:disconnect(dmg)
  297. for i = 1,5 do
  298. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,0,-.33)
  299. wait()
  300. end
  301. brda.Transparency = 1
  302. brda.CanCollide = false
  303. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  304. using = false
  305. end
  306. end
  307. mouse.Button1Down:connect(slap)
  308. -------------Dead Sky----------
  309. mouse.KeyDown:connect(function(key)
  310. if key == "t" and not using then
  311. using = true
  312. function die1(hit)
  313. if hit.Parent ~= nil then
  314. local hum = hit.Parent:findFirstChildOfClass("Humanoid")
  315. if hum ~= nil then
  316. hit:Destroy()
  317. end
  318. end
  319. end
  320. for i = 1,6 do
  321. mus.Volume = mus.Volume -.5
  322. wait(.2)
  323. end
  324. hum.WalkSpeed = 70 hum.JumpPower = 120
  325. hum.DisplayDistanceType = "None" hum.HealthDisplayType = "AlwaysOff"
  326. game.Lighting.TimeOfDay = 0 game.Lighting.FogColor = Color3.fromRGB(0,0,0) game.Lighting.FogEnd = 20
  327. h.face.Transparency = 1
  328. eh = Instance.new("Decal",h) eh.Texture = "http://www.roblox.com/asset/?id=1471407701"
  329. scm = Instance.new("Sound",workspace) scm.Volume = 1 scm.SoundId = "rbxassetid://1569907462" scm:Play()
  330. hewill = Instance.new("Sound",workspace) hewill.Pitch = .9 hewill.Volume = 10 hewill.SoundId = "rbxassetid://689176850" hewill:Play()
  331. for i = 1,70 do
  332. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.0125,0)
  333. wait()
  334. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,-.00625,0)
  335. wait()
  336. end
  337. wait(4.4)
  338. lau = Instance.new("Sound",t) lau.SoundId = "rbxassetid://138085838" lau.Volume = 5 lau:Play()
  339. hum.WalkSpeed = 0 hum.JumpPower = 0
  340. blid = Instance.new("Part",workspace) blid.Anchored = true blid.CanCollide = false blid.BrickColor = BrickColor.new("Crimson") blid.Material = "Neon" blid.Size = Vector3.new(1,.05,1) blid.CFrame = t.CFrame * CFrame.new(0,-2.85,0) bm = Instance.new("SpecialMesh",blid) bm.MeshType = "Sphere"
  341. for i = 1,15 do
  342. blid.Size = blid.Size + Vector3.new(1,0,1)
  343. rut.Anchored = true
  344. wait()
  345. end
  346. hewill:Destroy()
  347. wot = Instance.new("Part",workspace) wot.CanCollide = false wot.Transparency = 1 wot.Size = Vector3.new(1000, 1000, 60) wot.Anchored = true wot.CFrame = t.CFrame * CFrame.new(0,100,0) wot.CFrame = wot.CFrame * CFrame.fromEulerAnglesXYZ(4.7,0,0) wot.BrickColor = BrickColor.new("Crimson") wot.Material = "Glass" wot.Transparency = 1 li = Instance.new("SurfaceLight",wot) li.Angle = 180 li.Brightness = 100 li.Color = Color3.fromRGB(255,0,0) li.Range = 100 li.Face = "Front" wot.Name = "onoweded" hum.WalkSpeed = 0 hum.JumpPower = 0
  348. dy3 = wot.Touched:connect(die1)
  349. for i = 1,5 do
  350. rutj.C0 = rutj.C0 * CFrame.new(0,0,-2.5)
  351. wot.Transparency = wot.Transparency -.14
  352. wait()
  353. end
  354. for i = 1,15 do
  355. blid.Size = blid.Size - Vector3.new(1,0,1)
  356. wait()
  357. end
  358. blid.Transparency = 1
  359. for i = 1,14 do
  360. wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5)
  361. wait(.1)
  362. end
  363. lau:Destroy()
  364. for i = 1,26 do
  365. wot.CFrame = wot.CFrame * CFrame.new(0,0,-2.5)
  366. wait(.1)
  367. end
  368. wait(1)
  369. blid.Transparency = 0
  370. for i = 1,15 do
  371. blid.Size = blid.Size + Vector3.new(1,0,1)
  372. wait()
  373. end
  374. scm:Destroy()
  375. h.face.Transparency = 0 eh:Destroy()
  376. for i = 1,6 do
  377. mus.Volume = mus.Volume +.5
  378. wait()
  379. end
  380. for i = 1,7 do
  381. wot.Transparency = wot.Transparency +.1
  382. wait()
  383. end
  384. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  385. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  386. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  387. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  388. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  389. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0) rutj.C0 = rutj.C0 * CFrame.new(0,0,-10)
  390. hum.DisplayDistanceType = "Viewer" hum.HealthDisplayType = "DisplayWhenDamaged"
  391. for i = 1,5 do
  392. rutj.C0 = rutj.C0 * CFrame.new(0,0,2)
  393. wait()
  394. end
  395. rut.Anchored = false wot:Destroy() hum.WalkSpeed = 16 hum.JumpPower = 50 game.Lighting.TimeOfDay = 14 game.Lighting.FogColor = Color3.fromRGB(191,191,191) game.Lighting.FogEnd = 100000
  396. for i = 1,10 do
  397. blid.Transparency = blid.Transparency +.1
  398. wait(.05)
  399. end
  400. blid:Destroy()
  401. wait(.1)
  402. using = false
  403. end
  404. end)
  405. ----------------Bit Toast-------------
  406. mouse.KeyDown:connect(function(key)
  407. if key == "r" and not using and not eating then
  408. using = true
  409. eating = true
  410. for i = 1,10 do
  411. brda.Transparency = brda.Transparency -.1
  412. wait()
  413. end
  414. hum.WalkSpeed = 0 hum.JumpPower = 0
  415. for i = 1,10 do
  416. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,.07,.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(.2,.15,.2)
  417. wait()
  418. end
  419. wait(.5)
  420. crunch = Instance.new("Sound",brda) crunch.Volume = 5 crunch.SoundId = "rbxassetid://181027147" crunch:Play()
  421. piece = Instance.new("Part",workspace) piece.BrickColor = BrickColor.new("Wheat") piece.Size = Vector3.new(.1,.1,.1) piece.TopSurface = "Smooth" piece.BottomSurface = "Smooth" piece.CFrame = h.CFrame * CFrame.new(.1,0,-.4)
  422. piece1 = Instance.new("Part",workspace) piece1.BrickColor = BrickColor.new("Deep orange") piece1.Size = Vector3.new(.1,.1,.1) piece1.TopSurface = "Smooth" piece1.BottomSurface = "Smooth" piece1.CFrame = h.CFrame * CFrame.new(0,0,-.5)
  423. piece2 = Instance.new("Part",workspace) piece2.BrickColor = BrickColor.new("Wheat") piece2.Size = Vector3.new(.1,.1,.1) piece2.TopSurface = "Smooth" piece2.BottomSurface = "Smooth" piece2.CFrame = h.CFrame * CFrame.new(0,.05,-.5)
  424. piece3 = Instance.new("Part",workspace) piece3.BrickColor = BrickColor.new("Wheat") piece3.Size = Vector3.new(.1,.1,.1) piece3.TopSurface = "Smooth" piece3.BottomSurface = "Smooth" piece3.CFrame = h.CFrame * CFrame.new(-.1,.1,-.6)
  425. piece4 = Instance.new("Part",workspace) piece4.BrickColor = BrickColor.new("Wheat") piece4.Size = Vector3.new(.1,.1,.1) piece4.TopSurface = "Smooth" piece4.BottomSurface = "Smooth" piece4.CFrame = h.CFrame * CFrame.new(-.1,.1,-.6)
  426. for i = 1,2 do
  427. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
  428. wait()
  429. end
  430. happy = Instance.new("Decal",h) happy.Texture = "http://www.roblox.com/asset/?id=258591579" h.face.Transparency = 1
  431. wait(.07)
  432. for i = 1,10 do
  433. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.07,-.15) brdaw.C0 = brdaw.C0 * CFrame.fromEulerAnglesXYZ(-.2,-.15,-.2)
  434. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.02,0,0)
  435. wait()
  436. end
  437. for i = 1,10 do
  438. brda.Transparency = brda.Transparency +.1
  439. wait()
  440. end
  441. crunch:Destroy() hum.WalkSpeed = 40 hum.JumpPower = 80
  442. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) brdaw.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,3) brdaw.C0 = brdaw.C0 * CFrame.new(0,1.3,0)
  443. wait(.1)
  444. using = false
  445. for i = 1,10 do
  446. hum.WalkSpeed = 40 hum.JumpPower = 80
  447. wait(.5)
  448. end
  449. for i = 1,10 do
  450. piece.Transparency = piece.Transparency +.1
  451. piece1.Transparency = piece1.Transparency +.1
  452. piece2.Transparency = piece2.Transparency +.1
  453. piece3.Transparency = piece3.Transparency +.1
  454. piece4.Transparency = piece4.Transparency +.1
  455. wait()
  456. end
  457. piece:Destroy() piece1:Destroy() piece2:Destroy() piece3:Destroy() piece4:Destroy()
  458. for i = 1,30 do
  459. hum.WalkSpeed = 40 hum.JumpPower = 80
  460. wait(.5)
  461. end
  462. happy:Destroy() h.face.Transparency = 0
  463. hum.WalkSpeed = 16 hum.JumpPower = 50
  464. eating = false
  465. end
  466. end)
  467. -------------Sit--------------
  468. mouse.KeyDown:connect(function(key)
  469. if key == "z" and not using then
  470. hum.WalkSpeed = 0 hum.JumpPower = 0
  471. rutj.C0 = rutj.C0 * CFrame.new(0,0,-1.9)
  472. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,-.2,.8) rh.C0 = rh.C0 * CFrame.new(1,.4,0)
  473. lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,.1,-1.5) lh.C0 = lh.C0 * CFrame.new(-.3,0,0)
  474. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,1,1)
  475. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,-.5,-.7)
  476. end
  477. end)
  478. mouse.KeyUp:connect(function(key)
  479. if key == "z" and not using then
  480. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  481. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  482. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  483. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  484. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  485. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  486. hum.WalkSpeed = 16 hum.JumpPower = 50
  487. end
  488. end)
  489. -------------Punch-------------
  490. mouse.KeyDown:connect(function(key)
  491. if key == "f" and not using then
  492. using = true
  493. function punch(hit)
  494. if hit.Parent ~= nil then
  495. local huma = hit.Parent:findFirstChildOfClass("Humanoid")
  496. if hum ~= nil then
  497. ow = Instance.new("Sound",hit.Parent.Head) ow.Volume = 3 ow.SoundId = "rbxassetid://743886825" ow:Play()
  498. huma.MaxHealth = 100 huma.PlatformStand = true
  499. huma:TakeDamage(math.random(1,5))
  500. huma.Health = huma.Health -0
  501. blud = Instance.new("Part",hit.Parent.Head) blud.Material = "Glass" blud.Shape = "Ball" blud.Size = Vector3.new(.25,.25,.25) blud.BrickColor = BrickColor.new("Crimson") blud.CFrame = hit.Parent.Head.CFrame bludm = Instance.new("SpecialMesh",blud) bludm.MeshType = "Brick"
  502. wait(3)
  503. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  504. if v:IsA("Part") then
  505. v.Transparency = v.Transparency +.1
  506. wait(.1)
  507. end
  508. end
  509. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  510. if v:IsA("Part") then
  511. v:Destroy()
  512. wait()
  513. end
  514. end
  515. ow:Destroy() huma.PlatformStand = false
  516. end
  517. end
  518. end
  519. hb = Instance.new("Part",ra) hb.Size = Vector3.new(1,1,1) hbw = Instance.new("Weld",hb) hb.Transparency = 1 hbw.Part0 = ra hbw.Part1 = hb hbw.C0 = hbw.C0 * CFrame.new(0,-.5,0)
  520. for i = 1,5 do
  521. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
  522. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
  523. wait()
  524. end
  525. hb.Touched:connect(punch)
  526. wait(.2)
  527. for i = 1,5 do
  528. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
  529. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.16,0,0)
  530. wait()
  531. end
  532. for i,v in pairs(ra:GetChildren()) do
  533. if v:IsA("Part") then
  534. v:Destroy()
  535. end
  536. end
  537. for i = 1,10 do
  538. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
  539. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.154)
  540. wait()
  541. end
  542. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0)
  543. wait(.1)
  544. using = false
  545. end
  546. end)
  547. -------Teleport--------
  548. mouse.KeyDown:connect(function(key)
  549. if key == "x" then
  550. t.CFrame = mouse.Hit * CFrame.new(0,2.5,0)
  551. end
  552. end)
  553. ---------FINISH HIM---------
  554. mouse.KeyDown:connect(function(key)
  555. if key == "g" and not using then
  556. using = true
  557. function awa(hit)
  558. if hit.Parent ~= nil then
  559. local humn = hit.Parent:findFirstChildOfClass("Humanoid")
  560. if humn ~= nil then
  561. if humn.PlatformStand == true then
  562. ow1 = Instance.new("Sound",hit.Parent.Head) ow1.Volume = 3 ow1.SoundId = "rbxassetid://743886825" ow1:Play() humn.Health = 0
  563. for i = 1,10 do
  564. blud1 = Instance.new("Part",hit.Parent.Head) blud1.Material = "Glass" blud1.CFrame = hit.Parent.Head.CFrame blud1.Size = Vector3.new(.25,.25,.25) blud1.BrickColor = BrickColor.new("Crimson") blud1.Shape = "Ball" blud1m = Instance.new("SpecialMesh",blud1) blud1m.MeshType = "Brick"
  565. end
  566. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  567. if v:IsA("Part") then
  568. v.Transparency = v.Transparency +.1
  569. wait(.1)
  570. end
  571. end
  572. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  573. if v:IsA("Part") then
  574. v:Destroy()
  575. wait()
  576. end
  577. end
  578. for i = 1,50 do
  579. humn.Health = 0
  580. wait()
  581. end
  582. ow1:Destroy()
  583. end
  584. end
  585. end
  586. end
  587. for i = 1,5 do
  588. rh.C0 = rh.C0 * CFrame.new(.17,.25,0) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.03,0,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,0.04,.17) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-0.1,-.04,-.17) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.05)
  589. wait()
  590. end
  591. hitbox = Instance.new("Part",rl) hitbox.Size = Vector3.new(1,1,1) hitbox.Transparency = 1 hw = Instance.new("Weld",hitbox) hw.Part0 = rl hw.Part1 = hitbox hw.C0 = hw.C0 * CFrame.new(0,-.5,0)
  592. wait(.3)
  593. hc = hitbox.Touched:connect(awa)
  594. for i = 1,5 do
  595. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.03)
  596. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
  597. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.1,0,0)
  598. rh.C0 = rh.C0 * CFrame.new(0,-.25,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.34) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.34)
  599. wait()
  600. end
  601. for i,v in pairs(rl:GetChildren()) do
  602. if v:IsA("Part") then
  603. v:Destroy()
  604. end
  605. end
  606. for i = 1,5 do
  607. rh.C0 = rh.C0 * CFrame.new(-.17,0,0) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,0,.17) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.1,0,-.17) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(-.08,0,0) nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.1,0,0)
  608. wait()
  609. end
  610. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  611. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  612. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  613. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  614. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  615. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  616. wait(.1)
  617. using = false
  618. end
  619. end)
  620. ----------Crouch------------
  621. mouse.KeyDown:connect(function(key)
  622. if key == "c" and not using then
  623. hum.WalkSpeed = 7 hum.JumpPower = 20
  624. rutj.C0 = rutj.C0 * CFrame.new(0,0,-1) rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(.5,0,0)
  625. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0)
  626. rh.C0 = rh.C0 * CFrame.new(.6,1,0) rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3)
  627. lh.C0 = lh.C0 * CFrame.new(-.6,1,0) lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.33)
  628. for i,v in pairs(char:GetChildren()) do
  629. if v:IsA("Accessory") then
  630. v.Handle.Transparency = .8
  631. end
  632. end
  633. ra.Transparency = .8 la.Transparency = .8 rl.Transparency = .8 ll.Transparency = .8 t.Transparency = .8 h.Transparency = .8 h.face.Transparency = .8
  634. end
  635. end)
  636. mouse.KeyUp:connect(function(key)
  637. if key == "c" and not using then
  638. for i,v in pairs(char:GetChildren()) do
  639. if v:IsA("Accessory") then
  640. v.Handle.Transparency = 0
  641. end
  642. end
  643. ra.Transparency = 0 la.Transparency = 0 rl.Transparency = 0 ll.Transparency = 0 t.Transparency = 0 h.Transparency = 0 h.face.Transparency = 0
  644. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  645. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  646. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  647. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  648. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  649. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  650. hum.WalkSpeed = 16 hum.JumpPower = 50
  651. end
  652. end)
  653. ------------CrUnCh------------
  654. mouse.KeyDown:connect(function(key)
  655. if key == "v" and not using then
  656. using = true
  657. local bric = Instance.new("Part",char) bric.Name = "g0 d13 n00b" bric.Size = Vector3.new(4,6,4) bric.CanCollide = false bric.Transparency = 1 local bricw = Instance.new("Weld",bric) bricw.Part0 = t bricw.Part1 = bric
  658. function smash(hit)
  659. if hit.Parent ~= nil then
  660. local bitc = hit.Parent:FindFirstChildOfClass("Humanoid")
  661. if bitc ~= nil then
  662. if hit.Parent == char then
  663.  
  664. else
  665. local n00b = hit.Parent
  666. bric:Destroy()
  667. for i = 1,5 do
  668. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1)
  669. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.1,-.25,.35)
  670. wait()
  671. end
  672. wait(.4)
  673. rut.Anchored = true
  674. local prt = Instance.new("Part",ra) prt.Size = Vector3.new(1,1,1) prt.Transparency = 1 local pw = Instance.new("Weld",prt) pw.Part0 = ra pw.Part1 = prt pw.C0 = pw.C0 * CFrame.new(0,.5,0)
  675. local hw = Instance.new("Weld",prt) hw.Part0 = prt hw.Part1 = n00b.Head hw.C0 = hw.C0 * CFrame.new(0,-1.5,-2) * CFrame.fromEulerAnglesXYZ(1.55,0,3.1)
  676. for i = 1,2 do
  677. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,1)
  678. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,.5,.2)
  679. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(0,.2,-.45)
  680. wait()
  681. end
  682. wait(1.5)
  683. for i = 1,10 do
  684. local bred = Instance.new("Part",n00b.Head) bred.Size = Vector3.new(0.624, 0.632, 0.08)
  685. local brd = Instance.new("SpecialMesh",bred) brd.MeshType = "FileMesh" brd.MeshId = "rbxassetid://1614924885" brd.TextureId = "rbxassetid://1614940093" brd.Scale = Vector3.new(0.002,0.002,0.002)
  686. bred.CFrame = n00b.Head.CFrame
  687. end
  688. local pe = Instance.new("ParticleEmitter",n00b.Head) pe.Color = ColorSequence.new(Color3.fromRGB(255,200,200)) pe.Acceleration = Vector3.new(0,-5,0) pe.Texture = "http://www.roblox.com/asset/?id=1450282643" pe.SpreadAngle = Vector2.new(180,180) pe.Rate = 100
  689. local pe1 = Instance.new("ParticleEmitter",n00b.Head) pe1.Color = ColorSequence.new(Color3.fromRGB(255,200,200)) pe1.Acceleration = Vector3.new(0,-5,0) pe1.Texture = "http://www.roblox.com/asset/?id=1450282643" pe1.SpreadAngle = Vector2.new(180,180) pe1.Rate = 100
  690. local cru = Instance.new("Sound",t) cru.SoundId = "rbxassetid://181027147" cru.Volume = 10 cru:Play()
  691. local chunch = Instance.new("Sound",t) chunch.SoundId = "rbxassetid://618667795" chunch.Volume = 2 chunch:Play()
  692. rut.Anchored = false
  693. prt:Destroy()
  694. n00b:BreakJoints()
  695. for i,v in pairs(n00b:GetChildren()) do
  696. if v:IsA("Part") then
  697. v.BrickColor = BrickColor.new("Wheat")
  698. v.Transparency = .2 v.Material = "Glass"
  699. v.Anchored = false
  700. local dec = v:FindFirstChildOfClass("Decal")
  701. if dec ~= nil then
  702. dec:Destroy()
  703. end
  704. local mec = v:FindFirstChildOfClass("SpecialMesh")
  705. if mec ~= nil then
  706. mec:Destroy()
  707. end
  708. end
  709. end
  710. for i,v in pairs(n00b:GetChildren()) do
  711. if v:IsA("Accessory") or ("Hat") then
  712. local pt = v:FindFirstChildOfClass("Part")
  713. if pt ~= nil then
  714. pt.Anchored = false
  715. pt.Transparency = .3 pt.BrickColor = BrickColor.new("Wheat")
  716. pt.Material = "Glass" pt.CanCollide = true
  717. local smh = pt:FindFirstChildOfClass("SpecialMesh")
  718. if smh ~= nil then
  719. smh.TextureId = ""
  720. end
  721. end
  722. end
  723. end
  724. for i,v in pairs(n00b:GetChildren()) do
  725. if v:IsA("MeshPart") then
  726. v.Anchored = false
  727. v.BrickColor = BrickColor.new("Wheat")
  728. v.Transparency = .2 v.Material = "Glass"
  729. local dec = v:FindFirstChildOfClass("Decal")
  730. if dec ~= nil then
  731. dec:Destroy()
  732. end
  733. end
  734. end
  735. for i,v in pairs(n00b:GetChildren()) do
  736. if v:IsA("Script") then
  737. v:Destroy()
  738. end
  739. end
  740. for i,v in pairs(n00b:GetChildren()) do
  741. if v:IsA("Humanoid") then
  742. v:Destroy()
  743. end
  744. end
  745. for i,v in pairs(n00b:GetChildren()) do
  746. if v:IsA("CharacterMesh") then
  747. v:Destroy()
  748. end
  749. end
  750. for i,v in pairs(n00b:GetChildren()) do
  751. if v:IsA("Shirt") then
  752. v:Destroy()
  753. end
  754. end
  755. for i,v in pairs(n00b:GetChildren()) do
  756. if v:IsA("Pants") then
  757. v:Destroy()
  758. end
  759. end
  760. for i,v in pairs(n00b:GetChildren()) do
  761. if v:IsA("Part") and v:IsA("SpecialMesh") then
  762. v.Transparency = .5 v.CanCollide = true
  763. v.Name = "nub" v.BrickColor = BrickColor.new("Wheat")
  764. v.Mesh.TextureId = ""
  765. end
  766. end
  767. wait(.3)
  768. pe.Enabled = false
  769. pe1.Enabled = false
  770. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  771. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  772. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  773. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  774. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  775. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  776. wait(2)
  777. chunch:Destroy() cru:Destroy()
  778. n00b:Destroy()
  779. end
  780. end
  781. end
  782. end
  783. bric.Touched:connect(smash)
  784. wait(3)
  785. bric:Destroy()
  786. using = false
  787. end
  788. end)
  789. --------Cut the throat---------
  790. mouse.KeyDown:connect(function(key)
  791. if key == "h" and not using then
  792. local hum1 = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  793. if hum1 ~= nil then
  794. char.Animate.Disabled = true
  795. for i,v in pairs(hum1.Parent:GetChildren()) do
  796. if v:IsA("LocalScript") then
  797. v:Destroy()
  798. end
  799. end
  800. for i,v in pairs(hum1.Parent:GetChildren()) do
  801. if v:IsA("Script") then
  802. v:Destroy()
  803. end
  804. end
  805. disshit = hum1.Parent
  806. h1 = hum1.Parent.Head
  807. t1 = hum1.Parent.Torso
  808. ra1 = hum1.Parent["Right Arm"]
  809. la1 = hum1.Parent["Left Arm"]
  810. rl1 = hum1.Parent["Right Leg"]
  811. ll1 = hum1.Parent["Left Leg"]
  812. hum1.WalkSpeed = 0 hum1.JumpPower = 0 hum1.Parent.Head.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0
  813. t.CFrame = hum1.Parent.Head.CFrame * CFrame.new(0,-1.5,-2.5) t.CFrame = t.CFrame * CFrame.fromEulerAnglesXYZ(0,3.1,0)
  814. knife = Instance.new("Part",ra) knife.Size = Vector3.new(0.2, 3, 0.7) km = Instance.new("SpecialMesh",knife) km.MeshType = "FileMesh" km.MeshId = "http://www.roblox.com/asset/?id=121944778" km.TextureId = "http://www.roblox.com/asset/?id=161971611" kw = Instance.new("Weld",knife) kw.Part0 = knife kw.Part1 = ra kw.C0 = kw.C0 * CFrame.new(0,-.6,1) kw.C0 = kw.C0 * CFrame.fromEulerAnglesXYZ(1.5,3,0)
  815. rut.Anchored = true
  816. for i = 1,5 do
  817. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.3,0,0)
  818. wait()
  819. end
  820. bb = Instance.new("BillboardGui",char)
  821. bb.AlwaysOnTop = false
  822. bb.Size = UDim2.new(5,35,2,15)
  823. bb.StudsOffset = Vector3.new(4,0,0)
  824. bb.MaxDistance = 75
  825. bb.Adornee = h
  826. bb.Name = "Name"
  827. label = Instance.new("TextLabel",bb)
  828. label.BackgroundTransparency = 1
  829. label.TextScaled = true
  830. label.BorderSizePixel = 0
  831. label.Text = "Be Gone... " ..disshit.Name
  832. label.Font = "Cartoon"
  833. label.TextSize = 20
  834. label.TextStrokeTransparency = 0
  835. label.TextColor3 = Color3.new(1,1,1)
  836. label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
  837. label.Size = UDim2.new(1,0,0.5,0)
  838. label.Parent = bb
  839. for i = 1,10 do
  840. bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0)
  841. label.TextTransparency = label.TextTransparency +.1
  842. label.TextStrokeTransparency = label.TextStrokeTransparency +.1
  843. wait(.07)
  844. end
  845. for i,v in pairs(char:GetChildren()) do
  846. if v:IsA("BillboardGui") then
  847. v:Destroy()
  848. end
  849. end
  850. for i = 1,3 do
  851. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6)
  852. wait()
  853. end
  854. hum1.Health = 0.1 hum1.MaxHealth = 100
  855. stab = Instance.new("Sound",h1) stab.TimePosition = .3 stab.SoundId = "rbxassetid://1386772138" stab.Volume = 3 stab:Play()
  856. hum1.PlatformStand = true
  857. hum1.Parent.Head.Anchored = false
  858. for i,v in pairs(t1:GetChildren()) do
  859. if v:IsA("Motor6D") then
  860. v:Destroy()
  861. end
  862. end
  863. for i,v in pairs(h1:GetChildren()) do
  864. if v:IsA("Decal") then
  865. v:Destroy()
  866. end
  867. end
  868. aaaaa = Instance.new("Sound",h1) aaaaa.SoundId = "rbxassetid://393884633" aaaaa.Volume = 3 aaaaa:Play()
  869. disshit:BreakJoints()
  870. ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
  871. at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
  872. at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
  873. balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
  874. at21 = Instance.new("Attachment",t1) at21.Position = Vector3.new(-1,.8,0) at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
  875. at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
  876. balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
  877. nek = Instance.new("Attachment",h1) nek2 = Instance.new("Attachment",t1) nek2.Position = Vector3.new(0,1,0) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("BallSocketConstraint",h1) nball.Attachment0 = nek nball.Attachment1 = nek2
  878. owihatedis = Instance.new("Attachment",t1) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl1) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl1) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
  879. owihatedis2 = Instance.new("Attachment",t1) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll1) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll1) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
  880. box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
  881. box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
  882. box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
  883. box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
  884. box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
  885. bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
  886. bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
  887. bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
  888. bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
  889. bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
  890. for i = 1,2 do
  891. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.3) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.4)
  892. wait()
  893. end
  894. end
  895. char.Animate.Disabled = false
  896. rut.Anchored = false
  897. hum.WalkSpeed = 16 hum.JumpPower = 50
  898. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0) knife:Destroy()
  899. for i = 1,10 do
  900. blood = Instance.new("Part",h1) blood.Size = Vector3.new(3,3,.01) blood.BrickColor = BrickColor.new("Crimson") blood.TopSurface = "Smooth" blood.BottomSurface = "Smooth" blood.Material = "Glass" blood.CFrame = h1.CFrame * CFrame.new(0,-.5,-.6) bloodm = Instance.new("SpecialMesh",blood) bloodm.MeshType = "Sphere"
  901. wait(.2)
  902. end
  903. wait(1)
  904. for i = 1,10 do
  905. h1.Transparency = h1.Transparency +.1
  906. t1.Transparency =t1.Transparency +.1
  907. ra1.Transparency = ra1.Transparency +.1
  908. la1.Transparency =la1.Transparency +.1
  909. rl1.Transparency = rl1.Transparency +.1
  910. ll1.Transparency = ll1.Transparency +.1
  911. wait(.05)
  912. end
  913. disshit:Destroy()
  914. bb = Instance.new("BillboardGui",char)
  915. bb.AlwaysOnTop = false
  916. bb.Size = UDim2.new(5,35,2,15)
  917. bb.StudsOffset = Vector3.new(4,0,0)
  918. bb.MaxDistance = 75
  919. bb.Adornee = h
  920. bb.Name = "Name"
  921. label = Instance.new("TextLabel",bb)
  922. label.BackgroundTransparency = 1
  923. label.TextScaled = true
  924. label.BorderSizePixel = 0
  925. label.Text = disshit.Name.. " Is Gone..."
  926. label.Font = "Cartoon"
  927. label.TextSize = 20
  928. label.TextStrokeTransparency = 0
  929. label.TextColor3 = Color3.new(1,1,1)
  930. label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
  931. label.Size = UDim2.new(1,0,0.5,0)
  932. label.Parent = bb
  933. for i = 1,10 do
  934. bb.StudsOffset = bb.StudsOffset +Vector3.new(0,.2,0)
  935. label.TextTransparency = label.TextTransparency +.1
  936. label.TextStrokeTransparency = label.TextStrokeTransparency +.1
  937. wait(.07)
  938. end
  939. for i,v in pairs(char:GetChildren()) do
  940. if v:IsA("BillboardGui") then
  941. v:Destroy()
  942. end
  943. end
  944. end
  945. end)
  946. -------Throw Toast(Can eat)--------
  947. mouse.KeyDown:connect(function(key)
  948. if key == "y" and not using then
  949. function eat(toch)
  950. if toch.Parent ~= nil then
  951. local humt = toch.Parent:findFirstChildOfClass("Humanoid")
  952. if humt ~= nil then
  953. local hed = humt.Parent.Head
  954. toast:Destroy()
  955. humt.Health = humt.Health +20 humt.WalkSpeed = humt.WalkSpeed +5 humt.JumpPower = humt.JumpPower +5
  956. yum = Instance.new("Sound",hed) yum.Volume = 8 yum.SoundId = "rbxassetid://181027147" yum:Play()
  957. wait(1)
  958. yum:Destroy()
  959. wait(10)
  960. humt.WalkSpeed = humt.WalkSpeed -5 humt.JumpPower = humt.JumpPower -5
  961. end
  962. end
  963. end
  964. toast = Instance.new("Part",workspace) toast.Name = "EATMEBITC" toast.Size = Vector3.new(1.248, 1.264, 0.16) tm = Instance.new("SpecialMesh",toast) tm.Scale = Vector3.new(0.003, 0.003, 0.003) tm.MeshType = "FileMesh" tm.MeshId = "rbxassetid://1614924885" tm.TextureId = "rbxassetid://1614940093" tw = Instance.new("Weld",brda) tw.Name = "wuild" tw.Part0 = toast tw.Part1 = brda
  965. for i = 1,5 do
  966. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,-.2,.2)
  967. wait()
  968. end
  969. wait(.3)
  970. for i = 1,2 do
  971. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1)
  972. wait()
  973. end
  974. for i,v in pairs(brda:GetChildren()) do
  975. if v:IsA("Weld") then
  976. v:Destroy()
  977. end
  978. end
  979. toast.Touched:connect(eat)
  980. for i = 1,5 do
  981. toast.CFrame = toast.CFrame * CFrame.new(0,1,1)
  982. wait()
  983. end
  984. for i = 1,3 do
  985. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.2,0,.1)
  986. wait()
  987. end
  988. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  989. end
  990. end)
  991. ------Summon Explosion------
  992. ALLAHU_AKBAR = false
  993. mouse.KeyDown:connect(function(key)
  994. if key == "b" and not using and not ALLAHU_AKBAR then
  995. using = true
  996. ALLAHU_AKBAR = true
  997. local bum = Instance.new("Part",workspace) bum.CFrame = mouse.Hit bum.TopSurface = "Smooth" bum.BottomSurface = "Smooth" bum.Material = "Neon" bum.BrickColor = BrickColor.new("Deep orange") bum.Transparency = 1 bum.Shape = "Ball" bum.Size = Vector3.new(50,50,50) bum.CanCollide = false bum.Anchored = true
  998. function aa(hit)
  999. if hit.Parent ~= nil then
  1000. local humta = hit.Parent:findFirstChildOfClass("Humanoid")
  1001. if humta ~= nil then
  1002. if hit.Parent == char then
  1003.  
  1004. else
  1005. local datbitc = hit.Parent humta.DisplayDistanceType = "None"
  1006. hit.Transparency = 1 hit.Anchored = true
  1007. for i,v in pairs(datbitc:GetChildren()) do
  1008. if v:IsA("Accessory") then
  1009. v:Destroy()
  1010. end
  1011. end
  1012. datbitc.Head.CFrame = bum.CFrame
  1013. humta.Parent.Head.Anchored = true
  1014. wait(1.4)
  1015. datbitc:Destroy()
  1016. end
  1017. end
  1018. end
  1019. end
  1020. bum.Touched:connect(aa)
  1021. local tweens = game:GetService("TweenService")
  1022. local tweeni = TweenInfo.new(
  1023. 1,
  1024. Enum.EasingStyle.Bounce,
  1025. Enum.EasingDirection.Out,
  1026. 0,
  1027. true,
  1028. 0
  1029. )
  1030. local size = {Size = Vector3.new(5,5,5), Transparency = 0,Color = Color3.fromRGB(255,0,0)}
  1031. local tsize = tweens:Create(bum,tweeni,size)
  1032. tsize:Play()
  1033. wait(1.4)
  1034. local bs = Instance.new("Sound",bum) bs.SoundId = "rbxassetid://144699494" bs.Volume = 10 bs:Play()
  1035. wait(1.7)
  1036. bum:Destroy()
  1037. using = false
  1038. wait(5)
  1039. local uf = Instance.new("Sound",t) uf.SoundId = "rbxassetid://1474367957" uf.Volume = 2 uf:Play()
  1040. ALLAHU_AKBAR = false
  1041. wait(1)
  1042. uf:Destroy()
  1043. end
  1044. end)
  1045. ------Kaboom------
  1046. kaboom1 = false
  1047. mouse.KeyDown:connect(function(key)
  1048. if key == "j" and not using and not kaboom1 then
  1049. function ah(hit)
  1050. if hit.Parent ~= nil then
  1051. local humana = hit.Parent:findFirstChildOfClass("Humanoid")
  1052. if humana ~= nil then
  1053. if hit.Parent == char then
  1054.  
  1055. else
  1056. local bitc = hit.Parent
  1057. bitc:Destroy()
  1058. end
  1059. end
  1060. end
  1061. end
  1062. using = true
  1063. rut.Anchored = true kaboom1 = true
  1064. for i = 1,10 do
  1065. rut.CFrame = rut.CFrame * CFrame.new(0,3,0)
  1066. mus.Volume = mus.Volume -.3
  1067. cm.Volume = cm.Volume +.1
  1068. wait()
  1069. end
  1070. local poom = Instance.new("Sound",t) poom.EmitterSize = 1000 poom.Volume = 10 poom.Pitch = .6 poom.SoundId = "rbxassetid://704085554"
  1071. local bum = Instance.new("Part",t) bum.Transparency = 1 bum.CanCollide = false bum.Anchored = true bum.CFrame = t.CFrame bum.Size = Vector3.new(200,200,200) bum.BrickColor = BrickColor.new("Toothpaste") bum.Shape = "Ball" bum.Material = "Neon"
  1072. local bum1 = Instance.new("Part",t) bum1.Transparency = 1 bum1.CanCollide = false bum1.Anchored = true bum1.CFrame = t.CFrame bum1.Size = Vector3.new(200,200,200) bum1.BrickColor = BrickColor.new("Toothpaste") bum1.Shape = "Ball" bum1.Material = "Neon"
  1073. local bum2 = Instance.new("Part",t) bum2.Transparency = 1 bum2.CanCollide = false bum2.Anchored = true bum2.CFrame = t.CFrame bum2.Size = Vector3.new(200,200,200) bum2.BrickColor = BrickColor.new("Toothpaste") bum2.Shape = "Ball" bum2.Material = "Neon"
  1074. local bum3= Instance.new("Part",t) bum3.Transparency = 1 bum3.CanCollide = false bum3.Anchored = true bum3.CFrame = t.CFrame bum3.Size = Vector3.new(200,200,200) bum3.BrickColor = BrickColor.new("Toothpaste") bum3.Shape = "Ball" bum3.Material = "Neon"
  1075. local tweeni = TweenInfo.new(
  1076. .6,
  1077. Enum.EasingStyle.Quint,
  1078. Enum.EasingDirection.In,
  1079. 0,
  1080. false,
  1081. 0
  1082. )
  1083. local size = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .75}
  1084. local tsize = tweens:Create(bum,tweeni,size)
  1085. local size1 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .5}
  1086. local tsize1 = tweens:Create(bum1,tweeni,size1)
  1087. local size2 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = .25}
  1088. local tsize2 = tweens:Create(bum2,tweeni,size2)
  1089. local size3 = {Size = Vector3.new(7,7,7), Color = Color3.fromRGB(255,100,0), Transparency = 0}
  1090. local tsize3 = tweens:Create(bum3,tweeni,size2)
  1091. tsize:Play()
  1092. poom:Play()
  1093. wait(.6)
  1094. tsize1:Play()
  1095. poom:Play()
  1096. wait(.6)
  1097. tsize2:Play()
  1098. poom:Play()
  1099. wait(.6)
  1100. tsize3:Play()
  1101. poom:Play()
  1102. local kaboom = Instance.new("Sound",t) kaboom.Volume = 3 kaboom.SoundId = "rbxassetid://138084923" kaboom:Play()
  1103. wait(1)
  1104. bum.Transparency = 1 bum1.Transparency = 1 bum2.Transparency = 1
  1105. local alahuakbar = {Size = Vector3.new(500,500,500), Transparency = 1, Color = Color3.fromRGB(255,50,0)}
  1106. local tak = tweens:Create(bum3,tweeni,alahuakbar)
  1107. tak:Play()
  1108. bum3.Touched:connect(ah)
  1109. local exp = Instance.new("Sound",t) exp.EmitterSize = 100 exp.Volume = 10 exp.SoundId = "rbxassetid://1577567682" exp:Play()
  1110. wait(1)
  1111. using = false rut.Anchored = false poom:Destroy()
  1112. bum:Destroy() bum1:Destroy() bum2:Destroy() bum3:Destroy()
  1113. wait(1)
  1114. kaboom:Destroy()
  1115. wait(.4)
  1116. exp:Destroy()
  1117. wait(10)
  1118. for i = 1,10 do
  1119. mus.Volume = mus.Volume +.3
  1120. cm.Volume = cm.Volume -.1
  1121. wait(.1)
  1122. end
  1123. kaboom1 = false
  1124. end
  1125. end)
  1126. ------Bread Grenade------
  1127. brid = false
  1128. mouse.KeyDown:connect(function(key)
  1129. if key == "u" and not using and not brid then
  1130. using = true
  1131. brid = true
  1132. function gren_exp(hit)
  1133. if hit.Parent ~= nil then
  1134. local humt = hit.Parent:FindFirstChild("Humanoid")
  1135. if humt ~= nil then
  1136. if hit.Parent == char then
  1137.  
  1138. else
  1139. hit.Transparency = .4 hit.Color = Color3.fromRGB(255,150,0) hit.Material = "Neon"
  1140. local meaaa = Instance.new("SpecialMesh",hit) meaaa.MeshType = "Brick"
  1141. wait(.7)
  1142. hit.Anchored = true
  1143. for i = 1,30 do
  1144. hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1145. wait()
  1146. end
  1147. for i = 1,6 do
  1148. hit.Transparency = hit.Transparency +.1
  1149. hit.CFrame = hit.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1150. wait()
  1151. end
  1152. humt.Parent:Destroy()
  1153. end
  1154. end
  1155. end
  1156. end
  1157. local tmod = Instance.new("Model",workspace) tmod.Name = "tust"
  1158. local tost = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1159. local tmesh createMesh("SpecialMesh",tost,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1160. local tweld = CreateWeld("Weld",tost,ra,tost,CFrame.new(0,-1.5,0),CFrame.fromEulerAnglesXYZ(0,0,3.1))
  1161. local tost1 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1162. local tmesh1 createMesh("SpecialMesh",tost1,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1163. local tweld1 = CreateWeld("Weld",tost1,tost1,tost,CFrame.new(0,0,.16),CFrame.new(0,0,0))
  1164. local tost2 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1165. local tmesh2 createMesh("SpecialMesh",tost2,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1166. local tweld2 = CreateWeld("Weld",tost2,tost2,tost,CFrame.new(0,0,.32),CFrame.new(0,0,0))
  1167. local tost3 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1168. local tmesh3 createMesh("SpecialMesh",tost3,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1169. local tweld3 = CreateWeld("Weld",tost3,tost3,tost,CFrame.new(0,0,.48),CFrame.new(0,0,0))
  1170. local tost4 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1171. local tmesh4 createMesh("SpecialMesh",tost4,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1172. local tweld4 = CreateWeld("Weld",tost4,tost4,tost,CFrame.new(0,0,-.16),CFrame.new(0,0,0))
  1173. local tost5 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1174. local tmesh5 createMesh("SpecialMesh",tost5,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1175. local tweld5 = CreateWeld("Weld",tost5,tost5,tost,CFrame.new(0,0,-.32),CFrame.new(0,0,0))
  1176. local tost6 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1177. local tmesh6 createMesh("SpecialMesh",tost6,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1178. local tweld6 = CreateWeld("Weld",tost6,tost6,tost,CFrame.new(0,0,-.48),CFrame.new(0,0,0))
  1179. local tost7 = CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1180. local tmesh7 createMesh("SpecialMesh",tost7,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1181. local tweld7 = CreateWeld("Weld",tost7,tost7,tost,CFrame.new(0,0,-.64),CFrame.new(0,0,0))
  1182. local tost8= CreatePart(tmod,"Plastic",0,0,"White","tast",Vector3.new(1.248, 1.264, 0.16),false,false)
  1183. local tmesh8 createMesh("SpecialMesh",tost8,"FileMesh","1614924885","1614940093",Vector3.new(0.003, 0.003, 0.003))
  1184. local tweld8 = CreateWeld("Weld",tost8,tost8,tost,CFrame.new(0,0,.64),CFrame.new(0,0,0))
  1185. function oobread(hit)
  1186. if hit.Parent ~= nil then
  1187. local huma = hit.Parent:FindFirstChildOfClass("Humanoid")
  1188. if huma ~= nil then
  1189. if hit.Parent == char then
  1190.  
  1191. else
  1192. for i = 1,100 do
  1193. huma.WalkToPoint = tost.Position
  1194. wait(.05)
  1195. end
  1196. end
  1197. end
  1198. end
  1199. end
  1200. for i = 1,5 do
  1201. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.66)
  1202. wait()
  1203. end
  1204. wait(.6)
  1205. local vel = Instance.new("BodyVelocity",tost) vel.MaxForce = Vector3.new(99999,99999,99999)
  1206. vel.Velocity = ra.CFrame.lookVector * -30
  1207. tweld:Destroy()
  1208. for i = 1,5 do
  1209. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(0,0,.1) rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.66)
  1210. wait()
  1211. end
  1212. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1) rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,3.145,0)
  1213. vel:Destroy()
  1214. wait(.2)
  1215. tost.CanCollide = true tost1.CanCollide = true tost2.CanCollide = true tost3.CanCollide = true tost4.CanCollide = true tost5.CanCollide = true tost6.CanCollide = true tost7.CanCollide = true tost8.CanCollide = true
  1216. local obread = CreatePart(tmod,"Ice",0,1,"White","obread",Vector3.new(40,40,40),true,false) obread.CFrame = tost.CFrame obread.Touched:connect(oobread)
  1217. wait(3)
  1218. obread:Destroy()
  1219. wait(1)
  1220. using = false
  1221. tost.Touched:connect(oobread) tost1.Touched:connect(oobread) tost2.Touched:connect(oobread) tost3.Touched:connect(oobread) tost4.Touched:connect(oobread) tost5.Touched:connect(oobread) tost6.Touched:connect(oobread) tost7.Touched:connect(oobread) tost8.Touched:connect(oobread)
  1222. local boom = Instance.new("Explosion",tost) boom.Visible = false boom.Position = tost.Position boom.BlastPressure = 100000 boom.BlastRadius = 10
  1223. local bah = CreatePart(tmod,"Neon",0,0,"Deep Orange","bah",Vector3.new(2,2,2),true,false) bah.Position = tost.Position bah.Shape = "Ball"
  1224. bah.Color = Color3.fromRGB(255,160,0) bah.Touched:connect(gren_exp)
  1225. local tweeni = TweenInfo.new(
  1226. .3,
  1227. Enum.EasingStyle.Quint,
  1228. Enum.EasingDirection.In,
  1229. 0,
  1230. false,
  1231. 0)
  1232. local size = {Size = Vector3.new(20,20,20), Color = Color3.fromRGB(255,0,0), Transparency = 1}
  1233. local tsize = tweens:Create(bah,tweeni,size)
  1234. tsize:Play()
  1235. brid = false
  1236. wait(.3)
  1237. bah:Destroy()
  1238. wait(5)
  1239. tmod:Destroy()
  1240. end
  1241. end)
  1242. ------Chat Func.------
  1243. bbg = Instance.new("BillboardGui",h)
  1244. bbg.Size = UDim2.new(0,200,0,50)
  1245. bbg.StudsOffset = Vector3.new(0,2,0)
  1246. bbgTl = Instance.new("TextLabel",bbg)
  1247. bbgTl.BackgroundTransparency = 1
  1248. bbgTl.Size = UDim2.new(10,0,1,0)
  1249. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  1250. bbgTl.Font = "Cartoon"
  1251. bbgTl.Text = " "
  1252. bbgTl.TextSize = 30
  1253. bbgTl.TextStrokeColor3 = Color3.fromRGB(255,160)
  1254. bbgTl.TextColor3 = Color3.fromRGB(255,255,255)
  1255. bbgTl.TextStrokeTransparency = 0
  1256. bbgTl.TextWrapped = true
  1257. plr.Chatted:connect(function(msg)
  1258. bbgTl.Text = msg
  1259. wait(5)
  1260. if bbgTl.Text == msg then
  1261. bbgTl.Text = " "
  1262. end
  1263. end)
  1264. ------...------
  1265. mouse.KeyDown:connect(function(key)
  1266. if key == "=" and not using then
  1267. using = true
  1268. for i = 1,5 do
  1269. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,.3)
  1270. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.15,0,-.3)
  1271. wait()
  1272. end
  1273. local hugbox = CreatePart(char,"Plastic",0,1,"White","Hugs",Vector3.new(3,5,3),false,false)
  1274. local huw = CreateWeld("Weld",hugbox,t,hugbox,CFrame.new(0,0,-2),CFrame.new(0,0,0))
  1275. function hugs(hug)
  1276. if hug.Parent ~= nil then
  1277. local wanthugs = hug.Parent:FindFirstChild("Humanoid")
  1278. if wanthugs ~= nil then
  1279. if hug.Parent == char then
  1280.  
  1281. else
  1282. hugbox:Destroy() wanthugs.Health = wanthugs.Health +35 wanthugs.PlatformStand = false wanthugs.Sit = false
  1283. for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do
  1284. if q:IsA("Decal") then
  1285. q.Transparency = 1
  1286. end
  1287. end
  1288. local o = Instance.new("Decal",wanthugs.Parent.Head) o.Texture = "http://www.roblox.com/asset/?id=388881187"
  1289. h.face.Transparency = 1
  1290. local cface = Instance.new("Decal",h) cface.Texture = "http://www.roblox.com/asset/?id=158131972"
  1291. local hugw = CreateWeld("Weld",char,wanthugs.Parent.Head,t,CFrame.new(0,-1.5,-1.2),CFrame.fromEulerAnglesXYZ(0,3.1,0))
  1292. wait(.2)
  1293. for i = 1,10 do
  1294. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.1,0,.03) rs.C0 = rs.C0 * CFrame.new(0,-.06,0)
  1295. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.1,0,-.03) ls.C0 = ls.C0 * CFrame.new(0,-.06,0)
  1296. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(.05,.04,.04)
  1297. wait()
  1298. end
  1299. wait(2.2)
  1300. o:Destroy()
  1301. for _,q in pairs(wanthugs.Parent.Head:GetChildren()) do
  1302. if q:IsA("Decal") then
  1303. q.Transparency = 0
  1304. end
  1305. end
  1306. cface:Destroy()
  1307. h.face.Transparency = 0
  1308. hugw:Destroy()
  1309. char.Animate.Disabled = false
  1310. end
  1311. end
  1312. end
  1313. end
  1314. hugbox.Touched:connect(hugs)
  1315. wait(3)
  1316. for i = 1,5 do
  1317. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(.15,0,-.3)
  1318. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(.15,0,.3)
  1319. wait()
  1320. end
  1321. hugbox:Destroy()
  1322. using = false
  1323. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  1324. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  1325. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  1326. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  1327. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  1328. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  1329. end
  1330. end)
  1331. ------Decapitate------
  1332. dec = false
  1333. mouse.KeyDown:connect(function(key)
  1334. if key == "n" and not using and not dec then
  1335. local hum1 = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  1336. if hum1 ~= nil then
  1337. local tp = Instance.new("Part",t) tp.Anchored = true tp.Size = t.Size tp.Transparency = 1 tp.CFrame = t.CFrame tp.CanCollide = false
  1338. using = true dec = true char.Animate.Disabled = true
  1339. t.Anchored = true hum.WalkSpeed = 0 hum.JumpPower = 0
  1340. disshit = hum1.Parent
  1341. h1 = hum1.Parent.Head
  1342. t1 = hum1.Parent.Torso
  1343. ra1 = hum1.Parent["Right Arm"]
  1344. la1 = hum1.Parent["Left Arm"]
  1345. rl1 = hum1.Parent["Right Leg"]
  1346. ll1 = hum1.Parent["Left Leg"]
  1347. hum1.WalkSpeed = 0 hum1.JumpPower = 0 t1.Anchored = true
  1348. t.CFrame = t1.CFrame * CFrame.new(0,0,-2) * CFrame.fromEulerAnglesXYZ(0,3.1,0)
  1349. for i = 1,5 do
  1350. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,.1,.4) * CFrame.new(0,-.15,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,-.1,-.4) * CFrame.new(0,-.15,0)
  1351. wait()
  1352. end
  1353. wait(.1)
  1354. local chunc = Instance.new("Sound",h1) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 2 chunc.Pitch = .7 chunc:Play()
  1355. for i = 1,10 do
  1356. chunc:Play()
  1357. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.06) * CFrame.new(.05,-.03,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.06) * CFrame.new(-.05,-.03,0)
  1358. wait(.05)
  1359. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.06) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.06)
  1360. wait(.1)
  1361. end
  1362. for i,v in pairs(disshit:GetChildren()) do
  1363. if v.Name == "HumanoidRootPart" then
  1364. v:Destroy()
  1365. end
  1366. end
  1367. t1.Anchored = false h1.Anchored = false ra1.Anchored = false la1.Anchored = false rl1.Anchored = false ll1.Anchored = false
  1368. hum1.PlatformStand = true
  1369. hum1.Parent.Head.Anchored = false
  1370. disshit:BreakJoints()
  1371. for i,v in pairs(h1:GetChildren()) do
  1372. if v:IsA("Decal") then
  1373. v:Destroy()
  1374. end
  1375. end
  1376. ooww = Instance.new("Decal",h1) ooww.Texture = "http://www.roblox.com/asset/?id=1253783230"
  1377. at2 = Instance.new("Attachment",t1) at2.Position = Vector3.new(1,.8,0) at2.Position = Vector3.new(1,.8,0)
  1378. at = Instance.new("Attachment",ra1) at.Name = "oof" at.Position = Vector3.new(-.5,.8,0)
  1379. balls = Instance.new("BallSocketConstraint",ra1) balls.Attachment0 = at2 balls.Attachment1 = at
  1380. at21 = Instance.new("Attachment",t1) at21.Position = Vector3.new(-1,.8,0) at21.Position = Vector3.new(-1,.8,0) at21.Orientation = Vector3.new(0,180,0)
  1381. at1 = Instance.new("Attachment",la1) at.Name = "oof" at1.Position = Vector3.new(.5,.8,0)
  1382. balls1 = Instance.new("BallSocketConstraint",la1) balls1.Attachment0 = at21 balls1.Attachment1 = at1
  1383. owihatedis = Instance.new("Attachment",t1) owihatedis.Position = Vector3.new(.6,-1,0) oihd = Instance.new("Attachment",rl1) oihd.Position = Vector3.new(.1,1,0) oww = Instance.new("BallSocketConstraint",rl1) oww.Attachment0 = owihatedis oww.Attachment1 = oihd
  1384. nek = Instance.new("Attachment",h1) nek2 = Instance.new("Attachment",t1) nek2.Position = Vector3.new(0,1,0) nek.Position = Vector3.new(0,-.5,0) nball = Instance.new("RopeConstraint",h1) nball.Length = 5000 nball.Visible = false nball.Attachment0 = nek nball.Attachment1 = nek2
  1385. owihatedis2 = Instance.new("Attachment",t1) owihatedis2.Position = Vector3.new(-.6,-1,0) oihd2 = Instance.new("Attachment",ll1) oihd2.Position = Vector3.new(-.1,1,0) oww2 = Instance.new("BallSocketConstraint",ll1) oww2.Attachment0 = owihatedis2 oww2.Attachment1 = oihd2
  1386. box = Instance.new("Part",ra1) box.Size = Vector3.new(1,1,1) box.Transparency = 1
  1387. box1 = Instance.new("Part",la1) box1.Size = Vector3.new(1,1,1) box1.Transparency = 1
  1388. box2 = Instance.new("Part",rl1) box2.Size = Vector3.new(1,1,1) box2.Transparency = 1
  1389. box3 = Instance.new("Part",ll1) box3.Size = Vector3.new(1,1,1) box3.Transparency = 1
  1390. box4 = Instance.new("Part",t1) box4.Size = t.Size - Vector3.new(0,.2,0) box4.Transparency = 1
  1391. bw = Instance.new("Weld",box) bw.Part0 = box bw.Part1 = ra1 bw.C0 = bw.C0 * CFrame.new(0,.5,0)
  1392. bw1 = Instance.new("Weld",box1) bw1.Part0 = box1 bw1.Part1 = la1 bw1.C0 = bw1.C0 * CFrame.new(0,.5,0)
  1393. bw2 = Instance.new("Weld",box2) bw2.Part0 = box2 bw2.Part1 = rl1 bw2.C0 = bw2.C0 * CFrame.new(0,.5,0)
  1394. bw3 = Instance.new("Weld",box3) bw3.Part0 = box3 bw3.Part1 = ll1 bw3.C0 = bw3.C0 * CFrame.new(0,.5,0)
  1395. bw4 = Instance.new("Weld",box4) bw4.Part0 = box4 bw4.Part1 = t1 bw4.C0 = bw4.C0 * CFrame.new(0,.2,0)
  1396. local blud = Instance.new("Part",h1) blud.Shape = "Cylinder" blud.Size = Vector3.new(0.05, 0.77, 0.83) blud.Material = "Glass" blud.BrickColor = BrickColor.new("Crimson") local bludw = Instance.new("Weld",blud) bludw.Part0 = h1 bludw.Part1 = blud bludw.C0 = bludw.C0 * CFrame.new(0,-.59,0) * CFrame.fromEulerAnglesXYZ(0,0,1.55)
  1397. local blud1 = Instance.new("Part",t1) blud1.Shape = "Cylinder" blud1.Size = Vector3.new(0.05, 0.77, 0.83) blud1.Material = "Glass" blud1.BrickColor = BrickColor.new("Crimson") local bludw1 = Instance.new("Weld",blud1) bludw1.Part0 = t1 bludw1.Part1 = blud1 bludw1.C0 = bludw1.C0 * CFrame.new(0,1,0) * CFrame.fromEulerAnglesXYZ(0,0,1.55)
  1398. local hweld = CreateWeld("Weld",t1,h1,ra,CFrame.new(-1,-1,0),CFrame.fromEulerAnglesXYZ(0,0,0)) hweld.C0 = hweld.C0 * CFrame.fromEulerAnglesXYZ(0,0,3.1)
  1399. for i = 1,2 do
  1400. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,-.6)
  1401. wait()
  1402. end
  1403. wait(.4)
  1404. for i = 1,5 do
  1405. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.4,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(0,0,.6)
  1406. wait()
  1407. end
  1408. hweld:Destroy()
  1409. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  1410. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  1411. t.Anchored = false hum.WalkSpeed = 16 hum.JumpPower = 50 char.Animate.Disabled = false
  1412. t.CFrame = tp.CFrame
  1413. tp:Destroy()
  1414. using = false
  1415. wait(5)
  1416. for i = 1,10 do
  1417. ra1.Transparency = ra1.Transparency +.1
  1418. la1.Transparency = la1.Transparency +.1
  1419. rl1.Transparency = rl1.Transparency +.1
  1420. ll1.Transparency = ll1.Transparency +.1
  1421. h1.Transparency = h1.Transparency +.1
  1422. t1.Transparency = t1.Transparency +.1
  1423. blud.Transparency = blud.Transparency +.1
  1424. blud1.Transparency = blud1.Transparency +.1
  1425. wait(.1)
  1426. end
  1427. disshit:Destroy()
  1428. dec = false
  1429. end
  1430. end
  1431. end)
  1432. --------Anti-stun------
  1433. mouse.KeyDown:connect(function(key)
  1434. if key == "n" then
  1435. using = false
  1436. h.Anchored = false
  1437. t.Anchored = false
  1438. ra.Anchored = false
  1439. la.Anchored = false
  1440. rl.Anchored = false
  1441. ll.Anchored = false
  1442. for i,v in pairs(char:GetChildren()) do
  1443. if v:IsA("Accessory") then
  1444. v.Handle.Anchored = false
  1445. end
  1446. end
  1447. dec = false
  1448. char.Animate.Disabled = false hum.WalkSpeed = 16 hum.JumpPower = 50
  1449. hum.PlatformStand = false brda.Anchored = false rut.Anchored = false
  1450. end
  1451. end)
  1452. ------Dance------
  1453. mouse.KeyDown:connect(function(key)
  1454. if key == "m" and not using then
  1455. using = true
  1456. hum.WalkSpeed = 0 hum.JumpPower = 0 mus.Volume = 0 tripoloski.Volume = 5
  1457. for i = 1,5 do
  1458. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03)
  1459. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.31,0,0) * CFrame.new(0,-.15,-.03)
  1460. rh.C0 = rh.C0 * CFrame.new(0,0,.2)
  1461. lh.C0 = lh.C0 * CFrame.new(0,0,.2)
  1462. wait()
  1463. end
  1464. wait(.5)
  1465. for i = 1,6 do
  1466. for i = 1,5 do
  1467. rh.C0 = rh.C0 * CFrame.new(0,.2,0)
  1468. lh.C0 = lh.C0 * CFrame.new(0,.2,0)
  1469. rutj.C0 = rutj.C0 * CFrame.new(0,0,-.2)
  1470. wait()
  1471. end
  1472. wait(.05)
  1473. for i = 1,5 do
  1474. rh.C0 = rh.C0 * CFrame.new(0,-.2,0)
  1475. lh.C0 = lh.C0 * CFrame.new(0,-.2,0)
  1476. rutj.C0 = rutj.C0 * CFrame.new(0,0,.2)
  1477. wait()
  1478. end
  1479. end
  1480. for i = 1,15 do
  1481. for i = 1,2 do
  1482. rh.C0 = rh.C0 * CFrame.new(0,.5,0)
  1483. lh.C0 = lh.C0 * CFrame.new(0,.5,0)
  1484. rutj.C0 = rutj.C0 * CFrame.new(0,0,-.5)
  1485. wait()
  1486. end
  1487. for i = 1,2 do
  1488. rh.C0 = rh.C0 * CFrame.new(0,-.5,0)
  1489. lh.C0 = lh.C0 * CFrame.new(0,-.5,0)
  1490. rutj.C0 = rutj.C0 * CFrame.new(0,0,.5)
  1491. wait()
  1492. end
  1493. end
  1494. for i = 1,25 do
  1495. rh.C0 = rh.C0 * CFrame.new(0,1,0)
  1496. lh.C0 = lh.C0 * CFrame.new(0,1,0)
  1497. rutj.C0 = rutj.C0 * CFrame.new(0,0,-1)
  1498. wait(.03)
  1499. rh.C0 = rh.C0 * CFrame.new(0,-1,0)
  1500. lh.C0 = lh.C0 * CFrame.new(0,-1,0)
  1501. rutj.C0 = rutj.C0 * CFrame.new(0,0,1)
  1502. wait()
  1503. end
  1504. local ow = Instance.new("Decal",h) ow.Texture = "http://www.roblox.com/asset/?id=271100777"
  1505. local chunc = Instance.new("Sound",t) chunc.SoundId = "rbxassetid://314390675" chunc.Volume = 5 chunc:Play()
  1506. h.face.Transparency = 1
  1507. for c = 1,2 do
  1508. rutj.C0 = rutj.C0 * CFrame.new(0,0,-.875)
  1509. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0)
  1510. lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(-.775,0,0) * CFrame.new(0,.75,0)
  1511. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0) ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(-.7,0,0)
  1512. wait()
  1513. end
  1514. local aaaa = Instance.new("Sound",t) aaaa.SoundId = "rbxassetid://633394595" aaaa.Volume = 5 aaaa:Play()
  1515. wait(1)
  1516. ow:Destroy()
  1517. local wot = Instance.new("Decal",h) wot.Texture = "http://www.roblox.com/asset/?id=1077397727"
  1518. for i = 1,60 do
  1519. rs.C0 = rs.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1520. ls.C0 = ls.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1521. nec.C0 = nec.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1522. rutj.C0 = rutj.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1523. rh.C0 = rh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1524. lh.C0 = lh.C0 * CFrame.fromEulerAnglesXYZ(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1525. wait()
  1526. end
  1527. local boom = Instance.new("Explosion",t) boom.Position = t.Position boom.BlastRadius = 0
  1528. rs.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rs.C0 = rs.C0 * CFrame.new(0,.5,1)
  1529. ls.C0 = CFrame.fromEulerAnglesXYZ(0,-14.1,0) ls.C0 = ls.C0 * CFrame.new(0,.5,1)
  1530. rh.C0 = CFrame.fromEulerAnglesXYZ(0,-4.7,0) rh.C0 = rh.C0 * CFrame.new(0,-1,1)
  1531. lh.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,0) lh.C0 = lh.C0 * CFrame.new(0,-1,1)
  1532. nec.C0 = CFrame.fromEulerAnglesXYZ(4.7,0,9.4) nec.C0 = nec.C0 * CFrame.new(0,0,1)
  1533. rutj.C0 = CFrame.fromEulerAnglesXYZ(-4.7,9.4,0)
  1534. hum.WalkSpeed = 16 hum.JumpPower = 50 h.face.Transparency = 0 wot:Destroy()
  1535. using = false mus.Volume = 2 tripoloski.Volume = 0
  1536. wait(.7)
  1537. boom:Destroy()
  1538. end
  1539. end)
  1540. ------Music Change------
  1541. mouse.KeyDown:connect(function(key)
  1542. if key == "1" then
  1543. local mu = math.random(1,5)
  1544. if mu == 1 then
  1545. mus.Volume = 2
  1546. cm.Volume = 0
  1547. tripoloski.Volume = 0
  1548. bochka.Volume = 0
  1549. a13.Volume = 0
  1550. end
  1551. if mu == 2 then
  1552. mus.Volume = 0
  1553. cm.Volume = 2
  1554. tripoloski.Volume = 0
  1555. bochka.Volume = 0
  1556. a13.Volume = 0
  1557. end
  1558. if mu == 3 then
  1559. mus.Volume = 0
  1560. cm.Volume = 0
  1561. tripoloski.Volume = 5
  1562. bochka.Volume = 0
  1563. a13.Volume = 0
  1564. end
  1565. if mu == 4 then
  1566. mus.Volume = 0
  1567. cm.Volume = 0
  1568. tripoloski.Volume = 0
  1569. bochka.Volume = 4
  1570. a13.Volume = 0
  1571. end
  1572. if mu == 5 then
  1573. mus.Volume = 0
  1574. cm.Volume = 0
  1575. tripoloski.Volume = 0
  1576. bochka.Volume = 0
  1577. a13.Volume = 6
  1578. end
  1579. end
  1580. end)
  1581. -----------------END----------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement