Avoid writing user defaults on quit?

I have an instance where I’d like my application to quit without writing the user defaults.

I know I can:

  1. manually kill the application process (that works)

Is there a more elegant way using AppleScript to suppress the writing of user defaults in a specific situation?