Advertisement
Darkwidow10

RobberyFucker

Apr 26th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RobFuckerV2 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Top = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Bottom = Instance.new("Frame")
  9. local Gauntlet = Instance.new("TextButton")
  10. local Backpack = Instance.new("TextButton")
  11. local Key = Instance.new("TextButton")
  12. --Properties:
  13. RobFuckerV2.Name = "RobFuckerV2"
  14. RobFuckerV2.Parent = game.CoreGui
  15. RobFuckerV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = RobFuckerV2
  19. Main.Active = true
  20. Main.BackgroundColor3 = Color3.new(0.552941, 0.501961, 0.819608)
  21. Main.BorderSizePixel = 0
  22. Main.Position = UDim2.new(0, 0, 0.414860696, 0)
  23. Main.Size = UDim2.new(0, 360, 0, 261)
  24. Main.Draggable = true
  25.  
  26. Top.Name = "Top"
  27. Top.Parent = Main
  28. Top.BackgroundColor3 = Color3.new(0.513726, 0.462745, 0.756863)
  29. Top.BorderSizePixel = 0
  30. Top.Size = UDim2.new(0, 360, 0, 40)
  31.  
  32. TextLabel.Parent = Top
  33. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextLabel.BackgroundTransparency = 1
  35. TextLabel.Position = UDim2.new(0.222222224, 0, 0, 0)
  36. TextLabel.Size = UDim2.new(0, 200, 0, 40)
  37. TextLabel.Font = Enum.Font.Highway
  38. TextLabel.Text = "RobFuckerV2"
  39. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. Bottom.Name = "Bottom"
  45. Bottom.Parent = Main
  46. Bottom.BackgroundColor3 = Color3.new(0.513726, 0.462745, 0.756863)
  47. Bottom.BorderSizePixel = 0
  48. Bottom.Position = UDim2.new(0, 0, 0.954023004, 0)
  49. Bottom.Size = UDim2.new(0, 360, 0, 40)
  50.  
  51. Gauntlet.Name = "Gauntlet"
  52. Gauntlet.Parent = Main
  53. Gauntlet.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
  54. Gauntlet.BorderSizePixel = 0
  55. Gauntlet.Position = UDim2.new(0.222222224, 0, 0.218390808, 0)
  56. Gauntlet.Size = UDim2.new(0, 200, 0, 50)
  57. Gauntlet.Font = Enum.Font.Highway
  58. Gauntlet.Text = "Infinity Gauntlet"
  59. Gauntlet.TextColor3 = Color3.new(1, 1, 1)
  60. Gauntlet.TextScaled = true
  61. Gauntlet.TextSize = 14
  62. Gauntlet.TextWrapped = true
  63. Gauntlet.MouseButton1Down:connect(function()
  64. game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("INFINITY_GAUNTLET", "GLOVE")
  65. end)
  66.  
  67. Backpack.Name = "Backpack"
  68. Backpack.Parent = Main
  69. Backpack.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
  70. Backpack.BorderSizePixel = 0
  71. Backpack.Position = UDim2.new(0.222222224, 0, 0.467432946, 0)
  72. Backpack.Size = UDim2.new(0, 200, 0, 50)
  73. Backpack.Font = Enum.Font.Highway
  74. Backpack.Text = "Inf Backpack"
  75. Backpack.TextColor3 = Color3.new(1, 1, 1)
  76. Backpack.TextScaled = true
  77. Backpack.TextSize = 14
  78. Backpack.TextWrapped = true
  79. Backpack.MouseButton1Down:connect(function()
  80. game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("TREASURE_BAG", "BAG")
  81. end)
  82.  
  83. Key.Name = "Key"
  84. Key.Parent = Main
  85. Key.BackgroundColor3 = Color3.new(0.458824, 0.345098, 0.701961)
  86. Key.BorderSizePixel = 0
  87. Key.Position = UDim2.new(0.222222224, 0, 0.708812237, 0)
  88. Key.Size = UDim2.new(0, 200, 0, 50)
  89. Key.Font = Enum.Font.Highway
  90. Key.Text = "Roblox Bank key"
  91. Key.TextColor3 = Color3.new(1, 1, 1)
  92. Key.TextScaled = true
  93. Key.TextSize = 14
  94. Key.TextWrapped = true
  95. Key.MouseButton1Down:connect(function()
  96. game.ReplicatedStorage.Aero.AeroRemoteServices.UserService.AddInventoryItem:InvokeServer("ROBLOX_BANK_KEY", "KEY")
  97. end)
  98. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement