Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Version: 2.82
- -- Instances:
- local ArsenalScript = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local MainName = Instance.new("TextLabel")
- local Aimbot = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- ArsenalScript.Name = "ArsenalScript"
- ArsenalScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ArsenalScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = ArsenalScript
- MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- MainFrame.BackgroundTransparency = 0.44999998807907
- MainFrame.Position = UDim2.new(0.332874835, 0, 0.200501248, 0)
- MainFrame.Size = UDim2.new(0, 285, 0, 286)
- MainName.Name = "MainName"
- MainName.Parent = MainFrame
- MainName.BackgroundColor3 = Color3.new(1, 1, 1)
- MainName.BackgroundTransparency = 0.44999998807907
- MainName.Size = UDim2.new(0, 285, 0, 50)
- MainName.Font = Enum.Font.SourceSans
- MainName.Text = "Arsenal GUI"
- MainName.TextColor3 = Color3.new(0, 0, 0)
- MainName.TextScaled = true
- MainName.TextSize = 14
- MainName.TextWrapped = true
- Aimbot.Name = "Aimbot"
- Aimbot.Parent = MainFrame
- Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
- Aimbot.BackgroundTransparency = 0.44999998807907
- Aimbot.Position = UDim2.new(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement