Go to a Chaturbate room in your browser and then go to the tools menu (or whatever it is in whichever browser you use) and "view source". Search that for "password" and you will see it, something like
Code:
password: 'pbkdf2_sha256$12000$QwwcaxjaV3Ik$Kafcx0F8XdfhkFaQwIyYSBgueL/VIKgSs8DuLz7WxXU\u003D',
You need to go through and put a \ in front of all the $'s and replace the \u003D with a "\=" (minus the quotes). Example:
Code:
pbkdf2_sha256\$12000\$QwwcaxjaV3Ik\$Kafcx0F8XdfhkFaQwIyYSBgueL/VIKgSs8DuLz7WxXU\=