Sending email from windows command line can be done via telnet. Skip the windows 7 telnet part to get right into action.
Theres a website which offers free public proxy servers through severe pain. You literally have to copy and paste them line by line, both ip’s and ports.
It even has some sort of code obfuscator which is constantly changing the HTML code so people like me couldn’t make themselves a friendly list to copy. That pissed me off even more and now i am going to publish their list on abc code hack to whoever wants it.
Free public proxy servers list .
Also you might want to get your hands on a proxy checker because they die quickly.
I found quite useful one from http://www.optinsoft.com/ – just check under their “Free Software” text on the right if you have hard time finding it.
Oh and on a side note, these are mostly HTTPS proxies but there are some HTTP ones too.
SearchIndexer.exe chews up quite lot of memory. If you are on a slowwer computer you might want to disable it.
(Keyboard: Win + R) Run -> services.msc Search for "Windows Search" -> Right click -> Stop -> then disable it from properties menu.
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.
While I have been building my little program which works like this: Little imvu hack.
I discovered a client crash bug. I did not digg into it deeper, maybe its a possible code injection opportunity :p. The trick is, you enter to chat with huge user ID number (9483985934589345934) and send whatever text you want. Imvu client crashes right away.
Oh and as you can see from the picture, you can be whoever you want on imvu. Even imvu inc itself.
Doodlez!