Advertisement
Idirina

Derp Dio

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