admin privileges on things other than shell scripts

is it possible to perform other applescript and asObjc tasks using “with administrator privileges” or something like it

im assuming if you can its not “with administrator privileges” because that didn’t work when I tried it

Hi,

in ObjC you can do this with authenticated tasks or a helper app running as root via Authorization Services.
I guess there is no shorter way in AppleScriptObjC