Advertisement
Hermaxs

Untitled

Dec 1st, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 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={},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")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7.  
  8. --Rekt Script by SnickerBar1337 (V3RM)
  9. --Something quick that I made
  10.  
  11. local lighting = game.Lighting
  12.  
  13.  
  14. local firebox = Instance.new("Sky")
  15. firebox.SkyboxBk = "rbxassetid://438356387"
  16. firebox.SkyboxDn = "rbxassetid://438356387"
  17. firebox.SkyboxFt = "rbxassetid://438356387"
  18. firebox.SkyboxLf = "rbxassetid://438356387"
  19. firebox.SkyboxRt = "rbxassetid://438356387"
  20. firebox.SkyboxUp = "rbxassetid://438356387"
  21. firebox.Parent = game.Lighting
  22. local moozi = Instance.new("Sound")
  23. moozi.SoundId = "rbxassetid://657623150"
  24. moozi.Parent = game.Workspace
  25. moozi.Looped = true
  26. moozi.Volume = "10"
  27. moozi.Name = "KYS"
  28. moozi:Play()
  29. lighting.Ambient = Color3.new(255, 0, 0)
  30. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  31. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  32. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  33. lighting.FogColor = Color3.new(255, 0, 0)
  34. lighting.FogEnd = "10000"
  35.  
  36.  
  37.  
  38. while true do
  39. wait(0.05)
  40. local rbrick = Instance.new("Part")
  41. rbrick.Parent = game.Workspace
  42. rbrick.Name = "RektBrick"
  43. rbrick.Position = Vector3.new(math.random(-512,512),100,math.random(-512,512))
  44. rbrick.Size = Vector3.new(19, 7, 12)
  45. rbrick.BrickColor = BrickColor.new("Maroon")
  46. local rfire = Instance.new("Fire")
  47. rfire.Parent = rbrick
  48. rfire.Color = Color3.new(255, 0, 0)
  49. rfire.Heat = "25"
  50. rfire.Name = "RektFire"
  51. rfire.Size = "30"
  52. local rsmoke = Instance.new("Smoke")
  53. rsmoke.Color = Color3.new(255, 0, 0)
  54. rsmoke.Name = "RektSmoke"
  55. rsmoke.Opacity = "1"
  56. rsmoke.Size = "50"
  57. rsmoke.Parent = rbrick
  58. local rspark = Instance.new("Sparkles")
  59. rspark.Parent = rbrick
  60. local NewGuiPart1 = Instance.new("BillboardGui")
  61. NewGuiPart1.Size = UDim2.new(0, 400, 0, 400)
  62. local NewGuiPart2 = Instance.new("Frame")
  63. NewGuiPart2.BackgroundTransparency = 1
  64. NewGuiPart2.Size = UDim2.new(10, 100, 10, 100)
  65. NewGuiPart2.Parent = NewGuiPart1
  66. local NewGuiPart3 = Instance.new("TextLabel")
  67. NewGuiPart3.BackgroundTransparency = 1
  68. NewGuiPart3.Size = UDim2.new(0, 400, 0, 400)
  69. NewGuiPart3.FontSize = Enum.FontSize.Size96
  70. NewGuiPart3.Text = "REEEEEEEEEEEEEEEEKKKTTTTT"
  71. NewGuiPart3.TextColor3 = Color3.new(0.333333, 0, 0)
  72. NewGuiPart3.Parent = NewGuiPart2
  73. NewGuiPart1.Parent = rbrick
  74. wait(0.05)
  75. lighting.Ambient = Color3.new(255, 0, 0)
  76. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  77. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  78. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  79. lighting.FogColor = Color3.new(255, 0, 0)
  80. lighting.FogEnd = "10000"
  81. wait(0.05)
  82. lighting.Ambient = Color3.new(255, 85, 0)
  83. lighting.ColorShift_Bottom = Color3.new(255, 85, 0)
  84. lighting.ColorShift_Top = Color3.new(255, 85, 0)
  85. lighting.OutdoorAmbient = Color3.new(255, 85, 0)
  86. lighting.FogColor = Color3.new(255, 85, 0)
  87. lighting.FogEnd = "10000"
  88. wait(0.05)
  89. lighting.Ambient = Color3.new(255, 255, 0)
  90. lighting.ColorShift_Bottom = Color3.new(255, 255, 0)
  91. lighting.ColorShift_Top = Color3.new(255, 255, 0)
  92. lighting.OutdoorAmbient = Color3.new(255, 255, 0)
  93. lighting.FogColor = Color3.new(255, 255, 0)
  94. lighting.FogEnd = "10000"
  95. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement