Advertisement
Tetezaza1542

WTF DIO

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