Void_scripter0

Derpo dioo

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