Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://github.com/Mokiros/roblox-FE-compatibility
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- print("FE Compatibility code V2 by Mokiros")
- local RealPlayer = RealPlayer
- script.Parent = RealPlayer.Character
- --Fake event to make stuff like Mouse.KeyDown work
- local Disconnect_Function = function(this)
- this[1].Functions[this[2]] = nil
- end
- local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
- local FakeEvent_Metatable = {__index={
- Connect = function(this,f)
- local i = tostring(math.random(0,10000))
- while this.Functions[i] do
- i = tostring(math.random(0,10000))
- end
- this.Functions[i] = f
- return setmetatable({this,i},Disconnect_Metatable)
- end
- }}
- FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
- local function fakeEvent()
- return setmetatable({Functions={}},FakeEvent_Metatable)
- end
- --Creating fake input objects with fake variables
- local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
- FakeMouse.keyUp = FakeMouse.KeyUp
- FakeMouse.keyDown = FakeMouse.KeyDown
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function TriggerEvent(self,ev,...)
- for _,f in pairs(self[ev].Functions) do
- f(...)
- end
- end
- FakeMouse.TriggerEvent = TriggerEvent
- UIS.TriggerEvent = TriggerEvent
- --Client communication
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=RealPlayer then return end
- FakeMouse.Target = io.Target
- FakeMouse.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
- end
- if io.UserInputType == Enum.UserInputType.MouseButton2 then
- return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
- local Mouse = owner:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,RobloxHandled)
- if RobloxHandled then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data every second frame, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- local HB = game:GetService("RunService").Heartbeat
- while true do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- --Wait 2 frames
- for i=1,2 do
- HB:Wait()
- end
- end]==],script)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local RealGame = game
- --Metatable for fake service
- local FakeService_Metatable = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then
- return typeof(s[k])=="function"
- and function(_,...)return s[k](s,...)end or s[k]
- end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
- return setmetatable(t,FakeService_Metatable)
- end
- --Fake game object
- local FakeGame = {
- GetService = function(self,s)
- return rawget(self,s) or RealGame:GetService(s)
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- RunService = FakeService({
- _btrs = {},
- RenderStepped = RealGame:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- }
- rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
- FakeGame.service = FakeGame.GetService
- FakeService(FakeGame,game)
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = FakeGame,FakeGame.Players.LocalPlayer
- end
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local texture = Instance.new("ImageLabel")
- local title = Instance.new("TextLabel")
- local scripts = Instance.new("TextButton")
- local fescripts = Instance.new("TextButton")
- local executer = Instance.new("TextButton")
- local fecheck = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local ExecuterFrame = Instance.new("Frame")
- local title_2 = Instance.new("TextLabel")
- local Exit3 = Instance.new("TextButton")
- local script = Instance.new("TextBox")
- local execute = Instance.new("TextButton")
- local clear = Instance.new("TextButton")
- local ScriptesFrame = Instance.new("Frame")
- local title_3 = Instance.new("TextLabel")
- local Infiniteyeild = Instance.new("TextButton")
- local Rocky2u = Instance.new("TextButton")
- local Grabknifev4 = Instance.new("TextButton")
- local Grabknifev3 = Instance.new("TextButton")
- local hoverbike = Instance.new("TextButton")
- local vangui = Instance.new("TextButton")
- local Exit1 = Instance.new("TextButton")
- local thomas = Instance.new("TextButton")
- local mustardgas = Instance.new("TextButton")
- local greenfire = Instance.new("TextButton")
- local monkey = Instance.new("TextButton")
- local roexploit = Instance.new("TextButton")
- local moonman = Instance.new("TextButton")
- local bombvest = Instance.new("TextButton")
- local esp = Instance.new("TextButton")
- local duck = Instance.new("TextButton")
- local FEScriptsFrame = Instance.new("Frame")
- local title_4 = Instance.new("TextLabel")
- local FEGod = Instance.new("TextButton")
- local FEFly = Instance.new("TextButton")
- local FEGui = Instance.new("TextButton")
- local Exit2 = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = ScreenGui
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0, 1, 1)
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0, 52, 0, 95)
- MainFrame.Size = UDim2.new(0, 250, 0, 425)
- texture.Name = "texture"
- texture.Parent = MainFrame
- texture.BackgroundColor3 = Color3.new(1, 1, 1)
- texture.Position = UDim2.new(0, 0, 0, 40)
- texture.Size = UDim2.new(0, 250, 0, 385)
- texture.Image = "rbxassetid://66011528"
- title.Name = "title"
- title.Parent = MainFrame
- title.BackgroundColor3 = Color3.new(0, 1, 1)
- title.Size = UDim2.new(0, 177, 0, 50)
- title.Font = Enum.Font.SourceSans
- title.Text = "Sky Hub V1"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- scripts.Name = "scripts"
- scripts.Parent = MainFrame
- scripts.BackgroundColor3 = Color3.new(0, 1, 1)
- scripts.Position = UDim2.new(0, 21, 0, 91)
- scripts.Size = UDim2.new(0, 204, 0, 50)
- scripts.Font = Enum.Font.SourceSans
- scripts.Text = "Scripts"
- scripts.TextColor3 = Color3.new(0, 0, 0)
- scripts.TextScaled = true
- scripts.TextSize = 14
- scripts.TextWrapped = true
- scripts.MouseButton1Down:connect(function()
- ScriptesFrame.Visible = true
- end)
- fescripts.Name = "fe scripts"
- fescripts.Parent = MainFrame
- fescripts.BackgroundColor3 = Color3.new(0, 1, 1)
- fescripts.Position = UDim2.new(0, 23, 0, 165)
- fescripts.Size = UDim2.new(0, 204, 0, 50)
- fescripts.Font = Enum.Font.SourceSans
- fescripts.Text = "FE Scripts"
- fescripts.TextColor3 = Color3.new(0, 0, 0)
- fescripts.TextScaled = true
- fescripts.TextSize = 14
- fescripts.TextWrapped = true
- fescripts.MouseButton1Down:connect(function()
- FEScriptsFrame.Visible = true
- end)
- executer.Name = "executer"
- executer.Parent = MainFrame
- executer.BackgroundColor3 = Color3.new(0, 1, 1)
- executer.Position = UDim2.new(0, 23, 0, 233)
- executer.Size = UDim2.new(0, 204, 0, 50)
- executer.Font = Enum.Font.SourceSans
- executer.Text = "Executer"
- executer.TextColor3 = Color3.new(0, 0, 0)
- executer.TextScaled = true
- executer.TextSize = 14
- executer.TextWrapped = true
- executer.MouseButton1Down:connect(function()
- ExecuterFrame.Visible = true
- end)
- fecheck.Name = "fe check"
- fecheck.Parent = MainFrame
- fecheck.BackgroundColor3 = Color3.new(0, 1, 1)
- fecheck.Position = UDim2.new(0, 23, 0, 303)
- fecheck.Size = UDim2.new(0, 204, 0, 50)
- fecheck.Font = Enum.Font.SourceSans
- fecheck.Text = "FE Check (F9)"
- fecheck.TextColor3 = Color3.new(0, 0, 0)
- fecheck.TextScaled = true
- fecheck.TextSize = 14
- fecheck.TextWrapped = true
- fecheck.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01272930501")[1].Source)()
- end)
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(0, 1, 1)
- Close.Position = UDim2.new(0, 175, 0, 0)
- Close.Size = UDim2.new(0, 75, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- MainFrame.Visible = false
- end)
- TextLabel.Parent = MainFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0, 375)
- TextLabel.Size = UDim2.new(0, 250, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made By XScriptes#8293"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- ExecuterFrame.Name = "ExecuterFrame"
- ExecuterFrame.Parent = ScreenGui
- ExecuterFrame.Active = true
- ExecuterFrame.BackgroundColor3 = Color3.new(0, 1, 1)
- ExecuterFrame.Draggable = true
- ExecuterFrame.Position = UDim2.new(0, 343, 0, 109)
- ExecuterFrame.Size = UDim2.new(0, 512, 0, 438)
- ExecuterFrame.Visible = false
- title_2.Name = "title"
- title_2.Parent = ExecuterFrame
- title_2.BackgroundColor3 = Color3.new(0, 1, 1)
- title_2.Size = UDim2.new(0, 512, 0, 50)
- title_2.Font = Enum.Font.SourceSans
- title_2.Text = "Script Executer"
- title_2.TextColor3 = Color3.new(0, 0, 0)
- title_2.TextScaled = true
- title_2.TextSize = 14
- title_2.TextWrapped = true
- Exit3.Name = "Exit3"
- Exit3.Parent = ExecuterFrame
- Exit3.BackgroundColor3 = Color3.new(0, 1, 1)
- Exit3.Position = UDim2.new(0, 390, 0, 0)
- Exit3.Size = UDim2.new(0, 122, 0, 50)
- Exit3.Font = Enum.Font.SourceSans
- Exit3.Text = "Exit"
- Exit3.TextScaled = true
- Exit3.TextSize = 14
- Exit3.TextWrapped = true
- Exit3.MouseButton1Down:connect(function()
- ExecuterFrame.Visible = false
- end)
- script.Name = "script"
- script.Parent = ExecuterFrame
- script.BackgroundColor3 = Color3.new(0, 1, 1)
- script.Position = UDim2.new(0, 27, 0, 63)
- script.Size = UDim2.new(0, 458, 0, 311)
- script.Font = Enum.Font.SourceSans
- script.Text = "Script Here"
- script.TextColor3 = Color3.new(0, 0, 0)
- script.TextSize = 30
- script.TextWrapped = true
- execute.Name = "execute"
- execute.Parent = ExecuterFrame
- execute.BackgroundColor3 = Color3.new(0, 1, 1)
- execute.Position = UDim2.new(0, 37, 0, 388)
- execute.Size = UDim2.new(0, 200, 0, 50)
- execute.Font = Enum.Font.SourceSans
- execute.Text = "Execute"
- execute.TextColor3 = Color3.new(0, 0, 0)
- execute.TextScaled = true
- execute.TextSize = 14
- execute.TextWrapped = true
- execute.MouseButton1Down:connect(function()
- loadstring(script.Text)()
- end)
- clear.Name = "clear"
- clear.Parent = ExecuterFrame
- clear.BackgroundColor3 = Color3.new(0, 1, 1)
- clear.Position = UDim2.new(0, 287, 0, 388)
- clear.Size = UDim2.new(0, 200, 0, 50)
- clear.Font = Enum.Font.SourceSans
- clear.Text = "Clear"
- clear.TextColor3 = Color3.new(0, 0, 0)
- clear.TextScaled = true
- clear.TextSize = 14
- clear.TextWrapped = true
- clear.MouseButton1Down:connect(function()
- script.Text = ""
- end)
- ScriptesFrame.Name = "ScriptesFrame"
- ScriptesFrame.Parent = ScreenGui
- ScriptesFrame.Active = true
- ScriptesFrame.BackgroundColor3 = Color3.new(0, 1, 1)
- ScriptesFrame.Draggable = true
- ScriptesFrame.Position = UDim2.new(0, 362, 0, 129)
- ScriptesFrame.Size = UDim2.new(0, 610, 0, 405)
- ScriptesFrame.Visible = false
- title_3.Name = "title"
- title_3.Parent = ScriptesFrame
- title_3.BackgroundColor3 = Color3.new(0, 1, 1)
- title_3.Size = UDim2.new(0, 610, 0, 50)
- title_3.Font = Enum.Font.SourceSans
- title_3.Text = "Scripts"
- title_3.TextColor3 = Color3.new(0, 0, 0)
- title_3.TextScaled = true
- title_3.TextSize = 14
- title_3.TextWrapped = true
- Infiniteyeild.Name = "Infinite yeild"
- Infiniteyeild.Parent = ScriptesFrame
- Infiniteyeild.BackgroundColor3 = Color3.new(0, 1, 1)
- Infiniteyeild.Position = UDim2.new(0, 0, 0, 85)
- Infiniteyeild.Size = UDim2.new(0, 200, 0, 50)
- Infiniteyeild.Font = Enum.Font.SourceSans
- Infiniteyeild.Text = "Infinite Yeild"
- Infiniteyeild.TextColor3 = Color3.new(0, 0, 0)
- Infiniteyeild.TextScaled = true
- Infiniteyeild.TextSize = 14
- Infiniteyeild.TextWrapped = true
- Infiniteyeild.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
- end)
- Rocky2u.Name = "Rocky2u"
- Rocky2u.Parent = ScriptesFrame
- Rocky2u.BackgroundColor3 = Color3.new(0, 1, 1)
- Rocky2u.Position = UDim2.new(0, 0, 0, 153)
- Rocky2u.Size = UDim2.new(0, 200, 0, 50)
- Rocky2u.Font = Enum.Font.SourceSans
- Rocky2u.Text = "Rocky2u"
- Rocky2u.TextColor3 = Color3.new(0, 0, 0)
- Rocky2u.TextScaled = true
- Rocky2u.TextSize = 14
- Rocky2u.TextWrapped = true
- Rocky2u.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268206293")[1].Source)()
- end)
- Grabknifev4.Name = "Grab knife v4"
- Grabknifev4.Parent = ScriptesFrame
- Grabknifev4.BackgroundColor3 = Color3.new(0, 1, 1)
- Grabknifev4.Position = UDim2.new(0, 0, 0, 224)
- Grabknifev4.Size = UDim2.new(0, 200, 0, 50)
- Grabknifev4.Font = Enum.Font.SourceSans
- Grabknifev4.Text = "Grab Knife V4"
- Grabknifev4.TextColor3 = Color3.new(0, 0, 0)
- Grabknifev4.TextScaled = true
- Grabknifev4.TextSize = 14
- Grabknifev4.TextWrapped = true
- Grabknifev4.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268212985")[1].Source)()
- end)
- Grabknifev3.Name = "Grab knife v3"
- Grabknifev3.Parent = ScriptesFrame
- Grabknifev3.BackgroundColor3 = Color3.new(0, 1, 1)
- Grabknifev3.Position = UDim2.new(0, 0, 0, 290)
- Grabknifev3.Size = UDim2.new(0, 200, 0, 50)
- Grabknifev3.Font = Enum.Font.SourceSans
- Grabknifev3.Text = "Grab Knife V3"
- Grabknifev3.TextColor3 = Color3.new(0, 0, 0)
- Grabknifev3.TextScaled = true
- Grabknifev3.TextSize = 14
- Grabknifev3.TextWrapped = true
- Grabknifev3.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268218977")[1].Source)()
- end)
- hoverbike.Name = "hover bike"
- hoverbike.Parent = ScriptesFrame
- hoverbike.BackgroundColor3 = Color3.new(0, 1, 1)
- hoverbike.Position = UDim2.new(0, 0, 0, 355)
- hoverbike.Size = UDim2.new(0, 200, 0, 50)
- hoverbike.Font = Enum.Font.SourceSans
- hoverbike.Text = "Hover Bike"
- hoverbike.TextColor3 = Color3.new(0, 0, 0)
- hoverbike.TextScaled = true
- hoverbike.TextSize = 14
- hoverbike.TextWrapped = true
- hoverbike.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268225564")[1].Source)()
- end)
- vangui.Name = "van gui"
- vangui.Parent = ScriptesFrame
- vangui.BackgroundColor3 = Color3.new(0, 1, 1)
- vangui.Position = UDim2.new(0, 223, 0, 86)
- vangui.Size = UDim2.new(0, 200, 0, 50)
- vangui.Font = Enum.Font.SourceSans
- vangui.Text = "Van Gui"
- vangui.TextColor3 = Color3.new(0, 0, 0)
- vangui.TextScaled = true
- vangui.TextSize = 14
- vangui.TextWrapped = true
- vangui.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268231998")[1].Source)()
- end)
- Exit1.Name = "Exit1"
- Exit1.Parent = ScriptesFrame
- Exit1.BackgroundColor3 = Color3.new(0, 1, 1)
- Exit1.Position = UDim2.new(0, 410, 0, 0)
- Exit1.Size = UDim2.new(0, 200, 0, 50)
- Exit1.Font = Enum.Font.SourceSans
- Exit1.Text = "Exit"
- Exit1.TextColor3 = Color3.new(0, 0, 0)
- Exit1.TextScaled = true
- Exit1.TextSize = 14
- Exit1.TextWrapped = true
- Exit1.MouseButton1Down:connect(function()
- ScriptesFrame.Visible = false
- end)
- thomas.Name = "thomas"
- thomas.Parent = ScriptesFrame
- thomas.BackgroundColor3 = Color3.new(0, 1, 1)
- thomas.Position = UDim2.new(0, 221, 0, 152)
- thomas.Size = UDim2.new(0, 200, 0, 50)
- thomas.Font = Enum.Font.SourceSans
- thomas.Text = "Thomas"
- thomas.TextColor3 = Color3.new(0, 0, 0)
- thomas.TextScaled = true
- thomas.TextSize = 14
- thomas.TextWrapped = true
- thomas.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268238370")[1].Source)()
- end)
- mustardgas.Name = "mustard gas"
- mustardgas.Parent = ScriptesFrame
- mustardgas.BackgroundColor3 = Color3.new(0, 1, 1)
- mustardgas.Position = UDim2.new(0, 223, 0, 223)
- mustardgas.Size = UDim2.new(0, 200, 0, 50)
- mustardgas.Font = Enum.Font.SourceSans
- mustardgas.Text = "Mustard Gas"
- mustardgas.TextColor3 = Color3.new(0, 0, 0)
- mustardgas.TextScaled = true
- mustardgas.TextSize = 14
- mustardgas.TextWrapped = true
- mustardgas.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268244120")[1].Source)()
- end)
- greenfire.Name = "green fire"
- greenfire.Parent = ScriptesFrame
- greenfire.BackgroundColor3 = Color3.new(0, 1, 1)
- greenfire.Position = UDim2.new(0, 224, 0, 294)
- greenfire.Size = UDim2.new(0, 200, 0, 50)
- greenfire.Font = Enum.Font.SourceSans
- greenfire.Text = "Green Fire"
- greenfire.TextColor3 = Color3.new(0, 0, 0)
- greenfire.TextScaled = true
- greenfire.TextSize = 14
- greenfire.TextWrapped = true
- greenfire.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268249941")[1].Source)()
- end)
- monkey.Name = "monkey"
- monkey.Parent = ScriptesFrame
- monkey.BackgroundColor3 = Color3.new(0, 1, 1)
- monkey.Position = UDim2.new(0, 224, 0, 355)
- monkey.Size = UDim2.new(0, 200, 0, 50)
- monkey.Font = Enum.Font.SourceSans
- monkey.Text = "Monkey"
- monkey.TextColor3 = Color3.new(0, 0, 0)
- monkey.TextScaled = true
- monkey.TextSize = 14
- monkey.TextWrapped = true
- monkey.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268254522")[1].Source)()
- end)
- roexploit.Name = "ro exploit"
- roexploit.Parent = ScriptesFrame
- roexploit.BackgroundColor3 = Color3.new(0, 1, 1)
- roexploit.Position = UDim2.new(0, 438, 0, 87)
- roexploit.Size = UDim2.new(0, 172, 0, 50)
- roexploit.Font = Enum.Font.SourceSans
- roexploit.Text = "Ro-Exploit 6.0"
- roexploit.TextColor3 = Color3.new(0, 0, 0)
- roexploit.TextScaled = true
- roexploit.TextSize = 14
- roexploit.TextWrapped = true
- roexploit.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
- end)
- moonman.Name = "moon man"
- moonman.Parent = ScriptesFrame
- moonman.BackgroundColor3 = Color3.new(0, 1, 1)
- moonman.Position = UDim2.new(0, 438, 0, 153)
- moonman.Size = UDim2.new(0, 172, 0, 50)
- moonman.Font = Enum.Font.SourceSans
- moonman.Text = "Moon Man"
- moonman.TextColor3 = Color3.new(0, 0, 0)
- moonman.TextScaled = true
- moonman.TextSize = 14
- moonman.TextWrapped = true
- moonman.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268264879")[1].Source)()
- end)
- bombvest.Name = "bomb vest"
- bombvest.Parent = ScriptesFrame
- bombvest.BackgroundColor3 = Color3.new(0, 1, 1)
- bombvest.Position = UDim2.new(0, 438, 0, 226)
- bombvest.Size = UDim2.new(0, 172, 0, 50)
- bombvest.Font = Enum.Font.SourceSans
- bombvest.Text = "Bomb vest"
- bombvest.TextColor3 = Color3.new(0, 0, 0)
- bombvest.TextScaled = true
- bombvest.TextSize = 14
- bombvest.TextWrapped = true
- bombvest.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268270654")[1].Source)()
- end)
- esp.Name = "esp"
- esp.Parent = ScriptesFrame
- esp.BackgroundColor3 = Color3.new(0, 1, 1)
- esp.Position = UDim2.new(0, 438, 0, 296)
- esp.Size = UDim2.new(0, 172, 0, 50)
- esp.Font = Enum.Font.SourceSans
- esp.Text = "Esp"
- esp.TextColor3 = Color3.new(0, 0, 0)
- esp.TextScaled = true
- esp.TextSize = 14
- esp.TextWrapped = true
- esp.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268274886")[1].Source)()
- end)
- duck.Name = "duck"
- duck.Parent = ScriptesFrame
- duck.BackgroundColor3 = Color3.new(0, 1, 1)
- duck.Position = UDim2.new(0, 438, 0, 355)
- duck.Size = UDim2.new(0, 172, 0, 50)
- duck.Font = Enum.Font.SourceSans
- duck.Text = "Duck"
- duck.TextColor3 = Color3.new(0, 0, 0)
- duck.TextScaled = true
- duck.TextSize = 14
- duck.TextWrapped = true
- duck.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268278275")[1].Source)()
- end)
- FEScriptsFrame.Name = "FEScriptsFrame"
- FEScriptsFrame.Parent = ScreenGui
- FEScriptsFrame.Active = true
- FEScriptsFrame.BackgroundColor3 = Color3.new(0, 1, 1)
- FEScriptsFrame.Draggable = true
- FEScriptsFrame.Position = UDim2.new(0, 381, 0, 128)
- FEScriptsFrame.Size = UDim2.new(0, 606, 0, 407)
- FEScriptsFrame.Visible = false
- title_4.Name = "title"
- title_4.Parent = FEScriptsFrame
- title_4.BackgroundColor3 = Color3.new(0, 1, 1)
- title_4.Size = UDim2.new(0, 606, 0, 50)
- title_4.Font = Enum.Font.SourceSans
- title_4.Text = "FE Scripts"
- title_4.TextColor3 = Color3.new(0, 0, 0)
- title_4.TextScaled = true
- title_4.TextSize = 14
- title_4.TextWrapped = true
- FEGod.Name = "FE God"
- FEGod.Parent = FEScriptsFrame
- FEGod.BackgroundColor3 = Color3.new(0, 1, 1)
- FEGod.Position = UDim2.new(0, 0, 0, 82)
- FEGod.Size = UDim2.new(0, 200, 0, 50)
- FEGod.Font = Enum.Font.SourceSans
- FEGod.Text = "FE God"
- FEGod.TextColor3 = Color3.new(0, 0, 0)
- FEGod.TextScaled = true
- FEGod.TextSize = 14
- FEGod.TextWrapped = true
- FEGod.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268488205")[1].Source)()
- end)
- FEFly.Name = "FE Fly"
- FEFly.Parent = FEScriptsFrame
- FEFly.BackgroundColor3 = Color3.new(0, 1, 1)
- FEFly.Position = UDim2.new(0, 0, 0, 154)
- FEFly.Size = UDim2.new(0, 200, 0, 50)
- FEFly.Font = Enum.Font.SourceSans
- FEFly.Text = "FE Fly"
- FEFly.TextColor3 = Color3.new(0, 0, 0)
- FEFly.TextScaled = true
- FEFly.TextSize = 14
- FEFly.TextWrapped = true
- FEFly.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268524787")[1].Source)()
- end)
- FEGui.Name = "FE Gui"
- FEGui.Parent = FEScriptsFrame
- FEGui.BackgroundColor3 = Color3.new(0, 1, 1)
- FEGui.Position = UDim2.new(0, 0, 0, 225)
- FEGui.Size = UDim2.new(0, 200, 0, 50)
- FEGui.Font = Enum.Font.SourceSans
- FEGui.Text = "FE Gui"
- FEGui.TextColor3 = Color3.new(0, 0, 0)
- FEGui.TextScaled = true
- FEGui.TextSize = 14
- FEGui.TextWrapped = true
- FEGui.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://01268584498")[1].Source)()
- end)
- Exit2.Name = "Exit2"
- Exit2.Parent = FEScriptsFrame
- Exit2.BackgroundColor3 = Color3.new(0, 1, 1)
- Exit2.Position = UDim2.new(0, 445, 0, 0)
- Exit2.Size = UDim2.new(0, 161, 0, 50)
- Exit2.Font = Enum.Font.SourceSans
- Exit2.Text = "Exit"
- Exit2.TextScaled = true
- Exit2.TextSize = 14
- Exit2.TextWrapped = true
- Exit2.MouseButton1Down:connect(function()
- FEScriptsFrame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement