#!/bin/sh
launchctl unload /var/jb/Library/LaunchDaemons/voicechangerhelper.plist
launchctl load /var/jb/Library/LaunchDaemons/voicechangerhelper.plist
killall -9 mediaserver
killall -9 audiomxd
exit 0
