Advertisement
Julesjg423

Auto rap battles gui

Apr 20th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local AutoRapBattles = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local TptoStage = Instance.new("TextButton")
  7. local KillAll = Instance.new("TextButton")
  8. local VoteGui = Instance.new("TextButton")
  9. local Tilte = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Credits = Instance.new("TextLabel")
  12. local OpenGui = Instance.new("Frame")
  13. local Open = Instance.new("TextButton")
  14. --Properties:
  15. AutoRapBattles.Name = "Auto Rap Battles"
  16. AutoRapBattles.Parent = game.CoreGui
  17.  
  18. MainGui.Name = "MainGui"
  19. MainGui.Parent = AutoRapBattles
  20. MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
  21. MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  22. MainGui.Size = UDim2.new(0, 414, 0, 355)
  23. MainGui.Style = Enum.FrameStyle.DropShadow
  24. MainGui.Active = true
  25. MainGui.Draggable = true
  26.  
  27. TptoStage.Name = "TptoStage"
  28. TptoStage.Parent = MainGui
  29. TptoStage.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  30. TptoStage.Position = UDim2.new(0.224637672, 0, 0.132394373, 0)
  31. TptoStage.Size = UDim2.new(0, 200, 0, 57)
  32. TptoStage.Font = Enum.Font.SourceSans
  33. TptoStage.Text = "Tp To Stage"
  34. TptoStage.TextColor3 = Color3.new(1, 0, 0)
  35. TptoStage.TextSize = 14
  36. TptoStage.MouseButton1Down:connect(function()
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  38. end)
  39.  
  40. KillAll.Name = "KillAll"
  41. KillAll.Parent = MainGui
  42. KillAll.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  43. KillAll.Position = UDim2.new(0.224637672, 0, 0.383098602, 0)
  44. KillAll.Size = UDim2.new(0, 200, 0, 57)
  45. KillAll.Font = Enum.Font.SourceSans
  46. KillAll.Text = "Kill All"
  47. KillAll.TextColor3 = Color3.new(1, 0, 0)
  48. KillAll.TextSize = 14
  49. KillAll.MouseButton1Down:connect(function()
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-72.76,55.82,-202.49)
  51.  
  52. for i = 1, 50 do
  53. while wait() do
  54. local Loc = CFrame.new(-72.76,55.82,-202.49)
  55. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  56. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  57. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  58. end
  59. end
  60. end
  61. end
  62. end)
  63.  
  64. VoteGui.Name = "VoteGui"
  65. VoteGui.Parent = MainGui
  66. VoteGui.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  67. VoteGui.Position = UDim2.new(0.224637672, 0, 0.667605639, 0)
  68. VoteGui.Size = UDim2.new(0, 200, 0, 57)
  69. VoteGui.Font = Enum.Font.SourceSans
  70. VoteGui.Text = "Vote Gui"
  71. VoteGui.TextColor3 = Color3.new(1, 0, 0)
  72. VoteGui.TextSize = 14
  73. VoteGui.MouseButton1Down:connect(function()
  74. local VoteCheatGUI = Instance.new("ScreenGui")
  75. local Player2Button = Instance.new("TextButton")
  76. local Player1Button = Instance.new("TextButton")VoteCheatGUI.Name = "VoteCheatGUI"
  77. VoteCheatGUI.Parent = game.CoreGui
  78. Player2Button.Name = "Player2Button"
  79. Player2Button.Parent = VoteCheatGUI
  80. Player2Button.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Player2Button.Position = UDim2.new(0, 0, 0.800000012, 0)
  82. Player2Button.Size = UDim2.new(0, 200, 0, 50)
  83. Player2Button.Font = Enum.Font.SourceSans
  84. Player2Button.FontSize = Enum.FontSize.Size14
  85. Player2Button.TextSize = 14
  86. Player1Button.Name = "Player1Button"
  87. Player1Button.Parent = VoteCheatGUI
  88. Player1Button.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Player1Button.Position = UDim2.new(0, 0, 0.699999988, 0)
  90. Player1Button.Size = UDim2.new(0, 200, 0, 50)
  91. Player1Button.Font = Enum.Font.SourceSans
  92. Player1Button.FontSize = Enum.FontSize.Size14
  93. Player1Button.TextSize = 14
  94. Player1Button.MouseButton1Down:connect(function()
  95. for i = 0,1 do
  96. game.Workspace.Votes:FireServer(false,"p1")
  97. game:GetService("RunService").Heartbeat:Wait()
  98. end
  99. end)
  100.  
  101. Player2Button.MouseButton1Down:connect(function()
  102. for i = 0,1 do
  103. game.Workspace.Votes:FireServer(false,"p2")
  104. game:GetService("RunService").Heartbeat:Wait()
  105. end
  106. end)
  107.  
  108. while true do
  109. Player2Button.Text = game.Workspace.RapBattles.Rappers.player2.Value
  110. Player1Button.Text = game.Workspace.RapBattles.Rappers.player1.Value
  111. wait(0.1)
  112. end
  113. end)
  114.  
  115. Tilte.Name = "Tilte"
  116. Tilte.Parent = MainGui
  117. Tilte.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  118. Tilte.Position = UDim2.new(-0.00483091548, 0, -0.00563380122, 0)
  119. Tilte.Size = UDim2.new(0, 358, 0, 29)
  120. Tilte.Font = Enum.Font.SourceSans
  121. Tilte.Text = "Auto Rap Battles Gui"
  122. Tilte.TextColor3 = Color3.new(1, 0, 0)
  123. Tilte.TextSize = 14
  124.  
  125. Close.Name = "Close"
  126. Close.Parent = MainGui
  127. Close.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  128. Close.Position = UDim2.new(0.879227042, 0, -0.00563380122, 0)
  129. Close.Size = UDim2.new(0, 50, 0, 29)
  130. Close.Font = Enum.Font.SourceSans
  131. Close.Text = "X"
  132. Close.TextColor3 = Color3.new(1, 0, 0)
  133. Close.TextSize = 14
  134. Close.MouseButton1Down:connect(function()
  135. MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  136. OpenGui.Visible = true
  137. end)
  138.  
  139. Credits.Name = "Credits"
  140. Credits.Parent = MainGui
  141. Credits.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  142. Credits.Position = UDim2.new(-0.00483091548, 0, 0.943661988, 0)
  143. Credits.Size = UDim2.new(0, 402, 0, 27)
  144. Credits.Font = Enum.Font.SourceSans
  145. Credits.Text = "Make By ClarkShadow(ClarkShadow#1097)"
  146. Credits.TextColor3 = Color3.new(1, 0, 0)
  147. Credits.TextSize = 14
  148.  
  149. OpenGui.Name = "OpenGui"
  150. OpenGui.Parent = AutoRapBattles
  151. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  152. OpenGui.Position = UDim2.new(0, 0, 0.436254978, 0)
  153. OpenGui.Size = UDim2.new(0, 102, 0, 28)
  154. OpenGui.Style = Enum.FrameStyle.DropShadow
  155. OpenGui.Active = true
  156. OpenGui.Draggable = false
  157.  
  158. Open.Name = "Open"
  159. Open.Parent = OpenGui
  160. Open.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  161. Open.Position = UDim2.new(-0.0784313753, 0, -0.392857134, 0)
  162. Open.Size = UDim2.new(0, 98, 0, 23)
  163. Open.Font = Enum.Font.SourceSans
  164. Open.Text = "Open"
  165. Open.TextColor3 = Color3.new(1, 0, 0)
  166. Open.TextSize = 14
  167. Open.MouseButton1Down:connect(function()
  168. MainGui:TweenPosition(UDim2.new(0.207, 0,0.129, 0), 'Out','Bounce', 1)
  169. OpenGui.Visible = false
  170. end)
  171. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement