Advertisement
xkys

RB WORLD 2 GUI

Dec 16th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local GuiName = Instance.new("TextLabel")
  7. local Aimbot = Instance.new("TextButton")
  8. local Admin = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Admin_2 = Instance.new("TextButton")
  12. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.Active = true
  17. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  18. Frame.BorderColor3 = Color3.new(1, 1, 1)
  19. Frame.BorderSizePixel = 4
  20. Frame.Position = UDim2.new(0.560781896, 0, 0.0565410182, 0)
  21. Frame.Selectable = true
  22. Frame.Size = UDim2.new(0, 326, 0, 252)
  23.  
  24. GuiName.Name = "GuiName"
  25. GuiName.Parent = Frame
  26. GuiName.BackgroundColor3 = Color3.new(1, 1, 1)
  27. GuiName.Position = UDim2.new(-0.00136112142, 0, 0, 0)
  28. GuiName.Size = UDim2.new(0, 326, 0, 42)
  29. GuiName.Font = Enum.Font.SciFi
  30. GuiName.Text = "RB WORLD 2 GUI"
  31. GuiName.TextColor3 = Color3.new(0, 0, 0)
  32. GuiName.TextScaled = true
  33. GuiName.TextSize = 14
  34. GuiName.TextWrapped = true
  35.  
  36. Aimbot.Name = "Aimbot"
  37. Aimbot.Parent = Frame
  38. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Aimbot.Position = UDim2.new(-0.00306748459, 0, 0.290502787, 0)
  40. Aimbot.Size = UDim2.new(0, 130, 0, 50)
  41. Aimbot.Font = Enum.Font.SciFi
  42. Aimbot.Text = "Aimbot"
  43. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  44. Aimbot.TextScaled = true
  45. Aimbot.TextSize = 14
  46. Aimbot.TextWrapped = true
  47.  
  48. Admin.Name = "Admin"
  49. Admin.Parent = Frame
  50. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Admin.Position = UDim2.new(0.598159492, 0, 0.290502787, 0)
  52. Admin.Size = UDim2.new(0, 130, 0, 50)
  53. Admin.Font = Enum.Font.SciFi
  54. Admin.Text = "Admin"
  55. Admin.TextColor3 = Color3.new(0, 0, 0)
  56. Admin.TextScaled = true
  57. Admin.TextSize = 14
  58. Admin.TextWrapped = true
  59.  
  60. TextLabel.Parent = Frame
  61. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextLabel.Position = UDim2.new(0.00306748459, 0, 0.800035477, 0)
  63. TextLabel.Size = UDim2.new(0, 325, 0, 50)
  64. TextLabel.Font = Enum.Font.SciFi
  65. TextLabel.Text = "By lyfen#4664 and Leo_#2114"
  66. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14
  69. TextLabel.TextWrapped = true
  70.  
  71. TextLabel_2.Parent = Frame
  72. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  73. TextLabel_2.Position = UDim2.new(0.00306748459, 0, 0.800035477, 0)
  74. TextLabel_2.Size = UDim2.new(0, 325, 0, 50)
  75. TextLabel_2.Font = Enum.Font.SciFi
  76. TextLabel_2.Text = "By lyfen#4664 and Leo_#2114"
  77. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  78. TextLabel_2.TextScaled = true
  79. TextLabel_2.TextSize = 14
  80. TextLabel_2.TextWrapped = true
  81.  
  82. Admin_2.Name = "Admin"
  83. Admin_2.Parent = Frame
  84. Admin_2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Admin_2.Position = UDim2.new(0.297545999, 0, 0.528598011, 0)
  86. Admin_2.Size = UDim2.new(0, 130, 0, 50)
  87. Admin_2.Font = Enum.Font.SciFi
  88. Admin_2.Text = "Allstar 10"
  89. Admin_2.TextColor3 = Color3.new(0, 0, 0)
  90. Admin_2.TextScaled = true
  91. Admin_2.TextSize = 14
  92. Admin_2.TextWrapped = true
  93. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement