Sex-Ware
Scripting redefined. Used by sigma males who aren't virgins. Get notified for the release today.
-- Sex-Ware on top
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local SexWare = {
Config = {
AimbotEnabled = true,
WallhackEnabled = true,
SilentAimEnabled = true,
HeadshotPercentage = 100,
TargetPriority = "Distance", -- "Distance", "Health", "Rank"
AutoShoot = true,
BypassAnticheat = true,
}
}
function SexWare:GetClosestPlayer()
local closestPlayer = nil
local shortestDistance = math.huge
for _, player in ipairs(Players:GetPlayers()) do
if player ~= Players.LocalPlayer and player.Character and
player.Character:FindFirstChild("HumanoidRootPart") and
player.Character:FindFirstChild("Humanoid") and
player.Character.Humanoid.Health > 0 then
local magnitude = (player.Character.HumanoidRootPart.Position -
Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude
if magnitude < shortestDistance then
closestPlayer = player
shortestDistance = magnitude
end
end
end
return closestPlayer
end
Sex-Ware IDE
Revolutionary Scripting Experience
Watch how our advanced IDE gives you the competitive edge
© 2025. Sex-Ware