Advertisement
RuineKiller

RGT Control

Nov 7th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. -- RGT Control
  2. -- Edited
  3. local RGTControl = Instance.new("ScreenGui")
  4. local MainRGT = Instance.new("Frame")
  5. local SongButton = Instance.new("TextButton")
  6. local FakeVictoryButton = Instance.new("TextButton")
  7. local RepFarmButton = Instance.new("TextButton")
  8. local BtoolsButton = Instance.new("TextButton")
  9. local JudgeButton = Instance.new("TextButton")
  10. local HostButton = Instance.new("TextButton")
  11. local JudgeButton_2 = Instance.new("TextButton")
  12. local Text = Instance.new("TextLabel")
  13. local Text_2 = Instance.new("TextLabel")
  14. local MusicBox = Instance.new("TextBox")
  15.  
  16. --Properties:
  17. RGTControl.Name = "RGT Control"
  18. RGTControl.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. MainRGT.Name = "MainRGT"
  21. MainRGT.Parent = RGTControl
  22. MainRGT.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.160784)
  23. MainRGT.BorderSizePixel = 0
  24. MainRGT.Position = UDim2.new(0.00774793373, 0, 0.350968924, 0)
  25. MainRGT.Size = UDim2.new(0, 366, 0, 334)
  26.  
  27.  
  28. SongButton.Name = "SongButton"
  29. SongButton.Parent = MainRGT
  30. SongButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. SongButton.Position = UDim2.new(0.273224056, 0, 0.541916192, 0)
  32. SongButton.Size = UDim2.new(0, 166, 0, 50)
  33. SongButton.Style = Enum.ButtonStyle.RobloxRoundButton
  34. SongButton.Font = Enum.Font.SourceSans
  35. SongButton.Text = "Play song [JUDGES ONLY]"
  36. SongButton.TextColor3 = Color3.new(1, 1, 1)
  37. SongButton.TextSize = 14
  38. SongButton.MouseButton1Down:connect(function()
  39. game.ReplicatedStorage.Network.RGT["Sounds"].PlaySong:FireServer("a824k124jahf",MusicBox.Text)
  40. end)
  41.  
  42.  
  43. FakeVictoryButton.Name = "FakeVictoryButton"
  44. FakeVictoryButton.Parent = MainRGT
  45. FakeVictoryButton.BackgroundColor3 = Color3.new(1, 1, 1)
  46. FakeVictoryButton.Position = UDim2.new(0.0573770478, 0, 0.146706581, 0)
  47. FakeVictoryButton.Size = UDim2.new(0, 113, 0, 50)
  48. FakeVictoryButton.Style = Enum.ButtonStyle.RobloxRoundButton
  49. FakeVictoryButton.Font = Enum.Font.SourceSans
  50. FakeVictoryButton.Text = "Fake Victory [JUDGES ONLY]"
  51. FakeVictoryButton.TextColor3 = Color3.new(1, 1, 1)
  52. FakeVictoryButton.TextSize = 10
  53. FakeVictoryButton.MouseButton1Down:connect(function()
  54. local remotevent = "a824k124jahf"
  55. local music = 1673138318
  56. local Event = game:GetService("ReplicatedStorage").Network.RGT.Sounds.PlaySong
  57. Event:FireServer(remotevent, music)
  58. end)
  59.  
  60.  
  61.  
  62. RepFarmButton.Name = "RepFarmButton"
  63. RepFarmButton.Parent = MainRGT
  64. RepFarmButton.BackgroundColor3 = Color3.new(1, 1, 1)
  65. RepFarmButton.Position = UDim2.new(0.401639342, 0, 0.146706581, 0)
  66. RepFarmButton.Size = UDim2.new(0, 113, 0, 50)
  67. RepFarmButton.Style = Enum.ButtonStyle.RobloxRoundButton
  68. RepFarmButton.Font = Enum.Font.SourceSans
  69. RepFarmButton.Text = "AFK Rep farm"
  70. RepFarmButton.TextColor3 = Color3.new(1, 1, 1)
  71. RepFarmButton.TextSize = 14
  72. RepFarmButton.MouseButton1Down:connect(function()
  73. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.212384, 117.585548, -198.380081)
  74. end)
  75.  
  76.  
  77. BtoolsButton.Name = "BtoolsButton"
  78. BtoolsButton.Parent = MainRGT
  79. BtoolsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  80. BtoolsButton.Position = UDim2.new(0.0573770404, 0, 0.359281421, 0)
  81. BtoolsButton.Size = UDim2.new(0, 113, 0, 50)
  82. BtoolsButton.Style = Enum.ButtonStyle.RobloxRoundButton
  83. BtoolsButton.Font = Enum.Font.SourceSans
  84. BtoolsButton.Text = "Btools"
  85. BtoolsButton.TextColor3 = Color3.new(1, 1, 1)
  86. BtoolsButton.TextSize = 14
  87. BtoolsButton.MouseButton1Down:connect(function()
  88. local rawrxd = workspace.CurrentCamera:Clone()
  89. rawrxd:ClearAllChildren()
  90. workspace.CurrentCamera:Destroy()
  91. rawrxd.Parent = workspace
  92. for i=2,4 do
  93. Instance.new("HopperBin", game:GetService'Players'.LocalPlayer.Backpack).BinType = i
  94. end
  95. end)
  96.  
  97.  
  98. JudgeButton.Name = "JudgeButton"
  99. JudgeButton.Parent = MainRGT
  100. JudgeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  101. JudgeButton.Position = UDim2.new(0.401639342, 0, 0.359281421, 0)
  102. JudgeButton.Size = UDim2.new(0, 113, 0, 50)
  103. JudgeButton.Style = Enum.ButtonStyle.RobloxRoundButton
  104. JudgeButton.Font = Enum.Font.SourceSans
  105. JudgeButton.Text = "Become Judge"
  106. JudgeButton.TextColor3 = Color3.new(1, 1, 1)
  107. JudgeButton.TextSize = 14
  108. JudgeButton.MouseButton1Down:connect(function()
  109. game.ReplicatedStorage.Network.RGT["Spawn Manager"].ChangeTeam:FireServer("Judge")
  110. end)
  111.  
  112.  
  113.  
  114. HostButton.Name = "HostButton"
  115. HostButton.Parent = MainRGT
  116. HostButton.BackgroundColor3 = Color3.new(1, 1, 1)
  117. HostButton.Position = UDim2.new(0.756830633, 0, 0.146706581, 0)
  118. HostButton.Size = UDim2.new(0, 81, 0, 50)
  119. HostButton.Style = Enum.ButtonStyle.RobloxRoundButton
  120. HostButton.Font = Enum.Font.SourceSans
  121. HostButton.Text = "Become Host"
  122. HostButton.TextColor3 = Color3.new(1, 1, 1)
  123. HostButton.TextSize = 14
  124. HostButton.MouseButton1Down:connect(function()
  125. game.ReplicatedStorage.Network.RGT["Spawn Manager"].ChangeTeam:FireServer("Host")
  126. end)
  127.  
  128.  
  129.  
  130. JudgeButton_2.Name = "JudgeButton"
  131. JudgeButton_2.Parent = MainRGT
  132. JudgeButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. JudgeButton_2.Position = UDim2.new(0.745901644, 0, 0.359281451, 0)
  134. JudgeButton_2.Size = UDim2.new(0, 85, 0, 50)
  135. JudgeButton_2.Style = Enum.ButtonStyle.RobloxRoundButton
  136. JudgeButton_2.Font = Enum.Font.SourceSans
  137. JudgeButton_2.Text = "Stop stage music"
  138. JudgeButton_2.TextColor3 = Color3.new(1, 1, 1)
  139. JudgeButton_2.TextSize = 13
  140. JudgeButton_2.MouseButton1Down:connect(function()
  141. game.ReplicatedStorage.Network.RGT["Sounds"].StopSong:FireServer("a824k124jahf")
  142. end)
  143.  
  144.  
  145. Text.Name = "Text"
  146. Text.Parent = MainRGT
  147. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Text.BackgroundTransparency = 1
  149. Text.Position = UDim2.new(0.227035627, 0, 0.00110018253, 0)
  150. Text.Size = UDim2.new(0, 200, 0, 50)
  151. Text.Font = Enum.Font.SourceSans
  152. Text.Text = "RGT Control"
  153. Text.TextColor3 = Color3.new(1, 0.564706, 0.27451)
  154. Text.TextSize = 30
  155.  
  156. Text_2.Name = "Text"
  157. Text_2.Parent = MainRGT
  158. Text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Text_2.BackgroundTransparency = 1
  160. Text_2.Position = UDim2.new(0.210642204, 0, 0.851399601, 0)
  161. Text_2.Size = UDim2.new(0, 200, 0, 50)
  162. Text_2.Font = Enum.Font.SourceSans
  163. Text_2.Text = "Edited by Dr4gon - V2.0.0"
  164. Text_2.TextColor3 = Color3.new(1, 0.564706, 0.27451)
  165. Text_2.TextSize = 30
  166.  
  167. MusicBox.Name = "MusicBox"
  168. MusicBox.Parent = MainRGT
  169. MusicBox.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  170. MusicBox.BorderSizePixel = 0
  171. MusicBox.Position = UDim2.new(0.0573770478, 0, 0.721556902, 0)
  172. MusicBox.Size = UDim2.new(0, 319, 0, 50)
  173. MusicBox.Font = Enum.Font.SourceSans
  174. MusicBox.PlaceholderColor3 = Color3.new(1, 1, 0.262745)
  175. MusicBox.Text = "Music ID Here"
  176. MusicBox.TextColor3 = Color3.new(0, 0, 0)
  177. MusicBox.TextSize = 20
  178. MusicBox.TextWrapped = true
  179. -- Scripts:
  180. -- Empty lmao
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement