Advertisement
oziel2007

Untitled

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