Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Arsenal = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local God = Instance.new("TextButton")
- local Aimbot = Instance.new("TextButton")
- local Bhop = Instance.new("TextButton")
- local Coming = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local open = Instance.new("TextButton")
- Arsenal.Name = "Arsenal"
- Arsenal.Parent = game.CoreGui
- Arsenal.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = Arsenal
- OpenFrame.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
- OpenFrame.BackgroundTransparency = 0.30000001192093
- OpenFrame.BorderColor3 = Color3.new(1, 0.952941, 0.431373)
- OpenFrame.BorderSizePixel = 5
- OpenFrame.Position = UDim2.new(0.0965618193, 0, 0.325072885, 0)
- OpenFrame.Size = UDim2.new(0, 350, 0, 267)
- OpenFrame.Active = true
- OpenFrame.Draggable = true
- Title.Name = "Title"
- Title.Parent = OpenFrame
- Title.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- Title.BackgroundTransparency = 1
- Title.BorderColor3 = Color3.new(1, 1, 1)
- Title.Size = UDim2.new(0, 350, 0, 50)
- Title.Font = Enum.Font.Antique
- Title.Text = "Perfection GUI V1"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 50
- Title.TextWrapped = true
- God.Name = "God"
- God.Parent = OpenFrame
- God.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
- God.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
- God.Position = UDim2.new(0.100000001, 0, 0.337078661, 0)
- God.Size = UDim2.new(0, 120, 0, 50)
- God.Style = Enum.ButtonStyle.RobloxRoundButton
- God.Font = Enum.Font.Antique
- God.Text = "God mode"
- God.TextColor3 = Color3.new(0, 0, 0)
- God.TextSize = 40
- God.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Damage:Destroy()
- end)
- Aimbot.Name = "Aimbot"
- Aimbot.Parent = OpenFrame
- Aimbot.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
- Aimbot.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
- Aimbot.Position = UDim2.new(0.557142854, 0, 0.337078661, 0)
- Aimbot.Size = UDim2.new(0, 120, 0, 50)
- Aimbot.Style = Enum.ButtonStyle.RobloxRoundButton
- Aimbot.Font = Enum.Font.Antique
- Aimbot.Text = "Aimbot"
- Aimbot.TextColor3 = Color3.new(0, 0, 0)
- Aimbot.TextSize = 40
- Aimbot.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XXsMmCy8", true))()
- end)
- Bhop.Name = "Bhop"
- Bhop.Parent = OpenFrame
- Bhop.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
- Bhop.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
- Bhop.Position = UDim2.new(0.100000001, 0, 0.662921369, 0)
- Bhop.Size = UDim2.new(0, 120, 0, 50)
- Bhop.Style = Enum.ButtonStyle.RobloxRoundButton
- Bhop.Font = Enum.Font.Antique
- Bhop.Text = "Coming Soon!"
- Bhop.TextColor3 = Color3.new(0, 0, 0)
- Bhop.TextSize = 30
- Bhop.MouseButton1Down:connect(function()
- end)
- Coming.Name = "Coming"
- Coming.Parent = OpenFrame
- Coming.BackgroundColor3 = Color3.new(0.647059, 1, 0.360784)
- Coming.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
- Coming.Position = UDim2.new(0.557142854, 0, 0.662921369, 0)
- Coming.Size = UDim2.new(0, 120, 0, 50)
- Coming.Style = Enum.ButtonStyle.RobloxRoundButton
- Coming.Font = Enum.Font.Antique
- Coming.Text = "Coming Soon!"
- Coming.TextColor3 = Color3.new(0, 0, 0)
- Coming.TextSize = 30
- Credits.Name = "Credits"
- Credits.Parent = OpenFrame
- Credits.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Credits.BackgroundTransparency = 0.30000001192093
- Credits.BorderColor3 = Color3.new(0.92549, 1, 0.0745098)
- Credits.BorderSizePixel = 2
- Credits.Position = UDim2.new(0.5, 0, 0.943820238, 0)
- Credits.Size = UDim2.new(0, 175, 0, 15)
- Credits.Font = Enum.Font.Cartoon
- Credits.Text = "GUI Made By Markus"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextSize = 20
- TextLabel.Parent = OpenFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.214285716, 0, 0.149812728, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.Antique
- TextLabel.Text = "Arsenal Edition"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 40
- Close.Name = "Close"
- Close.Parent = OpenFrame
- Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.869837999, 0, -0.00141948462, 0)
- Close.Size = UDim2.new(0, 45, 0, 31)
- Close.Font = Enum.Font.Fantasy
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 40
- Close.MouseButton1Down:connect(function()
- Frame.Visible = true
- OpenFrame.Visible = false
- end)
- Frame.Parent = Arsenal
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Position = UDim2.new(0, 0, 0.473760992, 0)
- Frame.Size = UDim2.new(0, 135, 0, 69)
- open.Name = "open"
- open.Parent = Frame
- open.BackgroundColor3 = Color3.new(1, 1, 1)
- open.BorderColor3 = Color3.new(1, 1, 1)
- open.Position = UDim2.new(0, 0, 0.25, 0)
- open.Size = UDim2.new(0, 132, 0, 50)
- open.Style = Enum.ButtonStyle.RobloxButton
- open.Font = Enum.Font.Garamond
- open.Text = "Open"
- open.TextColor3 = Color3.new(1, 1, 1)
- open.TextSize = 50
- open.MouseButton1Down:connect(function()
- Frame.Visible = false
- OpenFrame.Visible = true
- end)
- open.MouseBButtonDown:connect(function()
- OpenFrame.Visible = true
- Frame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement