View Single Post
  #244  
Old 05-04-2013, 10:55 AM
Humbug Humbug is offline
Junior Member
 
Join Date: Oct 2012
Posts: 10
Humbug is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by phgonline View Post
This was working until the recent changes... now it just hangs. Any help would be appreciated

Code:
@echo off 
echo Nickname: Model
set /p nick= 
title
:loop 
FOR /F "tokens=1,2,3,4,5 delims=/. " %%a in ('date/T') do set _date=%%c-%%b-%%d%%a 
FOR /F "tokens=1,2,3,4,5 delims=/: " %%a in ('time/T') do set _time=%%a.%%b.%%c%time:~6,2% 
rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live 
echo ^G 
for /F "delims=" %%I in ('dir /B') do if not exist "%%I\" if %%~zI EQU 0 del "%%I" 
goto loop
change the following:
Code:
... -f "WIN  11,6,602,180" ... -W ".../flash/CBV_2p634 ... -C "S:2.634"
and add your CB Username and Password Hash
Reply With Quote