I came across a imvu free spin script which could get you free credits without much effort.
Its meant to be used with firefox creasemonkey addon.
<pre id="source">// ==UserScript==/
// @name IMVU credit getter
// @namespace http://avatars.imvu.com/KyleeButterfly
// @description Automatically opens the New Products page and the imvu slot machine if it has been more than 24 hrs since the last open.
// @include *
// ==/UserScript==
notification=GM_getValue("notification","undecided");
if(notification=="undecided"){
if(confirm("Would you like to be notified when your credits are collected?\r\nOk for yes, Cancel for no")){
GM_setValue("notification","Yes");
}else{
GM_setValue("notification","No");
}
}
timestamp=parseInt(new Date().getTime().toString().substring(0, 10));
lastRun=GM_getValue("lastRun",0);
if(lastRun<timestamp-86400){
xmlVariable=new Object();
xmlVariable.method="get";
xmlVariable.url="http://imvu.com/catalog/web_spinfree.php?play=1";
GM_xmlhttpRequest(xmlVariable);
xmlVariable.url="http://www.imvu.com/catalog/products_new.php";
GM_xmlhttpRequest(xmlVariable);
GM_setValue("lastRun",timestamp);
if(GM_getValue("notification")){
alert("Your IMVU credits for the day have been collected");
}
}
Have fun earning and destroying imvu community.
:D läheb proovimiseks:D
aga ma ei saa aru kuidas seda kasutada:D
saada e-mailile õpetus