koreanhackerman

Auto Rap Battles OP GUI

Dec 25th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.19 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ARBkiller = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local KillSpec = Instance.new("TextButton")
  7. local NameBox = Instance.new("TextBox")
  8. local KillAllSpec = Instance.new("TextButton")
  9. local KillStage = Instance.new("TextButton")
  10. local KillAllStage = Instance.new("TextButton")
  11. local HatSpam = Instance.new("TextButton")
  12. local HatSpamLabel = Instance.new("TextLabel")
  13. local TextLabel = Instance.new("TextLabel")
  14. local KillManualFrame = Instance.new("Frame")
  15. local GotoStage = Instance.new("TextButton")
  16. local ManualNameBox = Instance.new("TextBox")
  17. local GotoFloor = Instance.new("TextButton")
  18. local GotoDJbooth = Instance.new("TextButton")
  19. local SpamHatsManual = Instance.new("TextButton")
  20. local BringAll = Instance.new("TextButton")
  21. local BringPlayer = Instance.new("TextButton")
  22. local TabsTab = Instance.new("TextButton")
  23. local TabsFrame = Instance.new("Frame")
  24. local KillPlayersAutoTab = Instance.new("TextButton")
  25. local KillPlayersTab = Instance.new("TextButton")
  26. local ChooseWinnerTab = Instance.new("TextButton")
  27. local TextLabel_2 = Instance.new("TextLabel")
  28. local ChooseWinnerTab_2 = Instance.new("Frame")
  29. local rapper1 = Instance.new("TextButton")
  30. local rapper2 = Instance.new("TextButton")
  31. local TextLabel_3 = Instance.new("TextLabel")
  32.  
  33. -- Properties
  34.  
  35. ARBkiller.Name = "ARBkiller"
  36. ARBkiller.Parent = game.CoreGui
  37.  
  38. Topframe.Name = "Topframe"
  39. Topframe.Parent = ARBkiller
  40. Topframe.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Topframe.BorderColor3 = Color3.new(0, 0, 0)
  42. Topframe.Position = UDim2.new(0.491096556, 0, 0.279112756, 0)
  43. Topframe.Size = UDim2.new(0, 305, 0, 22)
  44. Topframe.Active = true
  45. Topframe.Draggable = true
  46.  
  47. Mainframe.Name = "Mainframe"
  48. Mainframe.Parent = Topframe
  49. Mainframe.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  50. Mainframe.BorderColor3 = Color3.new(0, 0, 0)
  51. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  52. Mainframe.Size = UDim2.new(0, 305, 0, 152)
  53.  
  54. KillSpec.Name = "KillSpec"
  55. KillSpec.Parent = Mainframe
  56. KillSpec.BackgroundColor3 = Color3.new(0, 0, 0)
  57. KillSpec.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  58. KillSpec.Position = UDim2.new(0.0524590164, 0, 0.375, 0)
  59. KillSpec.Size = UDim2.new(0, 131, 0, 26)
  60. KillSpec.Visible = false
  61. KillSpec.Font = Enum.Font.SourceSans
  62. KillSpec.Text = "Kill Spectator"
  63. KillSpec.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  64. KillSpec.TextSize = 14
  65. KillSpec.Visible = false
  66. KillSpec.MouseButton1Click:Connect(function()
  67.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  68.     wait(.1)
  69.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
  70. end)
  71.  
  72. KillSpec.MouseButton1Click:Connect(function()
  73.     wait(.3)
  74.     for i=1, 17 do
  75.     for i,v in pairs(game.Players:GetChildren()) do
  76. if v.Name ~= game.Players.LocalPlayer.Name then
  77. game.Players[NameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  78. end
  79. end
  80. end
  81. end)
  82.  
  83. NameBox.Name = "NameBox"
  84. NameBox.Parent = Mainframe
  85. NameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  86. NameBox.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  87. NameBox.Position = UDim2.new(0.0524590164, 0, 0.0723684281, 0)
  88. NameBox.Size = UDim2.new(0, 273, 0, 26)
  89. NameBox.Visible = false
  90. NameBox.Font = Enum.Font.SourceSans
  91. NameBox.Text = "Player Name"
  92. NameBox.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  93. NameBox.TextSize = 14
  94. NameBox.Visible = false
  95.  
  96. KillAllSpec.Name = "KillAllSpec"
  97. KillAllSpec.Parent = Mainframe
  98. KillAllSpec.BackgroundColor3 = Color3.new(0, 0, 0)
  99. KillAllSpec.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  100. KillAllSpec.Position = UDim2.new(0.0524590164, 0, 0.618421078, 0)
  101. KillAllSpec.Size = UDim2.new(0, 131, 0, 26)
  102. KillAllSpec.Visible = false
  103. KillAllSpec.Font = Enum.Font.SourceSans
  104. KillAllSpec.Text = "Kill All Spectators"
  105. KillAllSpec.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  106. KillAllSpec.TextSize = 14
  107. KillAllSpec.Visible = false
  108. KillAllSpec.MouseButton1Click:Connect(function()
  109.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  110.     wait(.1)
  111.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
  112. end)
  113.  
  114. KillAllSpec.MouseButton1Click:Connect(function()
  115.     for i=1, 17 do
  116.         for i,v in pairs(game.Players:GetChildren()) do
  117. if v.Name ~= game.Players.LocalPlayer.Name then
  118. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  119. end
  120. end
  121. end
  122. end)
  123.  
  124. KillStage.Name = "KillStage"
  125. KillStage.Parent = Mainframe
  126. KillStage.BackgroundColor3 = Color3.new(0, 0, 0)
  127. KillStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  128. KillStage.Position = UDim2.new(0.521311462, 0, 0.375, 0)
  129. KillStage.Size = UDim2.new(0, 131, 0, 26)
  130. KillStage.Visible = false
  131. KillStage.Font = Enum.Font.SourceSans
  132. KillStage.Text = "Kill DJ/Rapper"
  133. KillStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  134. KillStage.TextSize = 14
  135. KillStage.Visible = false
  136. KillStage.MouseButton1Click:Connect(function()
  137.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
  138.     wait(.1)
  139.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
  140.     wait(.1)
  141.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
  142.     wait(.1)
  143.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
  144.     wait(.1)
  145.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
  146. end)
  147.  
  148. KillStage.MouseButton1Click:Connect(function()
  149.     wait(.9)
  150.     for i=1, 17 do
  151.     for i,v in pairs(game.Players:GetChildren()) do
  152. if v.Name ~= game.Players.LocalPlayer.Name then
  153. game.Players[NameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  154. end
  155. end
  156. end
  157. end)
  158.  
  159. KillAllStage.Name = "KillAllStage"
  160. KillAllStage.Parent = Mainframe
  161. KillAllStage.BackgroundColor3 = Color3.new(0, 0, 0)
  162. KillAllStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  163. KillAllStage.Position = UDim2.new(0.521311462, 0, 0.618421078, 0)
  164. KillAllStage.Size = UDim2.new(0, 131, 0, 26)
  165. KillAllStage.Visible = false
  166. KillAllStage.Font = Enum.Font.SourceSans
  167. KillAllStage.Text = "Kill All DJs and Rappers"
  168. KillAllStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  169. KillAllStage.TextSize = 14
  170. KillAllStage.Visible = false
  171. KillAllStage.MouseButton1Click:Connect(function()
  172.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
  173.     wait(.1)
  174.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
  175.     wait(.1)
  176.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
  177.     wait(.1)
  178.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
  179.     wait(.1)
  180.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
  181. end)
  182.  
  183. KillAllStage.MouseButton1Click:Connect(function()
  184.     wait(.9)
  185.     for i=1, 17 do
  186.         for i,v in pairs(game.Players:GetChildren()) do
  187. if v.Name ~= game.Players.LocalPlayer.Name then
  188. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  189. end
  190. end
  191. end
  192. end)
  193.  
  194. HatSpam.Name = "HatSpam"
  195. HatSpam.Parent = Mainframe
  196. HatSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  197. HatSpam.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  198. HatSpam.Position = UDim2.new(0.222684026, 0, 0.177907586, 0)
  199. HatSpam.Size = UDim2.new(0, 170, 0, 26)
  200. HatSpam.Font = Enum.Font.SourceSans
  201. HatSpam.Text = "Hat Spam"
  202. HatSpam.TextColor3 = Color3.new(0.0392157, 0.470588, 1)
  203. HatSpam.TextSize = 14
  204. HatSpam.MouseButton1Click:Connect(function()
  205.         for i=1,500 do
  206. print (i)
  207. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  208. wait(0.5)
  209. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  210. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  211. if child.Handle:FindFirstChild("Mesh") then
  212. child.Handle.Mesh.Parent = nil
  213. child.Parent = game.Workspace
  214. wait(0.25)
  215. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  216. wait(0.5)
  217. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  218. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  219. if child.Handle:FindFirstChild("Mesh") then
  220. child.Handle.Mesh.Parent = nil
  221. child.Parent = game.Workspace
  222. wait(0.25)
  223. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  224. wait(0.5)
  225. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  226. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  227. if child.Handle:FindFirstChild("Mesh") then
  228. child.Handle.Mesh.Parent = nil
  229. child.Parent = game.Workspace
  230. wait(0.25)
  231. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  232. wait(0.5)
  233. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  234. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  235. if child.Handle:FindFirstChild("Mesh") then
  236. child.Handle.Mesh.Parent = nil
  237. child.Parent = game.Workspace
  238. wait(0.25)
  239. game.Workspace.Hats:FireServer("Black Fedora", 0)
  240. wait(0.5)
  241. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  242. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  243. if child.Handle:FindFirstChild("Mesh") then
  244. child.Handle.Mesh.Parent = nil
  245. child.Parent = game.Workspace
  246. end
  247. end
  248. end
  249. end
  250. end
  251. end
  252. end
  253. end
  254. end
  255. end
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end
  262. end)
  263.  
  264. HatSpam.MouseButton1Click:Connect(function()
  265.     KillStage.Visible = true
  266.     KillSpec.Visible = true
  267.     KillAllSpec.Visible = true
  268.     KillAllStage.Visible = true
  269.     NameBox.Visible = true
  270.     HatSpam.Visible = false
  271.     HatSpamLabel.Visible = false
  272. end)
  273.  
  274. HatSpamLabel.Name = "HatSpamLabel"
  275. HatSpamLabel.Parent = Mainframe
  276. HatSpamLabel.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  277. HatSpamLabel.BorderSizePixel = 0
  278. HatSpamLabel.Position = UDim2.new(0.174227983, 0, 0.500207067, 0)
  279. HatSpamLabel.Size = UDim2.new(0, 200, 0, 50)
  280. HatSpamLabel.Font = Enum.Font.Arial
  281. HatSpamLabel.Text = "Click Hat Spam to continue "
  282. HatSpamLabel.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  283. HatSpamLabel.TextSize = 14
  284.  
  285. TextLabel.Parent = Topframe
  286. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  287. TextLabel.BorderSizePixel = 0
  288. TextLabel.Position = UDim2.new(0.339992374, 0, 0, 0)
  289. TextLabel.Size = UDim2.new(0, 98, 0, 22)
  290. TextLabel.Text = "ARB killer"
  291. TextLabel.TextColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
  292. TextLabel.TextSize = 14
  293.  
  294. KillManualFrame.Name = "KillManualFrame"
  295. KillManualFrame.Parent = Topframe
  296. KillManualFrame.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  297. KillManualFrame.BorderColor3 = Color3.new(0, 0, 0)
  298. KillManualFrame.Position = UDim2.new(0, 0, 0.999999821, 0)
  299. KillManualFrame.Size = UDim2.new(0, 305, 0, 152)
  300.  
  301. GotoStage.Name = "GotoStage"
  302. GotoStage.Parent = KillManualFrame
  303. GotoStage.BackgroundColor3 = Color3.new(0, 0, 0)
  304. GotoStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  305. GotoStage.Position = UDim2.new(0.0524590164, 0, 0.289473683, 0)
  306. GotoStage.Size = UDim2.new(0, 129, 0, 26)
  307. GotoStage.Font = Enum.Font.SourceSans
  308. GotoStage.Text = "TP to Stage"
  309. GotoStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  310. GotoStage.TextSize = 14
  311. GotoStage.MouseButton1Click:Connect(function()
  312.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  313.     wait(.1)
  314.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
  315. end)
  316.  
  317. ManualNameBox.Name = "ManualNameBox"
  318. ManualNameBox.Parent = KillManualFrame
  319. ManualNameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  320. ManualNameBox.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  321. ManualNameBox.Position = UDim2.new(0.0508196726, 0, 0.0789473653, 0)
  322. ManualNameBox.Size = UDim2.new(0, 275, 0, 24)
  323. ManualNameBox.Font = Enum.Font.SourceSans
  324. ManualNameBox.Text = "Player Name"
  325. ManualNameBox.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  326. ManualNameBox.TextSize = 14
  327.  
  328. GotoFloor.Name = "GotoFloor"
  329. GotoFloor.Parent = KillManualFrame
  330. GotoFloor.BackgroundColor3 = Color3.new(0, 0, 0)
  331. GotoFloor.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  332. GotoFloor.Position = UDim2.new(0.0524590164, 0, 0.5, 0)
  333. GotoFloor.Size = UDim2.new(0, 129, 0, 26)
  334. GotoFloor.Font = Enum.Font.SourceSans
  335. GotoFloor.Text = "TP to floor"
  336. GotoFloor.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  337. GotoFloor.TextSize = 14
  338. GotoFloor.MouseButton1Click:Connect(function()
  339.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
  340.     wait(.1)
  341.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
  342.     wait(.1)
  343.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
  344.     wait(.1)
  345.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
  346.     wait(.1)
  347.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
  348. end)
  349.  
  350. GotoDJbooth.Name = "GotoDJbooth"
  351. GotoDJbooth.Parent = KillManualFrame
  352. GotoDJbooth.BackgroundColor3 = Color3.new(0, 0, 0)
  353. GotoDJbooth.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  354. GotoDJbooth.Position = UDim2.new(0.53114754, 0, 0.289473683, 0)
  355. GotoDJbooth.Size = UDim2.new(0, 129, 0, 26)
  356. GotoDJbooth.Font = Enum.Font.SourceSans
  357. GotoDJbooth.Text = "TP to DJ Booth"
  358. GotoDJbooth.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  359. GotoDJbooth.TextSize = 14
  360. GotoDJbooth.MouseButton1Click:Connect(function()
  361.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  362. end)
  363.  
  364. SpamHatsManual.Name = "SpamHatsManual"
  365. SpamHatsManual.Parent = KillManualFrame
  366. SpamHatsManual.BackgroundColor3 = Color3.new(0, 0, 0)
  367. SpamHatsManual.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  368. SpamHatsManual.Position = UDim2.new(0.53114754, 0, 0.5, 0)
  369. SpamHatsManual.Size = UDim2.new(0, 129, 0, 26)
  370. SpamHatsManual.Font = Enum.Font.SourceSans
  371. SpamHatsManual.Text = "Spam Hats"
  372. SpamHatsManual.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  373. SpamHatsManual.TextSize = 14
  374. SpamHatsManual.MouseButton1Click:Connect(function()
  375.             for i=1,500 do
  376. print (i)
  377. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  378. wait(0.5)
  379. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  380. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  381. if child.Handle:FindFirstChild("Mesh") then
  382. child.Handle.Mesh.Parent = nil
  383. child.Parent = game.Workspace
  384. wait(0.25)
  385. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  386. wait(0.5)
  387. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  388. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  389. if child.Handle:FindFirstChild("Mesh") then
  390. child.Handle.Mesh.Parent = nil
  391. child.Parent = game.Workspace
  392. wait(0.25)
  393. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  394. wait(0.5)
  395. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  396. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  397. if child.Handle:FindFirstChild("Mesh") then
  398. child.Handle.Mesh.Parent = nil
  399. child.Parent = game.Workspace
  400. wait(0.25)
  401. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  402. wait(0.5)
  403. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  404. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  405. if child.Handle:FindFirstChild("Mesh") then
  406. child.Handle.Mesh.Parent = nil
  407. child.Parent = game.Workspace
  408. wait(0.25)
  409. game.Workspace.Hats:FireServer("Black Fedora", 0)
  410. wait(0.5)
  411. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  412. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  413. if child.Handle:FindFirstChild("Mesh") then
  414. child.Handle.Mesh.Parent = nil
  415. child.Parent = game.Workspace
  416. end
  417. end
  418. end
  419. end
  420. end
  421. end
  422. end
  423. end
  424. end
  425. end
  426. end
  427. end
  428. end
  429. end
  430. end
  431. end
  432. end)
  433.  
  434. BringAll.Name = "BringAll"
  435. BringAll.Parent = KillManualFrame
  436. BringAll.BackgroundColor3 = Color3.new(0, 0, 0)
  437. BringAll.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  438. BringAll.Position = UDim2.new(0.0524590164, 0, 0.710526347, 0)
  439. BringAll.Size = UDim2.new(0, 129, 0, 26)
  440. BringAll.Font = Enum.Font.SourceSans
  441. BringAll.Text = "Bring All"
  442. BringAll.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  443. BringAll.TextSize = 14
  444. BringAll.MouseButton1Click:Connect(function()
  445.     for i=1, 17 do
  446.     for i,v in pairs(game.Players:GetChildren()) do
  447. if v.Name ~= game.Players.LocalPlayer.Name then
  448. v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  449. end
  450. end
  451. end
  452. end)
  453.  
  454. BringPlayer.Name = "BringPlayer"
  455. BringPlayer.Parent = KillManualFrame
  456. BringPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  457. BringPlayer.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  458. BringPlayer.Position = UDim2.new(0.53114754, 0, 0.710526347, 0)
  459. BringPlayer.Size = UDim2.new(0, 129, 0, 26)
  460. BringPlayer.Font = Enum.Font.SourceSans
  461. BringPlayer.Text = "Bring Player"
  462. BringPlayer.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  463. BringPlayer.TextSize = 14
  464. BringPlayer.MouseButton1Click:Connect(function()
  465.     for i=1, 17 do
  466.     for i,v in pairs(game.Players:GetChildren()) do
  467. if v.Name ~= game.Players.LocalPlayer.Name then
  468. game.Players[ManualNameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  469. end
  470. end
  471. end
  472. end)
  473.  
  474. TabsTab.Name = "TabsTab"
  475. TabsTab.Parent = Topframe
  476. TabsTab.BackgroundColor3 = Color3.new(0, 0, 0)
  477. TabsTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
  478. TabsTab.Size = UDim2.new(0, 24, 0, 22)
  479. TabsTab.Font = Enum.Font.ArialBold
  480. TabsTab.Text = "<"
  481. TabsTab.TextColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
  482. TabsTab.TextSize = 14
  483. TabsTab.MouseButton1Click:connect(function()
  484.     if TabsFrame.Visible then
  485.         TabsTab.Text = "<"
  486.     else
  487.         TabsFrame.Visible = false
  488.         TabsTab.Text = ">"
  489.     end
  490. end)
  491.  
  492. TabsTab.MouseButton1Click:Connect(function()
  493.     if TabsFrame.Visible == false then
  494.         TabsFrame.Visible = true
  495.     else
  496.         TabsFrame.Visible = false
  497.     end
  498. end)
  499.  
  500. TabsFrame.Name = "TabsFrame"
  501. TabsFrame.Parent = Topframe
  502. TabsFrame.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  503. TabsFrame.BorderColor3 = Color3.new(0, 0, 0)
  504. TabsFrame.Position = UDim2.new(-0.413114756, 0, 1, 0)
  505. TabsFrame.Size = UDim2.new(0, 126, 0, 152)
  506. TabsFrame.Visible = false
  507.  
  508. KillPlayersAutoTab.Name = "KillPlayersAutoTab"
  509. KillPlayersAutoTab.Parent = TabsFrame
  510. KillPlayersAutoTab.BackgroundColor3 = Color3.new(0, 0, 0)
  511. KillPlayersAutoTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  512. KillPlayersAutoTab.Position = UDim2.new(0.055555556, 0, 0.0263157859, 0)
  513. KillPlayersAutoTab.Size = UDim2.new(0, 113, 0, 20)
  514. KillPlayersAutoTab.Font = Enum.Font.Arial
  515. KillPlayersAutoTab.Text = "Kill Players (Auto)"
  516. KillPlayersAutoTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  517. KillPlayersAutoTab.TextSize = 14
  518.  
  519. KillPlayersAutoTab.MouseButton1Click:Connect(function()
  520.     KillManualFrame.Visible = false
  521.     ChooseWinnerTab_2.Visible = false
  522. end)
  523.  
  524. KillPlayersTab.Name = "KillPlayersTab"
  525. KillPlayersTab.Parent = TabsFrame
  526. KillPlayersTab.BackgroundColor3 = Color3.new(0, 0, 0)
  527. KillPlayersTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  528. KillPlayersTab.Position = UDim2.new(0.055555556, 0, 0.197368413, 0)
  529. KillPlayersTab.Size = UDim2.new(0, 113, 0, 20)
  530. KillPlayersTab.Font = Enum.Font.Arial
  531. KillPlayersTab.Text = "Kill Players"
  532. KillPlayersTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  533. KillPlayersTab.TextSize = 14
  534.  
  535. KillPlayersTab.MouseButton1Click:Connect(function()
  536.     KillManualFrame.Visible = true
  537.     ChooseWinnerTab_2.Visible = false
  538. end)
  539.  
  540. ChooseWinnerTab.Name = "ChooseWinnerTab"
  541. ChooseWinnerTab.Parent = TabsFrame
  542. ChooseWinnerTab.BackgroundColor3 = Color3.new(0, 0, 0)
  543. ChooseWinnerTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  544. ChooseWinnerTab.Position = UDim2.new(0.055555556, 0, 0.368421048, 0)
  545. ChooseWinnerTab.Size = UDim2.new(0, 113, 0, 20)
  546. ChooseWinnerTab.Font = Enum.Font.Arial
  547. ChooseWinnerTab.Text = "Choose Winner"
  548. ChooseWinnerTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  549. ChooseWinnerTab.TextSize = 14
  550.  
  551. ChooseWinnerTab.MouseButton1Click:Connect(function()
  552.     KillManualFrame.Visible = false
  553.     ChooseWinnerTab_2.Visible = true
  554. end)
  555.  
  556. TextLabel_2.Parent = TabsFrame
  557. TextLabel_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  558. TextLabel_2.BorderSizePixel = 0
  559. TextLabel_2.Position = UDim2.new(0.0555555522, 0, 0.565789461, 0)
  560. TextLabel_2.Size = UDim2.new(0, 113, 0, 58)
  561. TextLabel_2.Font = Enum.Font.Arial
  562. TextLabel_2.Text = "Credits: areyoumadbro2033 (method), Psykek#3180 (GUI)"
  563. TextLabel_2.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  564. TextLabel_2.TextScaled = true
  565. TextLabel_2.TextSize = 14
  566. TextLabel_2.TextWrapped = true
  567.  
  568. ChooseWinnerTab_2.Name = "ChooseWinnerTab"
  569. ChooseWinnerTab_2.Parent = Topframe
  570. ChooseWinnerTab_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  571. ChooseWinnerTab_2.BorderColor3 = Color3.new(0, 0, 0)
  572. ChooseWinnerTab_2.Position = UDim2.new(0, 0, 0.999999821, 0)
  573. ChooseWinnerTab_2.Size = UDim2.new(0, 305, 0, 152)
  574.  
  575. rapper1.Name = "rapper1"
  576. rapper1.Parent = ChooseWinnerTab_2
  577. rapper1.BackgroundColor3 = Color3.new(0, 0, 0)
  578. rapper1.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  579. rapper1.Position = UDim2.new(0.0491803288, 0, 0.101973683, 0)
  580. rapper1.Size = UDim2.new(0, 129, 0, 101)
  581. rapper1.Font = Enum.Font.SourceSans
  582. rapper1.Text = ""
  583. rapper1.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  584. rapper1.TextSize = 14
  585. rapper1.MouseButton1Click:Connect(function()
  586. for i = 1,100000 do
  587.    game.Workspace.Votes:FireServer(false,"p1")
  588.    game:GetService("RunService").Heartbeat:Wait()
  589. end
  590. end)
  591.  
  592. rapper2.Name = "rapper2"
  593. rapper2.Parent = ChooseWinnerTab_2
  594. rapper2.BackgroundColor3 = Color3.new(0, 0, 0)
  595. rapper2.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
  596. rapper2.Position = UDim2.new(0.527868867, 0, 0.101973683, 0)
  597. rapper2.Size = UDim2.new(0, 129, 0, 101)
  598. rapper2.Font = Enum.Font.SourceSans
  599. rapper2.Text = ""
  600. rapper2.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  601. rapper2.TextSize = 14
  602. rapper2.MouseButton1Click:Connect(function()
  603. for i = 1,100000 do
  604.    game.Workspace.Votes:FireServer(false,"p2")
  605.    game:GetService("RunService").Heartbeat:Wait()
  606. end
  607. end)
  608.  
  609. TextLabel_3.Parent = ChooseWinnerTab_2
  610. TextLabel_3.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  611. TextLabel_3.BorderSizePixel = 0
  612. TextLabel_3.Position = UDim2.new(0.0491803288, 0, 0.809210539, 0)
  613. TextLabel_3.Size = UDim2.new(0, 275, 0, 21)
  614. TextLabel_3.Font = Enum.Font.Arial
  615. TextLabel_3.Text = "Click the player you want to win. The more clicks, the more votes they will have."
  616. TextLabel_3.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
  617. TextLabel_3.TextScaled = true
  618. TextLabel_3.TextSize = 14
  619. TextLabel_3.TextWrapped = true
  620.  
  621. while true do
  622. rapper2.Text = game.Workspace.RapBattles.Rappers.player2.Value
  623. rapper1.Text = game.Workspace.RapBattles.Rappers.player1.Value
  624. wait(0.1)
  625. end
Add Comment
Please, Sign In to add comment