I am using the shortcode execute plugin in wordpress.
This simply allows me to write shortcode like this [email_spamproof]
But I am trying to echo a script.
The \ character is the escape character. Prepend one to each internal use of the character used to delimit the string.
\
Alternatively, use a HEREDOC.