View Single Post
  #329  
Old 03-12-2014, 01:57 PM
Arukarudo Arukarudo is offline
Junior Member
 
Join Date: Feb 2014
Posts: 4
Arukarudo is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Chaturbate made a little change on their website on the way you get the version of the flash player, this one should work:

Code:
javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={};for(var i in raw){var d=raw[i].split('=');fv[d[0]] = unescape(d[1]);}var swfu=xmovie.data;swfv = swfu.substring(swfu.indexOf('CBV')+4,swfu.indexOf('.swf'));swfv = swfv.replace('p','.');prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"');
Reply With Quote