local LMG2L = {}; LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; LMG2L["ScreenGui_1"]["ResetOnSpawn"] = false; LMG2L["Frame_2"] = Instance.new("Frame", LMG2L["ScreenGui_1"]); LMG2L["Frame_2"]["BorderSizePixel"] = 0; LMG2L["Frame_2"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 255); LMG2L["Frame_2"]["Size"] = UDim2.new(0, 436, 0, 272); LMG2L["Frame_2"]["Position"] = UDim2.new(0, 190, 0, 100); LMG2L["KillTarget_3"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["KillTarget_3"]["BorderSizePixel"] = 0; LMG2L["KillTarget_3"]["TextSize"] = 50; LMG2L["KillTarget_3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0); LMG2L["KillTarget_3"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal); LMG2L["KillTarget_3"]["Size"] = UDim2.new(0, 230, 0, 58); LMG2L["KillTarget_3"]["Text"] = [[Kill Target]]; LMG2L["KillTarget_3"]["Name"] = [[KillTarget]]; LMG2L["KillTarget_3"]["Position"] = UDim2.new(0, 100, 0, 154); LMG2L["UICorner_4"] = Instance.new("UICorner", LMG2L["KillTarget_3"]); LMG2L["LocalScript_5"] = Instance.new("LocalScript", LMG2L["KillTarget_3"]); LMG2L["UICorner_6"] = Instance.new("UICorner", LMG2L["Frame_2"]); LMG2L["UIStroke_7"] = Instance.new("UIStroke", LMG2L["Frame_2"]); LMG2L["UIStroke_7"]["Color"] = Color3.fromRGB(0, 255, 0); LMG2L["TextLabel_8"] = Instance.new("TextLabel", LMG2L["Frame_2"]); LMG2L["TextLabel_8"]["BorderSizePixel"] = 0; LMG2L["TextLabel_8"]["TextSize"] = 15; LMG2L["TextLabel_8"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 255); LMG2L["TextLabel_8"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal); LMG2L["TextLabel_8"]["TextColor3"] = Color3.fromRGB(255, 141, 0); LMG2L["TextLabel_8"]["Size"] = UDim2.new(0, 420, 0, 34); LMG2L["TextLabel_8"]["Text"] = [[Made by l_AmDavidBaszucki (Automated Account)]]; LMG2L["TextLabel_8"]["Position"] = UDim2.new(0, 8, 0, 228); LMG2L["X_9"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["X_9"]["BorderSizePixel"] = 0; LMG2L["X_9"]["TextSize"] = 35; LMG2L["X_9"]["TextColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["X_9"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0); LMG2L["X_9"]["Size"] = UDim2.new(0, 40, 0, 42); LMG2L["X_9"]["Text"] = [[X]]; LMG2L["X_9"]["Name"] = [[X]]; LMG2L["X_9"]["Position"] = UDim2.new(0, 386, 0, 8); LMG2L["UICorner_a"] = Instance.new("UICorner", LMG2L["X_9"]); LMG2L["LocalScript_b"] = Instance.new("LocalScript", LMG2L["X_9"]); LMG2L["Title_c"] = Instance.new("TextLabel", LMG2L["Frame_2"]); LMG2L["Title_c"]["BorderSizePixel"] = 0; LMG2L["Title_c"]["TextSize"] = 45; LMG2L["Title_c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 255); LMG2L["Title_c"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal); LMG2L["Title_c"]["TextColor3"] = Color3.fromRGB(255, 141, 0); LMG2L["Title_c"]["Size"] = UDim2.new(0, 204, 0, 42); LMG2L["Title_c"]["Text"] = [[Kill GUI v1]]; LMG2L["Title_c"]["Name"] = [[Title]]; LMG2L["Title_c"]["Position"] = UDim2.new(0, 8, 0, 8); LMG2L["TextBox_d"] = Instance.new("TextBox", LMG2L["Frame_2"]); LMG2L["TextBox_d"]["BorderSizePixel"] = 0; LMG2L["TextBox_d"]["TextSize"] = 20; LMG2L["TextBox_d"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 0); LMG2L["TextBox_d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal); LMG2L["TextBox_d"]["ClearTextOnFocus"] = false; LMG2L["TextBox_d"]["PlaceholderText"] = [[Target username (can be shortened)]]; LMG2L["TextBox_d"]["Size"] = UDim2.new(0, 366, 0, 74); LMG2L["TextBox_d"]["Position"] = UDim2.new(0, 30, 0, 56); LMG2L["TextBox_d"]["Text"] = [[]]; LMG2L["UICorner_e"] = Instance.new("UICorner", LMG2L["TextBox_d"]); LMG2L["UIDragDetector_f"] = Instance.new("UIDragDetector", LMG2L["Frame_2"]); local function C_5() local script = LMG2L["LocalScript_5"]; local Players = game:GetService("Players") local textbox = script.Parent.Parent.TextBox script.Parent.MouseButton1Click:Connect(function() for _, v in pairs(Players:GetPlayers()) do if v.Name:lower():sub(1,#textbox.Text) == textbox.Text:lower() then if not v.Character and v.Character:FindFirstChild("HumanoidRootPart") then return end local tchar = v.Character or v.CharacterAdded:Wait() local thrp = tchar.HumanoidRootPart or tchar:WaitForChild("HumanoidRootPart") local plr = Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:FindFirstChildOfClass("Humanoid") hum:UnequipTools() local hrp = char.HumanoidRootPart or char:WaitForChild("HumanoidRootPart") local cam = workspace.CurrentCamera local oldcf = hrp.CFrame local clone = hum:Clone() clone.Parent = char hum:Destroy() clone:ChangeState("Dead") cam.CameraSubject = char local tool = plr.Backpack:FindFirstChildOfClass("Tool") clone:EquipTool(tool) local flag task.spawn(function() repeat thrp.CFrame = tool.Handle.CFrame task.wait() until flag end) tool.AncestryChanged:Wait() flag = true local newchar = plr.CharacterAdded:Wait() newchar:WaitForChild("HumanoidRootPart").CFrame = oldcf end end end) end; task.spawn(C_5); local function C_b() local script = LMG2L["LocalScript_b"]; script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent:Destroy() end) end; task.spawn(C_b); return LMG2L["ScreenGui_1"], require;