Intrusive

Destroy V2 (SECRET NON LEAKED SCRIPT)

Jul 16th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DestroyerV2 = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Bar1 = Instance.new("Frame")
  8. local UserBox = Instance.new("TextBox")
  9. local PassBox = Instance.new("TextBox")
  10. local LoginButton = Instance.new("TextButton")
  11. local Logclose = Instance.new("TextButton")
  12. local Main = Instance.new("Frame")
  13. local TopBar = Instance.new("Frame")
  14. local List = Instance.new("ScrollingFrame")
  15. local Admin = Instance.new("TextButton")
  16. local KillGui = Instance.new("TextButton")
  17. local SpinGui = Instance.new("TextButton")
  18. local BanHammar = Instance.new("TextButton")
  19. local VanGui = Instance.new("TextButton")
  20. local RoCitizensMoney = Instance.new("TextButton")
  21. local Animations = Instance.new("TextButton")
  22. local RoseHub = Instance.new("TextButton")
  23. local IntV1 = Instance.new("TextButton")
  24. local Waterpark = Instance.new("TextButton")
  25. local IntV2 = Instance.new("TextButton")
  26. local ScriptInjector = Instance.new("TextButton")
  27. local Close = Instance.new("TextButton")
  28. local Credit = Instance.new("TextLabel")
  29. local injector = Instance.new("Frame")
  30. local Topinject = Instance.new("Frame")
  31. local CloseInject = Instance.new("TextButton")
  32. local Execute = Instance.new("TextButton")
  33. local Clear = Instance.new("TextButton")
  34. local ScrollingFrame = Instance.new("ScrollingFrame")
  35. local Input = Instance.new("TextBox")
  36. --Properties:
  37. DestroyerV2.Name = "DestroyerV2"
  38. DestroyerV2.Parent = game.Workspace
  39.  
  40. LoginFrame.Name = "LoginFrame"
  41. LoginFrame.Parent = DestroyerV2
  42. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. LoginFrame.Position = UDim2.new(0.0142421164, 0, 0.215909094, 0)
  44. LoginFrame.Size = UDim2.new(0, 192, 0, 249)
  45.  
  46. Title.Name = "Title"
  47. Title.Parent = LoginFrame
  48. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Title.BackgroundTransparency = 1.1200000047684
  50. Title.Position = UDim2.new(0.0208333284, 0, 0.036144577, 0)
  51. Title.Size = UDim2.new(0, 183, 0, 50)
  52. Title.Font = Enum.Font.SourceSans
  53. Title.Text = "Destroyer V2"
  54. Title.TextColor3 = Color3.new(1, 1, 1)
  55. Title.TextScaled = true
  56. Title.TextSize = 14
  57. Title.TextStrokeColor3 = Color3.new(1, 1, 1)
  58. Title.TextWrapped = true
  59.  
  60. Bar1.Name = "Bar1"
  61. Bar1.Parent = LoginFrame
  62. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  63. Bar1.Size = UDim2.new(0, 192, 0, 17)
  64.  
  65. UserBox.Name = "UserBox"
  66. UserBox.Parent = LoginFrame
  67. UserBox.BackgroundColor3 = Color3.new(1, 1, 1)
  68. UserBox.BorderColor3 = Color3.new(0, 0, 0)
  69. UserBox.BorderSizePixel = 6
  70. UserBox.Position = UDim2.new(0.119791672, 0, 0.289156646, 0)
  71. UserBox.Size = UDim2.new(0, 146, 0, 25)
  72. UserBox.Font = Enum.Font.SourceSans
  73. UserBox.Text = "Username"
  74. UserBox.TextColor3 = Color3.new(0, 0, 0)
  75. UserBox.TextScaled = true
  76. UserBox.TextSize = 14
  77. UserBox.TextWrapped = true
  78. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. PassBox.Name = "PassBox"
  81. PassBox.Parent = LoginFrame
  82. PassBox.BackgroundColor3 = Color3.new(1, 1, 1)
  83. PassBox.BorderColor3 = Color3.new(0, 0, 0)
  84. PassBox.BorderSizePixel = 6
  85. PassBox.Position = UDim2.new(0.114583336, 0, 0.477911651, 0)
  86. PassBox.Size = UDim2.new(0, 146, 0, 25)
  87. PassBox.Font = Enum.Font.SourceSans
  88. PassBox.Text = "Password"
  89. PassBox.TextColor3 = Color3.new(0, 0, 0)
  90. PassBox.TextScaled = true
  91. PassBox.TextSize = 14
  92. PassBox.TextWrapped = true
  93. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. LoginButton.Name = "LoginButton"
  96. LoginButton.Parent = LoginFrame
  97. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  98. LoginButton.Position = UDim2.new(0.197916672, 0, 0.686746955, 0)
  99. LoginButton.Size = UDim2.new(0, 116, 0, 31)
  100. LoginButton.Font = Enum.Font.SourceSans
  101. LoginButton.Text = "Login"
  102. LoginButton.TextColor3 = Color3.new(0, 0, 0)
  103. LoginButton.TextScaled = true
  104. LoginButton.TextSize = 14
  105. LoginButton.TextWrapped = true
  106. LoginButton.MouseButton1Down:connect(function()
  107. if UserBox.Text == "kubacz09" then
  108. if PassBox.Text == "kuba123" then
  109. LoginFrame.Visible = false
  110. Main.Visible = true
  111. end
  112. end
  113. end)
  114.  
  115. Logclose.Name = "Logclose"
  116. Logclose.Parent = LoginFrame
  117. Logclose.BackgroundColor3 = Color3.new(1, 0, 0)
  118. Logclose.Position = UDim2.new(0.828125, 0, 0, 0)
  119. Logclose.Size = UDim2.new(0, 33, 0, 19)
  120. Logclose.Font = Enum.Font.SourceSans
  121. Logclose.Text = "X"
  122. Logclose.TextColor3 = Color3.new(0, 0, 0)
  123. Logclose.TextScaled = true
  124. Logclose.TextSize = 14
  125. Logclose.TextWrapped = true
  126. Logclose.MouseButton1Down:connect(function()
  127. LoginFrame.Visible = false
  128. end)
  129.  
  130. Main.Name = "Main"
  131. Main.Parent = DestroyerV2
  132. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  133. Main.Position = UDim2.new(0.308240056, 0, 0.209090918, 0)
  134. Main.Size = UDim2.new(0, 462, 0, 256)
  135. Main.Visible = false
  136.  
  137. TopBar.Name = "TopBar"
  138. TopBar.Parent = Main
  139. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  140. TopBar.Size = UDim2.new(0, 462, 0, 20)
  141.  
  142. List.Name = "List"
  143. List.Parent = Main
  144. List.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. List.Position = UDim2.new(0, 0, 0.0859375, 0)
  146. List.Size = UDim2.new(0, 462, 0, 234)
  147. List.CanvasPosition = Vector2.new(0, 288)
  148. List.CanvasSize = UDim2.new(0, 0, 2, 10)
  149.  
  150. Admin.Name = "Admin"
  151. Admin.Parent = List
  152. Admin.BackgroundColor3 = Color3.new(0, 0, 0)
  153. Admin.Position = UDim2.new(0.0346320346, 0, 0, 0)
  154. Admin.Size = UDim2.new(0, 200, 0, 50)
  155. Admin.Font = Enum.Font.SourceSans
  156. Admin.Text = "Admin"
  157. Admin.TextColor3 = Color3.new(1, 1, 1)
  158. Admin.TextScaled = true
  159. Admin.TextSize = 14
  160. Admin.TextWrapped = true
  161. Admin.MouseButton1Down:connect(function()
  162. loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux", true))()
  163. end)
  164.  
  165. KillGui.Name = "KillGui"
  166. KillGui.Parent = List
  167. KillGui.BackgroundColor3 = Color3.new(0, 0, 0)
  168. KillGui.Position = UDim2.new(0.515151501, 0, 0, 0)
  169. KillGui.Size = UDim2.new(0, 200, 0, 50)
  170. KillGui.Font = Enum.Font.SourceSans
  171. KillGui.Text = "Kill Gui"
  172. KillGui.TextColor3 = Color3.new(1, 1, 1)
  173. KillGui.TextScaled = true
  174. KillGui.TextSize = 14
  175. KillGui.TextWrapped = true
  176. KillGui.MouseButton1Down:connect(function()
  177. loadstring(game:HttpGet("https://pastebin.com/raw/0sWCcrfF", true))()
  178. end)
  179.  
  180. SpinGui.Name = "SpinGui"
  181. SpinGui.Parent = List
  182. SpinGui.BackgroundColor3 = Color3.new(0, 0, 0)
  183. SpinGui.Position = UDim2.new(0.515151501, 0, 0.134765625, 0)
  184. SpinGui.Size = UDim2.new(0, 200, 0, 50)
  185. SpinGui.Font = Enum.Font.SourceSans
  186. SpinGui.Text = "Spin Gui"
  187. SpinGui.TextColor3 = Color3.new(1, 1, 1)
  188. SpinGui.TextScaled = true
  189. SpinGui.TextSize = 14
  190. SpinGui.TextWrapped = true
  191. SpinGui.MouseButton1Down:connect(function()
  192. loadstring(game:HttpGet("https://pastebin.com/raw/fp3CAUma", true))()
  193. end)
  194.  
  195. BanHammar.Name = "BanHammar"
  196. BanHammar.Parent = List
  197. BanHammar.BackgroundColor3 = Color3.new(0, 0, 0)
  198. BanHammar.Position = UDim2.new(0.0346320346, 0, 0.1328125, 0)
  199. BanHammar.Size = UDim2.new(0, 200, 0, 50)
  200. BanHammar.Font = Enum.Font.SourceSans
  201. BanHammar.Text = "Ban hammar"
  202. BanHammar.TextColor3 = Color3.new(1, 1, 1)
  203. BanHammar.TextScaled = true
  204. BanHammar.TextSize = 14
  205. BanHammar.TextWrapped = true
  206. BanHammar.MouseButton1Down:connect(function()
  207. loadstring(game:HttpGet("https://pastebin.com/raw/h9NvY2PD", true))()
  208. end)
  209.  
  210. VanGui.Name = "VanGui"
  211. VanGui.Parent = List
  212. VanGui.BackgroundColor3 = Color3.new(0, 0, 0)
  213. VanGui.Position = UDim2.new(0.515151501, 0, 0.275390625, 0)
  214. VanGui.Size = UDim2.new(0, 200, 0, 50)
  215. VanGui.Font = Enum.Font.SourceSans
  216. VanGui.Text = "Van Gui"
  217. VanGui.TextColor3 = Color3.new(1, 1, 1)
  218. VanGui.TextScaled = true
  219. VanGui.TextSize = 14
  220. VanGui.TextWrapped = true
  221. VanGui.MouseButton1Down:connect(function()
  222. loadstring(game:HttpGet("https://pastebin.com/raw/3qzshxby", true))()
  223. end)
  224.  
  225. RoCitizensMoney.Name = "RoCitizensMoney"
  226. RoCitizensMoney.Parent = List
  227. RoCitizensMoney.BackgroundColor3 = Color3.new(0, 0, 0)
  228. RoCitizensMoney.Position = UDim2.new(0.0346320346, 0, 0.27734375, 0)
  229. RoCitizensMoney.Size = UDim2.new(0, 200, 0, 50)
  230. RoCitizensMoney.Font = Enum.Font.SourceSans
  231. RoCitizensMoney.Text = "Ro citizens Money hack"
  232. RoCitizensMoney.TextColor3 = Color3.new(1, 1, 1)
  233. RoCitizensMoney.TextScaled = true
  234. RoCitizensMoney.TextSize = 14
  235. RoCitizensMoney.TextWrapped = true
  236. RoCitizensMoney.MouseButton1Down:connect(function()
  237. loadstring(game:HttpGet("https://pastebin.com/raw/HcQwTDut", true))()
  238. end)
  239.  
  240. Animations.Name = "Animations"
  241. Animations.Parent = List
  242. Animations.BackgroundColor3 = Color3.new(0, 0, 0)
  243. Animations.Position = UDim2.new(0.0346320346, 0, 0.427734375, 0)
  244. Animations.Size = UDim2.new(0, 200, 0, 50)
  245. Animations.Font = Enum.Font.SourceSans
  246. Animations.Text = "Animations"
  247. Animations.TextColor3 = Color3.new(1, 1, 1)
  248. Animations.TextScaled = true
  249. Animations.TextSize = 14
  250. Animations.TextWrapped = true
  251. Animations.MouseButton1Down:connect(function()
  252. loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f", true))()
  253. end)
  254.  
  255. RoseHub.Name = "RoseHub"
  256. RoseHub.Parent = List
  257. RoseHub.BackgroundColor3 = Color3.new(0, 0, 0)
  258. RoseHub.Position = UDim2.new(0.515151501, 0, 0.42578125, 0)
  259. RoseHub.Size = UDim2.new(0, 200, 0, 50)
  260. RoseHub.Font = Enum.Font.SourceSans
  261. RoseHub.Text = "Rose Hub"
  262. RoseHub.TextColor3 = Color3.new(1, 1, 1)
  263. RoseHub.TextScaled = true
  264. RoseHub.TextSize = 14
  265. RoseHub.TextWrapped = true
  266. RoseHub.MouseButton1Down:connect(function()
  267. loadstring(game:HttpGet("https://pastebin.com/raw/XYkUA5RE", true))()
  268. end)
  269.  
  270. IntV1.Name = "IntV1"
  271. IntV1.Parent = List
  272. IntV1.BackgroundColor3 = Color3.new(0, 0, 0)
  273. IntV1.Position = UDim2.new(0.515151501, 0, 0.572265625, 0)
  274. IntV1.Size = UDim2.new(0, 200, 0, 50)
  275. IntV1.Font = Enum.Font.SourceSans
  276. IntV1.Text = "Intrusive V1"
  277. IntV1.TextColor3 = Color3.new(1, 1, 1)
  278. IntV1.TextScaled = true
  279. IntV1.TextSize = 14
  280. IntV1.TextWrapped = true
  281. IntV1.MouseButton1Down:connect(function()
  282. loadstring(game:HttpGet("https://pastebin.com/raw/cj6hr046", true))()
  283. end)
  284.  
  285. Waterpark.Name = "Waterpark"
  286. Waterpark.Parent = List
  287. Waterpark.BackgroundColor3 = Color3.new(0, 0, 0)
  288. Waterpark.Position = UDim2.new(0.0346320346, 0, 0.57421875, 0)
  289. Waterpark.Size = UDim2.new(0, 200, 0, 50)
  290. Waterpark.Font = Enum.Font.SourceSans
  291. Waterpark.Text = "Waterpark script explode"
  292. Waterpark.TextColor3 = Color3.new(1, 1, 1)
  293. Waterpark.TextScaled = true
  294. Waterpark.TextSize = 14
  295. Waterpark.TextWrapped = true
  296. Waterpark.MouseButton1Down:connect(function()
  297. Gui = Instance.new("ScreenGui", game.CoreGui)
  298. Button = Instance.new("TextButton", Gui)
  299. Button.Size = UDim2.new(0, 100, 0, 40)
  300. Button.BackgroundTransparency = 0.7
  301. Button.Position = UDim2.new(0.003, 0, 0.93, 0)
  302. Button.Text = "Explode"
  303. Button.TextColor3 = Color3.new(255, 255, 255)
  304. Button.MouseButton1Down:connect(function()
  305. game.ReplicatedStorage.ClothingService:FireServer("Hat", 001527622 )
  306. end)
  307. end)
  308.  
  309. IntV2.Name = "IntV2"
  310. IntV2.Parent = List
  311. IntV2.BackgroundColor3 = Color3.new(0, 0, 0)
  312. IntV2.Position = UDim2.new(0.0346320346, 0, 0.724609375, 0)
  313. IntV2.Size = UDim2.new(0, 200, 0, 50)
  314. IntV2.Font = Enum.Font.SourceSans
  315. IntV2.Text = "Intrusive V2"
  316. IntV2.TextColor3 = Color3.new(1, 1, 1)
  317. IntV2.TextScaled = true
  318. IntV2.TextSize = 14
  319. IntV2.TextWrapped = true
  320. IntV2.MouseButton1Down:connect(function()
  321. loadstring(game:HttpGet("https://pastebin.com/raw/xXrF6TY5", true))()
  322. end)
  323.  
  324. ScriptInjector.Name = "ScriptInjector"
  325. ScriptInjector.Parent = List
  326. ScriptInjector.BackgroundColor3 = Color3.new(0, 0, 0)
  327. ScriptInjector.Position = UDim2.new(0.515151501, 0, 0.724609375, 0)
  328. ScriptInjector.Size = UDim2.new(0, 200, 0, 50)
  329. ScriptInjector.Font = Enum.Font.SourceSans
  330. ScriptInjector.Text = "Script injector"
  331. ScriptInjector.TextColor3 = Color3.new(1, 1, 1)
  332. ScriptInjector.TextScaled = true
  333. ScriptInjector.TextSize = 14
  334. ScriptInjector.TextWrapped = true
  335. ScriptInjector.MouseButton1Down:connect(function()
  336. Main.Visible = false
  337. injector.Visible = true
  338. end)
  339.  
  340. Close.Name = "Close"
  341. Close.Parent = Main
  342. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  343. Close.Position = UDim2.new(0.92640692, 0, 0, 0)
  344. Close.Size = UDim2.new(0, 34, 0, 22)
  345. Close.Font = Enum.Font.SourceSans
  346. Close.Text = "X"
  347. Close.TextColor3 = Color3.new(0, 0, 0)
  348. Close.TextScaled = true
  349. Close.TextSize = 14
  350. Close.TextWrapped = true
  351. Close.MouseButton1Down:connect(function()
  352. Main.Visible = false
  353. LoginFrame.Visible = true
  354. end)
  355.  
  356. Credit.Name = "Credit"
  357. Credit.Parent = Main
  358. Credit.BackgroundColor3 = Color3.new(0, 0, 0)
  359. Credit.BorderSizePixel = 0
  360. Credit.Size = UDim2.new(0, 137, 0, 20)
  361. Credit.Font = Enum.Font.SourceSans
  362. Credit.Text = "By: intrusive"
  363. Credit.TextColor3 = Color3.new(1, 1, 1)
  364. Credit.TextScaled = true
  365. Credit.TextSize = 14
  366. Credit.TextWrapped = true
  367.  
  368. injector.Name = "injector"
  369. injector.Parent = DestroyerV2
  370. injector.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  371. injector.Position = UDim2.new(0.339776188, 0, 0.168181837, 0)
  372. injector.Size = UDim2.new(0, 456, 0, 258)
  373. injector.Visible = false
  374.  
  375. Topinject.Name = "Topinject"
  376. Topinject.Parent = injector
  377. Topinject.BackgroundColor3 = Color3.new(0, 0, 0)
  378. Topinject.Size = UDim2.new(0, 456, 0, 20)
  379.  
  380. CloseInject.Name = "CloseInject"
  381. CloseInject.Parent = injector
  382. CloseInject.BackgroundColor3 = Color3.new(1, 0, 0)
  383. CloseInject.Position = UDim2.new(0.936403513, 0, 0, 0)
  384. CloseInject.Size = UDim2.new(0, 29, 0, 20)
  385. CloseInject.Font = Enum.Font.SourceSans
  386. CloseInject.Text = "X"
  387. CloseInject.TextColor3 = Color3.new(0, 0, 0)
  388. CloseInject.TextScaled = true
  389. CloseInject.TextSize = 14
  390. CloseInject.TextWrapped = true
  391. CloseInject.MouseButton1Down:connect(function()
  392. injector.Visible = false
  393. Main.Visible = true
  394. end)
  395.  
  396. Execute.Name = "Execute"
  397. Execute.Parent = injector
  398. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  399. Execute.Position = UDim2.new(0.203947365, 0, 0.848837197, 0)
  400. Execute.Size = UDim2.new(0, 126, 0, 33)
  401. Execute.Font = Enum.Font.SourceSans
  402. Execute.Text = "Execute"
  403. Execute.TextColor3 = Color3.new(0, 0, 0)
  404. Execute.TextScaled = true
  405. Execute.TextSize = 14
  406. Execute.TextWrapped = true
  407. Execute.MouseButton1Down:connect(function()
  408. loadstring(Input.Text)()
  409. end)
  410.  
  411. Clear.Name = "Clear"
  412. Clear.Parent = injector
  413. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  414. Clear.Position = UDim2.new(0.532894731, 0, 0.848837197, 0)
  415. Clear.Size = UDim2.new(0, 126, 0, 33)
  416. Clear.Font = Enum.Font.SourceSans
  417. Clear.Text = "Clear"
  418. Clear.TextColor3 = Color3.new(0, 0, 0)
  419. Clear.TextScaled = true
  420. Clear.TextSize = 14
  421. Clear.TextWrapped = true
  422. Clear.MouseButton1Down:connect(function()
  423. Input.Text = "clearing..."
  424. wait(3)
  425. Input.Text = ""
  426. end)
  427.  
  428. ScrollingFrame.Parent = injector
  429. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  430. ScrollingFrame.Position = UDim2.new(0.118421055, 0, 0.151162788, 0)
  431. ScrollingFrame.Size = UDim2.new(0, 348, 0, 158)
  432. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10000, 0)
  433.  
  434. Input.Name = "Input"
  435. Input.Parent = ScrollingFrame
  436. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  437. Input.BackgroundTransparency = 1
  438. Input.Size = UDim2.new(0, 333, 0, 999)
  439. Input.Font = Enum.Font.SourceSans
  440. Input.MultiLine = true
  441. Input.Text = ""
  442. Input.TextColor3 = Color3.new(1, 0, 0)
  443. Input.TextSize = 14
  444. Input.TextXAlignment = Enum.TextXAlignment.Left
  445. Input.TextYAlignment = Enum.TextYAlignment.Top
  446. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment