Tube Toolbox crack anyone?

Status
Not open for further replies.
Awesome, It works. Thanks!
Tested and verified on two different computers.
 
Ive been having this same problem to actually, after sending even 1 message it will say, limit reached, i was running the older summercrck but i switched to the 2.13 crck and it still does the same,,,suggestions?
 
YT made it easier to unsub manually.

On the "new" main page, click subscriptions.

Then up top you'll see:

Subscriptions
### subscriptions (Check box) Show uploads only


Click-
### subscriptions

This brings you to a page with a new layout that makes it really easy to unsub. Would be easier if there was a check box to select all and unsub, but I guess they left that out for whatever reason. Depending on how many subscriptions you have, that's how many times you'll have to click. If you're not dumb like me, or semi skilled in scripting, you can write/create a simple script that will go through this page clicking each radio button to unsub.. gl

Edit:
Something like this (works for me) using autohotkey
F2 to execute *ah, and what this does is click unsubscribe for each username that can be seen on the screen, then refreshes the page. Then simply press f2 again to repeat.

Code:
f2::

WinWait, YouTube - Broadcast Yourself. - Google Chrome, 
IfWinNotActive, YouTube - Broadcast Yourself. - Google Chrome, , WinActivate, YouTube - Broadcast Yourself. - Google Chrome, 
WinWaitActive, YouTube - Broadcast Yourself. - Google Chrome, 
MouseClick, left,  1151,  248
Sleep, 100
MouseClick, left,  1145,  291
Sleep, 100
MouseClick, left,  1145,  348
Sleep, 100
MouseClick, left,  1153,  412
Sleep, 100
MouseClick, left,  1151,  469
Sleep, 100
MouseClick, left,  1154,  515
Sleep, 100
MouseClick, left,  1153,  581
Sleep, 100
MouseClick, left,  1157,  634
Sleep, 100
MouseClick, left,  1162,  690
Sleep, 100
MouseClick, left,  1153,  743
Sleep, 100
MouseClick, left,  1146,  794
Sleep, 100
MouseClick, left,  1141,  864
Sleep, 100
MouseClick, left,  1143,  912
Sleep, 100
MouseClick, left,  1147,  968
Sleep, 100
MouseClick, left,  81,  69
Sleep, 1000
and done

You haven't added any subscriptions yet.

;)

I did that days ago, until it gave me the
You haven't added any subscriptions yet
I thought the problem was solved, but today I noticed that I still have about 600 subscriptions, although "subscription manager" shows none of them... I can still see their list on "my subscriptions" or "view subscriptions" though.
I even gathered their list in the latest TubeToolbox and tried to bulk-unsubscribe them from there, but it gives me the "youtube's website is performing maintenance" error. Do you know any other way to bulk-unsubscribe the remaining 600 subscriptions?
 
I did that days ago, until it gave me the
You haven't added any subscriptions yet
I thought the problem was solved, but today I noticed that I still have about 600 subscriptions, although "subscription manager" shows none of them... I can still see their list on "my subscriptions" or "view subscriptions" though.
I even gathered their list in the latest TubeToolbox and tried to bulk-unsubscribe them from there, but it gives me the "youtube's website is performing maintenance" error. Do you know any other way to bulk-unsubscribe the remaining 600 subscriptions?

Yup, I just noticed that.

You can make a modified script to keep unsubscribing, use AutoScriptWriter to record your clicks etc, and make an ahk file. I tried it on the "my_subscriptions" and it works to a point, longer usernames it fails upon (you'll see what I mean if you try it.)

I too don't see any subscriptions in subscription_manager
but
I see a ton in my_subscriptions.

Yt stated
Friends are now becoming part of subscriptions. Subscribe to your friends to see their activity on your homepage.

I don't quite know what that means, but I too want to solve this subscription stuff (removing all current subscriptions) since I get obsessed when I have a problem put in front of me and can't find a solution.

The script is a little sloppy but it works. It does however take longer (notice the sleep is now 2k), and fails if and when a long username is clicked on so you need to monitor it's performance. It's tedious and less automated, so I don't recommend it. You can modify the clicks portion (delete some lines) if you want it to run for a shorter time-frame.

Code:
f2::

WinWait, YouTube - Broadcast Yourself. - Google Chrome, 
IfWinNotActive, YouTube - Broadcast Yourself. - Google Chrome, , WinActivate, YouTube - Broadcast Yourself. - Google Chrome, 
WinWaitActive, YouTube - Broadcast Yourself. - Google Chrome, 
WinWait, YouTube - Broadcast Yourself. - Google Chrome, 
IfWinNotActive, YouTube - Broadcast Yourself. - Google Chrome, , WinActivate, YouTube - Broadcast Yourself. - Google Chrome, 
WinWaitActive, YouTube - Broadcast Yourself. - Google Chrome, 
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000
MouseClick, left,  157,  268
Sleep, 2000
MouseClick, left,  387,  213
Sleep, 2000
MouseClick, left,  89,  315
Sleep, 2000
MouseClick, left,  389,  214
Sleep, 2000

I'm going to learn a little more and see if I can improve this method. Ahk should be able to identify where the exact location of the unsubscribe button is on the page in any scenario, that will automate this method totally. I'll edit later.
 
Last edited:
Ive been having this same problem to actually, after sending even 1 message it will say, limit reached, i was running the older summercrck but i switched to the 2.13 crck and it still does the same,,,suggestions?
 
I also have the same problem I can just send away 5 messages then it says it has reached a limit, anybody have a clue why I get this error message, I would 10000% percent appreciate a answer.

Thanks in advanced.
 
I also have the same problem I can just send away 5 messages then it says it has reached a limit, anybody have a clue why I get this error message, I would 10000% percent appreciate a answer.

Thanks in advanced.

Do you have the same crck as mine 2.13? Or not cuz I've had this problem on 2.13 & summercrck
 
I am currently using the version: 2.13.1.4
Which doesen't works it says "You have reached the maxium of 5 subscribers today" or something like that, anybody know how to fix it?
 
I installed the crack and did everything according to the instructions, yet it still says that I don't have a professional account, and all of the limits are still in place.
Any help?

Thanks.
 
ight someone really needs to help out with this 5 message limit situation, i have tried 3 different craks now an old summer crck a 2.13 crck and 2.13 summer crck they all have the same problem even though on the two summercrcks it says CRCKED-PRO and on the other crck it simply says Professional i always use 4 accounts at a time and ive tried using one and three but as soon as i hit about 10 or 11 messages one of the accounts reaches their limit, i know some of you have this problem, also some of you dont, but someone has to give a suggestion about this i know someone here must know something about it, im still kind of new here so if im doing something wrong someone please tell me,
 
this program was working fine for awhile now randomly last night it started saying i could only send out 5 request a day:yell:

It works on professional account for about 10 minutes then switches to personal account. But if you're quick enough you can do what you wanna do. Every time TT restarts it goes back to professional account.

I've been using the past few days and I've saw the benefits.

anyone no a solution to getting the full thing again?

doesnt work anymore for me....

Ive been having this same problem to actually, after sending even 1 message it will say, limit reached, i was running the older summercrck but i switched to the 2.13 crck and it still does the same,,,suggestions?

I also have the same problem I can just send away 5 messages then it says it has reached a limit, anybody have a clue why I get this error message, I would 10000% percent appreciate a answer.

Thanks in advanced.

Do you have the same crck as mine 2.13? Or not cuz I've had this problem on 2.13 & summercrck

I Have this problem too, any fix?

is there any working crack available out there for real? i am really stuck and guys i am really stuck, please help :(

I installed the crack and did everything according to the instructions, yet it still says that I don't have a professional account, and all of the limits are still in place.
Any help?

Thanks.

I got the error like you all yesterday (personal account after 7 days of usage), 1/21/2012

If you read my post on page 8, you'll notice how I said to login after 3am eastern time and everything will be fine.

I just logged in 1/22/2012 (notice how it's after 3am) with 5 accounts and sending messages at 6am. Please follow instructions, summer3rcracks work is legit and applicable currently. Please give thanks to summ3r. :cool:

Also, I don't normally shutdown my pc (if you shutdown, sending contact requests are quite useless don't you think? Though this may be why you're having PAIN), but I did today for a few hours and when I tried to start up my normal ttb usage, I did get personal accounts for all of my login attempts. Please follow my instructions and you will have less of a headache.

summ3rcrack-works.jpg
 
Last edited:
I got the error like you all yesterday (personal account after 7 days of usage), 1/21/2012

If you read my post on page 8, you'll notice how I said to login after 3am eastern time and everything will be fine.

I just logged in 1/22/2012 (notice how it's after 3am) with 5 accounts and sending messages at 6am. Please follow instructions, summer3rcracks work is legit and applicable currently. Please give thanks to summ3r. :cool:

Also, I don't normally shutdown my pc (if you shutdown, sending contact requests are quite useless don't you think? Though this may be why you're having PAIN), but I did today for a few hours and when I tried to start up my normal ttb usage, I did get personal accounts for all of my login attempts. Please follow my instructions and you will have less of a headache.
So do you mean start sending before 3am and let it go until after? or just login after 3am? because i logged in about an hour ago so it would have been 11:00 am PT (after 3:00 am) and it still did not work. Im sorry like im not saying your method isnt working but its just that i dont really understand what you mean. i apologize if this is a really simple fix and im just not seeing it lol but anyways as i write this i am adding contacts in TTB this is the first time i have tried this i just got to 10 and the limit was reached, son not only is it doing this in messages it is also adding contacts


UPDATE: so i started trying to send messages right after i posted this so its been a little over 3 hours but im sending about 800 messages with 5 accounts, im not sure what the limit is...anyways after those 3 hours it has only sent about 100. every 7 or so messages i will get that LIMIT REACHED message, gives me a 15 minute wait but then it will send another 7 or 8 messages until the next delay,,,i think i read on the TTB site that it was supposed to do that? im not sure, but before it did not do that, i would send alot of messages within 20 minutes but now with all the updates it could be possible? right? i dont know anyways just thought id give more info so someone could explain this
thanks
 
Last edited:
Well i dont know what is going on but i have had two TTB's, one sending messages, and the other adding contacts, over 14 hours it has been CONTACTS: 481 MESSAGES: 112 something is def wrong with the messages i used to send out 100's in 15 minutes btw i am using 5 linked accounts
 
Last edited:
You can probably lower your send delay to 10 minutes after it's reached a limit (Options/Debug). I tried the share videos feature a few weeks back, and I was only able to send about 1,000, and then it totally cut off. It was sending I think 10 messages, every 10 seconds.

You can add 10 contacts every ten minutes I know for sure, you can lower the delay from 15 minutes to 10 minutes (adds up to 60x25 1440).
 
You can probably lower your send delay to 10 minutes after it's reached a limit (Options/Debug). I tried the share videos feature a few weeks back, and I was only able to send about 1,000, and then it totally cut off. It was sending I think 10 messages, every 10 seconds.

You can add 10 contacts every ten minutes I know for sure, you can lower the delay from 15 minutes to 10 minutes (adds up to 60x25 1440).

When you say it totally cut off do you mean permanently? or for maybe a day or two? Also, thanks for the help, appreciate it
 
Status
Not open for further replies.
Back
Top