Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Core = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local Main = Instance.new("Frame")
- local UIGradient_2 = Instance.new("UIGradient")
- local KillAll = Instance.new("TextButton")
- local UIGradient_3 = Instance.new("UIGradient")
- local Single = Instance.new("TextButton")
- local UIGradient_4 = Instance.new("UIGradient")
- local Target = Instance.new("TextBox")
- local greentext = Instance.new("Folder")
- local beme = Instance.new("TextLabel")
- local beme_2 = Instance.new("TextLabel")
- local beme_3 = Instance.new("TextLabel")
- local beme_4 = Instance.new("TextLabel")
- local beme_5 = Instance.new("TextLabel")
- local TopBar = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local UIGradient_5 = Instance.new("UIGradient")
- local Drop_Shadow = Instance.new("ImageLabel")
- cam = game.Workspace.CurrentCamera
- --les sounds!!
- local sound1 = Instance.new("Sound", Main)
- sound1.SoundId = "rbxassetid://5624656949"
- sound1.Name = "1"
- local sound2 = Instance.new("Sound", Main)
- sound2.SoundId = "rbxassetid://5652336887"
- sound2.Name = "2"
- local sound3 = Instance.new("Sound", Main)
- sound3.SoundId = "rbxassetid://3246290855"
- sound3.Name = "3"
- local sound4 = Instance.new("Sound", Main)
- sound4.SoundId = "rbxassetid://5002614071"
- sound4.Name = "4"
- local sound5 = Instance.new("Sound", Main)
- sound5.SoundId = "rbxassetid://296102734"
- sound5.Name = "5"
- local sound6 = Instance.new("Sound", Main)
- sound6.SoundId = "rbxassetid://4809574295"
- sound6.Name = "6"
- local sound7 = Instance.new("Sound", Main)
- sound7.SoundId = "rbxassetid://5636195402"
- sound7.Name = "7"
- local sound8 = Instance.new("Sound", Main)
- sound8.SoundId = "rbxassetid://5067081732"
- sound8.Name = "8"
- local sound9 = Instance.new("Sound", Main)
- sound9.SoundId = "rbxassetid://175593536"
- sound9.Name = "9"
- local sound10 = Instance.new("Sound", Main)
- sound10.SoundId = "rbxassetid://5058160717"
- sound10.Name = "10"
- local sound11 = Instance.new("Sound", Main)
- sound11.SoundId = "rbxassetid://5853668794"
- sound11.Name = "11"
- local sound12 = Instance.new("Sound", Main)
- sound12.SoundId = "rbxassetid://3173566193"
- sound12.Name = "12"
- local sound13 = Instance.new("Sound", Main)
- sound13.SoundId = "rbxassetid://565424468"
- sound13.Name = "13"
- local sound14 = Instance.new("Sound", Main)
- sound14.SoundId = "rbxassetid://574999020"
- sound14.Name = "14"
- local giorno = Instance.new("Sound", Main)
- giorno.SoundId = "rbxassetid://5567681627"
- giorno.Name = "giorno"
- giorno.Volume = 0.35
- giorno:Play()
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Core.Name = "Core"
- Core.Parent = ScreenGui
- Core.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Core.BorderSizePixel = 0
- Core.Position = UDim2.new(0.120899156, 0, 0.201430291, 0)
- Core.Size = UDim2.new(0.174726591, 0, 0.330035895, 0)
- UIGradient.Parent = Core
- Main.Name = "Main"
- Main.Parent = Core
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.0217461102, 0, 0.0945657119, 0)
- Main.Size = UDim2.new(0.953586102, 0, 0.878970265, 0)
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(79, 255, 95)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 239, 91))}
- UIGradient_2.Rotation = -61.966148376465
- UIGradient_2.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.17), NumberSequenceKeypoint.new(1.00, 0.19)}
- UIGradient_2.Parent = Main
- KillAll.Name = "KillAll"
- KillAll.Parent = Main
- KillAll.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0.584824741, 0, 0.743671834, 0)
- KillAll.Size = UDim2.new(0.385536939, 0, 0.223458916, 0)
- KillAll.Font = Enum.Font.GothamSemibold
- KillAll.Text = "Autism Extermination"
- KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
- KillAll.TextScaled = true
- KillAll.TextSize = 14.000
- KillAll.TextWrapped = true
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 57, 119)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient_3.Parent = KillAll
- Single.Name = "Single"
- Single.Parent = Main
- Single.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
- Single.BorderSizePixel = 0
- Single.Position = UDim2.new(0.0415275171, 0, 0.866932333, 0)
- Single.Size = UDim2.new(0.516803384, 0, 0.100198425, 0)
- Single.Font = Enum.Font.GothamSemibold
- Single.Text = "Kill Target"
- Single.TextColor3 = Color3.fromRGB(0, 0, 0)
- Single.TextScaled = true
- Single.TextSize = 14.000
- Single.TextWrapped = true
- UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 57, 119)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient_4.Parent = Single
- Target.Name = "Target"
- Target.Parent = Main
- Target.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Target.BorderSizePixel = 0
- Target.Position = UDim2.new(0.0415275171, 0, 0.743671834, 0)
- Target.Size = UDim2.new(0.516803205, 0, 0.123260632, 0)
- Target.ClearTextOnFocus = false
- Target.Font = Enum.Font.Gotham
- Target.PlaceholderColor3 = Color3.fromRGB(135, 135, 135)
- Target.PlaceholderText = "target's name"
- Target.Text = ""
- Target.TextColor3 = Color3.fromRGB(0, 0, 0)
- Target.TextSize = 18.000
- Target.TextWrapped = true
- greentext.Name = "greentext"
- greentext.Parent = Main
- beme.Name = "beme"
- beme.Parent = greentext
- beme.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- beme.BackgroundTransparency = 1.000
- beme.Position = UDim2.new(0.0401091911, 0, 0.0451955199, 0)
- beme.Size = UDim2.new(0.544715583, 0, 0.128760844, 0)
- beme.Font = Enum.Font.SourceSans
- beme.Text = ">be me"
- beme.TextColor3 = Color3.fromRGB(198, 255, 112)
- beme.TextScaled = true
- beme.TextSize = 14.000
- beme.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
- beme.TextStrokeTransparency = 0.000
- beme.TextWrapped = true
- beme.TextXAlignment = Enum.TextXAlignment.Left
- beme_2.Name = "beme"
- beme_2.Parent = greentext
- beme_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- beme_2.BackgroundTransparency = 1.000
- beme_2.Position = UDim2.new(0.0401091911, 0, 0.1725647, 0)
- beme_2.Size = UDim2.new(0.603056192, 0, 0.128760844, 0)
- beme_2.Font = Enum.Font.SourceSans
- beme_2.Text = ">playing idf rp"
- beme_2.TextColor3 = Color3.fromRGB(198, 255, 112)
- beme_2.TextScaled = true
- beme_2.TextSize = 14.000
- beme_2.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
- beme_2.TextStrokeTransparency = 0.000
- beme_2.TextWrapped = true
- beme_2.TextXAlignment = Enum.TextXAlignment.Left
- beme_3.Name = "beme"
- beme_3.Parent = greentext
- beme_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- beme_3.BackgroundTransparency = 1.000
- beme_3.Position = UDim2.new(0.0401091911, 0, 0.299933821, 0)
- beme_3.Size = UDim2.new(0.930252433, 0, 0.128760844, 0)
- beme_3.Font = Enum.Font.SourceSans
- beme_3.Text = ">get banned by tibaud_officiel"
- beme_3.TextColor3 = Color3.fromRGB(198, 255, 112)
- beme_3.TextScaled = true
- beme_3.TextSize = 14.000
- beme_3.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
- beme_3.TextStrokeTransparency = 0.000
- beme_3.TextWrapped = true
- beme_3.TextXAlignment = Enum.TextXAlignment.Left
- beme_4.Name = "beme"
- beme_4.Parent = greentext
- beme_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- beme_4.BackgroundTransparency = 1.000
- beme_4.Position = UDim2.new(0.0401091911, 0, 0.427302957, 0)
- beme_4.Size = UDim2.new(0.408832937, 0, 0.128760844, 0)
- beme_4.Font = Enum.Font.SourceSans
- beme_4.Text = ">fuck"
- beme_4.TextColor3 = Color3.fromRGB(198, 255, 112)
- beme_4.TextScaled = true
- beme_4.TextSize = 14.000
- beme_4.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
- beme_4.TextStrokeTransparency = 0.000
- beme_4.TextWrapped = true
- beme_4.TextXAlignment = Enum.TextXAlignment.Left
- beme_5.Name = "beme"
- beme_5.Parent = greentext
- beme_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- beme_5.BackgroundTransparency = 1.000
- beme_5.Position = UDim2.new(0.20783855, 0, 0.620411098, 0)
- beme_5.Size = UDim2.new(0.762523115, 0, 0.0876740143, 0)
- beme_5.Font = Enum.Font.Ubuntu
- beme_5.Text = "require ACS Engine to work"
- beme_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- beme_5.TextScaled = true
- beme_5.TextSize = 14.000
- beme_5.TextStrokeColor3 = Color3.fromRGB(83, 144, 14)
- beme_5.TextWrapped = true
- TopBar.Name = "TopBar"
- TopBar.Parent = Core
- TopBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TopBar.BorderSizePixel = 0
- TopBar.Position = UDim2.new(-0.00259325164, 0, -0.00194991706, 0)
- TopBar.Size = UDim2.new(1.00259292, 0, 0.070509173, 0)
- Close.Name = "Close"
- Close.Parent = TopBar
- Close.BackgroundColor3 = Color3.fromRGB(255, 57, 87)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.894759536, 0, 0, 0)
- Close.Size = UDim2.new(0.10477262, 0, 1.00000012, 0)
- Close.Font = Enum.Font.SourceSans
- Close.Text = ""
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 14.000
- Minimize.Name = "Minimize"
- Minimize.Parent = TopBar
- Minimize.BackgroundColor3 = Color3.fromRGB(255, 129, 19)
- Minimize.BorderSizePixel = 0
- Minimize.Position = UDim2.new(0.787249684, 0, 0, 0)
- Minimize.Size = UDim2.new(0.10477262, 0, 1.00000012, 0)
- Minimize.Font = Enum.Font.SourceSans
- Minimize.Text = ""
- Minimize.TextColor3 = Color3.fromRGB(0, 0, 0)
- Minimize.TextSize = 14.000
- UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(168, 194, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(170, 255, 184))}
- UIGradient_5.Parent = TopBar
- Drop_Shadow.Name = "Drop_Shadow"
- Drop_Shadow.Parent = Core
- Drop_Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Drop_Shadow.BackgroundTransparency = 1.000
- Drop_Shadow.Position = UDim2.new(0, -35, 0, -35)
- Drop_Shadow.Size = UDim2.new(1, 70, 1, 70)
- Drop_Shadow.ZIndex = 0
- Drop_Shadow.Image = "rbxassetid://1113384364"
- Drop_Shadow.ImageTransparency = 0.500
- Drop_Shadow.ScaleType = Enum.ScaleType.Slice
- Drop_Shadow.SliceCenter = Rect.new(50, 50, 50, 50)
- --Scripts
- local function MainScript()
- local script = Instance.new('LocalScript', Core)
- --Services & Important--
- DmgRemote = game:GetService("ReplicatedStorage")["ACS_Engine"].Eventos.Damage
- --Values--
- local target = script.Parent.Main.Target.Text
- --Functions--
- local function killAll()
- for PlayerIndex,GivenPlayer in pairs(game.Players:GetPlayers()) do
- local Char = GivenPlayer.Character
- DmgRemote:FireServer(Char.Humanoid,Char.Humanoid.MaxHealth,0,0)
- end
- end
- local function killtarget(cible)
- cam.CameraSubject = game.Players[cible].Character.Humanoid
- wait(3)
- local Char = game.Players[cible].Character
- DmgRemote:FireServer(Char.Humanoid,Char.Humanoid.MaxHealth,0,0)
- wait(2)
- cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- end
- local function close()
- script.Parent.Parent:Destroy()
- end
- --Main Functions--
- script.Parent.Main.KillAll.MouseButton1Click:Connect(function()
- local a = math.random(1,12)
- killAll()
- script.Parent.Main[a]:Play()
- end)
- script.Parent.Main.Single.MouseButton1Click:Connect(function()
- local target = script.Parent.Main.Target.Text
- killtarget(target)
- script.Parent.Main.Click:Play()
- end)
- script.Parent.TopBar.Close.MouseButton1Click:Connect(function()
- script.Parent.Main.Click:Play()
- wait(0.45)
- close()
- end)
- end
- coroutine.wrap(MainScript)()
- local function Dragify()
- local script = Instance.new('LocalScript', Core)
- local UIS = game:GetService("UserInputService")
- function drag(Frame)
- dragToggle = nil
- dragSpeed = 0.25
- dragInput = nil
- dragStart = nil
- dragPos = nil
- function updateInput(input)
- Delta = input.Position - dragStart
- Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
- game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
- dragToggle = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- drag(script.Parent)
- end
- coroutine.wrap(Dragify)()
Add Comment
Please, Sign In to add comment