TheodoresScripts

Auto Rap Battles Auto Rap

Sep 28th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. -- To use this script, just click the rap you want once the timer starts, it will automatically rap.
  2. -- There are currently two songs, more will come soon.
  3. -- credits to arsamm on v3rmillion
  4. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("vouch for this on v3rmillion")
  5.  
  6.  
  7.  
  8. -- Objects
  9.  
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local mainframe = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local facerap = Instance.new("TextButton")
  16. local facerapfollow = Instance.new("TextButton")
  17. local rapp2 = Instance.new("TextButton")
  18. local TextLabel_4 = Instance.new("TextLabel")
  19. local votegui = Instance.new("TextButton")
  20. local infiniteyield = Instance.new("TextButton")
  21. local TextLabel_5 = Instance.new("TextLabel")
  22. local spamhats = Instance.new("TextButton")
  23. local TextButton = Instance.new("TextButton")
  24. local openframe = Instance.new("Frame")
  25. local open = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. mainframe.Name = "mainframe"
  32. mainframe.Parent = ScreenGui
  33. mainframe.BackgroundColor3 = Color3.new(0.937255, 1, 0.968628)
  34. mainframe.BackgroundTransparency = 0.40000000596046
  35. mainframe.Position = UDim2.new(0, 413, 0, 21)
  36. mainframe.Size = UDim2.new(0, 464, 0, 474)
  37. mainframe.Active = true
  38. mainframe.Selectable = true
  39. mainframe.Draggable = true
  40.  
  41. TextLabel.Parent = mainframe
  42. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  43. TextLabel.BackgroundTransparency = 1
  44. TextLabel.Position = UDim2.new(0, 0, 0, 16)
  45. TextLabel.Size = UDim2.new(0, 464, 0, 51)
  46. TextLabel.Font = Enum.Font.Highway
  47. TextLabel.Text = "AutoRapX"
  48. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14
  51. TextLabel.TextWrapped = true
  52.  
  53. TextLabel_2.Parent = mainframe
  54. TextLabel_2.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  55. TextLabel_2.BackgroundTransparency = 0.5
  56. TextLabel_2.Position = UDim2.new(0, 0, 0, 78)
  57. TextLabel_2.Size = UDim2.new(0, 464, 0, 11)
  58. TextLabel_2.Font = Enum.Font.SourceSans
  59. TextLabel_2.Text = ""
  60. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  61. TextLabel_2.TextSize = 14
  62.  
  63. TextLabel_3.Parent = mainframe
  64. TextLabel_3.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  65. TextLabel_3.BackgroundTransparency = 0.5
  66. TextLabel_3.Size = UDim2.new(0, 464, 0, 11)
  67. TextLabel_3.Font = Enum.Font.SourceSans
  68. TextLabel_3.Text = ""
  69. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  70. TextLabel_3.TextSize = 14
  71.  
  72. facerap.Name = "facerap"
  73. facerap.Parent = mainframe
  74. facerap.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  75. facerap.BackgroundTransparency = 0.5
  76. facerap.Position = UDim2.new(0, 0, 0, 104)
  77. facerap.Size = UDim2.new(0, 464, 0, 50)
  78. facerap.Font = Enum.Font.Highway
  79. facerap.Text = "Face Rap"
  80. facerap.TextColor3 = Color3.new(0, 0, 0)
  81. facerap.TextSize = 14
  82. facerap.TextWrapped = true
  83.  
  84. facerapfollow.Name = "facerapfollow"
  85. facerapfollow.Parent = mainframe
  86. facerapfollow.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  87. facerapfollow.BackgroundTransparency = 0.5
  88. facerapfollow.Position = UDim2.new(0, 0, 0, 155)
  89. facerapfollow.Size = UDim2.new(0, 464, 0, 50)
  90. facerapfollow.Font = Enum.Font.Highway
  91. facerapfollow.Text = "Face Rap Follow Up"
  92. facerapfollow.TextColor3 = Color3.new(0, 0, 0)
  93. facerapfollow.TextSize = 14
  94. facerapfollow.TextWrapped = true
  95.  
  96. rapp2.Name = "rapp2"
  97. rapp2.Parent = mainframe
  98. rapp2.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  99. rapp2.BackgroundTransparency = 0.5
  100. rapp2.Position = UDim2.new(0, 0, 0, 206)
  101. rapp2.Size = UDim2.new(0, 464, 0, 49)
  102. rapp2.Font = Enum.Font.Highway
  103. rapp2.Text = "Hot'n Ready"
  104. rapp2.TextColor3 = Color3.new(0, 0, 0)
  105. rapp2.TextSize = 14
  106. rapp2.TextWrapped = true
  107.  
  108. TextLabel_4.Parent = mainframe
  109. TextLabel_4.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  110. TextLabel_4.BackgroundTransparency = 0.5
  111. TextLabel_4.Position = UDim2.new(0, 0, 0, 262)
  112. TextLabel_4.Size = UDim2.new(0, 464, 0, 11)
  113. TextLabel_4.Font = Enum.Font.SourceSans
  114. TextLabel_4.Text = ""
  115. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  116. TextLabel_4.TextSize = 14
  117.  
  118. votegui.Name = "votegui"
  119. votegui.Parent = mainframe
  120. votegui.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  121. votegui.BackgroundTransparency = 0.5
  122. votegui.Position = UDim2.new(0, 0, 0, 281)
  123. votegui.Size = UDim2.new(0, 464, 0, 50)
  124. votegui.Font = Enum.Font.Highway
  125. votegui.Text = "Vote GUI"
  126. votegui.TextColor3 = Color3.new(0, 0, 0)
  127. votegui.TextSize = 14
  128. votegui.TextWrapped = true
  129.  
  130. infiniteyield.Name = "infiniteyield"
  131. infiniteyield.Parent = mainframe
  132. infiniteyield.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  133. infiniteyield.BackgroundTransparency = 0.5
  134. infiniteyield.Position = UDim2.new(0, 0, 0, 337)
  135. infiniteyield.Size = UDim2.new(0, 464, 0, 50)
  136. infiniteyield.Font = Enum.Font.Highway
  137. infiniteyield.Text = "Infinite Yield"
  138. infiniteyield.TextColor3 = Color3.new(0, 0, 0)
  139. infiniteyield.TextSize = 14
  140. infiniteyield.TextWrapped = true
  141.  
  142. TextLabel_5.Parent = mainframe
  143. TextLabel_5.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  144. TextLabel_5.BackgroundTransparency = 0.5
  145. TextLabel_5.Position = UDim2.new(0, 0, 0, 451)
  146. TextLabel_5.Size = UDim2.new(0, 464, 0, 23)
  147. TextLabel_5.Font = Enum.Font.Highway
  148. TextLabel_5.Text = "CREATED BY SNAKEZ ON VERMILLION"
  149. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  150. TextLabel_5.TextSize = 14
  151.  
  152. spamhats.Name = "spamhats"
  153. spamhats.Parent = mainframe
  154. spamhats.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  155. spamhats.BackgroundTransparency = 0.5
  156. spamhats.Position = UDim2.new(0, 0, 0, 393)
  157. spamhats.Size = UDim2.new(0, 464, 0, 50)
  158. spamhats.Font = Enum.Font.Highway
  159. spamhats.Text = "Spam Hats"
  160. spamhats.TextColor3 = Color3.new(0, 0, 0)
  161. spamhats.TextSize = 14
  162. spamhats.TextWrapped = true
  163.  
  164. TextButton.Parent = mainframe
  165. TextButton.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  166. TextButton.BackgroundTransparency = 0.69999998807907
  167. TextButton.Position = UDim2.new(0, 0, 0, 18)
  168. TextButton.Size = UDim2.new(0, 37, 0, 52)
  169. TextButton.Font = Enum.Font.SourceSans
  170. TextButton.Text = "X"
  171. TextButton.TextColor3 = Color3.new(0, 0, 0)
  172. TextButton.TextSize = 14
  173.  
  174. openframe.Name = "openframe"
  175. openframe.Parent = ScreenGui
  176. openframe.BackgroundColor3 = Color3.new(0.890196, 0.909804, 0.905882)
  177. openframe.BackgroundTransparency = 0.5
  178. openframe.Position = UDim2.new(0, 0, 0, 398)
  179. openframe.Size = UDim2.new(0, 122, 0, 30)
  180.  
  181. open.Name = "open"
  182. open.Parent = openframe
  183. open.BackgroundColor3 = Color3.new(0.858824, 0.866667, 0.858824)
  184. open.BackgroundTransparency = 0.5
  185. open.Size = UDim2.new(0, 122, 0, 30)
  186. open.Font = Enum.Font.Highway
  187. open.Text = "OPEN"
  188. open.TextColor3 = Color3.new(0, 0, 0)
  189. open.TextSize = 14
  190.  
  191. -- Scripts
  192.  
  193. TextButton.MouseButton1Click:connect(function()
  194. mainframe.Visible = false
  195. end)
  196.  
  197. open.MouseButton1Click:connect(function()
  198. mainframe.Visible = true
  199. end)
  200.  
  201. -- Rap Number One
  202. -- Lots of Fire Spat out.
  203.  
  204. facerap.MouseButton1Click:connect(function()
  205. wait(0.1)
  206. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You best be ready for some fire, 'cuz you'll be in an urn by the time I'm finished!" ,"All")
  207. wait(8)
  208. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I'm telling you, it's gonna BURN, so hard it'll need to be extinguished." ,"All")
  209. wait(7)
  210. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("C'mon, what you looking at? You think that you're so far above?" ,"All")
  211. wait(8)
  212. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I find that hard to believe, considering you've got a face only a mother could love." ,"All")
  213. wait(8)
  214. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You'd think that someone with a face like yours would go to school getting pushed and shoved," ,"All")
  215. wait(7)
  216. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("but all that happens is they're too scared to look at you, so you can't even be made fun of!" ,"All")
  217. end)
  218.  
  219. -- Follow Up to Rap Number One.
  220. -- Spitting Fire!
  221.  
  222. facerapfollow.MouseButton1Click:connect(function()
  223. wait(0.1)
  224. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't worry, I've already burned your face well enough." ,"All")
  225. wait(7)
  226. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("But it doesn't matter, I promise this time it'll be even more rough." ,"All")
  227. wait(8)
  228. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("First of all, why the ###k you trying to act so tough?" ,"All")
  229. wait(7)
  230. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Heh. That's a bluff. I could just pik you up like a cat by the scruff." ,"All")
  231. wait(4)
  232. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Woooop!, I hope you enjoyed this little rap battle, it really wasn't a challenge." ,"All")
  233. wait(8)
  234. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Analyze my lyrics and you'll probably find some rhymes that you can scavenge." ,"All")
  235. end)
  236.  
  237. -- Rap Number Two.
  238. -- Fire in the booth!
  239.  
  240. rapp2.MouseButton1Click:connect(function()
  241. wait(0.1)
  242. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I've got an order for a heavy roast, hot and ready!" ,"All")
  243. wait(9)
  244. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("When I spit my lyrics, you'll find it hard to even keep yourself steady." ,"All")
  245. wait(7)
  246. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Yo head lookin like Jimmy from Ed, Edd, n' Eddy!" ,"All")
  247. wait(8)
  248. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Another thing, that outfit! It's the worst I've ever seen." ,"All")
  249. wait(7)
  250. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("At least I'm versed in wearing things that look clean!" ,"All")
  251. wait(8)
  252. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Ya look terrible from head to toe and everything inbetween." ,"All")
  253. end)
  254.  
  255. -- Infinite Yield Script
  256. -- Best Admin Exploit
  257.  
  258. infiniteyield.MouseButton1Click:connect(function()
  259. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  260. end)
  261.  
  262. -- Spam Hats
  263. -- This one is great!
  264.  
  265. spamhats.MouseButton1Click:connect(function()
  266. for i=1,500 do
  267. print (i)
  268. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  269. wait(0.5)
  270. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  271. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  272. if child.Handle:FindFirstChild("Mesh") then
  273. child.Handle.Mesh.Parent = nil
  274. child.Parent = game.Workspace
  275. wait(0.25)
  276. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  277. wait(0.5)
  278. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  279. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  280. if child.Handle:FindFirstChild("Mesh") then
  281. child.Handle.Mesh.Parent = nil
  282. child.Parent = game.Workspace
  283. wait(0.25)
  284. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  285. wait(0.5)
  286. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  287. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  288. if child.Handle:FindFirstChild("Mesh") then
  289. child.Handle.Mesh.Parent = nil
  290. child.Parent = game.Workspace
  291. wait(0.25)
  292. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  293. wait(0.5)
  294. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  295. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  296. if child.Handle:FindFirstChild("Mesh") then
  297. child.Handle.Mesh.Parent = nil
  298. child.Parent = game.Workspace
  299. wait(0.25)
  300. game.Workspace.Hats:FireServer("Black Fedora", 0)
  301. wait(0.5)
  302. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  303. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  304. if child.Handle:FindFirstChild("Mesh") then
  305. child.Handle.Mesh.Parent = nil
  306. child.Parent = game.Workspace
  307. end
  308. end
  309. end
  310. end
  311. end
  312. end
  313. end
  314. end
  315. end
  316. end
  317. end
  318. end
  319. end
  320. end
  321. end
  322. end
  323. end)
  324.  
  325. votegui.MouseButton1Click:connect(function()
  326. loadstring(game:HttpGet(("https://pastebin.com/raw/a7jy3wwA"),true))()
  327. end)
  328.  
  329.  
  330. -- Developed and Designed by arsamm on V3rmillion
  331. -- Leave a vouch and +rep.
  332. -- Do not leech as i keep saying.
  333. -- Enjoy Exploiting..
Add Comment
Please, Sign In to add comment