Well that was pretty much my question, I need to do something like this:
String scriptContent = \"print(\"Hello World\")\";
You can use escape character to do this
String scriptContent = "print(\"Hello World\")";