Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local RobFuckerV2 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Top = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Bottom = Instance.new("Frame")
- local Gauntlet = Instance.new("TextButton")
- local Backpack = Instance.new("TextButton")
- local Key = Instance.new("TextButton")
- --Properties:
- RobFuckerV2.Name = "RobFuckerV2"
- RobFuckerV2.Parent = game.CoreGui
- RobFuckerV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = RobFuckerV2
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.552941, 0.501961, 0.819608)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0, 0, 0.414860696, 0)
- Main.Size = UDim2.new(0, 360, 0, 261)
- Main.Draggable = true
- Top.Name = "Top"
- Top.Parent = Main
- Top.BackgroundColor3 = Color3.new(0.513726, 0.462745, 0.756863)
- Top.BorderSizePixel = 0
- Top.Size = UDim2.new(0, 360, 0, 40)
- TextLabel.Parent = Top
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.222222224, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 40)
- TextLabel.Font = Enum.Font.Highway
- TextLabel.Text = "RobFuckerV2"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Bottom.Name = "Bottom"
- Bottom.Parent = Main
- Bottom.BackgroundColor3 = Color3.new(0.513726, 0.462745, 0.756863)
- Bottom.BorderSizePixel = 0
- Bottom.Position = UDim2.new(0, 0, 0.954023004, 0)
- Bottom.Size = UDim2.new(0, 360, 0, 40)
- Gauntlet.Name = "Gauntlet"
- Gauntlet.Parent = Main
- Gauntlet.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
- Gauntlet.BorderSizePixel = 0
- Gauntlet.Position = UDim2.new(0.222222224, 0, 0.218390808, 0)
- Gauntlet.Size = UDim2.new(0, 200, 0, 50)
- Gauntlet.Font = Enum.Font.Highway
- Gauntlet.Text = "Infinity Gauntlet"
- Gauntlet.TextColor3 = Color3.new(1, 1, 1)
- Gauntlet.TextScaled = true
- Gauntlet.TextSize = 14
- Gauntlet.TextWrapped = true
- Gauntlet.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("INFINITY_GAUNTLET", "GLOVE")
- end)
- Backpack.Name = "Backpack"
- Backpack.Parent = Main
- Backpack.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
- Backpack.BorderSizePixel = 0
- Backpack.Position = UDim2.new(0.222222224, 0, 0.467432946, 0)
- Backpack.Size = UDim2.new(0, 200, 0, 50)
- Backpack.Font = Enum.Font.Highway
- Backpack.Text = "Inf Backpack"
- Backpack.TextColor3 = Color3.new(1, 1, 1)
- Backpack.TextScaled = true
- Backpack.TextSize = 14
- Backpack.TextWrapped = true
- Backpack.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("TREASURE_BAG", "BAG")
- end)
- Key.Name = "Key"
- Key.Parent = Main
- Key.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
- Key.BorderSizePixel = 0
- Key.Position = UDim2.new(0.222222224, 0, 0.708812237, 0)
- Key.Size = UDim2.new(0, 200, 0, 50)
- Key.Font = Enum.Font.Highway
- Key.Text = "Roblox Bank key"
- Key.TextColor3 = Color3.new(1, 1, 1)
- Key.TextScaled = true
- Key.TextSize = 14
- Key.TextWrapped = true
- Key.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("ROBLOX_BANK_KEY", "KEY")
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement