Advertisement
wamandnj

Untitled

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