Advertisement
DemonicZexy

Auto rap battles op script

Apr 15th, 2022
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ExploitGUI = Instance.new("Frame")
  3. local ExploitName = Instance.new("TextLabel")
  4. local ExploitName2 = Instance.new("TextLabel")
  5. local DJBoothTeleport = Instance.new("TextButton")
  6. local SceneTeleport = Instance.new("TextButton")
  7. local ToiletTeleport = Instance.new("TextButton")
  8. local FloorTeleport = Instance.new("TextButton")
  9. local Credits = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Player2Button = Instance.new("TextButton")
  12. local Player1Button = Instance.new("TextButton")
  13.  
  14. Player2Button.Name = "Player2Button"
  15. Player2Button.Parent = ExploitGUI
  16. Player2Button.BackgroundColor3 = Color3.new(153, 0, 0)
  17. Player2Button.Position = UDim2.new(0.04, 0, 0.82, 0)
  18. Player2Button.Size = UDim2.new(0, 275, 0, 35)
  19. Player2Button.Font = Enum.Font.ArialBold
  20. Player2Button.FontSize = Enum.FontSize.Size14
  21. Player2Button.TextSize = 30
  22. Player2Button.BorderSizePixel = 5
  23.  
  24. Player1Button.Name = "Player1Button"
  25. Player1Button.Parent = ExploitGUI
  26. Player1Button.BackgroundColor3 = Color3.new(153, 0, 0)
  27. Player1Button.Position = UDim2.new(0.04, 0, 0.63, 0)
  28. Player1Button.Size = UDim2.new(0, 275, 0, 35)
  29. Player1Button.Font = Enum.Font.ArialBold
  30. Player1Button.FontSize = Enum.FontSize.Size14
  31. Player1Button.TextSize = 30
  32. Player1Button.BorderSizePixel = 5
  33.  
  34.  
  35. ScreenGui.Name = "ScreenGui"
  36. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. ScreenGui.ResetOnSpawn = false
  38.  
  39. ExploitGUI.Name = "ExploitGUI"
  40. ExploitGUI.Parent = ScreenGui
  41. ExploitGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  42. ExploitGUI.BackgroundTransparency = 0.5
  43. ExploitGUI.Position = UDim2.new(0.3, 0, 0.1, 0)
  44. ExploitGUI.Size = UDim2.new(0, 300, 0, 300)
  45. ExploitGUI.BorderSizePixel = 5
  46. ExploitGUI.Visible = true
  47. ExploitGUI.Draggable = true
  48. ExploitGUI.Active = true
  49.  
  50. ExploitName.Name = "ExploitName"
  51. ExploitName.Parent = ExploitGUI
  52. ExploitName.BackgroundColor3 = Color3.new(0, 0, 0)
  53. ExploitName.Position = UDim2.new(0, 0, 0.09, 0)
  54. ExploitName.Size = UDim2.new(0, 300, 0, 25)
  55. ExploitName.Font = Enum.Font.ArialBold
  56. ExploitName.Text = "Teleport to..."
  57. ExploitName.TextColor3 = Color3.new(1, 1, 1)
  58. ExploitName.TextScaled = true
  59. ExploitName.TextSize = 14
  60. ExploitName.TextWrapped = true
  61.  
  62. ExploitName2.Name = "ExploitName2"
  63. ExploitName2.Parent = ExploitGUI
  64. ExploitName2.BackgroundColor3 = Color3.new(0, 0, 0)
  65. ExploitName2.Position = UDim2.new(0, 0, 0.5, 0)
  66. ExploitName2.Size = UDim2.new(0, 300, 0, 25)
  67. ExploitName2.Font = Enum.Font.ArialBold
  68. ExploitName2.Text = "Spam vote player"
  69. ExploitName2.TextColor3 = Color3.new(1, 1, 1)
  70. ExploitName2.TextScaled = true
  71. ExploitName2.TextSize = 14
  72. ExploitName2.TextWrapped = true
  73.  
  74. DJBoothTeleport.Name = "DJBoothTeleport"
  75. DJBoothTeleport.Parent = ExploitGUI
  76. DJBoothTeleport.BackgroundColor3 = Color3.new(153, 0, 0)
  77. DJBoothTeleport.Position = UDim2.new(0.1, 0, 0.37, 0)
  78. DJBoothTeleport.Size = UDim2.new(0, 100, 0, 25)
  79. DJBoothTeleport.Font = Enum.Font.Code
  80. DJBoothTeleport.Text = "DJ Booth"
  81. DJBoothTeleport.TextColor3 = Color3.new(0, 0, 0)
  82. DJBoothTeleport.TextScaled = true
  83. DJBoothTeleport.TextSize = 14
  84. DJBoothTeleport.TextWrapped = true
  85. DJBoothTeleport.BorderSizePixel = 5
  86.  
  87. SceneTeleport.Name = "SceneTeleport"
  88. SceneTeleport.Parent = ExploitGUI
  89. SceneTeleport.BackgroundColor3 = Color3.new(153, 0, 0)
  90. SceneTeleport.Position = UDim2.new(0.55, 0, 0.22, 0)
  91. SceneTeleport.Size = UDim2.new(0, 100, 0, 25)
  92. SceneTeleport.Font = Enum.Font.Code
  93. SceneTeleport.Text = "Scene"
  94. SceneTeleport.TextColor3 = Color3.new(0, 0, 0)
  95. SceneTeleport.TextScaled = true
  96. SceneTeleport.TextSize = 14
  97. SceneTeleport.TextWrapped = true
  98. SceneTeleport.BorderSizePixel = 5
  99.  
  100. ToiletTeleport.Name = "ToiletTeleport"
  101. ToiletTeleport.Parent = ExploitGUI
  102. ToiletTeleport.BackgroundColor3 = Color3.new(153, 0, 0)
  103. ToiletTeleport.Position = UDim2.new(0.55, 0, 0.37, 0)
  104. ToiletTeleport.Size = UDim2.new(0, 100, 0, 25)
  105. ToiletTeleport.Font = Enum.Font.Code
  106. ToiletTeleport.Text = "Toilet"
  107. ToiletTeleport.TextColor3 = Color3.new(0, 0, 0)
  108. ToiletTeleport.TextScaled = true
  109. ToiletTeleport.TextSize = 14
  110. ToiletTeleport.TextWrapped = true
  111. ToiletTeleport.BorderSizePixel = 5
  112.  
  113. FloorTeleport.Name = "FloorTeleport"
  114. FloorTeleport.Parent = ExploitGUI
  115. FloorTeleport.BackgroundColor3 = Color3.new(153, 0, 0)
  116. FloorTeleport.Position = UDim2.new(0.1, 0, 0.22, 0)
  117. FloorTeleport.Size = UDim2.new(0, 100, 0, 25)
  118. FloorTeleport.Font = Enum.Font.Code
  119. FloorTeleport.Text = "Floor"
  120. FloorTeleport.TextColor3 = Color3.new(0, 0, 0)
  121. FloorTeleport.TextScaled = true
  122. FloorTeleport.TextSize = 14
  123. FloorTeleport.TextWrapped = true
  124. FloorTeleport.BorderSizePixel = 5
  125.  
  126. Credits.Name = "Credits"
  127. Credits.Parent = ExploitGUI
  128. Credits.BackgroundColor3 = Color3.new(151, 0, 0)
  129. Credits.Position = UDim2.new(0, 0, 0, 0)
  130. Credits.Size = UDim2.new(0, 300, 0, 25)
  131. Credits.Font = Enum.Font.ArialBold
  132. Credits.Text = "RAP BATTLE GUI"
  133. Credits.TextColor3 = Color3.new(0, 0, 0)
  134. Credits.TextScaled = true
  135. Credits.TextSize = 12
  136. Credits.TextWrapped = true
  137.  
  138. Close.Name = "Close"
  139. Close.Parent = ExploitGUI
  140. Close.BackgroundColor3 = Color3.new(204, 0, 0)
  141. Close.Position = UDim2.new(0.925, 0, 0.01, 0)
  142. Close.Size = UDim2.new(0, 19, 0, 19)
  143. Close.Font = Enum.Font.ArialBold
  144. Close.Text = "X"
  145. Close.TextColor3 = Color3.new(0, 0, 0)
  146. Close.TextScaled = true
  147. Close.TextSize = 14
  148. Close.TextWrapped = true
  149.  
  150.  
  151.  
  152. DJBoothTeleport.MouseButton1Click:Connect(function()
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-90, 65, -214)
  154. end)
  155.  
  156. SceneTeleport.MouseButton1Click:Connect(function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-77, 65, -214)
  158. end)
  159.  
  160. ToiletTeleport.MouseButton1Click:Connect(function()
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60, 62, -278)
  162. end)
  163.  
  164. FloorTeleport.MouseButton1Click:Connect(function()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60, 62, -214)
  166. end)
  167.  
  168. Close.MouseButton1Click:Connect(function()
  169. ScreenGui:Destroy()
  170. end)
  171.  
  172. Player1Button.MouseButton1Down:connect(function()
  173. for i = 0,1 do
  174. game.Workspace.Votes:FireServer(false,"p1")
  175. game:GetService("RunService").Heartbeat:Wait()
  176. end
  177. end)
  178.  
  179. Player2Button.MouseButton1Down:connect(function()
  180. for i = 0,1 do
  181. game.Workspace.Votes:FireServer(false,"p2")
  182. game:GetService("RunService").Heartbeat:Wait()
  183. end
  184. end)
  185.  
  186. while true do
  187. Player2Button.Text = game.Workspace.RapBattles.Rappers.player2.Value
  188. Player1Button.Text = game.Workspace.RapBattles.Rappers.player1.Value
  189. wait(0.1)
  190. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement