Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ESP Disable Code
- local workspace = game:GetService("Workspace")
- -- إزالة جميع ESP
- for _, obj in pairs(workspace:GetDescendants()) do
- if obj:FindFirstChild("PetESP") then
- obj.PetESP:Destroy()
- end
- end
- print("❌ تم إيقاف ESP")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement