Advertisement
Nghientapgym

Doomspire BrickBattle

May 26th, 2018
14,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. -- Made By NTS
  2.  
  3. -- Objects
  4.  
  5. local guideptrai = Instance.new("ScreenGui")
  6. local ntsdeptraigui = Instance.new("Frame")
  7. local red = Instance.new("TextButton")
  8. local xanh = Instance.new("TextButton")
  9. local vang = Instance.new("TextButton")
  10. local xanhlacay = Instance.new("TextButton")
  11. local deptrai = Instance.new("TextButton")
  12. local handsomebutton = Instance.new("TextButton")
  13. local deptraibutton = Instance.new("TextButton")
  14. local nts = game.Players.LocalPlayer.PlayerGui
  15.  
  16. -- Properties
  17.  
  18. guideptrai.Name = "guideptrai"
  19. guideptrai.Parent = nts
  20. guideptrai.ResetOnSpawn = false
  21.  
  22. ntsdeptraigui.Name = "ntsdeptraigui"
  23. ntsdeptraigui.Parent = guideptrai
  24. ntsdeptraigui.BackgroundColor3 = Color3.new(0, 0, 0)
  25. ntsdeptraigui.Position = UDim2.new(0.598492026, 0, 0.394805193, 0)
  26. ntsdeptraigui.Size = UDim2.new(0, 227, 0, 143)
  27. ntsdeptraigui.Draggable = true
  28. ntsdeptraigui.Visible = false
  29.  
  30. red.Name = "do"
  31. red.Parent = ntsdeptraigui
  32. red.BackgroundColor3 = Color3.new(1, 0, 0)
  33. red.Position = UDim2.new(0.295154184, 0, 0.157342657, 0)
  34. red.Size = UDim2.new(0, 53, 0, 36)
  35. red.Font = Enum.Font.Arial
  36. red.Text = "red"
  37. red.TextColor3 = Color3.new(0, 0, 0)
  38. red.TextSize = 14
  39. red.MouseButton1Down:connect(function()
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-138, 30, -7)
  41. end)
  42.  
  43. xanh.Name = "xanh"
  44. xanh.Parent = ntsdeptraigui
  45. xanh.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  46. xanh.Position = UDim2.new(0.647577107, 0, 0.594405591, 0)
  47. xanh.Size = UDim2.new(0, 53, 0, 36)
  48. xanh.Font = Enum.Font.Arial
  49. xanh.Text = "blue"
  50. xanh.TextColor3 = Color3.new(0, 0, 0)
  51. xanh.TextSize = 14
  52. xanh.MouseButton1Down:connect(function()
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6, 27, 124)
  54. end)
  55.  
  56. vang.Name = "vang"
  57. vang.Parent = ntsdeptraigui
  58. vang.BackgroundColor3 = Color3.new(1, 1, 0)
  59. vang.Position = UDim2.new(0.295154184, 0, 0.594405591, 0)
  60. vang.Size = UDim2.new(0, 53, 0, 36)
  61. vang.Font = Enum.Font.Arial
  62. vang.Text = "yellow"
  63. vang.TextColor3 = Color3.new(0, 0, 0)
  64. vang.TextSize = 14
  65. vang.MouseButton1Down:connect(function()
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, 27, -2)
  67. end)
  68.  
  69. xanhlacay.Name = "xanhlacay"
  70. xanhlacay.Parent = ntsdeptraigui
  71. xanhlacay.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  72. xanhlacay.Position = UDim2.new(0.647577107, 0, 0.16083917, 0)
  73. xanhlacay.Size = UDim2.new(0, 53, 0, 36)
  74. xanhlacay.Font = Enum.Font.Arial
  75. xanhlacay.Text = "green"
  76. xanhlacay.TextColor3 = Color3.new(0, 0, 0)
  77. xanhlacay.TextSize = 14
  78. xanhlacay.MouseButton1Down:connect(function()
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7, 31, -125)
  80. end)
  81.  
  82. deptrai.Name = "deptrai"
  83. deptrai.Parent = ntsdeptraigui
  84. deptrai.BackgroundColor3 = Color3.new(0.737255, 0.0666667, 1)
  85. deptrai.BorderColor3 = Color3.new(0, 0, 0)
  86. deptrai.Size = UDim2.new(0, 54, 0, 143)
  87. deptrai.Font = Enum.Font.Arial
  88. deptrai.Text = "Press"
  89. deptrai.TextColor3 = Color3.new(0, 0, 0)
  90. deptrai.TextSize = 14
  91. deptrai.MouseButton1Click:Connect(function()
  92. local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  93. local money = "NTS dep trai"
  94. local gem = "All"
  95. event:FireServer(money,gem)
  96. end)
  97.  
  98. handsomebutton.Name = "handsomebutton"
  99. handsomebutton.Parent = guideptrai
  100. handsomebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  101. handsomebutton.Position = UDim2.new(0.957587183, 0, 0.687984467, 0)
  102. handsomebutton.Size = UDim2.new(0, 45, 0, 17)
  103. handsomebutton.Font = Enum.Font.SourceSans
  104. handsomebutton.Text = "O"
  105. handsomebutton.TextColor3 = Color3.new(0, 0, 0)
  106. handsomebutton.TextSize = 14
  107. handsomebutton.Visible = true
  108. handsomebutton.MouseButton1Click:Connect(function()
  109. handsomebutton.Visible = false
  110. ntsdeptraigui.Visible = true
  111. deptraibutton.Visible = true
  112. end)
  113.  
  114. deptraibutton.Name = "deptraibutton"
  115. deptraibutton.Parent = guideptrai
  116. deptraibutton.BackgroundColor3 = Color3.new(1, 1, 1)
  117. deptraibutton.Position = UDim2.new(0.957587183, 0, 0.687984467, 0)
  118. deptraibutton.Size = UDim2.new(0, 45, 0, 17)
  119. deptraibutton.Font = Enum.Font.SourceSans
  120. deptraibutton.Text = "X"
  121. deptraibutton.TextColor3 = Color3.new(0, 0, 0)
  122. deptraibutton.TextSize = 14
  123. deptraibutton.Visible = false
  124. deptraibutton.MouseButton1Click:Connect(function()
  125. deptraibutton.Visible = false
  126. ntsdeptraigui.Visible = false
  127. handsomebutton.Visible = true
  128. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement