You can use the following client export to verify if a vehicle have the VIN scratched:
-- This example is for a simple command without a job checkRegisterCommand('searchvin', function()local res = exports['av_boosting']:getVin()if res thenprint('VIN number modified')elseprint('This is a legal vehicle')endend)