local Players = game:GetService("Players") getgenv().text = {"$$ femboy.club on top $$","J.","femboy kill all.lua","femboy cummed in ur face(,,>ļ¹<,,)", ">.<", "rape me:3", "*cums cutely šŸŽ€ *", "šŸ³ā€šŸŒˆsayšŸ„›gex🄵"} for _, player in pairs(Players:GetPlayers()) do if player ~= LocalPlayer and player.Character then local humanoid = player.Character:FindFirstChild("Humanoid") local targetPart = player.Character:FindFirstChild("Head") if humanoid and humanoid.Health > 0 and targetPart then local textt = getgenv().text[math.random(1, #getgenv().text)] local args = { { rayInstance = targetPart, rayPosition = targetPart.Position, rayMaterial = Enum.Material.Plastic, rayNormal = Vector3.new(0, 1, 0) }, targetPart.Position, Vector3.new(0, 1, 0), 8, { MainDamage = math.huge, BackstabDamage = math.huge, AltDamage = math.huge }, 2, false, textt } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("MeleeAttack"):FireServer(unpack(args)) end end end