AimbotMan2022

RapBattleGUI

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