Eminic

darpodio

Mar 5th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.50 KB | None | 0 0
  1. wait(1)
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.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,Functions={},Connect=function(self,f)table.insert(self.Functions,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 then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. for _,t in pairs(CAS.Actions) do
  52. for _,k in pairs(t.Keys) do
  53. if k==io.KeyCode then
  54. t.Function(t.Name,io.UserInputState,io)
  55. end
  56. end
  57. end
  58. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  59. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  60. end
  61. end)
  62. Event.Parent = NLS([==[
  63. local Player = game:GetService("Players").LocalPlayer
  64. local Event = script:WaitForChild("UserInput_Event")
  65.  
  66. local Mouse = Player:GetMouse()
  67. local UIS = game:GetService("UserInputService")
  68. local input = function(io,a)
  69. if a then return end
  70. --Since InputObject is a client-side instance, we create and pass table instead
  71. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  72. end
  73. UIS.InputBegan:Connect(input)
  74. UIS.InputEnded:Connect(input)
  75.  
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then return s[k] end
  95. end,
  96. __newindex = function(self,k,v)
  97. local s = rawget(self,"_RealService")
  98. if s then s[k]=v end
  99. end,
  100. __call = function(self,...)
  101. local s = rawget(self,"_RealService")
  102. if s then return s(...) end
  103. end
  104. }
  105. local function FakeService(t,RealService)
  106. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  107. return setmetatable(t,fsmt)
  108. end
  109.  
  110. --Fake game object
  111. local g = {
  112. GetService = function(self,s)
  113. return self[s]
  114. end,
  115. Players = FakeService({
  116. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  117. },"Players"),
  118. UserInputService = FakeService(UIS,"UserInputService"),
  119. ContextActionService = FakeService(CAS,"ContextActionService"),
  120. }
  121. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  122. g.service = g.GetService
  123.  
  124. g.RunService = FakeService({
  125. RenderStepped = _rg:GetService("RunService").Heartbeat,
  126. BindToRenderStep = function(self,name,_,fun)
  127. self._btrs[name] = self.Heartbeat:Connect(fun)
  128. end,
  129. UnbindFromRenderStep = function(self,name)
  130. self._btrs[name]:Disconnect()
  131. end,
  132. },"RunService")
  133.  
  134. setmetatable(g,{
  135. __index=function(self,s)
  136. return _rg:GetService(s) or typeof(_rg[s])=="function"
  137. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  138. end,
  139. __newindex = fsmt.__newindex,
  140. __call = fsmt.__call
  141. })
  142. --Changing owner to fake player object to support owner:GetMouse()
  143. game,owner = g,g.Players.LocalPlayer
  144. end
  145.  
  146. wait(2)
  147. ----Made by RealMrBrainEater, Tyefoodmania---
  148.  
  149. ----Credit to NextFlame for the derpy animation running sorry Idk how to animate yet </3
  150. ---- and Credits to EthanHong0407 for the humping animation, Fixing time stop and hump knife, and MUDA.
  151. function clerp(c1,c2,al)
  152. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  153. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  154. for i,v in pairs(com1) do
  155. com1[i] = v+(com2[i]-v)*al
  156. end
  157. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  158. end
  159.  
  160. local BeeSpeed= 100
  161.  
  162. plr = game:service'Players'.LocalPlayer
  163. plrgui = plr.PlayerGui
  164. char = plr.Character
  165. mouse = plr:GetMouse()
  166. humanoid = char:findFirstChild("Humanoid")
  167. torso = char:findFirstChild("Torso")
  168. head = char.Head
  169. ra = char:findFirstChild("Right Arm")
  170. la = char:findFirstChild("Left Arm")
  171. rl = char:findFirstChild("Right Leg")
  172. ll = char:findFirstChild("Left Leg")
  173. rs = torso:findFirstChild("Right Shoulder")
  174. ls = torso:findFirstChild("Left Shoulder")
  175. rh = torso:findFirstChild("Right Hip")
  176. lh = torso:findFirstChild("Left Hip")
  177. neck = torso:findFirstChild("Neck")
  178. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  179. rootpart = char:findFirstChild("HumanoidRootPart")
  180. camera = workspace.CurrentCamera
  181. anim = char:findFirstChild("Animate")
  182. frozen = false
  183. timestopcool = false
  184. humping = false
  185. mudaing = false
  186. knifeSpeed = 150
  187. stuffFrozen = {}
  188. frozenSounds = {}
  189. if anim then
  190. anim:Destroy()
  191. end
  192. local Create = LoadLibrary("RbxUtility").Create
  193. for i,v in pairs(char:children()) do
  194. if v:IsA("Hat") then
  195. v:Destroy()
  196. end
  197. end
  198. for i,v in pairs(char:children()) do
  199. if v:IsA("Accessory") then
  200. v:Destroy()
  201. end
  202. end
  203. for i,v in pairs(char:children()) do
  204. if v:IsA("Hair") then
  205. v:Destroy()
  206. end
  207. end
  208. head.face.Texture = "rbxassetid://396389196"
  209. local KonoDioDa = Instance.new("Part",char)
  210. KonoDioDa.Size = Vector3.new(1.67, 2.38, 1.7)
  211. KonoDioDa.CanCollide = false
  212. KonoDioDa.BrickColor = BrickColor.new("Fire Yellow")
  213. local KonoDioDa2 = Instance.new("SpecialMesh",KonoDioDa)
  214. KonoDioDa2.MeshId = "rbxassetid://867480786"
  215. KonoDioDa2.TextureId = "rbxassetid://591885543"
  216. KonoDioDa2.Offset = Vector3.new(0.08, 0, 0.3)
  217. KonoDioDa2.Scale = Vector3.new(0.04, 0.04, 0.04)
  218. local KonoDioDa3 = Instance.new("Weld",KonoDioDa)
  219. KonoDioDa3.Part0 = head
  220. KonoDioDa3.Part1 = KonoDioDa
  221. KonoDioDa3.C0 = CFrame.new(0,0,0)*CFrame.Angles(0,0,0)
  222. char.Shirt.ShirtTemplate = "rbxassetid://536831523"
  223. char.Pants.PantsTemplate = "rbxassetid://547264976"
  224.  
  225. function chatfunc(text)
  226. local chat = coroutine.wrap(function()
  227. if char:FindFirstChild("TalkingBillBoard")~= nil then
  228. char:FindFirstChild("TalkingBillBoard"):destroy()
  229. end
  230. local naeeym2 = Instance.new("BillboardGui",char)
  231. naeeym2.Size = UDim2.new(0,100,0,40)
  232. naeeym2.StudsOffset = Vector3.new(0,3,0)
  233. naeeym2.Adornee = char.Head
  234. naeeym2.Name = "TalkingBillBoard"
  235. tecks2 = Instance.new("TextLabel",naeeym2)
  236. tecks2.BackgroundTransparency = 1
  237. tecks2.BorderSizePixel = 0
  238. tecks2.Text = ""
  239. tecks2.Font = "Fantasy"
  240. tecks2.TextSize = 30
  241. tecks2.TextStrokeTransparency = 0
  242. tecks2.TextColor3 = Color3.new(0,0,0)
  243. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  244. tecks2.Size = UDim2.new(1,0,0.5,0)
  245. local tecks3 = Instance.new("TextLabel",naeeym2)
  246. tecks3.BackgroundTransparency = 1
  247. tecks3.BorderSizePixel = 0
  248. tecks3.Text = ""
  249. tecks3.Font = "Fantasy"
  250. tecks3.TextSize = 30
  251. tecks3.TextStrokeTransparency = 0
  252. tecks3.TextColor3 = Color3.new(255,255,0)
  253. tecks3.TextStrokeColor3 = Color3.new(0,255,0)
  254. tecks3.Size = UDim2.new(1,0,0.5,0)
  255. for i = 1,string.len(text),1 do
  256.  
  257. tecks2.Text = string.sub(text,1,i)
  258. tecks3.Text = string.sub(text,1,i)
  259. wait(0.01)
  260. end
  261. wait(2)
  262. for i = 1, 50 do
  263.  
  264. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  265. tecks2.Rotation = tecks2.Rotation - .8
  266. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  267. tecks2.TextTransparency = tecks2.TextTransparency + .04
  268. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  269. tecks3.Rotation = tecks2.Rotation + .8
  270. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  271. tecks3.TextTransparency = tecks2.TextTransparency + .04
  272. end
  273. naeeym2:Destroy()
  274. end)
  275. chat()
  276.  
  277. end
  278. function onChatted(msg)
  279. chatfunc(msg)
  280.  
  281. end
  282. plr.Chatted:connect(onChatted)
  283.  
  284. function timeFreezeFunction()
  285. function spread(model)
  286. for i,p in pairs(model:GetChildren()) do
  287. spread(p)
  288. if p.Name == "Humanoid" and p:IsDescendantOf(char) == false then
  289. for i,d in pairs(p.Parent:GetChildren()) do
  290. if d:IsA("BasePart") and d:IsDescendantOf(char) == false and d.Name ~= "HumanoidRootPart" and d.Anchored == false and stuffFrozen[d] == nil then
  291. table.insert(stuffFrozen, d)
  292. d.Anchored = true
  293. elseif d:IsA("Sound") and d.IsPlaying then
  294. table.insert(frozenSounds, d)
  295. d:Pause()
  296. end
  297. end
  298. end
  299. end
  300. end
  301. spread(workspace)
  302. end
  303.  
  304. abss = Instance.new("BillboardGui",char)
  305. abss.Size = UDim2.new(10,0,10,0)
  306. abss.Enabled = false
  307. abss.Name = "KONODIODA"
  308. imgl = Instance.new("ImageLabel",abss)
  309. imgl.Position = UDim2.new(0,0,0,0)
  310. imgl.Size = UDim2.new(1,0,1,0)
  311. imgl.Image = "rbxassetid://711463989"
  312. imgl.BackgroundTransparency = 1
  313. imgl.ImageColor3 = Color3.new(0,255,255)
  314. img2 = Instance.new("ImageLabel",abss)
  315. img2.Position = UDim2.new(0,0,0,0)
  316. img2.Size = UDim2.new(1,0,1,0)
  317. img2.Image = "rbxassetid://711463989"
  318. img2.BackgroundTransparency = 1
  319. img2.ImageColor3 = Color3.new(0,255,255)
  320.  
  321.  
  322. animation = Instance.new("Animation",script.Parent) -- Pose Wink Wonk
  323. animation.AnimationId = 'rbxassetid://965558263'
  324.  
  325. local animTrack = humanoid:LoadAnimation(animation)
  326.  
  327.  
  328. --Sounds
  329. --Folder
  330. soundfolder = Instance.new("Model",char)
  331. soundfolder.Name = "Sound Folder"
  332. --Sounds
  333. yes = Instance.new("Sound",soundfolder)
  334. yes.Volume = 30
  335. yes.Name = "Jojo"
  336. yes.Looped = true
  337. yes.SoundId = "rbxassetid://626066737"
  338. KonoDioDAA = Instance.new("Sound",soundfolder)
  339. KonoDioDAA.Volume = 30
  340. KonoDioDAA.Name = "Dio"
  341. KonoDioDAA.Looped = false
  342. KonoDioDAA.SoundId = "rbxassetid://686423225"
  343. WhatKindOfDioIsThis = Instance.new("Sound",soundfolder)
  344. WhatKindOfDioIsThis.Volume = 30
  345. WhatKindOfDioIsThis.Name = "Bakana"
  346. WhatKindOfDioIsThis.Looped = true
  347. WhatKindOfDioIsThis.SoundId = "rbxassetid://664294083"
  348. NANI = Instance.new("Sound",soundfolder)
  349. NANI.Volume = 30
  350. NANI.Name = "Japanese Screeching"
  351. NANI.Looped = false
  352. NANI.SoundId = "rbxassetid://853224808"
  353. Stop = Instance.new("Sound",soundfolder)
  354. Stop.Volume = 5
  355. Stop.Name = "Oof"
  356. Stop.Looped = false
  357. Stop.SoundId = "rbxassetid://1055792303"
  358. Stop2 = Instance.new("Sound",soundfolder)
  359. Stop2.Volume = 1
  360. Stop2.Name = "Of"
  361. Stop2.Looped = false
  362. Stop2.SoundId = "rbxassetid://840567549"
  363. Stop3 = Instance.new("Sound",soundfolder)
  364. Stop3.Volume = 10
  365. Stop3.Name = "O0f"
  366. Stop3.Looped = false
  367. Stop3.SoundId = "rbxassetid://274699177"
  368. Start = Instance.new("Sound",soundfolder)
  369. Start.Volume = 10
  370. Start.Name = "00f"
  371. Start.Looped = false
  372. Start.SoundId = "rbxassetid://1054568598"
  373. Start2 = Instance.new("Sound",soundfolder)
  374. Start2.Volume = 4
  375. Start2.Name = "HaiDer"
  376. Start2.Looped = false
  377. Start2.SoundId = "rbxassetid://864569342"
  378. Start2d = Instance.new("Sound",soundfolder)
  379. Start2d.Volume = 5
  380. Start2d.Name = "HaiDer2"
  381. Start2d.Looped = false
  382. Start2d.SoundId = "rbxassetid://491887941"
  383. Wrry = Instance.new("Sound",soundfolder)
  384. Wrry.Volume = 30
  385. Wrry.Name = "Wry"
  386. Wrry.Looped = false
  387. Wrry.SoundId = "rbxassetid://616576437"
  388. Muda = Instance.new("Sound", soundfolder)
  389. Muda.Volume = 4
  390. Muda.Name = "Muda"
  391. Muda.Looped = false
  392. Muda.SoundId = "rbxassetid://616593932"
  393. -------------------------------------------
  394.  
  395. wait(1)
  396.  
  397. local rm = Instance.new("Motor", torso)
  398. rm.C0 = CFrame.new(1.5, 0.5, 0)
  399. rm.C1 = CFrame.new(0, 0.5, 0)
  400. rm.Part0 = torso
  401. rm.Part1 = ra
  402. rm.Name = 'Right Shoulder'
  403.  
  404. local lm = Instance.new("Motor", torso)
  405. lm.C0 = CFrame.new(-1.5, 0.5, 0)
  406. lm.C1 = CFrame.new(0, 0.5, 0)
  407. lm.Part0 = torso
  408. lm.Part1 = la
  409. lm.Name = 'Left Shoulder'
  410.  
  411. local rlegm = Instance.new("Motor", torso)
  412. rlegm.C0 = CFrame.new(0.5, -1, 0)
  413. rlegm.C1 = CFrame.new(0, 1, 0)
  414. rlegm.Part0 = torso
  415. rlegm.Part1 = rl
  416. local llegm = Instance.new("Motor", torso)
  417. llegm.C0 = CFrame.new(-0.5, -1, 0)
  418. llegm.C1 = CFrame.new(0, 1, 0)
  419. llegm.Part0 = torso
  420. llegm.Part1 = ll
  421.  
  422. rj.C0 = CFrame.new()
  423. rj.C1 = CFrame.new()
  424.  
  425. neck.C0 = CFrame.new(0, 1, 0)
  426. neck.C1 = CFrame.new(0, -0.5, 0)
  427.  
  428. local speed = 0.3
  429. local angle = 0
  430. local anglespeed = 1
  431. rsc0 = rm.C0
  432. lsc0 = lm.C0
  433. llc0 = llegm.C0
  434. rlc0 = rlegm.C0
  435. rootc0 = rj.C0
  436. neckc0 = neck.C0
  437. ----------------------------------------------
  438. wait()
  439. function descend(obj,class,func)
  440. for i,v in pairs(obj:GetChildren()) do
  441. if v:IsA(class) then
  442. func(v)
  443. end
  444. descend(v,class,func)
  445. end
  446. end
  447. local pls = game:GetService("Players").LocalPlayer
  448. function initiateCharacter(char)
  449. if not char then return end
  450. wait()
  451. descend(char,"BasePart",function(obj)
  452. obj.Anchored = false
  453. obj.Changed:connect(function()
  454. if obj.Anchored then
  455. obj.Anchored = false
  456. end
  457. end)
  458. end)
  459. descend(char,"Humanoid",function(obj)
  460. obj.WalkSpeed = 16
  461. obj.Changed:connect(function()
  462. if obj.WalkSpeed == 0 then
  463. obj.WalkSpeed = 16
  464. end
  465. end)
  466. end)
  467. end
  468. initiateCharacter(pls.Character)
  469. pls.CharacterAdded:connect(function(c)
  470. initiateCharacter(c)
  471. end)
  472. ----------------------------------------------
  473. mouse.KeyDown:connect(function(key)
  474. if key == "m" then
  475. yes:Play()
  476. wait(2)
  477. end
  478.  
  479. end)
  480.  
  481. mouse.KeyDown:connect(function(key)
  482. if key == "x" then
  483. yes:Stop()
  484. WhatKindOfDioIsThis:Stop()
  485. wait(2)
  486. end
  487.  
  488. end)
  489.  
  490.  
  491. mouse.KeyDown:connect(function(key)
  492. if key == "n" then
  493. KonoDioDAA:Play()
  494. wait(0.3)
  495. chatfunc("KONO DIO DA!!!")
  496. head.face.Texture = "rbxassetid://605435926"
  497. wait(0.1)
  498. head.face.Texture = "rbxassetid://849833250"
  499. wait(0.1)
  500. head.face.Texture = "rbxassetid://605435926"
  501. wait(0.1)
  502. head.face.Texture = "rbxassetid://849833250"
  503. wait(0.1)
  504. head.face.Texture = "rbxassetid://605435926"
  505. wait(0.2)
  506. head.face.Texture = "rbxassetid://849833250"
  507. wait(0.1)
  508. head.face.Texture = "rbxassetid://849833250"
  509. wait(0.1)
  510. head.face.Texture = "rbxassetid://605435926"
  511. wait(0.2)
  512. head.face.Texture = "rbxassetid://849833250"
  513. wait(0.2)
  514. head.face.Texture = "rbxassetid://396389196"
  515. wait(1)
  516. chatfunc("")
  517. wait(0.2)
  518. end
  519.  
  520. end)
  521.  
  522. mouse.KeyDown:connect(function(key)
  523. if key == "b" then
  524. WhatKindOfDioIsThis:Play()
  525. wait(0.3)
  526. chatfunc("What a beautiful KONO DIO DA")
  527. wait(1.8)
  528. end
  529.  
  530. end)
  531.  
  532. mouse.KeyDown:connect(function(key)
  533. if key == "v" then
  534. yes:Play()
  535. wait(2)
  536. end
  537.  
  538. end)
  539.  
  540. mouse.KeyDown:connect(function(key)
  541. if key == "f" then
  542. Wrry:Play()
  543. wait(0.1)
  544. chatfunc("WRRRRRRY")
  545. head.face.Texture = "rbxassetid://605435926"
  546. wait(0.3)
  547. head.face.Texture = "rbxassetid://849833250"
  548. wait(1.5)
  549. head.face.Texture = "rbxassetid://396389196"
  550. wait(0.1)
  551. wait(1.65)
  552. end
  553.  
  554. end)
  555.  
  556. mouse.KeyDown:connect(function(key)
  557. if key == "g" then
  558. NANI:Play()
  559. chatfunc("CHO I TOMO IMO MANUHINGA . . . . . HINJAKU HINJAKU!")
  560. head.face.Texture = "rbxassetid://605435926"
  561. wait(0.1)
  562. head.face.Texture = "rbxassetid://849833250"
  563. wait(0.1)
  564. head.face.Texture = "rbxassetid://605435926"
  565. wait(0.1)
  566. head.face.Texture = "rbxassetid://849833250"
  567. wait(0.1)
  568. head.face.Texture = "rbxassetid://605435926"
  569. wait(0.2)
  570. head.face.Texture = "rbxassetid://849833250"
  571. wait(0.1)
  572. head.face.Texture = "rbxassetid://849833250"
  573. wait(0.1)
  574. head.face.Texture = "rbxassetid://605435926"
  575. wait(0.2)
  576. head.face.Texture = "rbxassetid://849833250"
  577. wait(0.1)
  578. head.face.Texture = "rbxassetid://605435926"
  579. wait(0.1)
  580. head.face.Texture = "rbxassetid://849833250"
  581. wait(0.1)
  582. head.face.Texture = "rbxassetid://605435926"
  583. wait(0.1)
  584. head.face.Texture = "rbxassetid://849833250"
  585. wait(0.1)
  586. head.face.Texture = "rbxassetid://605435926"
  587. wait(0.2)
  588. head.face.Texture = "rbxassetid://849833250"
  589. wait(0.1)
  590. head.face.Texture = "rbxassetid://849833250"
  591. wait(0.1)
  592. head.face.Texture = "rbxassetid://605435926"
  593. wait(0.2)
  594. head.face.Texture = "rbxassetid://849833250"
  595. wait(0.2)
  596. head.face.Texture = "rbxassetid://396389196"
  597. wait(1)
  598. head.face.Texture = "rbxassetid://605435926"
  599. wait(0.1)
  600. head.face.Texture = "rbxassetid://849833250"
  601. wait(0.1)
  602. head.face.Texture = "rbxassetid://605435926"
  603. wait(0.1)
  604. head.face.Texture = "rbxassetid://849833250"
  605. wait(0.1)
  606. head.face.Texture = "rbxassetid://605435926"
  607. wait(0.2)
  608. head.face.Texture = "rbxassetid://849833250"
  609. wait(0.1)
  610. head.face.Texture = "rbxassetid://849833250"
  611. wait(0.1)
  612. head.face.Texture = "rbxassetid://605435926"
  613. wait(0.2)
  614. head.face.Texture = "rbxassetid://849833250"
  615. wait(0.1)
  616. head.face.Texture = "rbxassetid://605435926"
  617. wait(0.1)
  618. head.face.Texture = "rbxassetid://849833250"
  619. wait(0.1)
  620. head.face.Texture = "rbxassetid://605435926"
  621. wait(0.1)
  622. head.face.Texture = "rbxassetid://849833250"
  623. wait(0.1)
  624. head.face.Texture = "rbxassetid://605435926"
  625. wait(0.5)
  626. head.face.Texture = "rbxassetid://396389196"
  627. wait(0.1)
  628. end
  629.  
  630. end)
  631.  
  632. canworld = true
  633. mouse.KeyDown:connect(function(key)
  634. if key == "t" and not frozen then
  635. if canworld == false then return end
  636. if canworld then
  637. canworld = false
  638. Stop:Play()
  639. chatfunc("ZA WARUDO!!!")
  640. head.face.Texture = "rbxassetid://605435926"
  641. wait(0.1)
  642. head.face.Texture = "rbxassetid://849833250"
  643. wait(0.3)
  644. head.face.Texture = "rbxassetid://605435926"
  645. wait(0.1)
  646. head.face.Texture = "rbxassetid://849833250"
  647. wait(0.3)
  648. head.face.Texture = "rbxassetid://605435926"
  649. wait(0.1)
  650. head.face.Texture = "rbxassetid://849833250"
  651. wait(0.1)
  652. head.face.Texture = "rbxassetid://605435926"
  653. wait(0.1)
  654. head.face.Texture = "rbxassetid://396389196"
  655. wait(0.8)
  656. wait(1.5)
  657. Stop3:Play()
  658. head.face.Texture = "rbxassetid://605435926"
  659. wait(0.1)
  660. head.face.Texture = "rbxassetid://849833250"
  661. wait(0.1)
  662. head.face.Texture = "rbxassetid://605435926"
  663. wait(0.1)
  664. head.face.Texture = "rbxassetid://849833250"
  665. wait(0.1)
  666. head.face.Texture = "rbxassetid://849833250"
  667. wait(0.1)
  668. head.face.Texture = "rbxassetid://605435926"
  669. wait(0.1)
  670. head.face.Texture = "rbxassetid://849833250"
  671. wait(0.4)
  672. head.face.Texture = "rbxassetid://605435926"
  673. wait(0.1)
  674. head.face.Texture = "rbxassetid://396389196"
  675.  
  676. local function spawnpart()
  677. sphere = Instance.new("Part")
  678. game.Debris:AddItem(sphere,3)
  679. local sm = Instance.new("SpecialMesh", sphere)
  680. sm.MeshType = "Sphere"
  681. sphere.Transparency = 0.5
  682. sphere.Anchored = true
  683. sphere.CanCollide = false
  684. sphere.Material = "Neon"
  685. sphere.BrickColor = BrickColor.new("Black")
  686. end
  687.  
  688. local function weld(lol)
  689. local weld = Instance.new("Weld", plr.Character.Torso)
  690. weld.Part0 = plr.Character.Torso
  691. weld.Part1 = lol
  692. weld.C0 = plr.Character.Torso.CFrame:inverse()
  693. weld.C1 = lol.CFrame:inverse()
  694. end
  695. wait()
  696. spawnpart()
  697.  
  698. weld(sphere)
  699. --cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  700. --cce.Saturation = -5
  701. knifeSpeed = 0
  702. --game.Debris:AddItem(cce, 5)
  703. sphere.Parent = char.Torso
  704. for i = 1,3 do
  705. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  706. wait()
  707. end
  708. wait()
  709. sphere:Destroy()
  710. BeeSpeed = 0
  711. frozen = true
  712. --cce.Saturation = -0.1
  713. wait(0.3)
  714. --cce.Saturation = -0.2
  715. wait(0.3)
  716. --cce.Saturation = -0.3
  717. wait(0.2)
  718. --cce.Saturation = -1.5
  719. wait()
  720.  
  721. canworld = true
  722.  
  723. end
  724. end
  725. end
  726. )
  727.  
  728. mouse.KeyDown:connect(function(key)
  729. key = key:lower()
  730. if key == "y" and frozen and canworld then
  731. canworld = false
  732. chatfunc("Time continues moving again.")
  733. Start:Play()
  734. head.face.Texture = "rbxassetid://605435926"
  735. wait(0.1)
  736. head.face.Texture = "rbxassetid://849833250"
  737. wait(0.1)
  738. head.face.Texture = "rbxassetid://605435926"
  739. wait(0.2)
  740. head.face.Texture = "rbxassetid://849833250"
  741. wait(0.1)
  742. head.face.Texture = "rbxassetid://605435926"
  743. wait(0.1)
  744. head.face.Texture = "rbxassetid://849833250"
  745. wait(0.1)
  746. head.face.Texture = "rbxassetid://849833250"
  747. wait(0.1)
  748. head.face.Texture = "rbxassetid://605435926"
  749. wait(0.1)
  750. head.face.Texture = "rbxassetid://849833250"
  751. wait(0.1)
  752. head.face.Texture = "rbxassetid://605435926"
  753. wait(0.1)
  754. head.face.Texture = "rbxassetid://849833250"
  755. wait(0.1)
  756. head.face.Texture = "rbxassetid://605435926"
  757. wait(0.1)
  758. head.face.Texture = "rbxassetid://396389196"
  759. wait(0.5)
  760. Start2:Play()
  761. Start2d:Play()
  762. wait()
  763. BeeSpeed = 1
  764. --cce.Saturation = -1.3
  765. wait(0.5)
  766. BeeSpeed = 1.2
  767. --cce.Saturation = -0.5
  768. wait(0.5)
  769. BeeSpeed = 1.4
  770. --cce.Saturation = -0.4
  771. wait(0.3)
  772. BeeSpeed = 1.5
  773. --cce.Saturation = -0.2
  774. wait(0.2)
  775. --cce.Saturation = 0
  776.  
  777. for i, v in pairs(game.Players:GetChildren()) do
  778. t = v.Character:FindFirstChild("Torso")
  779. if t then
  780. t.Anchored = false
  781. end
  782. RA = v.Character:FindFirstChild("Right Arm")
  783. if RA then
  784. RA.Anchored = false
  785. end
  786. LA = v.Character:FindFirstChild("Left Arm")
  787. if LA then
  788. LA.Anchored = false
  789. end
  790. RL = v.Character:FindFirstChild("Right Leg")
  791. if RL then
  792. RL.Anchored = false
  793. end
  794. LL = v.Character:FindFirstChild("Left Leg")
  795. if LL then
  796. LL.Anchored = false
  797. end
  798. end
  799. BeeSpeed = 100
  800. knifeSpeed = 150
  801. canworld = true
  802. frozen = false
  803. tecks2.Text = plr.Name
  804.  
  805. end
  806. end)
  807.  
  808. humanoid.Died:connect(function()
  809. frozen = false
  810. --if cce then
  811. --cce:Remove()
  812. --end
  813. end)
  814. mouse.KeyDown:connect(function(k)
  815. if string.byte(k) == 48 then
  816. humanoid.WalkSpeed = 24
  817. end
  818. end)
  819.  
  820. mouse.KeyUp:connect(function(k)
  821. if string.byte(k) == 48 then
  822. humanoid.WalkSpeed = 16
  823. end
  824. end)
  825.  
  826. local action = 'None'
  827. plr.Chatted:connect(function(msg)
  828. if msg == '/e dance' or msg == '/emote dance' then
  829. action = 'Dance'
  830. end
  831. if msg == '/e wrry' or msg == '/emote wrry' then
  832. action = 'Wrrrry'
  833. end
  834. end)
  835.  
  836.  
  837. local dance_move_wait = 0
  838.  
  839. game:service'RunService'.RenderStepped:connect(function()
  840. rm.MaxVelocity = 0
  841. lm.MaxVelocity = 0
  842. rm.DesiredAngle = 0
  843. rm.CurrentAngle = 0
  844. lm.DesiredAngle = 0
  845. lm.CurrentAngle = 0
  846. angle = (angle % 100) + anglespeed/10
  847. mvmnt = math.pi * math.sin(math.pi*2/100*(angle*10))
  848. local rscf = rsc0
  849. local lscf = lsc0
  850. local rlcf = rlc0
  851. local llcf = llc0
  852. local rjcf = rootc0
  853. local ncf = neckc0
  854. local ray = Ray.new(rootpart.Position, Vector3.new(0, -4.1, 0))
  855. local hitz, enz = workspace:FindPartOnRay(ray, char)
  856. for i,object in pairs(char:children()) do
  857. if object:IsA("Tool") then
  858. tool = true
  859. if not debounce then
  860. for x,value in pairs(object:children()) do
  861. if value:IsA("StringValue") and value.Name == "toolanim" and value.Value == "Slash" then
  862. debounce = true
  863. coroutine.wrap(function()
  864. slashing = true
  865. wait(.15)
  866. slashing = false
  867. debounce = false
  868. end)()
  869. value:Destroy()
  870. end
  871. end
  872. end
  873. elseif not object:IsA'Tool' then
  874. tool = false
  875. end
  876. end
  877. if action == 'Dance' then
  878. anglespeed = 2
  879. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  880. rjcf = rootc0 * CFrame.Angles(math.rad(2), math.sin(angle)*.15, 0)
  881. lscf = lsc0 * CFrame.new(0, .5 + math.sin(angle)*0.025, 0) * CFrame.Angles(math.pi/1.2-math.cos(angle)*0.4, math.sin(angle)*0.1, -.15 - -math.sin(angle)*0.4)
  882. rscf = rsc0 * CFrame.new(0, .5 + math.sin(angle)*0.025, 0) * CFrame.Angles(math.pi/1.2+math.cos(angle)*0.4, math.sin(-angle)*0.1, .15 + -math.sin(angle)*0.4)
  883. rlcf = rlc0 * CFrame.new(0, .3 + math.cos(angle)*.3, -.1) * CFrame.Angles(-math.rad(2), 0, 0)
  884. llcf = llc0 * CFrame.new(0, .3 - math.cos(angle)*.3, -.1) * CFrame.Angles(-math.rad(2), 0, 0)
  885. ncf = neckc0 * CFrame.Angles(0, math.sin(angle)*.4, 0)
  886. else
  887. action = 'None'
  888. end
  889. elseif action == 'prepareHump' then
  890. --animations by ethan
  891. ncf = neckc0 * CFrame.Angles(math.rad(40), 0, 0)
  892. rjcf = rootc0 * CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(-45), 0, 0)
  893. rscf = rsc0 * CFrame.Angles(math.rad(45) + math.rad(90), 0, 0)
  894. lscf = lsc0 * CFrame.Angles(math.rad(45) + math.rad(90), 0, 0)
  895. rlcf = rlc0 * CFrame.Angles(math.rad(90), 0, 0)
  896. llcf = llc0 * CFrame.Angles(math.rad(90), 0, 0)
  897. elseif action == 'Hump' then
  898. --animations by ethan
  899. ncf = neckc0 * CFrame.Angles(math.rad(-10), 0, 0)
  900. rjcf = rootc0 * CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(45), 0, 0)
  901. rscf = rsc0 * CFrame.Angles(math.rad(-90), 0, math.rad(10))
  902. lscf = lsc0 * CFrame.Angles(math.rad(-90), 0, math.rad(-10))
  903. rlcf = rlc0 * CFrame.Angles(math.rad(-90), 0, math.rad(10))
  904. llcf = llc0 * CFrame.Angles(math.rad(-90), 0, math.rad(-10))
  905. elseif action == "Muda1" then
  906.  
  907. ncf = neckc0 * CFrame.Angles(0, math.rad(-30), 0)
  908. rjcf = rootc0 * CFrame.Angles(0, math.rad(45), 0)
  909. rscf = rsc0 * CFrame.Angles(math.rad(90), 0, math.rad(10))
  910. lscf = lsc0 * CFrame.Angles(math.rad(-90), 0, math.rad(-10))
  911. rlcf = rlc0 * CFrame.Angles(math.rad(45), 0, math.rad(10))
  912. llcf = llc0 * CFrame.Angles(math.rad(-45), 0, math.rad(-10))
  913. elseif action == "Muda2" then
  914.  
  915. ncf = neckc0 * CFrame.Angles(0, math.rad(30), 0)
  916. rjcf = rootc0 * CFrame.Angles(0, math.rad(-45), 0)
  917. rscf = rsc0 * CFrame.Angles(math.rad(-90), 0, math.rad(10))
  918. lscf = lsc0 * CFrame.Angles(math.rad(90), 0, math.rad(-10))
  919. rlcf = rlc0 * CFrame.Angles(math.rad(-45), 0, math.rad(10))
  920. llcf = llc0 * CFrame.Angles(math.rad(45), 0, math.rad(-10))
  921. elseif action == 'Wrrrry' then
  922. anglespeed = 1+math.random()
  923. dance_move_wait = (dance_move_wait%40) + 1/60
  924. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  925. if dance_move_wait <= 20 then
  926. rjcf = rootc0 * CFrame.new(0, -.2, .6) * CFrame.Angles(math.rad(25)-math.sin(angle)*0.025, math.cos(angle)*.15, 0)
  927. lscf = lsc0 * CFrame.new(0, math.sin(angle)*0.025, 0) * CFrame.Angles(-math.pi/6 + -math.cos(angle)*0.4, math.sin(angle)*0.1, -.15 - -math.sin(angle)*0.4)
  928. rscf = rsc0 * CFrame.new(0, math.sin(angle)*0.025, 0) * CFrame.Angles(-math.pi/6 + math.cos(angle)*0.4, math.sin(-angle)*0.1, .15 + -math.sin(angle)*0.4)
  929. rlcf = rlc0 * CFrame.new(0, 0, -.1) * CFrame.Angles(-math.rad(25)+math.sin(angle)*0.025, -math.cos(angle)*.15, .1)
  930. llcf = llc0 * CFrame.new(0, 0, -.1) * CFrame.Angles(-math.rad(25)+math.sin(angle)*0.025, -math.cos(angle)*.15, -.1)
  931. ncf = neckc0 * CFrame.Angles(0, math.sin(angle)*.4, 0)
  932. elseif dance_move_wait > 20 then
  933. rjcf = rootc0 * CFrame.new(0, -.2, -.6) * CFrame.Angles(-math.rad(25)-math.sin(angle)*0.025, math.cos(angle)*.15, 0)
  934. lscf = lsc0 * CFrame.new(0, math.sin(angle)*0.025, 0) * CFrame.Angles(math.pi/6 + math.cos(angle)*0.4, math.sin(angle)*0.1, -.15 - -math.sin(angle)*0.4)
  935. rscf = rsc0 * CFrame.new(0, math.sin(angle)*0.025, 0) * CFrame.Angles(math.pi/6 + -math.cos(angle)*0.4, math.sin(-angle)*0.1, .15 + -math.sin(angle)*0.4)
  936. rlcf = rlc0 * CFrame.new(0, 0, -.1) * CFrame.Angles(math.rad(25)-math.sin(angle)*0.025, -math.cos(angle)*.15, .1)
  937. llcf = llc0 * CFrame.new(0, 0, -.1) * CFrame.Angles(math.rad(25)-math.sin(angle)*0.025, -math.cos(angle)*.15, -.1)
  938. ncf = neckc0 * CFrame.Angles(0, math.sin(angle)*.4, 0)
  939. end
  940.  
  941. else
  942. action = 'None'
  943. end
  944. elseif not hitz and (torso.Velocity.y > 1 or torso.Velocity.y < -1) then
  945. anglespeed = 3
  946. rjcf = rootc0 * CFrame.Angles(math.rad(5), 0, 0)
  947. rscf = rsc0 * CFrame.Angles(math.rad(130) + math.sin(angle)*.8, 0, .15)
  948. lscf = lsc0 * CFrame.Angles(math.rad(130) + -math.sin(angle)*.8, 0, -.15)
  949. rlcf = rlc0 * CFrame.new(0, .3 + -math.cos(angle)*.3, -.3 + -math.cos(angle)*.3) * CFrame.Angles(math.pi/14 + -math.sin(angle)*1, 0, 0)
  950. llcf = llc0 * CFrame.new(0, .3 - -math.cos(angle)*.3, -.3 - -math.cos(angle)*.3) * CFrame.Angles(math.pi/14 + math.sin(angle)*1, 0, 0)
  951. ncf = neckc0 * CFrame.Angles(0, math.sin(angle)*.8, 0)
  952. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  953. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude <= 20 then
  954. anglespeed = 2
  955. rjcf = rootc0 * CFrame.new(0, math.abs(math.sin(angle))*.65, 0) * CFrame.Angles(math.rad(10)+math.rad(torso.Velocity.y)*2, 0, 0)
  956. rscf = rsc0 * CFrame.Angles(math.sin(angle)*1.7, 0, .05)
  957. lscf = lsc0 * CFrame.Angles(-math.sin(angle)*1.7, 0, -.05)
  958. rlcf = rlc0 * CFrame.Angles(-math.sin(angle)*1.4, 0, 0)
  959. llcf = llc0 * CFrame.Angles(math.sin(angle)*1.4, 0, 0)
  960. ncf = neckc0 * CFrame.Angles(-math.rad(30) + math.abs(math.sin(angle))*.95, math.sin(angle)*.8, 0)
  961. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude > 20 then
  962. anglespeed = 2.5
  963. rjcf = rootc0 * CFrame.new(0, -.3 + math.abs(math.sin(angle))*.65, 0) * CFrame.Angles(-math.rad(10)+math.rad(torso.Velocity.y)*2, 0, 0)
  964. rscf = rsc0 * CFrame.new(0, math.cos(angle)*.5, math.sin(angle)*.5) * CFrame.Angles(math.cos(angle)*2.8, 0, math.abs(math.sin(angle))*.5)
  965. lscf = lsc0 * CFrame.new(0, -math.cos(angle)*.5, -math.sin(angle)*.5) * CFrame.Angles(-math.cos(angle)*2.8, 0, -math.abs(math.sin(angle))*.5)
  966. rlcf = rlc0 * CFrame.new(0, .3 + -math.cos(-angle)*.3, -.2+math.sin(angle)*0.25) * CFrame.Angles(-math.pi/18+math.sin(-angle)*1.4, 0, math.rad(.5))
  967. llcf = llc0 * CFrame.new(0, .3 - -math.cos(angle)*.3, -.05-math.sin(angle)*0.25) * CFrame.Angles(-math.pi/18+math.sin(angle)*1.4, 0, -math.rad(.5))
  968. ncf = neckc0 * CFrame.Angles(math.cos(angle), math.sin(angle), 0)
  969. end
  970. if tool then
  971. rscf = rsc0 * CFrame.Angles(math.pi/2, 0, 0)
  972. if slashing then
  973. rscf = rsc0 * CFrame.Angles(-math.pi/12, 0, -.1)
  974. end
  975. end
  976. rm.C0 = clerp(rm.C0,rscf,speed)
  977. lm.C0 = clerp(lm.C0,lscf,speed)
  978. rj.C0 = clerp(rj.C0,rjcf,speed)
  979. neck.C0 = clerp(neck.C0,ncf,speed)
  980. rlegm.C0 = clerp(rlegm.C0,rlcf,speed)
  981. llegm.C0 = clerp(llegm.C0,llcf,speed)
  982. if frozen then
  983. timeFreezeFunction()
  984. else
  985.  
  986. for i,p in pairs(stuffFrozen) do
  987. p.Anchored = false
  988. end
  989. for i,s in pairs(frozenSounds) do
  990. s:Resume()
  991. end
  992. stuffFrozen = {}
  993. frozenSounds = {}
  994. end
  995. end)
  996.  
  997. function punchDamage()
  998. coroutine.resume(coroutine.create(function()
  999. function Damage(model)
  1000. for i,s in pairs(model:GetChildren()) do
  1001. Damage(s)
  1002. if s.Name == "HumanoidRootPart" or s.Name == "Torso" and s:IsA("BasePart") then
  1003. if (rootpart.Position - s.Position).magnitude < 4 then
  1004. local vichum = s.Parent:FindFirstChild("Humanoid")
  1005. if vichum and vichum ~= humanoid then
  1006. local punch = Instance.new("Sound", soundfolder)
  1007. punch.Volume = 3
  1008. punch.Name = "POOCH"
  1009. punch.SoundId = "rbxassetid://511340819"
  1010. punch:Play()
  1011. game:GetService("Debris"):AddItem(punch, 2)
  1012. repeat wait() until not frozen
  1013. if vel then
  1014. vel:Remove()
  1015. end
  1016.  
  1017. vel = Instance.new("BodyVelocity", s)
  1018. vel.Velocity = CFrame.new(s.CFrame.p, rootpart.CFrame.lookVector * 120).lookVector
  1019. game:GetService("Debris"):AddItem(vel, 0.25)
  1020.  
  1021. vichum:TakeDamage(15 +(math.random(-10, 10)/10))
  1022. end
  1023. end
  1024. end
  1025. end
  1026. end
  1027.  
  1028. Damage(workspace)
  1029. end))
  1030. end
  1031.  
  1032. mouse.KeyDown:connect(function(k)
  1033. if k == "q" and not humping then
  1034.  
  1035. humping = true
  1036. action = 'prepareHump'
  1037. wait(0.25)
  1038. action = 'Hump'
  1039. wait(0.03)
  1040. local knife = Instance.new("Part", char)
  1041. knife.Size = Vector3.new(0.2, 0.4, 2)
  1042. knife.CanCollide = false
  1043. knife.Anchored = false
  1044. knife:BreakJoints()
  1045. knife.CFrame = rootpart.CFrame * CFrame.new(0, -1, -2)
  1046. knife.CFrame = CFrame.new(knife.Position, mouse.Hit.p) * CFrame.new(math.random(-10, 10)/100, math.random(-10, 10)/100, math.random(-10, 10)/100)
  1047. knife.BrickColor = BrickColor.new("Buttermilk")
  1048. local knifeMesh = Instance.new("SpecialMesh", knife)
  1049. knifeMesh.MeshId = "rbxassetid://202083123"
  1050. local vel = Instance.new("BodyVelocity", knife)
  1051. knife.Touched:connect(function(part)
  1052. if part.Parent ~= nil then
  1053. local vichum = part.Parent:FindFirstChild("Humanoid")
  1054. if vichum and vichum ~= humanoid then
  1055. local stabbedKnife = knife:Clone()
  1056. stabbedKnife.Parent = workspace
  1057. stabbedKnife:WaitForChild("BodyVelocity"):Remove()
  1058. local stabweld = Instance.new("Weld", stabbedKnife)
  1059. stabweld.Part0 = part
  1060. stabweld.Part1 = stabbedKnife
  1061. stabweld.C0 = part.CFrame:toObjectSpace(knife.CFrame)
  1062. knife:Destroy()
  1063. repeat wait() until not frozen
  1064. game:GetService("Debris"):AddItem(stabbedKnife, 10)
  1065. vichum:TakeDamage(16, 24)
  1066. end
  1067. end
  1068. end)
  1069. coroutine.wrap(function()
  1070. game:GetService("RunService").RenderStepped:connect(function()
  1071. vel.Velocity = knife.CFrame.lookVector * knifeSpeed
  1072. if (knife.Position - rootpart.Position).magnitude > 500 then
  1073.  
  1074. knife:Destroy()
  1075. end
  1076. end)
  1077. end)()
  1078.  
  1079. wait(0.47)
  1080. humping = false
  1081. action = 'None'
  1082. elseif k == "e" and not mudaing then
  1083. speed = 0.8
  1084. Muda:Play()
  1085. mudaing = true
  1086. for i = 1,39 do
  1087. action = "Muda1"
  1088. punchDamage()
  1089. wait(0.03)
  1090. action = "Muda2"
  1091. punchDamage()
  1092. wait(0.03)
  1093. end
  1094.  
  1095.  
  1096. wait()
  1097. action = 'None'
  1098. speed = 0.3
  1099. mudaing = false
  1100. end
  1101. end)
Add Comment
Please, Sign In to add comment