Posted 6 years ago
·
Author
Overview:
This tutorial will teach you how to make a bookmarklet that when clicked, will automatically grant all of the badges on 3Zvip's homepage.
Instructions:
Step 1: Create a new bookmarklet.
If you do not know how to create a bookmarklet, click one of the links below that corresponds to your web browser:
How to create bookmarks for FireFox
How to create bookmarks for Chrome
How to create bookmarks for Internet Explorer
Step 3: Go to 3Zvip's homepage that and click on your bookmarket. Every 2 seconds the script will grant you one of his badges. 3Zvip has a 238 badges at this time so the script will take a little over 4 minutes to complete. I've added this delay so you don't overload IMVU's server and cause them to temp block you.
Here are all the badges you can get from 3Xvips's homepage (note: some of these badges appear more than once so you can get multiple copies)
Thanks to
This tutorial will teach you how to make a bookmarklet that when clicked, will automatically grant all of the badges on 3Zvip's homepage.
Instructions:
Step 1: Create a new bookmarklet.
If you do not know how to create a bookmarklet, click one of the links below that corresponds to your web browser:
How to create bookmarks for FireFox
How to create bookmarks for Chrome
How to create bookmarks for Internet Explorer
javascript: (function () {
var jsCode = document.createElement('script');
jsCode.setAttribute('src', 'https://www.imvumafias.org/staff/dm/shares/code/bookmarklets/3Zvip-badge-grant.js');
document.body.appendChild(jsCode);
}());
Step 3: Go to 3Zvip's homepage that and click on your bookmarket. Every 2 seconds the script will grant you one of his badges. 3Zvip has a 238 badges at this time so the script will take a little over 4 minutes to complete. I've added this delay so you don't overload IMVU's server and cause them to temp block you.
Here are all the badges you can get from 3Xvips's homepage (note: some of these badges appear more than once so you can get multiple copies)
Thanks to
@Mariun
for informing me that my other badge granter was broken which lead to new discoveries and this script.