Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- loadstring(game:HttpGet(""))()
- --{ Instances: }--
- local TKR = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Topbar = Instance.new("Frame")
- local Exit = Instance.new("TextButton")
- local Controllers = Instance.new("Frame")
- local Hide = Instance.new("TextButton")
- local DisabledLabel = Instance.new("TextLabel")
- local Holder = Instance.new("Frame")
- local Home = Instance.new("Frame")
- local Welcome = Instance.new("TextLabel")
- local Container = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextLabel_5 = Instance.new("TextLabel")
- local TextLabel_6 = Instance.new("TextLabel")
- local TextLabel_7 = Instance.new("TextLabel")
- local TextLabel_8 = Instance.new("TextLabel")
- local TextLabel_9 = Instance.new("TextLabel")
- local TextLabel_10 = Instance.new("TextLabel")
- local TextLabel_11 = Instance.new("TextLabel")
- local Scripts = Instance.new("Frame")
- local Container_3 = Instance.new("ScrollingFrame")
- local TextBox = Instance.new("TextBox")
- local Script = Instance.new("TextButton")
- local Script_2 = Instance.new("TextButton")
- local Script_3 = Instance.new("TextButton")
- local Script_4 = Instance.new("TextButton")
- local Script_5 = Instance.new("TextButton")
- local Script_6 = Instance.new("TextButton")
- local Script_7 = Instance.new("TextButton")
- local Script_8 = Instance.new("TextButton")
- local Script_9 = Instance.new("TextButton")
- local Script_10 = Instance.new("TextButton")
- local Script_11 = Instance.new("TextButton")
- local Script_12 = Instance.new("TextButton")
- local Script_13 = Instance.new("TextButton")
- local Script_14 = Instance.new("TextButton")
- local Script_15 = Instance.new("TextButton")
- local Script_16 = Instance.new("TextButton")
- local Script_17 = Instance.new("TextButton")
- local Script_18 = Instance.new("TextButton")
- local Info = Instance.new("Frame")
- local Container_4 = Instance.new("ScrollingFrame")
- local TextLabel_12 = Instance.new("TextLabel")
- local Settings = Instance.new("Frame")
- local Container_5 = Instance.new("ScrollingFrame")
- local TextLabel_13 = Instance.new("TextLabel")
- local TextLabel_14 = Instance.new("TextLabel")
- local TextLabel_15 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local Navigation = Instance.new("Frame")
- local Topbar_2 = Instance.new("Frame")
- local Scroll = Instance.new("ScrollingFrame")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local TextButton_6 = Instance.new("TextButton")
- local TextButton_29 = Instance.new("TextButton")
- local TextBox_2 = Instance.new("TextBox")
- local TextBox_3 = Instance.new("TextBox")
- local TextBox_4 = Instance.new("TextBox")
- local DisabledCommand = Instance.new("TextBox")
- local Label = Instance.new("TextLabel")
- --{ Properties: }--
- TKR.Name = "TKR"
- TKR.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TKR.ResetOnSpawn = false
- ---> Property of aWx5 <---
- local lpr = game.Players.LocalPlayer
- --{ Text Stuff: }--
- local name = game.Players.LocalPlayer.DisplayName
- local place = game.PlaceId
- local ping = "-"
- local filteringenabled = game.Workspace.FilteringEnabled
- --{ Topbar Buttons: }--
- local exitdirectory = game.Players.LocalPlayer.PlayerGui.TKR
- local closed = UDim2.new(0, 470,0, 30)
- local winState = 0
- Main.Name = "Main"
- Main.Parent = TKR
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(32, 66, 190)
- Main.BorderSizePixel = 0
- Main.ClipsDescendants = true
- Main.Draggable = true
- Main.Position = UDim2.new(0, 418, 0, 40)
- Main.Selectable = true
- Main.Size = UDim2.new(0, 470, 0, 395)
- Topbar.Name = "Topbar"
- Topbar.Parent = Main
- Topbar.BackgroundColor3 = Color3.fromRGB(60, 119, 191)
- Topbar.BorderSizePixel = 0
- Topbar.Position = UDim2.new(0, 150, 0, 0)
- Topbar.Size = UDim2.new(0, 320, 0, 30)
- Controllers.Name = "Controllers"
- Controllers.Parent = Topbar
- Controllers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Controllers.BackgroundTransparency = 1.000
- Controllers.Position = UDim2.new(1, -128, 0, 3)
- Controllers.Size = UDim2.new(0, 125, 1, -6)
- Exit.Name = "Exit"
- Exit.Parent = Controllers
- Exit.BackgroundColor3 = Color3.fromRGB(141, 27, 27)
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(1, -24, 0, 0)
- Exit.Size = UDim2.new(0, 24, 0, 24)
- Exit.AutoButtonColor = false
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = ""
- Exit.TextSize = 14.000
- Exit.MouseButton1Click:Connect(function()
- exitdirectory:Destroy()
- end)
- Hide.Name = "Hide"
- Hide.Parent = Controllers
- Hide.BackgroundColor3 = Color3.fromRGB(199, 89, 0)
- Hide.BorderSizePixel = 0
- Hide.Position = UDim2.new(1, -50, 0, 0)
- Hide.Size = UDim2.new(0, 24, 0, 24)
- Hide.AutoButtonColor = false
- Hide.Font = Enum.Font.SourceSans
- Hide.Text = ""
- Hide.TextSize = 14.000
- Hide.MouseButton1Click:Connect(function()
- if winState == 0 then
- winState = 1
- Main:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quad', 0.3, true)
- else
- winState = 0
- Main:TweenSize(UDim2.new(0, 470, 0, 395), 'In', 'Quad', 0.3, true)
- end
- end)
- DisabledLabel.Name = "DisabledLabel"
- DisabledLabel.Parent = Controllers
- DisabledLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DisabledLabel.BackgroundTransparency = 1.000
- DisabledLabel.Size = UDim2.new(0, 65, 1, 0)
- DisabledLabel.Visible = false
- DisabledLabel.Font = Enum.Font.SourceSans
- DisabledLabel.Text = "?"
- DisabledLabel.TextColor3 = Color3.fromRGB(13, 105, 172)
- DisabledLabel.TextSize = 16.000
- DisabledLabel.TextStrokeTransparency = 0.700
- DisabledLabel.TextXAlignment = Enum.TextXAlignment.Right
- Holder.Name = "Holder"
- Holder.Parent = Main
- Holder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Holder.BackgroundTransparency = 1.000
- Holder.Position = UDim2.new(0, 150, 0, 30)
- Holder.Size = UDim2.new(0, 320, 0, 365)
- Home.Name = "Home"
- Home.Parent = Holder
- Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Home.BackgroundTransparency = 1.000
- Home.Size = UDim2.new(1, 0, 1, 0)
- Welcome.Name = "Welcome"
- Welcome.Parent = Home
- Welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Welcome.BackgroundTransparency = 1.000
- Welcome.BorderSizePixel = 0
- Welcome.Position = UDim2.new(0, 15, 0, 0)
- Welcome.Selectable = true
- Welcome.Size = UDim2.new(1, -30, 0, 40)
- Welcome.Font = Enum.Font.SourceSansBold
- Welcome.Text = "Welcome, "..tostring(name)
- Welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
- Welcome.TextSize = 34.000
- Welcome.TextStrokeTransparency = 0.500
- Welcome.TextXAlignment = Enum.TextXAlignment.Left
- Container.Name = "Container"
- Container.Parent = Home
- Container.BackgroundColor3 = Color3.fromRGB(32, 66, 190)
- Container.BorderColor3 = Color3.fromRGB(45, 72, 200)
- Container.Position = UDim2.new(0, 15, 0, 41)
- Container.Size = UDim2.new(1, -30, 0.145205483, 250)
- TextLabel.Parent = Container
- TextLabel.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 6, 0, 6)
- TextLabel.Size = UDim2.new(1, -12, 0, 20)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "T0PK3K REMAKE FE EDITION"
- TextLabel.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = Container
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 6, 0, 29)
- TextLabel_2.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Patch version 1.0"
- TextLabel_2.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_2.TextSize = 14.000
- TextLabel_3.Parent = Container
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0, 6, 0, 270)
- TextLabel_3.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_3.Visible = false
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "?"
- TextLabel_3.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_3.TextSize = 14.000
- TextLabel_4.Parent = Container
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0, 6, 0, 53)
- TextLabel_4.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_4.TextSize = 14.000
- TextLabel_5.Parent = Container
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_5.BorderSizePixel = 0
- TextLabel_5.Position = UDim2.new(0, 6, 0, 75)
- TextLabel_5.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "Server Size: "
- TextLabel_5.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_5.TextSize = 14.000
- TextLabel_6.Parent = Container
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_6.BorderSizePixel = 0
- TextLabel_6.Position = UDim2.new(0, 6, 0, 98)
- TextLabel_6.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "FilteringEnabled: "..tostring(filteringenabled)
- TextLabel_6.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_6.TextSize = 14.000
- TextLabel_7.Parent = Container
- TextLabel_7.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_7.BorderSizePixel = 0
- TextLabel_7.Position = UDim2.new(0, 6, 0, 124)
- TextLabel_7.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_7.Font = Enum.Font.SourceSans
- TextLabel_7.Text = "PlaceId: "..tostring(place)
- TextLabel_7.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_7.TextSize = 14.000
- TextLabel_8.Parent = Container
- TextLabel_8.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_8.BorderSizePixel = 0
- TextLabel_8.Position = UDim2.new(0, 6, 0, 150)
- TextLabel_8.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_8.Font = Enum.Font.SourceSans
- TextLabel_8.Text = "FPS: "
- TextLabel_8.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_8.TextSize = 14.000
- TextLabel_9.Parent = Container
- TextLabel_9.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_9.BorderSizePixel = 0
- TextLabel_9.Position = UDim2.new(0, 6, 0, 176)
- TextLabel_9.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_9.Font = Enum.Font.SourceSans
- TextLabel_9.Text = "?: "..tostring(ping)
- TextLabel_9.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_9.TextSize = 14.000
- TextLabel_10.Parent = Container
- TextLabel_10.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_10.BorderSizePixel = 0
- TextLabel_10.Position = UDim2.new(0, 6, 0, 203)
- TextLabel_10.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_10.Font = Enum.Font.SourceSans
- TextLabel_10.Text = "Join our discord! discord.gg/z6Ggtqh5W8"
- TextLabel_10.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_10.TextSize = 14.000
- TextLabel_11.Parent = Container
- TextLabel_11.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextLabel_11.BorderSizePixel = 0
- TextLabel_11.Position = UDim2.new(0, 6, 0, 242)
- TextLabel_11.Size = UDim2.new(1, -12, 0, 20)
- TextLabel_11.Visible = false
- TextLabel_11.Font = Enum.Font.SourceSans
- TextLabel_11.Text = "?"
- TextLabel_11.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextLabel_11.TextSize = 14.000
- Scripts.Name = "Scripts"
- Scripts.Parent = Holder
- Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Scripts.BackgroundTransparency = 1.000
- Scripts.Size = UDim2.new(1, 0, 1, 0)
- Scripts.Visible = false
- Container_3.Name = "Container"
- Container_3.Parent = Scripts
- Container_3.Active = true
- Container_3.BackgroundColor3 = Color3.fromRGB(45, 72, 200)
- Container_3.BorderColor3 = Color3.fromRGB(32, 66, 190)
- Container_3.Position = UDim2.new(0, 15, 0, 10)
- Container_3.Size = UDim2.new(1, -30, 0, 320)
- Container_3.BottomImage = "rbxassetid://368504177"
- Container_3.CanvasSize = UDim2.new(0, 0, 0, 540) -- 818
- Container_3.MidImage = "rbxassetid://368504177"
- Container_3.ScrollBarThickness = 5
- Container_3.TopImage = "rbxassetid://368504177"
- TextBox.Parent = Container_3
- TextBox.BackgroundColor3 = Color3.fromRGB(51, 76, 209)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0, 6, 0, 6)
- TextBox.Size = UDim2.new(1, -17, 0, 20)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(199, 199, 199)
- TextBox.TextSize = 14.000
- --{ Searcbar: }--
- local scroll = exitdirectory.Main.Holder.Scripts.Container
- local searchbar = scroll.TextBox
- searchbar.Changed:Connect(function()
- local text = searchbar.Text:lower()
- if text ~= "" then
- local buttons = scroll:GetDescendants()
- for _, button in pairs(buttons) do
- if button:IsA("TextButton") then
- local buttonText = button.Text:lower()
- if string.find(buttonText, text) then
- button.Visible = true
- --button.Position = UDim2.new(0, 6,0, 29)
- else
- button.Visible = false
- end
- end
- end
- else
- local buttons = scroll:GetDescendants()
- for _, button in pairs(buttons) do
- if button:IsA("TextButton") then
- button.Visible = true
- end
- end
- end
- end)
- Script.Name = "Script"
- Script.Parent = Container_3
- Script.BackgroundColor3 = Color3.fromRGB(71, 106, 197)
- Script.BorderSizePixel = 0
- Script.Position = UDim2.new(0, 6, 0, 29)
- Script.Size = UDim2.new(1, -16, 0, 25)
- Script.Font = Enum.Font.SourceSans
- Script.Text = "Adonis"
- Script.TextColor3 = Color3.fromRGB(199, 199, 199)
- Script.TextSize = 14.000
- Script.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/o5u3/T0PK3K-REMAKE/scripts/Adonis.txt", true))()
- end)
- Script_2.Name = "Script"
- Script_2.Parent = Container_3
- Script_2.BackgroundColor3 = Color3.fromRGB(71, 106, 197)
- Script_2.BorderSizePixel = 0
- Script_2.Position = UDim2.new(0, 6, 0, 57)
- Script_2.Size = UDim2.new(1, -16, 0, 25)
- Script_2.Font = Enum.Font.SourceSans
- Script_2.Text = "Fiery"
- Script_2.TextColor3 = Color3.fromRGB(199, 199, 199)
- Script_2.TextSize = 14.000
- Script_2.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/o5u3/T0PK3K-REMAKE/scripts/Fiery.txt"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement