azaz09-_____

Derp Dio

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