Advertisement
AnormalPerson

Testing

Feb 28th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. local s = Instance.new("ScreenGui", game.CoreGui)
  9. local f = Instance.new("Frame", s)
  10. local mselect = Instance.new("TextButton", f)
  11. local mbox = Instance.new("TextBox", f)
  12. local toggle = false
  13. local Player = game.Players.LocalPlayer
  14. local Character = Player.Character
  15.  
  16. f.Size = UDim2.new(0,300,0,250)
  17. f.BorderSizePixel = 0
  18. f.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  19. f.Position = UDim2.new(0.5,-150,0.5,-125)
  20. f.Active = true
  21. f.Draggable = true
  22.  
  23. mbox.Size = UDim2.new(0,250,0,50)
  24. mbox.Position = UDim2.new(0,25,0.1,0)
  25. mbox.BorderSizePixel = 0
  26. mbox.Text = "Music ID Here:"
  27. mbox.Font = "SourceSansBold"
  28. mbox.TextColor3 = Color3.new(255, 255,255)
  29. mbox.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  30. mbox.FontSize = "Size18"
  31. mbox.ZIndex = 10
  32.  
  33. mselect.Size = UDim2.new(0,250,0,50)
  34. mselect.Position = UDim2.new(0,25,0.6,0)
  35. mselect.BorderSizePixel = 0
  36. mselect.Text = "Play Music"
  37. mselect.Font = "SourceSansBold"
  38. mselect.TextColor3 = Color3.new(255,255,255)
  39. mselect.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  40. mselect.FontSize = "Size18"
  41. mselect.ZIndex = 10
  42.  
  43. mselect.MouseButton1Click:connect(function()
  44. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge -- this is god
  45. if toggle == false then
  46. loadPart()
  47. toggle = true
  48. elseif toggle == true then
  49. loadPart()
  50. toggle = false
  51. end
  52. end)
  53.  
  54. function loadPart()
  55. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  56. if v.Name == "MusicItem" and v.ClassName == "Part" then
  57. v:Remove()
  58. end
  59. end
  60. local Part = Instance.new("Part", game.Players.LocalPlayer.Character)
  61. Part.CanCollide = false
  62. Part.Shape = "Block"
  63. Part.Anchored = false
  64. Part.Locked = true
  65. Part.Name = "MusicItem"
  66. Part.Transparency = 0
  67. Part.Material = "Neon"
  68. Part.BrickColor = BrickColor.new("Royal purple") --Cool Colors CGA brown and Royal purple
  69. local CylinderMesh = Instance.new("CylinderMesh", Part)
  70. CylinderMesh.Scale = Vector3.new(1.5,.2,1.5)
  71.  
  72.  
  73. local Sound = Instance.new("Sound", Part)
  74. Sound.SoundId = "https://www.roblox.com/asset/?id="..mbox.Text
  75. Sound.EmitterSize = math.huge
  76. Sound.MaxDistance = math.huge
  77. Sound.Looped = true
  78. Sound.Pitch = 1
  79. Sound.Name = "Sound"
  80. Sound.Volume = 10
  81. Sound:Play()
  82.  
  83. Part.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) * CFrame.new(0,-2.9,0)
  84. local bp = Instance.new("BodyPosition", Part)
  85. bp.Position = Character:FindFirstChild("Torso").CFrame * CFrame.new(0, -2.9, 0).p
  86. bp.MaxForce = Vector3.new(10000,10000,10000)
  87. bp.P = 100000
  88.  
  89. while true do wait()
  90. bp.Position = Character:FindFirstChild("Torso").CFrame * CFrame.new(0, -2.9, 0).p
  91. local alg = math.floor(Sound.PlaybackLoudness)/50
  92. CylinderMesh.Scale = Vector3.new(.6+alg,.2,.6+alg)
  93. end
  94. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement