local discord = tostring(loadstring(game:HttpGet("https://pastebin.com/raw/HsPApGJ2", true))()) local Temp = Instance.new("ScreenGui") local Bar = Instance.new("Frame") local Credits = Instance.new("TextLabel") local Credits_2 = Instance.new("TextLabel") Temp.Name = "Temp" Temp.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Bar.Name = "Bar" Bar.Parent = Temp Bar.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863) Bar.BackgroundTransparency = 0.15000000596046 Bar.Position = UDim2.new(0.0241740532, 0, 0.0549273007, 0) Bar.Size = UDim2.new(0, 947, 0, 100) Credits.Name = "Credits" Credits.Parent = Bar Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.BackgroundTransparency = 1 Credits.BorderSizePixel = 0 Credits.Position = UDim2.new(0, 0, 0.0900000036, 0) Credits.Size = UDim2.new(0, 947, 0, 81) Credits.Font = Enum.Font.SciFi Credits.Text = "Made by "..discord Credits.TextColor3 = Color3.new(1, 1, 1) Credits.TextScaled = true Credits.TextSize = 14 Credits.TextWrapped = true Credits_2.Name = "Credits" Credits_2.Parent = Bar Credits_2.BackgroundColor3 = Color3.new(1, 1, 1) Credits_2.BackgroundTransparency = 1 Credits_2.BorderSizePixel = 0 Credits_2.Position = UDim2.new(0, 0, 0.5400002, 0) Credits_2.Size = UDim2.new(0, 101, 0, 45) Credits_2.Font = Enum.Font.SciFi Credits_2.Text = "Press F9 For More" Credits_2.TextColor3 = Color3.new(1, 1, 1) Credits_2.TextScaled = true Credits_2.TextSize = 14 Credits_2.TextWrapped = true print("Discord: "..discord..", Website: https://epixrobluxskriptz.neocities.org/") wait(5) Temp:Destroy()