Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local DestroyerV2 = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Bar1 = Instance.new("Frame")
- local UserBox = Instance.new("TextBox")
- local PassBox = Instance.new("TextBox")
- local LoginButton = Instance.new("TextButton")
- local Logclose = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local TopBar = Instance.new("Frame")
- local List = Instance.new("ScrollingFrame")
- local Admin = Instance.new("TextButton")
- local KillGui = Instance.new("TextButton")
- local SpinGui = Instance.new("TextButton")
- local BanHammar = Instance.new("TextButton")
- local VanGui = Instance.new("TextButton")
- local RoCitizensMoney = Instance.new("TextButton")
- local Animations = Instance.new("TextButton")
- local RoseHub = Instance.new("TextButton")
- local IntV1 = Instance.new("TextButton")
- local Waterpark = Instance.new("TextButton")
- local IntV2 = Instance.new("TextButton")
- local ScriptInjector = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Credit = Instance.new("TextLabel")
- local injector = Instance.new("Frame")
- local Topinject = Instance.new("Frame")
- local CloseInject = Instance.new("TextButton")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Input = Instance.new("TextBox")
- --Properties:
- DestroyerV2.Name = "DestroyerV2"
- DestroyerV2.Parent = game.Workspace
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = DestroyerV2
- LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- LoginFrame.Position = UDim2.new(0.0142421164, 0, 0.215909094, 0)
- LoginFrame.Size = UDim2.new(0, 192, 0, 249)
- Title.Name = "Title"
- Title.Parent = LoginFrame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1.1200000047684
- Title.Position = UDim2.new(0.0208333284, 0, 0.036144577, 0)
- Title.Size = UDim2.new(0, 183, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Destroyer V2"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextStrokeColor3 = Color3.new(1, 1, 1)
- Title.TextWrapped = true
- Bar1.Name = "Bar1"
- Bar1.Parent = LoginFrame
- Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
- Bar1.Size = UDim2.new(0, 192, 0, 17)
- UserBox.Name = "UserBox"
- UserBox.Parent = LoginFrame
- UserBox.BackgroundColor3 = Color3.new(1, 1, 1)
- UserBox.BorderColor3 = Color3.new(0, 0, 0)
- UserBox.BorderSizePixel = 6
- UserBox.Position = UDim2.new(0.119791672, 0, 0.289156646, 0)
- UserBox.Size = UDim2.new(0, 146, 0, 25)
- UserBox.Font = Enum.Font.SourceSans
- UserBox.Text = "Username"
- UserBox.TextColor3 = Color3.new(0, 0, 0)
- UserBox.TextScaled = true
- UserBox.TextSize = 14
- UserBox.TextWrapped = true
- UserBox.TextXAlignment = Enum.TextXAlignment.Left
- PassBox.Name = "PassBox"
- PassBox.Parent = LoginFrame
- PassBox.BackgroundColor3 = Color3.new(1, 1, 1)
- PassBox.BorderColor3 = Color3.new(0, 0, 0)
- PassBox.BorderSizePixel = 6
- PassBox.Position = UDim2.new(0.114583336, 0, 0.477911651, 0)
- PassBox.Size = UDim2.new(0, 146, 0, 25)
- PassBox.Font = Enum.Font.SourceSans
- PassBox.Text = "Password"
- PassBox.TextColor3 = Color3.new(0, 0, 0)
- PassBox.TextScaled = true
- PassBox.TextSize = 14
- PassBox.TextWrapped = true
- PassBox.TextXAlignment = Enum.TextXAlignment.Left
- LoginButton.Name = "LoginButton"
- LoginButton.Parent = LoginFrame
- LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
- LoginButton.Position = UDim2.new(0.197916672, 0, 0.686746955, 0)
- LoginButton.Size = UDim2.new(0, 116, 0, 31)
- LoginButton.Font = Enum.Font.SourceSans
- LoginButton.Text = "Login"
- LoginButton.TextColor3 = Color3.new(0, 0, 0)
- LoginButton.TextScaled = true
- LoginButton.TextSize = 14
- LoginButton.TextWrapped = true
- LoginButton.MouseButton1Down:connect(function()
- if UserBox.Text == "kubacz09" then
- if PassBox.Text == "kuba123" then
- LoginFrame.Visible = false
- Main.Visible = true
- end
- end
- end)
- Logclose.Name = "Logclose"
- Logclose.Parent = LoginFrame
- Logclose.BackgroundColor3 = Color3.new(1, 0, 0)
- Logclose.Position = UDim2.new(0.828125, 0, 0, 0)
- Logclose.Size = UDim2.new(0, 33, 0, 19)
- Logclose.Font = Enum.Font.SourceSans
- Logclose.Text = "X"
- Logclose.TextColor3 = Color3.new(0, 0, 0)
- Logclose.TextScaled = true
- Logclose.TextSize = 14
- Logclose.TextWrapped = true
- Logclose.MouseButton1Down:connect(function()
- LoginFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = DestroyerV2
- Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Main.Position = UDim2.new(0.308240056, 0, 0.209090918, 0)
- Main.Size = UDim2.new(0, 462, 0, 256)
- Main.Visible = false
- TopBar.Name = "TopBar"
- TopBar.Parent = Main
- TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
- TopBar.Size = UDim2.new(0, 462, 0, 20)
- List.Name = "List"
- List.Parent = Main
- List.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- List.Position = UDim2.new(0, 0, 0.0859375, 0)
- List.Size = UDim2.new(0, 462, 0, 234)
- List.CanvasPosition = Vector2.new(0, 288)
- List.CanvasSize = UDim2.new(0, 0, 2, 10)
- Admin.Name = "Admin"
- Admin.Parent = List
- Admin.BackgroundColor3 = Color3.new(0, 0, 0)
- Admin.Position = UDim2.new(0.0346320346, 0, 0, 0)
- Admin.Size = UDim2.new(0, 200, 0, 50)
- Admin.Font = Enum.Font.SourceSans
- Admin.Text = "Admin"
- Admin.TextColor3 = Color3.new(1, 1, 1)
- Admin.TextScaled = true
- Admin.TextSize = 14
- Admin.TextWrapped = true
- Admin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux", true))()
- end)
- KillGui.Name = "KillGui"
- KillGui.Parent = List
- KillGui.BackgroundColor3 = Color3.new(0, 0, 0)
- KillGui.Position = UDim2.new(0.515151501, 0, 0, 0)
- KillGui.Size = UDim2.new(0, 200, 0, 50)
- KillGui.Font = Enum.Font.SourceSans
- KillGui.Text = "Kill Gui"
- KillGui.TextColor3 = Color3.new(1, 1, 1)
- KillGui.TextScaled = true
- KillGui.TextSize = 14
- KillGui.TextWrapped = true
- KillGui.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/0sWCcrfF", true))()
- end)
- SpinGui.Name = "SpinGui"
- SpinGui.Parent = List
- SpinGui.BackgroundColor3 = Color3.new(0, 0, 0)
- SpinGui.Position = UDim2.new(0.515151501, 0, 0.134765625, 0)
- SpinGui.Size = UDim2.new(0, 200, 0, 50)
- SpinGui.Font = Enum.Font.SourceSans
- SpinGui.Text = "Spin Gui"
- SpinGui.TextColor3 = Color3.new(1, 1, 1)
- SpinGui.TextScaled = true
- SpinGui.TextSize = 14
- SpinGui.TextWrapped = true
- SpinGui.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/fp3CAUma", true))()
- end)
- BanHammar.Name = "BanHammar"
- BanHammar.Parent = List
- BanHammar.BackgroundColor3 = Color3.new(0, 0, 0)
- BanHammar.Position = UDim2.new(0.0346320346, 0, 0.1328125, 0)
- BanHammar.Size = UDim2.new(0, 200, 0, 50)
- BanHammar.Font = Enum.Font.SourceSans
- BanHammar.Text = "Ban hammar"
- BanHammar.TextColor3 = Color3.new(1, 1, 1)
- BanHammar.TextScaled = true
- BanHammar.TextSize = 14
- BanHammar.TextWrapped = true
- BanHammar.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/h9NvY2PD", true))()
- end)
- VanGui.Name = "VanGui"
- VanGui.Parent = List
- VanGui.BackgroundColor3 = Color3.new(0, 0, 0)
- VanGui.Position = UDim2.new(0.515151501, 0, 0.275390625, 0)
- VanGui.Size = UDim2.new(0, 200, 0, 50)
- VanGui.Font = Enum.Font.SourceSans
- VanGui.Text = "Van Gui"
- VanGui.TextColor3 = Color3.new(1, 1, 1)
- VanGui.TextScaled = true
- VanGui.TextSize = 14
- VanGui.TextWrapped = true
- VanGui.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/3qzshxby", true))()
- end)
- RoCitizensMoney.Name = "RoCitizensMoney"
- RoCitizensMoney.Parent = List
- RoCitizensMoney.BackgroundColor3 = Color3.new(0, 0, 0)
- RoCitizensMoney.Position = UDim2.new(0.0346320346, 0, 0.27734375, 0)
- RoCitizensMoney.Size = UDim2.new(0, 200, 0, 50)
- RoCitizensMoney.Font = Enum.Font.SourceSans
- RoCitizensMoney.Text = "Ro citizens Money hack"
- RoCitizensMoney.TextColor3 = Color3.new(1, 1, 1)
- RoCitizensMoney.TextScaled = true
- RoCitizensMoney.TextSize = 14
- RoCitizensMoney.TextWrapped = true
- RoCitizensMoney.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/HcQwTDut", true))()
- end)
- Animations.Name = "Animations"
- Animations.Parent = List
- Animations.BackgroundColor3 = Color3.new(0, 0, 0)
- Animations.Position = UDim2.new(0.0346320346, 0, 0.427734375, 0)
- Animations.Size = UDim2.new(0, 200, 0, 50)
- Animations.Font = Enum.Font.SourceSans
- Animations.Text = "Animations"
- Animations.TextColor3 = Color3.new(1, 1, 1)
- Animations.TextScaled = true
- Animations.TextSize = 14
- Animations.TextWrapped = true
- Animations.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f", true))()
- end)
- RoseHub.Name = "RoseHub"
- RoseHub.Parent = List
- RoseHub.BackgroundColor3 = Color3.new(0, 0, 0)
- RoseHub.Position = UDim2.new(0.515151501, 0, 0.42578125, 0)
- RoseHub.Size = UDim2.new(0, 200, 0, 50)
- RoseHub.Font = Enum.Font.SourceSans
- RoseHub.Text = "Rose Hub"
- RoseHub.TextColor3 = Color3.new(1, 1, 1)
- RoseHub.TextScaled = true
- RoseHub.TextSize = 14
- RoseHub.TextWrapped = true
- RoseHub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XYkUA5RE", true))()
- end)
- IntV1.Name = "IntV1"
- IntV1.Parent = List
- IntV1.BackgroundColor3 = Color3.new(0, 0, 0)
- IntV1.Position = UDim2.new(0.515151501, 0, 0.572265625, 0)
- IntV1.Size = UDim2.new(0, 200, 0, 50)
- IntV1.Font = Enum.Font.SourceSans
- IntV1.Text = "Intrusive V1"
- IntV1.TextColor3 = Color3.new(1, 1, 1)
- IntV1.TextScaled = true
- IntV1.TextSize = 14
- IntV1.TextWrapped = true
- IntV1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/cj6hr046", true))()
- end)
- Waterpark.Name = "Waterpark"
- Waterpark.Parent = List
- Waterpark.BackgroundColor3 = Color3.new(0, 0, 0)
- Waterpark.Position = UDim2.new(0.0346320346, 0, 0.57421875, 0)
- Waterpark.Size = UDim2.new(0, 200, 0, 50)
- Waterpark.Font = Enum.Font.SourceSans
- Waterpark.Text = "Waterpark script explode"
- Waterpark.TextColor3 = Color3.new(1, 1, 1)
- Waterpark.TextScaled = true
- Waterpark.TextSize = 14
- Waterpark.TextWrapped = true
- Waterpark.MouseButton1Down:connect(function()
- Gui = Instance.new("ScreenGui", game.CoreGui)
- Button = Instance.new("TextButton", Gui)
- Button.Size = UDim2.new(0, 100, 0, 40)
- Button.BackgroundTransparency = 0.7
- Button.Position = UDim2.new(0.003, 0, 0.93, 0)
- Button.Text = "Explode"
- Button.TextColor3 = Color3.new(255, 255, 255)
- Button.MouseButton1Down:connect(function()
- game.ReplicatedStorage.ClothingService:FireServer("Hat", 001527622 )
- end)
- end)
- IntV2.Name = "IntV2"
- IntV2.Parent = List
- IntV2.BackgroundColor3 = Color3.new(0, 0, 0)
- IntV2.Position = UDim2.new(0.0346320346, 0, 0.724609375, 0)
- IntV2.Size = UDim2.new(0, 200, 0, 50)
- IntV2.Font = Enum.Font.SourceSans
- IntV2.Text = "Intrusive V2"
- IntV2.TextColor3 = Color3.new(1, 1, 1)
- IntV2.TextScaled = true
- IntV2.TextSize = 14
- IntV2.TextWrapped = true
- IntV2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/xXrF6TY5", true))()
- end)
- ScriptInjector.Name = "ScriptInjector"
- ScriptInjector.Parent = List
- ScriptInjector.BackgroundColor3 = Color3.new(0, 0, 0)
- ScriptInjector.Position = UDim2.new(0.515151501, 0, 0.724609375, 0)
- ScriptInjector.Size = UDim2.new(0, 200, 0, 50)
- ScriptInjector.Font = Enum.Font.SourceSans
- ScriptInjector.Text = "Script injector"
- ScriptInjector.TextColor3 = Color3.new(1, 1, 1)
- ScriptInjector.TextScaled = true
- ScriptInjector.TextSize = 14
- ScriptInjector.TextWrapped = true
- ScriptInjector.MouseButton1Down:connect(function()
- Main.Visible = false
- injector.Visible = true
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.Position = UDim2.new(0.92640692, 0, 0, 0)
- Close.Size = UDim2.new(0, 34, 0, 22)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Main.Visible = false
- LoginFrame.Visible = true
- end)
- Credit.Name = "Credit"
- Credit.Parent = Main
- Credit.BackgroundColor3 = Color3.new(0, 0, 0)
- Credit.BorderSizePixel = 0
- Credit.Size = UDim2.new(0, 137, 0, 20)
- Credit.Font = Enum.Font.SourceSans
- Credit.Text = "By: intrusive"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextScaled = true
- Credit.TextSize = 14
- Credit.TextWrapped = true
- injector.Name = "injector"
- injector.Parent = DestroyerV2
- injector.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- injector.Position = UDim2.new(0.339776188, 0, 0.168181837, 0)
- injector.Size = UDim2.new(0, 456, 0, 258)
- injector.Visible = false
- Topinject.Name = "Topinject"
- Topinject.Parent = injector
- Topinject.BackgroundColor3 = Color3.new(0, 0, 0)
- Topinject.Size = UDim2.new(0, 456, 0, 20)
- CloseInject.Name = "CloseInject"
- CloseInject.Parent = injector
- CloseInject.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseInject.Position = UDim2.new(0.936403513, 0, 0, 0)
- CloseInject.Size = UDim2.new(0, 29, 0, 20)
- CloseInject.Font = Enum.Font.SourceSans
- CloseInject.Text = "X"
- CloseInject.TextColor3 = Color3.new(0, 0, 0)
- CloseInject.TextScaled = true
- CloseInject.TextSize = 14
- CloseInject.TextWrapped = true
- CloseInject.MouseButton1Down:connect(function()
- injector.Visible = false
- Main.Visible = true
- end)
- Execute.Name = "Execute"
- Execute.Parent = injector
- Execute.BackgroundColor3 = Color3.new(1, 1, 1)
- Execute.Position = UDim2.new(0.203947365, 0, 0.848837197, 0)
- Execute.Size = UDim2.new(0, 126, 0, 33)
- Execute.Font = Enum.Font.SourceSans
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(0, 0, 0)
- Execute.TextScaled = true
- Execute.TextSize = 14
- Execute.TextWrapped = true
- Execute.MouseButton1Down:connect(function()
- loadstring(Input.Text)()
- end)
- Clear.Name = "Clear"
- Clear.Parent = injector
- Clear.BackgroundColor3 = Color3.new(1, 1, 1)
- Clear.Position = UDim2.new(0.532894731, 0, 0.848837197, 0)
- Clear.Size = UDim2.new(0, 126, 0, 33)
- Clear.Font = Enum.Font.SourceSans
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(0, 0, 0)
- Clear.TextScaled = true
- Clear.TextSize = 14
- Clear.TextWrapped = true
- Clear.MouseButton1Down:connect(function()
- Input.Text = "clearing..."
- wait(3)
- Input.Text = ""
- end)
- ScrollingFrame.Parent = injector
- ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- ScrollingFrame.Position = UDim2.new(0.118421055, 0, 0.151162788, 0)
- ScrollingFrame.Size = UDim2.new(0, 348, 0, 158)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10000, 0)
- Input.Name = "Input"
- Input.Parent = ScrollingFrame
- Input.BackgroundColor3 = Color3.new(1, 1, 1)
- Input.BackgroundTransparency = 1
- Input.Size = UDim2.new(0, 333, 0, 999)
- Input.Font = Enum.Font.SourceSans
- Input.MultiLine = true
- Input.Text = ""
- Input.TextColor3 = Color3.new(1, 0, 0)
- Input.TextSize = 14
- Input.TextXAlignment = Enum.TextXAlignment.Left
- Input.TextYAlignment = Enum.TextYAlignment.Top
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment