Advertisement
Roblox_Xploits

Untitled

Jul 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. if (game:GetService('RunService'):IsServer()) then return error('This script cannot be ran server-sided, please use hl/',0); end;
  2.  
  3. local server = NS ([[
  4. dabbing=Instance.new('Sound', owner.Character.Torso)
  5. dabbing.Volume = 5
  6. dabbing.Pitch = 0.7
  7. dabbing.SoundId = 'rbxassetid://437235476'
  8. dabbing.PlayOnRemove = true
  9. dabbing.Looped = true
  10.  
  11. function stopAnimations()
  12. for _,v in pairs(owner.Character.Humanoid:GetPlayingAnimationTracks()) do
  13. v:Stop()
  14. end
  15. end
  16.  
  17. local remote = Instance.new ('RemoteFunction', script);
  18. remote.OnServerInvoke = function (plr, ...)
  19. if (plr == owner) then
  20. local chr = plr.Character
  21. chr.Animate.Disabled = true
  22. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  23. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  24. game:GetService("Chat"):Chat(plr.Character.Head, "DAAAB", Enum.ChatColor.Blue)
  25. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  26. dabbing:Play()
  27. wait(0.3)
  28. stopAnimations()
  29. chr.Animate.Disabled = true
  30. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  31. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  32. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  33. wait(2)
  34. stopAnimations()
  35. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  36. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  37. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  38. chr.Animate.Disabled = false
  39. end;
  40. end;
  41. remote.Name = 'ServerRemote';
  42. ]], owner.Character):WaitForChild 'ServerRemote';
  43.  
  44. local plr = game.Players.LocalPlayer
  45. local chr = plr.Character
  46. local mouse = plr:GetMouse()
  47.  
  48. q = Instance.new('HopperBin', plr.Backpack)
  49. q.Name = 'Dab'
  50. Bin=q
  51.  
  52. Bin.Selected:connect(function(mouse)
  53. mouse.Button1Down:connect(function()
  54. server:InvokeServer();
  55. end)
  56. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement