Advertisement
WaverlyCoal

FE Toast

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