OK, sorry, I could have write the commands better, some errors are due to space in the path, and some folders do not contain files, just subfolders and the output is somewhat confusing, but if I'm not mistaken, some of those files are present...
./Library/LaunchAgents/com.taoeffect.EspionageHelper.plist
./Library/Services/EspionageMenu.service
/System/Library/Extensions/iSpy.kext
/Library/iSpy
/Library/LaunchDaemons/com.taoeffect.ispyd.plist
so this is what you have to delete, to open a folder in the finder, if you do not want to navigate using Finder, (because user Library folder is hidden) then you can paste the folder path into terminal preceded with open command and when you hit enter, it will open that folder in Finder, for example...fist write
cd
to go into your home folder and then simply do this for each path:
open "./Library/LaunchAgents/"
hit enter...
I hope this helps
Zsolt