Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local backColor = Color3.fromRGB(255, 255, 255)
- local textColor = Color3.fromRGB(170, 0, 0)
- tweening = false
- local tabs = {
- {
- name = "FE Scripts",
- comingsoon = false,
- scripts = {
- {
- "F to Teleport",
- "https://pastebin.com/iDQEvRDz"
- },
- {
- "FE Admin",
- "https://pastebin.com/raw/PraqkFq7"
- },
- {
- "Spoof Owner ID",
- "https://pastebin.com/TsxPd8HN"
- },
- {
- "Chat Logs",
- "https://pastebin.com/raw/mtGM0Dkh"
- },
- {
- "FE Check (F9)",
- "https://pastebin.com/raw/SRibuFiK"
- },
- {
- "ESP Chams + Aimbot",
- "https://pastebin.com/raw/5iByVQA2"
- },
- {
- "Ping/FPS",
- "https://pastebin.com/raw/Qh8eeWF7"
- },
- {
- "GabX",
- "https://pastebin.com/raw/FTf9uem2"
- },
- {
- "Spectate",
- "https://pastebin.com/raw/WgpJfMGS"
- },
- {
- "Mr. Spy v2",
- "https://mrspyv2source.000webhostapp.com/"
- },
- {
- "Text Alternator v1",
- "https://pastebin.com/raw/Nkrgccn1"
- }
- }
- },
- {
- name = "Games",
- comingsoon = false,
- scripts = {
- {
- "Bee Swarm Sim",
- "https://pastebin.com/raw/eWxjzjnM"
- },
- {
- "JB AutoRob",
- "https://pastebin.com/ecxx71Tm"
- },
- {
- "NRPG Beyond Fast Shoot",
- "https://pastebin.com/raw/zXCvQxRF"
- },
- {
- "NPRG Beyond Admin",
- "https://pastebin.com/raw/RpE26cQf"
- },
- {
- "The Streets",
- "https://pastebin.com/raw/xZyABVJ1"
- },
- {
- "Jailbreak AFK",
- "https://pastebin.com/raw/10q0BLX0"
- },
- {
- "Jailbreak GUI",
- "https://pastebin.com/raw/CQFw06tN"
- },
- {
- "The Streets",
- "https://pastebin.com/raw/xZyABVJ1"
- },
- {
- "Lumber Tycoon",
- "https://pastebin.com/raw/33kYAahS"
- },
- {
- "Phantom Forces",
- "https://pastebin.com/raw/LgQEjvxS"
- },
- {
- "Hilton Hotels",
- "https://pastebin.com/raw/QfHywxaZ"
- },
- {
- "Work At A Pizza Place",
- "https://pastebin.com/raw/KyfBZCKL"
- },
- {
- "Prison Royale",
- "https://pastebin.com/raw/0W4QBB5C"
- },
- {
- "Greenwood Town",
- "https://pastebin.com/raw/96JTe9Gd"
- },
- {
- "Naruto Final Bond",
- "https://pastebin.com/raw/ujKgVWBn"
- },
- {
- "Project Pokemon",
- "https://pastebin.com/raw/jDTLJf9Z"
- },
- {
- "Scuba Diving",
- "https://pastebin.com/raw/NwSeijRv"
- },
- {
- "CB:RO",
- "https://pastebin.com/raw/7dqrEfJP"
- },
- {
- "AEnigma",
- "https://pastebin.com/raw/1jhMUEyk/"
- },
- {
- "Prison Life",
- "https://pastebin.com/raw/GXjYjedA"
- },
- {
- "Booga Booga",
- "https://pastebin.com/raw/R4iybVvy"
- },
- {
- "Booga Booga 2",
- "https://pastebin.com/raw/1WQDVNfu"
- },
- {
- "Lumber Simulator 2",
- "https://pastebin.com/raw/UdhWAjRc"
- },
- {
- "Auto rap battles (OP)",
- "https://pastebin.com/raw/1dQReH2F"
- },
- {
- "BloxTube",
- "https://pastebin.com/raw/sDn6bMCC"
- },
- {
- "Blox no Hero Academia",
- "https://pastebin.com/raw/Crywz9qf"
- },
- {
- "Knife Simulator",
- "https://pastebin.com/raw/zv2hu92Z"
- },
- {
- "Redwood Prison",
- "https://pastebin.com/raw/KZrMMU7p"
- },
- {
- "PhantomF ESP (use alt)",
- "https://pastebin.com/raw/fnbu8dkh"
- },
- {
- "Parkour",
- "https://pastebin.com/raw/AJZx4yuu"
- },
- {
- "ApocRise Items",
- "https://pastebin.com/raw/hvYLpsLy"
- },
- {
- "ApocRise GUI",
- "https://pastebin.com/raw/wkxrrc0i"
- }
- }
- },
- {
- name = "Games2",
- comingsoon = false,
- scripts = {
- {
- "Soon..",
- ""
- }
- }
- },
- {
- name = "Extra",
- comingsoon = true
- }
- }
- local othertabs = {
- {
- name = "Info",
- text = "I literally copied GabX and changed pastebins xd",
- },
- {
- name = "Credits",
- text = "my faggot ass"
- }
- }
- local gui = Instance.new("ScreenGui")
- gui.Parent = game:GetService("CoreGui")
- local top = Instance.new("Frame")
- top.Parent = gui
- top.Name = "Topbar"
- top.BorderSizePixel = 0
- top.BackgroundColor3 = Color3.new((192 / 255), (225 / 255), (237 / 255))
- top.Size = UDim2.new(0, 500, 0, 36)
- top.Position = UDim2.new(0, -505, 0.5, -218)
- top.Draggable = true
- top.Active = true
- top.ZIndex = 10
- top.Visible = false
- local button = Instance.new("TextButton")
- button.Parent = gui
- button.Name = "Button"
- button.BorderSizePixel = 0
- button.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
- button.Font = Enum.Font.SciFi
- button.TextSize = 40
- button.TextColor3 = Color3.new(0, 0, 0)
- button.TextScaled = true
- button.Text = "GabX"
- button.ZIndex = 12
- button.Size = UDim2.new(0, 0, 0, 40)
- button.Position = UDim2.new(0.5, 0, 0.5, -20)
- local function createTextButton(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, ZIndex, Style, func)
- local TextButton = Instance.new("TextButton")
- TextButton.BackgroundColor3 = BackgroundColor3
- TextButton.BackgroundTransparency = BackgroundTransparency
- TextButton.BorderSizePixel = BorderSizePixel
- TextButton.Font = Font
- TextButton.Name = Name
- TextButton.Parent = Parent
- TextButton.Position = Position
- TextButton.Size = Size
- TextButton.Text = Text
- TextButton.TextColor3 = TextColor3
- TextButton.TextSize = TextSize
- TextButton.ZIndex = ZIndex
- TextButton.Style = Style
- TextButton.MouseButton1Down:Connect(func)
- return TextButton
- end
- local topthing = Instance.new("Frame")
- topthing.Parent = button
- topthing.Name = "Top"
- topthing.BorderSizePixel = 0
- topthing.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
- topthing.ZIndex = 13
- topthing.Size = UDim2.new(1, 0, 0, 20)
- topthing.Position = UDim2.new(0, 0, 0, -20)
- local bottomthing = Instance.new("Frame")
- bottomthing.Parent = button
- bottomthing.Name = "Top"
- bottomthing.BorderSizePixel = 0
- bottomthing.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
- bottomthing.ZIndex = 13
- bottomthing.Size = UDim2.new(1, 0, 0, 20)
- bottomthing.Position = UDim2.new(0, 0, 0, 40)
- local top = Instance.new("Frame")
- top.Parent = gui
- top.Name = "Topbar"
- top.BorderSizePixel = 0
- top.BackgroundTransparency = 0.9
- top.BorderColor3 = Color3.fromRGB(49, 49, 49)
- top.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
- top.Size = UDim2.new(0, 500, 0, 36)
- top.Position = UDim2.new(0, -505, 0.5, -218)
- top.Draggable = true
- top.Active = true
- top.ZIndex = 10
- top.Visible = false
- local logo = Instance.new("ImageLabel")
- logo.Parent = top
- logo.Name = "Logo"
- logo.BorderSizePixel = 0
- logo.BackgroundTransparency = 1
- logo.Image = "rbxassetid://2663298067"
- logo.ScaleType = Enum.ScaleType.Crop
- logo.Size = UDim2.new(0, 97, 0, 123)
- logo.Position = UDim2.new(0.146, -70, 5.333, 0)
- logo.ZIndex = 11
- local main = Instance.new("Frame")
- main.Parent = top
- main.Name = "MainFrame"
- main.BorderSizePixel = 0
- main.BackgroundColor3 = Color3.fromRGB(218, 218, 218)
- main.BackgroundTransparency = 0.3
- main.Position = UDim2.new(0, 0, 1, 0)
- main.Size = UDim2.new(1, 0, 0, 400)
- main.ZIndex = 10
- local tabsf = Instance.new("Frame")
- tabsf.Parent = main
- tabsf.Name = "Tabs"
- tabsf.BorderSizePixel = 0
- tabsf.BackgroundTransparency = 1
- tabsf.Position = UDim2.new(0, 0, 0, 0)
- tabsf.Size = UDim2.new(0, 100, 1, 0)
- local function animate()
- top.Visible = true
- top:TweenPosition(UDim2.new(0.5, -250, 0.5, -218))
- end
- local current = "FE Scripts"
- for i1, tab in ipairs(tabs) do
- local tabbtn = Instance.new("TextButton")
- tabbtn.Parent = tabsf
- tabbtn.Name = tab.name
- tabbtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tabbtn.Size = UDim2.new(1, 0, 0, 26)
- tabbtn.Position = UDim2.new(0, 0, 0, (i1 - 1) * 30)
- tabbtn.Font = Enum.Font.SciFi
- tabbtn.TextSize = 16
- tabbtn.Text = tab.name
- tabbtn.ZIndex = 11
- tabbtn.TextScaled = true
- local tabfr = Instance.new("Frame")
- tabfr.Parent = main
- tabfr.Name = tab.name
- tabfr.BorderSizePixel = 0
- tabfr.BackgroundTransparency = 1
- tabfr.Size = UDim2.new(0, 390, 1, -10)
- tabfr.Position = UDim2.new(0, 105, 0, 5)
- if tab.name ~= current then
- tabfr.Visible = false
- end
- tabbtn.MouseButton1Click:connect(function()
- main[current].Visible = false
- current = tab.name
- tabfr.Visible = true
- end)
- if tab.comingsoon then
- local text = Instance.new("TextLabel")
- text.Parent = tabfr
- text.BorderSizePixel = 0
- text.BackgroundTransparency = 1
- text.BackgroundColor3 = Color3.new(1, 1, 1)
- text.Font = Enum.Font.SciFi
- text.TextSize = 60
- text.Text = "Coming Soon!"
- text.Position = UDim2.new(0, 0, 0, 0)
- text.Size = UDim2.new(1, 0, 0, 100)
- text.ZIndex = 11
- else
- for i2, scr in ipairs(tab.scripts) do
- local scrbtn = Instance.new("TextButton")
- scrbtn.Parent = tabfr
- scrbtn.Name = scr[1]
- scrbtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- scrbtn.Position = UDim2.new(0, ((i2 - 1) % 4) * 100, 0, math.floor((i2 - 1) / 4) * 50)
- scrbtn.Size = UDim2.new(0, 90, 0, 40)
- scrbtn.TextSize = 14
- scrbtn.TextScaled = true
- scrbtn.Font = Enum.Font.SciFi
- scrbtn.Text = scr[1]
- scrbtn.ZIndex = 11
- scrbtn.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(scr[2], true))()
- end)
- end
- end
- end
- createTextButton(backColor, 0, 0, Enum.Font.SciFi, "Close", main, UDim2.new(0, 0, 0, 280), UDim2.new(0.2, 0, 0, 26), "X", textColor, 18, 15, Enum.ButtonStyle.RobloxRoundDropdownButton, function()
- if tweening == false then
- gui:Destroy()
- end
- end)
- for i,tab in ipairs(othertabs) do
- local tabbtn = Instance.new("TextButton")
- tabbtn.Parent = tabsf
- tabbtn.Name = tab.name
- tabbtn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tabbtn.Size = UDim2.new(1, 0, 0, 26)
- tabbtn.Position = UDim2.new(0, 0, 0, 314 + ((i - 1) * 30))
- tabbtn.Font = Enum.Font.SciFi
- tabbtn.TextSize = 16
- tabbtn.Text = tab.name
- tabbtn.ZIndex = 11
- tabbtn.TextScaled = true
- local text = Instance.new("TextLabel")
- text.Parent = main
- text.Name = tab.name
- text.BorderSizePixel = 0
- text.BackgroundTransparency = 0.2
- text.BackgroundColor3 = Color3.new(1, 1, 1)
- text.Size = UDim2.new(0, 390, 1, -10)
- text.Position = UDim2.new(0, 105, 0, 5)
- text.Text = tab.text
- text.Font = Enum.Font.SciFi
- text.TextSize = 20
- text.TextXAlignment = Enum.TextXAlignment.Center
- text.TextYAlignment = Enum.TextYAlignment.Top
- text.TextWrapped = true
- text.TextScaled = true
- text.ZIndex = 11
- if tab.name ~= current then
- text.Visible = false
- end
- tabbtn.MouseButton1Click:connect(function()
- main[current].Visible = false
- current = tab.name
- text.Visible = true
- end)
- end
- wait(1)
- animate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement