Itsyabroooo

A Roblox Virus Gui Pls Read top of script before Using!

Apr 1st, 2020
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 KB | None | 0 0
  1. --So I have made a script that pretty much makes pop-ups they will not do anything to you pc it's just going to put pop ups in your game screen
  2. --the only way to get these off your screen is to quit the game your a currently in you can rejoin and the pop-ups will be gone you can get it back by re injecting
  3. --This would be a funny thing to prank your friends with
  4. --Credit go to Itsyabroooo/Me for making this script make sure to check my Yt >> T***** uploads dry content
  5. enjoy I guess...
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local MainV = Instance.new("Frame")
  9. local a = Instance.new("TextLabel")
  10. local Stop = Instance.new("ImageLabel")
  11. local Launch = Instance.new("TextButton")
  12. local b = Instance.new("TextLabel")
  13. local c = Instance.new("TextLabel")
  14. local d = Instance.new("TextLabel")
  15. local Frame1 = Instance.new("Frame")
  16. local ImageLabel = Instance.new("ImageLabel")
  17. local Frame2 = Instance.new("Frame")
  18. local ImageLabel_2 = Instance.new("ImageLabel")
  19. local Frame3 = Instance.new("Frame")
  20. local ImageLabel_3 = Instance.new("ImageLabel")
  21. local Frame4 = Instance.new("Frame")
  22. local ImageLabel_4 = Instance.new("ImageLabel")
  23. local Frame5 = Instance.new("Frame")
  24. local ImageLabel_5 = Instance.new("ImageLabel")
  25. local Frame6 = Instance.new("Frame")
  26. local ImageLabel_6 = Instance.new("ImageLabel")
  27. local Frame7 = Instance.new("Frame")
  28. local ImageLabel_7 = Instance.new("ImageLabel")
  29. local Frame6_2 = Instance.new("Frame")
  30. local ImageLabel_8 = Instance.new("ImageLabel")
  31. local Frame8 = Instance.new("Frame")
  32. local ImageLabel_9 = Instance.new("ImageLabel")
  33. local Frame9 = Instance.new("Frame")
  34. local ImageLabel_10 = Instance.new("ImageLabel")
  35. local Frame10 = Instance.new("Frame")
  36. local ImageLabel_11 = Instance.new("ImageLabel")
  37. local Frame11 = Instance.new("Frame")
  38. local ImageLabel_12 = Instance.new("ImageLabel")
  39. local Frame12 = Instance.new("Frame")
  40. local ImageLabel_13 = Instance.new("ImageLabel")
  41. local Frame13 = Instance.new("Frame")
  42. local ImageLabel_14 = Instance.new("ImageLabel")
  43. local Frame14 = Instance.new("Frame")
  44. local ImageLabel_15 = Instance.new("ImageLabel")
  45. local Frame15 = Instance.new("Frame")
  46. local ImageLabel_16 = Instance.new("ImageLabel")
  47. local Frame16 = Instance.new("Frame")
  48. local ImageLabel_17 = Instance.new("ImageLabel")
  49. local Frame17 = Instance.new("Frame")
  50. local ImageLabel_18 = Instance.new("ImageLabel")
  51. local Frame18 = Instance.new("Frame")
  52. local ImageLabel_19 = Instance.new("ImageLabel")
  53. local Frame19 = Instance.new("Frame")
  54. local ImageLabel_20 = Instance.new("ImageLabel")
  55.  
  56. --Properties:
  57.  
  58. ScreenGui.Parent = game.CoreGui
  59.  
  60. MainV.Name = "Main V"
  61. MainV.Parent = ScreenGui
  62. MainV.BackgroundColor3 = Color3.fromRGB(255, 73, 73)
  63. MainV.Position = UDim2.new(0.0523751341, 0, 0.631474078, 0)
  64. MainV.Size = UDim2.new(0, 175, 0, 140)
  65. MainV.Visible = true
  66. MainV.Active = true
  67. MainV.Draggable = true
  68.  
  69. a.Name = "a"
  70. a.Parent = MainV
  71. a.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. a.BackgroundTransparency = 1.000
  73. a.Position = UDim2.new(0.128035709, 0, 0, 0)
  74. a.Size = UDim2.new(0, 130, 0, 37)
  75. a.Font = Enum.Font.SourceSans
  76. a.Text = "A Gui Virus"
  77. a.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. a.TextScaled = true
  79. a.TextSize = 14.000
  80. a.TextWrapped = true
  81.  
  82. Stop.Name = "Stop"
  83. Stop.Parent = MainV
  84. Stop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. Stop.BackgroundTransparency = 1.000
  86. Stop.Position = UDim2.new(0, 0, 0.614285707, 0)
  87. Stop.Size = UDim2.new(0, 66, 0, 54)
  88. Stop.Image = "http://www.roblox.com/asset/?id=2032039725"
  89.  
  90. Launch.Name = "Launch"
  91. Launch.Parent = MainV
  92. Launch.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. Launch.BackgroundTransparency = 2.000
  94. Launch.BorderSizePixel = 2
  95. Launch.Position = UDim2.new(0, 0, 0.264285713, 0)
  96. Launch.Size = UDim2.new(0, 175, 0, 49)
  97. Launch.Font = Enum.Font.SourceSans
  98. Launch.Text = "Launch"
  99. Launch.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. Launch.TextScaled = true
  101. Launch.TextSize = 14.000
  102. Launch.TextWrapped = true
  103. Launch.MouseButton1Down:connect(function()
  104. Launch.Visible = false
  105. Frame1.Visible = true
  106. Frame2.Visible = true
  107. Frame3.Visible = true
  108. Frame4.Visible = true
  109. Frame5.Visible = true
  110. Frame6.Visible = true
  111. Frame7.Visible = true
  112. Frame8.Visible = true
  113. Frame9.Visible = true
  114. Frame10.Visible = true
  115. Frame11.Visible = true
  116. Frame12.Visible = true
  117. Frame13.Visible = true
  118. Frame14.Visible = true
  119. Frame15.Visible = true
  120. Frame16.Visible = true
  121. Frame17.Visible = true
  122. Frame18.Visible = true
  123. Frame19.Visible = true
  124. end)
  125.  
  126.  
  127.  
  128.  
  129. b.Name = "b"
  130. b.Parent = MainV
  131. b.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  132. b.Position = UDim2.new(0, 0, 0.335714281, 0)
  133. b.Size = UDim2.new(0, 175, 0, 1)
  134. b.Font = Enum.Font.SourceSans
  135. b.Text = ""
  136. b.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. b.TextSize = 14.000
  138.  
  139. c.Name = "c"
  140. c.Parent = MainV
  141. c.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  142. c.Position = UDim2.new(-0.00571428565, 0, 0.564285696, 0)
  143. c.Size = UDim2.new(0, 175, 0, 1)
  144. c.Font = Enum.Font.SourceSans
  145. c.Text = ""
  146. c.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. c.TextSize = 14.000
  148.  
  149. d.Name = "d"
  150. d.Parent = MainV
  151. d.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  152. d.BackgroundTransparency = 1.000
  153. d.Position = UDim2.new(0.377142847, 0, 0.642857134, 0)
  154. d.Size = UDim2.new(0, 108, 0, 50)
  155. d.Font = Enum.Font.SourceSans
  156. d.Text = "*Disclaimer! This is a test and once launch is clicked there will be continuis popups!"
  157. d.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. d.TextScaled = true
  159. d.TextSize = 14.000
  160. d.TextWrapped = true
  161.  
  162. Frame1.Name = "Frame1"
  163. Frame1.Parent = ScreenGui
  164. Frame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. Frame1.Position = UDim2.new(-0.00121800788, 0, -2.98023224e-08, 0)
  166. Frame1.Size = UDim2.new(0, 129, 0, 111)
  167. Frame1.Visible = false
  168.  
  169. ImageLabel.Parent = Frame1
  170. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  171. ImageLabel.Size = UDim2.new(0, 129, 0, 111)
  172. ImageLabel.Image = "http://www.roblox.com/asset/?id=6557946"
  173.  
  174. Frame2.Name = "Frame2"
  175. Frame2.Parent = ScreenGui
  176. Frame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. Frame2.Position = UDim2.new(0.0633374155, 0, 0.0776892155, 0)
  178. Frame2.Size = UDim2.new(0, 129, 0, 111)
  179. Frame2.Visible = false
  180.  
  181. ImageLabel_2.Parent = Frame2
  182. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. ImageLabel_2.Size = UDim2.new(0, 129, 0, 111)
  184. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6557946"
  185.  
  186. Frame3.Name = "Frame3"
  187. Frame3.Parent = ScreenGui
  188. Frame3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. Frame3.Position = UDim2.new(0.119366646, 0, 0.155378461, 0)
  190. Frame3.Size = UDim2.new(0, 129, 0, 111)
  191. Frame3.Visible = false
  192.  
  193. ImageLabel_3.Parent = Frame3
  194. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  195. ImageLabel_3.Position = UDim2.new(-1.49011612e-08, 0, -2.98023224e-08, 0)
  196. ImageLabel_3.Size = UDim2.new(0, 129, 0, 111)
  197. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=6557946"
  198.  
  199. Frame4.Name = "Frame4"
  200. Frame4.Parent = ScreenGui
  201. Frame4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  202. Frame4.Position = UDim2.new(0.181486011, 0, 0.221115515, 0)
  203. Frame4.Size = UDim2.new(0, 129, 0, 111)
  204. Frame4.Visible = false
  205.  
  206. ImageLabel_4.Parent = Frame4
  207. ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. ImageLabel_4.Position = UDim2.new(0, 0, -0.00900900364, 0)
  209. ImageLabel_4.Size = UDim2.new(0, 129, 0, 111)
  210. ImageLabel_4.Image = "http://www.roblox.com/asset/?id=6557946"
  211.  
  212. Frame5.Name = "Frame5"
  213. Frame5.Parent = ScreenGui
  214. Frame5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. Frame5.Position = UDim2.new(0.155907452, 0, -3.03959951e-08, 0)
  216. Frame5.Size = UDim2.new(0, 129, 0, 101)
  217. Frame5.Visible = false
  218.  
  219. ImageLabel_5.Parent = Frame5
  220. ImageLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  221. ImageLabel_5.Position = UDim2.new(0, 0, -0.0578003302, 0)
  222. ImageLabel_5.Size = UDim2.new(0, 129, 0, 111)
  223. ImageLabel_5.Image = "http://www.roblox.com/asset/?id=6557946"
  224.  
  225. Frame6.Name = "Frame6"
  226. Frame6.Parent = ScreenGui
  227. Frame6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. Frame6.Position = UDim2.new(0.263093799, 0, 0.0776892155, 0)
  229. Frame6.Size = UDim2.new(0, 129, 0, 111)
  230. Frame6.Visible = false
  231.  
  232. ImageLabel_6.Parent = Frame6
  233. ImageLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. ImageLabel_6.Position = UDim2.new(7.4505806e-09, 0, 5.58793545e-09, 0)
  235. ImageLabel_6.Size = UDim2.new(0, 129, 0, 111)
  236. ImageLabel_6.Image = "http://www.roblox.com/asset/?id=6557946"
  237.  
  238. Frame7.Name = "Frame7"
  239. Frame7.Parent = ScreenGui
  240. Frame7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. Frame7.Position = UDim2.new(0.10475032, 0, 0.286852568, 0)
  242. Frame7.Size = UDim2.new(0, 129, 0, 111)
  243. Frame7.Visible = false
  244.  
  245. ImageLabel_7.Parent = Frame7
  246. ImageLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. ImageLabel_7.Position = UDim2.new(0, 0, -0.00900900364, 0)
  248. ImageLabel_7.Size = UDim2.new(0, 129, 0, 111)
  249. ImageLabel_7.Image = "http://www.roblox.com/asset/?id=6557946"
  250.  
  251. Frame6_2.Name = "Frame6"
  252. Frame6_2.Parent = ScreenGui
  253. Frame6_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  254. Frame6_2.Position = UDim2.new(-0.00121800788, 0, -2.98023224e-08, 0)
  255. Frame6_2.Size = UDim2.new(0, 129, 0, 111)
  256. Frame6_2.Visible = false
  257.  
  258. ImageLabel_8.Parent = Frame6_2
  259. ImageLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. ImageLabel_8.Size = UDim2.new(0, 129, 0, 111)
  261. ImageLabel_8.Image = "http://www.roblox.com/asset/?id=6557946"
  262.  
  263. Frame8.Name = "Frame8"
  264. Frame8.Parent = ScreenGui
  265. Frame8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  266. Frame8.Position = UDim2.new(0, 0, 0.221115515, 0)
  267. Frame8.Size = UDim2.new(0, 140, 0, 111)
  268. Frame8.Visible = false
  269.  
  270. ImageLabel_9.Parent = Frame8
  271. ImageLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  272. ImageLabel_9.Size = UDim2.new(0, 149, 0, 111)
  273. ImageLabel_9.Image = "http://www.roblox.com/asset/?id=6557946"
  274.  
  275. Frame9.Name = "Frame9"
  276. Frame9.Parent = ScreenGui
  277. Frame9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  278. Frame9.Position = UDim2.new(0.313032895, 0, -2.98023224e-08, 0)
  279. Frame9.Size = UDim2.new(0, 129, 0, 111)
  280. Frame9.Visible = false
  281.  
  282. ImageLabel_10.Parent = Frame9
  283. ImageLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  284. ImageLabel_10.Position = UDim2.new(-0.0465116277, 0, 0, 0)
  285. ImageLabel_10.Size = UDim2.new(0, 135, 0, 111)
  286. ImageLabel_10.Image = "http://www.roblox.com/asset/?id=6557946"
  287.  
  288. Frame10.Name = "Frame10"
  289. Frame10.Parent = ScreenGui
  290. Frame10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  291. Frame10.Position = UDim2.new(0.26431182, 0, 0.37649399, 0)
  292. Frame10.Size = UDim2.new(0, 129, 0, 111)
  293. Frame10.Visible = false
  294.  
  295. ImageLabel_11.Parent = Frame10
  296. ImageLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. ImageLabel_11.Position = UDim2.new(0, 0, -0.00900912285, 0)
  298. ImageLabel_11.Size = UDim2.new(0, 129, 0, 111)
  299. ImageLabel_11.Image = "http://www.roblox.com/asset/?id=6557946"
  300.  
  301. Frame11.Name = "Frame11"
  302. Frame11.Parent = ScreenGui
  303. Frame11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. Frame11.Position = UDim2.new(-0.00121800788, 0, 0.440239012, 0)
  305. Frame11.Size = UDim2.new(0, 129, 0, 111)
  306. Frame11.Visible = false
  307.  
  308. ImageLabel_12.Parent = Frame11
  309. ImageLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. ImageLabel_12.Position = UDim2.new(-1.63912773e-07, 0, -4.47034836e-08, 0)
  311. ImageLabel_12.Size = UDim2.new(0, 129, 0, 111)
  312. ImageLabel_12.Image = "http://www.roblox.com/asset/?id=6557946"
  313.  
  314. Frame12.Name = "Frame12"
  315. Frame12.Parent = ScreenGui
  316. Frame12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  317. Frame12.Position = UDim2.new(0.155907422, 0, 0.408366531, 0)
  318. Frame12.Size = UDim2.new(0, 140, 0, 127)
  319. Frame12.Visible = false
  320.  
  321. ImageLabel_13.Parent = Frame12
  322. ImageLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  323. ImageLabel_13.Position = UDim2.new(1.08991351e-07, 0, 0, 0)
  324. ImageLabel_13.Size = UDim2.new(0, 140, 0, 127)
  325. ImageLabel_13.Image = "http://www.roblox.com/asset/?id=6557946"
  326.  
  327. Frame13.Name = "Frame13"
  328. Frame13.Parent = ScreenGui
  329. Frame13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  330. Frame13.Position = UDim2.new(0.325213164, 0, 0.282868505, 0)
  331. Frame13.Size = UDim2.new(0, 129, 0, 111)
  332. Frame13.Visible = false
  333.  
  334. ImageLabel_14.Parent = Frame13
  335. ImageLabel_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  336. ImageLabel_14.Position = UDim2.new(0.00775194168, 0, 0.00900904834, 0)
  337. ImageLabel_14.Size = UDim2.new(0, 129, 0, 111)
  338. ImageLabel_14.Image = "http://www.roblox.com/asset/?id=6557946"
  339.  
  340. Frame14.Name = "Frame14"
  341. Frame14.Parent = ScreenGui
  342. Frame14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  343. Frame14.Position = UDim2.new(0.0889159739, 0, 0.589641392, 0)
  344. Frame14.Size = UDim2.new(0, 129, 0, 111)
  345. Frame14.Visible = false
  346.  
  347. ImageLabel_15.Parent = Frame14
  348. ImageLabel_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  349. ImageLabel_15.Position = UDim2.new(0, 0, 4.28408384e-08, 0)
  350. ImageLabel_15.Size = UDim2.new(0, 129, 0, 111)
  351. ImageLabel_15.Image = "http://www.roblox.com/asset/?id=6557946"
  352.  
  353. Frame15.Name = "Frame15"
  354. Frame15.Parent = ScreenGui
  355. Frame15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. Frame15.Position = UDim2.new(0.376370281, 0, 0.151394397, 0)
  357. Frame15.Size = UDim2.new(0, 129, 0, 111)
  358. Frame15.Visible = false
  359.  
  360. ImageLabel_16.Parent = Frame15
  361. ImageLabel_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  362. ImageLabel_16.Position = UDim2.new(0, 0, -0.00900900364, 0)
  363. ImageLabel_16.Size = UDim2.new(0, 129, 0, 111)
  364. ImageLabel_16.Image = "http://www.roblox.com/asset/?id=6557946"
  365.  
  366. Frame16.Name = "Frame16"
  367. Frame16.Parent = ScreenGui
  368. Frame16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  369. Frame16.Position = UDim2.new(0.0146162845, 0, 0.565737009, 0)
  370. Frame16.Size = UDim2.new(0, 576, 0, 188)
  371. Frame16.Visible = false
  372.  
  373. ImageLabel_17.Parent = Frame16
  374. ImageLabel_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  375. ImageLabel_17.Position = UDim2.new(-0.0208332799, 0, -0.0228101034, 0)
  376. ImageLabel_17.Size = UDim2.new(0, 588, 0, 222)
  377. ImageLabel_17.Image = "http://www.roblox.com/asset/?id=6557946"
  378.  
  379. Frame17.Name = "Frame17"
  380. Frame17.Parent = ScreenGui
  381. Frame17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. Frame17.Position = UDim2.new(0.417783141, 0, 0.362549752, 0)
  383. Frame17.Size = UDim2.new(0, 471, 0, 188)
  384. Frame17.Visible = false
  385.  
  386. ImageLabel_18.Parent = Frame17
  387. ImageLabel_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  388. ImageLabel_18.Position = UDim2.new(-0.00127655477, 0, -0.0015335083, 0)
  389. ImageLabel_18.Size = UDim2.new(0, 471, 0, 188)
  390. ImageLabel_18.Image = "http://www.roblox.com/asset/?id=6557946"
  391.  
  392. Frame18.Name = "Frame18"
  393. Frame18.Parent = ScreenGui
  394. Frame18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  395. Frame18.Position = UDim2.new(0.460414141, 0, 0, 0)
  396. Frame18.Size = UDim2.new(0, 471, 0, 245)
  397. Frame18.Visible = false
  398.  
  399. ImageLabel_19.Parent = Frame18
  400. ImageLabel_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  401. ImageLabel_19.Position = UDim2.new(-0.00127655477, 0, 0, 0)
  402. ImageLabel_19.Size = UDim2.new(0, 471, 0, 244)
  403. ImageLabel_19.Image = "http://www.roblox.com/asset/?id=6557946"
  404.  
  405. Frame19.Name = "Frame19"
  406. Frame19.Parent = ScreenGui
  407. Frame19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  408. Frame19.Position = UDim2.new(0.492082834, 0, 0.52589643, 0)
  409. Frame19.Size = UDim2.new(0, 471, 0, 245)
  410. Frame19.Visible = false
  411.  
  412. ImageLabel_20.Parent = Frame19
  413. ImageLabel_20.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  414. ImageLabel_20.Position = UDim2.new(-0.00127655268, 0, 0.00408157706, 0)
  415. ImageLabel_20.Size = UDim2.new(0, 471, 0, 244)
  416. ImageLabel_20.Image = "http://www.roblox.com/asset/?id=6557946"
Advertisement
Add Comment
Please, Sign In to add comment