Guest User

rapper

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