Показать сообщение отдельно

  #25  
Старый 21.07.2010, 01:00
users_
Познающий
Регистрация: 19.07.2010
Сообщений: 63
С нами: 8324246

Репутация: 1
По умолчанию

Люди, а можно ли создать такой скриптик, как например когда юзер каждый раз заходит или обновляет страницу ВКонтакте его рейт быстро поднимался ну скажем 10000% с помощью этого скриптика
code:

javascript:var percentGold=100;var widthLeft=20;
var widthRight=179;var t;var memPerSec=10.00741833975;function d(m,j,l){var i=(m+'').indexOf(j,l);return i=== -1?false:i;};function _a(){next= -(1000/memPerSec)*Math.log(Math.random());
ge('percentGold').innerHTML=percentGold;ge('rateLe ftGold').style.width=widthLeft+"px";ge('rateRightG old').style.width=widthRight+"px";percentGold=perc entGold+1;widthLeft=Math.floor(Math.sin((percentGo ld-100)/500)*179+20);widthRight=199-widthLeft;if(widthRight",0);if(pos==false) {percentGold=parseInt(percentGold);}else percentGold=parseInt(percentGold.substr(pos+1,3)); widthLeft=parseInt(ge('rateLeft').style.width);wid thRight=parseInt(ge('rateRight').style.width);_b() ;}else{percentGold=parseInt(ge('percentGold').inne rHTML);widthLeft=parseInt(ge('rateLeftGold').style .width);widthRight=parseInt(ge('rateRightGold').st yle.width);_a();}};function _b(){next= -(1000/memPerSec)*Math.log(Math.random());ge('percent').i nnerHTML=percentGold+"%";ge('rateLeft').style.widt h=widthLeft+"px";ge('rateRight').style.width=width Right+"px";percentGold=percentGold+1;if(percentGol d>100){clearTimeout(t);ge('percent').id="percentG o ld";ge('rateLeft').id='rateLeftGold';ge('rateRig ht ').id='rateRightGold';widthLeft=20;widthRight=179; _a();}else{widthLeft=widthLeft+2;widthRight=199-widthLeft;t=setTimeout(_b,next);}};first();

Намекну:
в браузере "opera" есть настройка javascript. . .
 
Ответить с цитированием