Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 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 TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local TextButton_6 = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Frame.Size = UDim2.new(0, 435, 0, 572)
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.new(0.172549, 1, 0.0235294)
  23. TextLabel.Size = UDim2.new(0, 435, 0, 77)
  24. TextLabel.Font = Enum.Font.SourceSans
  25. TextLabel.Text = "RB'S GUI"
  26. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14
  29. TextLabel.TextWrapped = true
  30.  
  31. TextButton.Parent = Frame
  32. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextButton.Position = UDim2.new(0.0137931034, 0, 0.167832166, 0)
  34. TextButton.Size = UDim2.new(0, 200, 0, 50)
  35. TextButton.Font = Enum.Font.SourceSans
  36. TextButton.Text = "GrabKnife"
  37. TextButton.TextColor3 = Color3.new(0, 0, 0)
  38. TextButton.TextSize = 14
  39.  
  40. TextButton_2.Parent = Frame
  41. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextButton_2.Position = UDim2.new(0.0137931034, 0, 0.29895106, 0)
  43. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  44. TextButton_2.Font = Enum.Font.SourceSans
  45. TextButton_2.Text = "SpawnBlocks"
  46. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton_2.TextSize = 14
  48.  
  49. TextButton_3.Parent = Frame
  50. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextButton_3.Position = UDim2.new(0.0137931034, 0, 0.428321689, 0)
  52. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  53. TextButton_3.Font = Enum.Font.SourceSans
  54. TextButton_3.Text = "Clowncar(kidnap players)"
  55. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  56. TextButton_3.TextSize = 14
  57.  
  58. TextButton_4.Parent = Frame
  59. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TextButton_4.Position = UDim2.new(0.0137931034, 0, 0.582167804, 0)
  61. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  62. TextButton_4.Font = Enum.Font.SourceSans
  63. TextButton_4.Text = "ChatLogs"
  64. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  65. TextButton_4.TextSize = 14
  66.  
  67. TextButton_5.Parent = Frame
  68. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton_5.Position = UDim2.new(0.0137931034, 0, 0.725524485, 0)
  70. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  71. TextButton_5.Font = Enum.Font.SourceSans
  72. TextButton_5.Text = "TrollFE"
  73. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  74. TextButton_5.TextSize = 14
  75.  
  76. TextButton_6.Parent = Frame
  77. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextButton_6.Position = UDim2.new(0.0137931034, 0, 0.881118894, 0)
  79. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  80. TextButton_6.Font = Enum.Font.SourceSans
  81. TextButton_6.Text = "RevizAdmin"
  82. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  83. TextButton_6.TextSize = 14
  84.  
  85. TextLabel_2.Parent = Frame
  86. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. TextLabel_2.Position = UDim2.new(0.494252861, 0, 0.211538464, 0)
  88. TextLabel_2.Size = UDim2.new(0, 200, 0, 223)
  89. TextLabel_2.Font = Enum.Font.SourceSans
  90. TextLabel_2.Text = "DISCORD: BOI...#1664"
  91. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  92. TextLabel_2.TextScaled = true
  93. TextLabel_2.TextSize = 14
  94. TextLabel_2.TextWrapped = true
  95. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement