How to crack VidIQ yourself

Kippykip

CEO of cancelled
cringge
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\Kippykip\AppData\Local\Google\Chrome\User Data\Default\Extensions
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl

Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to http://jsbeautifier.org/ and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
    if (!this.loggedin) return "loggedout";
    var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
        t = e[0];
Now change the t = e[0] to:

t = e[1]
for "Pro",

t = e[2]
for "Boost Lite",

t = e[3]
for "Boost",

t = e[4]
for "Boost plus" and

t = e[5]
for "Enterprise".

Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!
 
Last edited:

tscmlg

New Lad
Member
Hi Kippykip, thank you alot for this method, everything seem work fine except Top Search Keywords. Vidiq just show three result.
Please teech me how to have more result at Top Search Keywords
You are my hero!! <3
 

Attachments

  • Capture.PNG
    Capture.PNG
    7.9 KB · Views: 1,035

Kippykip

CEO of cancelled
cringge
Hi Kippykip, thank you alot for this method, everything seem work fine except Top Search Keywords. Vidiq just show three result.
Please teech me how to have more result at Top Search Keywords
You are my hero!! <3
I'm aware of that, unfortunately it's server-sided so there's no way to fix it. :(
The graph also doesn't work either.
 

brainsandwich

New Lad
Member
Help me, try to get enterprise, change keys in 0.js,1.js. delete _metadata, reinstall vidiq and paste files, but nothing, what need to do with files after delete _metadata? PLs
 

Kippykip

CEO of cancelled
cringge
When i unpacked folder, application write to me that it damaged :(
Disable the original version in the chrome settings, put your modified vidiq folder somewhere else and you go to Chrome > Extensions > Make sure developer mode is checked
Click "load unpacked extensions"
Browse the folder where the 0.js and 1.js files are located and click ok.
You might get an error about "_metadata", if you do get the error, go to the folder where the 0.js/1.js files are and delete or rename "_metadata" without the quotes, try it again and it should work.

And that's how you add it back to chrome, YOU HAVE to make sure the original web store version is disabled/removed in the settings.
 

brainsandwich

New Lad
Member
Yeah, it's ok, well done. Thank you so much! =) But *sigh* i wanted to use seo/tags from app.vidiq.com or boost video on channel) Which options is work with it crack?)
 

Kippykip

CEO of cancelled
cringge
Yeah, it's ok, well done. Thank you so much! =) But *sigh* i wanted to use seo/tags from app.vidiq.com or boost video on channel) Which options is work with it crack?)
Nah, some of the options do not work because that's on their own server. This patch only makes the extension itself believe it's a full account.
 

Kippykip

CEO of cancelled
cringge
mFH6VNH.png

HELP ME BRO
Looks like windows generated an annoying Thumbs.db file in one of the folders.
Go to Folder Options in control panel and click the view tab.
Uncheck "Hide extentions for known file types" and "Hide protected operating system files (Recommended)".
Now go to the vidIQ folder where you are editing bits and search for "Thumbs.db" without the quotes.
When you find it, delete it.

Afterwards you can check the options in Folder Options again if you like.
 
Top