How about this AppleScript?
tell application "iTunes"
set loved of current track to not loved of current track
end tell
How about this AppleScript?
tell application "iTunes"
set loved of current track to not loved of current track
end tell