Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by finn
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local GUImadebyfin1133 = Instance.new("TextLabel")
- local Esp = Instance.new("TextButton")
- local Hitbox = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Openmain = Instance.new("Frame")
- local OPEN = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(95, 24, 25)
- Main.Position = UDim2.new(0.269687951, 0, 0.561893225, 0)
- Main.Size = UDim2.new(0, 246, 0, 108)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- GUImadebyfin1133.Name = "GUI made by fin#1133"
- GUImadebyfin1133.Parent = Main
- GUImadebyfin1133.BackgroundColor3 = Color3.fromRGB(97, 40, 47)
- GUImadebyfin1133.Size = UDim2.new(0, 246, 0, 33)
- GUImadebyfin1133.Font = Enum.Font.Ubuntu
- GUImadebyfin1133.Text = "GUI MADE BY fin#1133"
- GUImadebyfin1133.TextColor3 = Color3.fromRGB(0, 0, 0)
- GUImadebyfin1133.TextSize = 17.000
- Esp.Name = "Esp"
- Esp.Parent = Main
- Esp.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
- Esp.Position = UDim2.new(3.7252903e-09, 0, 0.413335979, 0)
- Esp.Size = UDim2.new(0, 51, 0, 50)
- Esp.Font = Enum.Font.SourceSans
- Esp.Text = "ESP"
- Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
- Esp.TextSize = 14.000
- Esp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/BsVMkJZN'),true))()
- end)
- Hitbox.Name = "Hitbox"
- Hitbox.Parent = Main
- Hitbox.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
- Hitbox.Position = UDim2.new(0.784552932, 0, 0.413335979, 0)
- Hitbox.Size = UDim2.new(0, 53, 0, 50)
- Hitbox.Font = Enum.Font.SourceSans
- Hitbox.Text = "Hitbox"
- Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
- Hitbox.TextSize = 14.000
- Hitbox.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/xDjukQ0h'),true))()
- end)
- Admin.Name = "Admin"
- Admin.Parent = Main
- Admin.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
- Admin.Position = UDim2.new(0.386179, 0, 0.413335979, 0)
- Admin.Size = UDim2.new(0, 56, 0, 50)
- Admin.Font = Enum.Font.SourceSans
- Admin.Text = "ADMIN"
- Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
- Admin.TextSize = 14.000
- Admin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- Close.Position = UDim2.new(0.853658676, 0, 0.0143884867, 0)
- Close.Size = UDim2.new(0, 36, 0, 28)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 37.000
- Close.MouseButton1Down:connect(function()
- Main.Visible = false
- Openmain.Visible = true
- end)
- Openmain.Name = "Openmain"
- Openmain.Parent = ScreenGui
- Openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Openmain.Position = UDim2.new(0.00520059653, 0, 0.951456249, 0)
- Openmain.Size = UDim2.new(0, 53, 0, 31)
- Openmain.Active = true
- Openmain.Draggable = true
- OPEN.Name = "OPEN"
- OPEN.Parent = Openmain
- OPEN.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
- OPEN.Size = UDim2.new(0, 53, 0, 31)
- OPEN.Font = Enum.Font.SourceSans
- OPEN.Text = "OPEN"
- OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
- OPEN.TextSize = 17.000
- OPEN.MouseButton1Down:connect(function()
- Openmain.Visible = false
- Main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement