Advertisement
lRainTrainl

Roblox Exploit

Dec 23rd, 2019
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local Songs = library:CreateWindow({
  3. text = "Songs"
  4. })
  5. local Credits = library:CreateWindow({
  6. text = "Credits"
  7. })
  8.  
  9. Songs:AddButton("Sing Revenge", function()
  10. --==Stop Song Playing==--
  11. _G.Stop = false
  12. --==Playlist==--
  13. local playlist = {
  14. ["Revenge"] = "https://pastebin.com/raw/EmAVG7vr",
  15. }
  16. --==Chat Function==--
  17. function chat(msg)
  18. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  19. end
  20. --==Sing Song==--
  21. function sing(url, title)
  22. local text = game:HttpGet(url, true)
  23. local lyrics = {}
  24. for s in text:gmatch("[^\r\n]+") do
  25. table.insert(lyrics, s)
  26. end
  27. local duration = #lyrics * 3.5
  28. chat("Duration: " .. tostring(duration) .. " seconds")
  29. for i,v in pairs(lyrics) do
  30. if _G.Stop then
  31. chat("Stopping " .. title)
  32. _G.Stop = false
  33. wait(1)
  34. break
  35. end
  36. wait(3.3)
  37. chat(v)
  38. end
  39. end
  40. --==Start Singing==--
  41. for i,v in pairs(playlist) do
  42. chat("Now playing: " .. i)
  43. sing(v, i)
  44. end
  45. end)
  46.  
  47. Songs:AddButton("Sing Fallen Kingdom", function()
  48. --==Stop Song Playing==--
  49. _G.Stop = false
  50. --==Playlist==--
  51. local playlist = {
  52. ["Fallen Kingdom"] = "https://pastebin.com/raw/mUiTAhrJ",
  53. }
  54. --==Chat Function==--
  55. function chat(msg)
  56. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  57. end
  58. --==Sing Song==--
  59. function sing(url, title)
  60. local text = game:HttpGet(url, true)
  61. local lyrics = {}
  62. for s in text:gmatch("[^\r\n]+") do
  63. table.insert(lyrics, s)
  64. end
  65. local duration = #lyrics * 3.5
  66. chat("Duration: " .. tostring(duration) .. " seconds")
  67. for i,v in pairs(lyrics) do
  68. if _G.Stop then
  69. chat("Stopping " .. title)
  70. _G.Stop = false
  71. wait(1)
  72. break
  73. end
  74. wait(3.3)
  75. chat(v)
  76. end
  77. end
  78. --==Start Singing==--
  79. for i,v in pairs(playlist) do
  80. chat("Now playing: " .. i)
  81. sing(v, i)
  82. end
  83. end)
  84.  
  85. Songs:AddButton("Sing Im Sorry", function()
  86. --==Stop Song Playing==--
  87. _G.Stop = false
  88. --==Playlist==--
  89. local playlist = {
  90. ["Im Sorry"] = "https://pastebin.com/raw/ZpH5zwbU",
  91. }
  92. --==Chat Function==--
  93. function chat(msg)
  94. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  95. end
  96. --==Sing Song==--
  97. function sing(url, title)
  98. local text = game:HttpGet(url, true)
  99. local lyrics = {}
  100. for s in text:gmatch("[^\r\n]+") do
  101. table.insert(lyrics, s)
  102. end
  103. local duration = #lyrics * 3.5
  104. chat("Duration: " .. tostring(duration) .. " seconds")
  105. for i,v in pairs(lyrics) do
  106. if _G.Stop then
  107. chat("Stopping " .. title)
  108. _G.Stop = false
  109. wait(1)
  110. break
  111. end
  112. wait(1.5)
  113. chat(v)
  114. end
  115. end
  116. --==Start Singing==--
  117. for i,v in pairs(playlist) do
  118. chat("Now playing: " .. i)
  119. sing(v, i)
  120. end
  121. end)
  122.  
  123. Songs:AddButton("Sing Baby Shark", function()
  124. --==Stop Song Playing==--
  125. _G.Stop = false
  126. --==Playlist==--
  127. local playlist = {
  128. ["Baby Shark"] = "https://pastebin.com/raw/d0rr8EV0",
  129. }
  130. --==Chat Function==--
  131. function chat(msg)
  132. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  133. end
  134. --==Sing Song==--
  135. function sing(url, title)
  136. local text = game:HttpGet(url, true)
  137. local lyrics = {}
  138. for s in text:gmatch("[^\r\n]+") do
  139. table.insert(lyrics, s)
  140. end
  141. local duration = #lyrics * 3
  142. chat("Duration: " .. tostring(duration) .. " seconds")
  143. for i,v in pairs(lyrics) do
  144. if _G.Stop then
  145. chat("Stopping " .. title)
  146. _G.Stop = false
  147. wait(1)
  148. break
  149. end
  150. wait(2)
  151. chat(v)
  152. end
  153. end
  154. --==Start Singing==--
  155. for i,v in pairs(playlist) do
  156. chat("Now playing: " .. i)
  157. sing(v, i)
  158. end
  159. end)
  160.  
  161. Songs:AddButton("Sing Baby", function()
  162. --==Stop Song Playing==--
  163. _G.Stop = false
  164. --==Playlist==--
  165. local playlist = {
  166. ["Baby"] = "https://pastebin.com/raw/WKHyyMdq",
  167. }
  168. --==Chat Function==--
  169. function chat(msg)
  170. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  171. end
  172. --==Sing Song==--
  173. function sing(url, title)
  174. local text = game:HttpGet(url, true)
  175. local lyrics = {}
  176. for s in text:gmatch("[^\r\n]+") do
  177. table.insert(lyrics, s)
  178. end
  179. local duration = #lyrics * 3
  180. chat("Duration: " .. tostring(duration) .. " seconds")
  181. for i,v in pairs(lyrics) do
  182. if _G.Stop then
  183. chat("Stopping " .. title)
  184. _G.Stop = false
  185. wait(1)
  186. break
  187. end
  188. wait(3.5)
  189. chat(v)
  190. end
  191. end
  192. --==Start Singing==--
  193. for i,v in pairs(playlist) do
  194. chat("Now playing: " .. i)
  195. sing(v, i)
  196. end
  197. end)
  198.  
  199. Songs:AddButton("Sing PEWDIEPIE", function()
  200. --==Stop Song Playing==--
  201. _G.Stop = false
  202. --==Playlist==--
  203. local playlist = {
  204. ["PEWDIEPIE"] = "https://pastebin.com/raw/ueEaE0qQ",
  205. }
  206. --==Chat Function==--
  207. function chat(msg)
  208. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  209. end
  210. --==Sing Song==--
  211. function sing(url, title)
  212. local text = game:HttpGet(url, true)
  213. local lyrics = {}
  214. for s in text:gmatch("[^\r\n]+") do
  215. table.insert(lyrics, s)
  216. end
  217. local duration = #lyrics * 3
  218. chat("Duration: " .. tostring(duration) .. " seconds")
  219. for i,v in pairs(lyrics) do
  220. if _G.Stop then
  221. chat("Stopping " .. title)
  222. _G.Stop = false
  223. wait(1)
  224. break
  225. end
  226. wait(2.5)
  227. chat(v)
  228. end
  229. end
  230. --==Start Singing==--
  231. for i,v in pairs(playlist) do
  232. chat("Now playing: " .. i)
  233. sing(v, i)
  234. end
  235. end)
  236.  
  237. Songs:AddButton("Sing Sven, Joergen & Jeb_", function()
  238. --==Stop Song Playing==--
  239. _G.Stop = false
  240. --==Playlist==--
  241. local playlist = {
  242. ["Sven"] = "https://pastebin.com/raw/kia1yLAq",
  243. }
  244. --==Chat Function==--
  245. function chat(msg)
  246. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  247. end
  248. --==Sing Song==--
  249. function sing(url, title)
  250. local text = game:HttpGet(url, true)
  251. local lyrics = {}
  252. for s in text:gmatch("[^\r\n]+") do
  253. table.insert(lyrics, s)
  254. end
  255. local duration = #lyrics * 3
  256. chat("Duration: " .. tostring(duration) .. " seconds")
  257. for i,v in pairs(lyrics) do
  258. if _G.Stop then
  259. chat("Stopping " .. title)
  260. _G.Stop = false
  261. wait(1)
  262. break
  263. end
  264. wait(3.4)
  265. chat(v)
  266. end
  267. end
  268. --==Start Singing==--
  269. for i,v in pairs(playlist) do
  270. chat("Now playing: " .. i)
  271. sing(v, i)
  272. end
  273. end)
  274.  
  275. Songs:AddButton("Sing Congratulations", function()
  276. --==Stop Song Playing==--
  277. _G.Stop = false
  278. --==Playlist==--
  279. local playlist = {
  280. ["Congratulations"] = "https://pastebin.com/raw/YkWetnFu",
  281. }
  282. --==Chat Function==--
  283. function chat(msg)
  284. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  285. end
  286. --==Sing Song==--
  287. function sing(url, title)
  288. local text = game:HttpGet(url, true)
  289. local lyrics = {}
  290. for s in text:gmatch("[^\r\n]+") do
  291. table.insert(lyrics, s)
  292. end
  293. local duration = #lyrics * 3
  294. chat("Duration: " .. tostring(duration) .. " seconds")
  295. for i,v in pairs(lyrics) do
  296. if _G.Stop then
  297. chat("Stopping " .. title)
  298. _G.Stop = false
  299. wait(1)
  300. break
  301. end
  302. wait(3.2)
  303. chat(v)
  304. end
  305. end
  306. --==Start Singing==--
  307. for i,v in pairs(playlist) do
  308. chat("Now playing: " .. i)
  309. sing(v, i)
  310. end
  311. end)
  312.  
  313. Songs:AddButton("Sing BROFIST", function()
  314. --==Stop Song Playing==--
  315. _G.Stop = false
  316. --==Playlist==--
  317. local playlist = {
  318. ["Brofist"] = "https://pastebin.com/raw/7bniH7PF",
  319. }
  320. --==Chat Function==--
  321. function chat(msg)
  322. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  323. end
  324. --==Sing Song==--
  325. function sing(url, title)
  326. local text = game:HttpGet(url, true)
  327. local lyrics = {}
  328. for s in text:gmatch("[^\r\n]+") do
  329. table.insert(lyrics, s)
  330. end
  331. local duration = #lyrics * 3
  332. chat("Duration: " .. tostring(duration) .. " seconds")
  333. for i,v in pairs(lyrics) do
  334. if _G.Stop then
  335. chat("Stopping " .. title)
  336. _G.Stop = false
  337. wait(1)
  338. break
  339. end
  340. wait(2.8)
  341. chat(v)
  342. end
  343. end
  344. --==Start Singing==--
  345. for i,v in pairs(playlist) do
  346. chat("Now playing: " .. i)
  347. sing(v, i)
  348. end
  349. end)
  350.  
  351. Songs:AddButton("Sing Area 51", function()
  352. --==Stop Song Playing==--
  353. _G.Stop = false
  354. --==Playlist==--
  355. local playlist = {
  356. ["Area51"] = "https://pastebin.com/raw/gmvV1kPT",
  357. }
  358. --==Chat Function==--
  359. function chat(msg)
  360. game:service'ReplicatedStorage'.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, 'All')
  361. end
  362. --==Sing Song==--
  363. function sing(url, title)
  364. local text = game:HttpGet(url, true)
  365. local lyrics = {}
  366. for s in text:gmatch("[^\r\n]+") do
  367. table.insert(lyrics, s)
  368. end
  369. local duration = #lyrics * 3
  370. chat("Duration: " .. tostring(duration) .. " seconds")
  371. for i,v in pairs(lyrics) do
  372. if _G.Stop then
  373. chat("Stopping " .. title)
  374. _G.Stop = false
  375. wait(1)
  376. break
  377. end
  378. wait(2.6)
  379. chat(v)
  380. end
  381. end
  382. --==Start Singing==--
  383. for i,v in pairs(playlist) do
  384. chat("Now playing: " .. i)
  385. sing(v, i)
  386. end
  387. end)
  388.  
  389.  
  390. Songs:AddButton("Stop Singing", function()
  391. _G.Stop = true
  392. end)
  393.  
  394. Credits:AddLabel("Songs by Jxnt#9029");
  395. Credits:AddLabel("Script by OfficialLuaC");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement