Imvu free spin script

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");
 }
}

Imvu free spin “install”

Have fun earning and destroying imvu community.

Imvu client crash Exploit

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!

Imvu stupidity continues

It seems that imvu has updated its looks alot since i last used it. Funny – even when I havent used imvu I still get messages that I have been reported for abusive behaviour.
Anyway this wasnt what I wanted to talk about, I noticed that you can still use all the imvu hacks like before and you can do “friend only” actions without commands, just send a friend request to some random smuck and do whatever the fuck you want without actually being a friend of him.

I will reverse and check maybe there are some new and fun things to exploit in the NEW imvu bhahahah.

Imvu hack – Imvu Codes

3d Chat called imvu has slightly stupid protocol architecture which gives you ability to control people and make them do things.
Another interesting thing is that you can crash the whole chat if you give ID’s for people in control command who arent in the current chatroom(fixed). In order to avoid being crashed yourself – you of course would have to use a older version of imvu , like 418. The bug came in after the 418.

By the way you can do every move (VIP/Friend/AP) in the chat with anyone.

*msg TwoPartyAction:/lovehug 2 From 2 ToWho
*msg TwoPartyAction:/2ndbase 2 From 2 ToWho
*msg TwoPartyAction:/squeezykiss 2 From 2 ToWho
*msg TwoPartyAction:/buttbongo 2 From 2 ToWho

Replace the words with ID’s of the users you want to have control over. You can get the ID by visiting their profile page, it’s given on the addressbar for a second before it’s replaced with a profile name.
These commands are meant to be used in a chat window, just paste them there. *msg TwoPartyAction:/lovehug 2 45458418 2 348415484

There is also a seating exploit, which means you can sit where ever you want.

*msg SeatAssignment 2 YourID 21 0

And i advice you not to use these against people in the chatroom. That would be rude : (