Advertisement
PasterXIV

Untitled

Sep 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. 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(),Button2Up=c(),Button2Down=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;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")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 typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u 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 rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},Soundscape=r:GetService("RunService").Heartbeat,BindToSoundscape=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7. -- Objects
  8. plr = game.Players.LocalPlayer
  9. ControlGui = Instance.new("ScreenGui")
  10. Frame = Instance.new("Frame")
  11. TextButton = Instance.new("TextButton")
  12. TextBox = Instance.new("TextBox")
  13.  
  14. -- Properties
  15.  
  16. ControlGui.Name = "ControlGui"
  17. ControlGui.Parent = plr.PlayerGui
  18.  
  19. Frame.Parent = ControlGui
  20. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame.Position = UDim2.new(0, 300, 0, 200)
  22. Frame.Size = UDim2.new(0, 300, 0, 150)
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. TextButton.Parent = Frame
  27. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  28. TextButton.Position = UDim2.new(0, 50, 0, 90)
  29. TextButton.Size = UDim2.new(0, 200, 0, 50)
  30. TextButton.Font = Enum.Font.SourceSans
  31. TextButton.FontSize = Enum.FontSize.Size32
  32. TextButton.Text = "Control"
  33. TextButton.TextSize = 30
  34. TextButton.MouseButton1Down:connect(function()
  35. if TextButton.Text == "Control" then
  36. TextButton.Text = "UnControl"
  37. workspace[TextBox.Text].Humanoid.PlatformStand = true
  38. W1 = Instance.new("Weld",workspace)
  39. W1.Name = "Weld1"
  40. W1.Part0 = plr.Character.Torso
  41. W1.Part1 = workspace[TextBox.Text].Torso
  42. W2 = Instance.new("Weld",workspace)
  43. W2.Name = "Weld2"
  44. W2.Part0 = plr.Character.Head
  45. W2.Part1 = workspace[TextBox.Text].Head
  46. W3 = Instance.new("Weld",workspace)
  47. W3.Name = "Weld3"
  48. W3.Part0 = plr.Character.HumanoidRootPart
  49. W3.Part1 = workspace[TextBox.Text].HumanoidRootPart
  50. W4 = Instance.new("Weld",workspace)
  51. W4.Name = "Weld4"
  52. W4.Part0 = plr.Character["Left Arm"]
  53. W4.Part1 = workspace[TextBox.Text]["Left Arm"]
  54. W5 = Instance.new("Weld",workspace)
  55. W5.Name = "Weld5"
  56. W5.Part0 = plr.Character["Left Leg"]
  57. W5.Part1 = workspace[TextBox.Text]["Left Leg"]
  58. W6 = Instance.new("Weld",workspace)
  59. W6.Name = "Weld6"
  60. W6.Part0 = plr.Character["Right Arm"]
  61. W6.Part1 = workspace[TextBox.Text]["Right Arm"]
  62. W7 = Instance.new("Weld",workspace)
  63. W7.Name = "Weld7"
  64. W7.Part0 = plr.Character["Right Leg"]
  65. W7.Part1 = workspace[TextBox.Text]["Right Leg"]
  66. for i,v in pairs(plr.Character:GetChildren()) do
  67. if v.ClassName == "Part" then
  68. v.Transparency = 1
  69. end
  70. plr.Character.HumanoidRootPart.Transparency = 1
  71. if v.ClassName == "Accessory" then
  72. v.Handle.Transparency = 1
  73. end
  74. plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  75. end
  76. elseif TextButton.Text == "UnControl" then
  77. TextButton.Text = "Control"
  78. workspace[TextBox.Text].Humanoid.PlatformStand = false
  79. workspace.Weld1:Remove()
  80. workspace.Weld2:Remove()
  81. workspace.Weld3:Remove()
  82. workspace.Weld4:Remove()
  83. workspace.Weld5:Remove()
  84. workspace.Weld6:Remove()
  85. workspace.Weld7:Remove()
  86. for i,v in pairs(plr.Character:GetChildren()) do
  87. if v.ClassName == "Part" then
  88. v.Transparency = 0
  89. end
  90. plr.Character.HumanoidRootPart.Transparency = 1
  91. if v.ClassName == "Accessory" then
  92. v.Handle.Transparency = 0
  93. end
  94. plr.Character.Humanoid.NameOcclusion = "OccludeAll"
  95. end
  96. end
  97. end)
  98.  
  99. TextBox.Parent = Frame
  100. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextBox.Position = UDim2.new(0, 50, 0, 20)
  102. TextBox.Size = UDim2.new(0, 200, 0, 30)
  103. TextBox.Font = Enum.Font.SourceSans
  104. TextBox.FontSize = Enum.FontSize.Size28
  105. TextBox.Text = "Name"
  106. TextBox.TextSize = 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement