Set NTP without admin rights?

I dont like to type admin pins all the time and dont like to hard code pin to script eighter.

try
	(do shell script "/usr/sbin/ntpdate -u ntp.something.com" password "your_admin_password")
	set ntp_result to result
end try