SirMeme

AUTO RAP BATTLES SCRIPT

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