Post: NyanGenUpdate!!!!
07-09-2011, 06:15 AM #1
wite_guy
I-<3-2-1/2-6
(adsbygoogle = window.adsbygoogle || []).push({}); You must login or register to view this content. You can do it to any other site you want

Go to You must login or register to view this content. to make your own

All credit goes to You must login or register to view this content. for finding this!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to wite_guy for this useful post:

.JiampyPotter, Assassin, Cryptic, Joel, Justin, Lavenous_Bob, Matt1511
07-09-2011, 06:16 AM #2
Matt1511
R.I.P. MVIEYRA</3
Even though you stole this from You must login or register to view this content.
its still very funnyHappy

EDIT: You fixed it:y:
07-09-2011, 06:18 AM #3
No, I allowed him to post it as I am not allowed to make threads until 100 posts.

The following 7 users say thank you to White__Guy for this useful post:

Chronos, ciunas, Genocide-, Justin, knsu <3, Lavenous_Bob, wite_guy
07-09-2011, 06:19 AM #4
Matt1511
R.I.P. MVIEYRA</3
Originally posted by Guy View Post
No, I allowed him to post it as I am not allowed to make threads until 100 posts.


Sorry I wasn't aware of that rule:???: 100 posts is really high
07-09-2011, 06:23 AM #5
Default Avatar
Cammy
Guest
This is if you want to add this to your site without the naynit site being inolved

Add this to the head tag


<style type="text/css" media="screen">
body { margin: 0; padding: 0; overflow: hidden;}
#nyanbox div { position: absolute; }
.nyancat { position: absolute; }
</style>

<link rel="shortcut icon" href="favicon.gif">
<link rel="icon" type="image/gif" href="favicon.gif" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="https://nyanit.com/js/soundmanager2-nodebug-jsmin.js"></script>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1472145-46']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'Winky Winky; ga.type =
'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script'Winky Winky[0];
s.parentNode.insertBefore(ga, s);
})();
</script>


Add this to the body tag

<body>

<iframe id="nyantop" width="100%" height="100%" src="" border="0" noborder="noborder" frameborder="0" padding="0" spacing="0"></iframe>
<div id="nyanbox"></div>



<script type="text/javascript">

// animations , SEND YOURS !!
// spin/rotate, diagonal, opacity, grow/shrink
// in ur room!!

// NYYAAAAANNN!

zoom = 7000;

var flyright = function(next) {
lpos = -$(this).width()*1.3;
lend = $(window).width();
tpos = Math.random() * ($(window).height()-$(this).height());
$(this).offset({"left":lpos,"top":tpos});
$(this).delay(Math.random() * 3000).animate({
left: lend
},
{
queue:false,
duration: zoom,
easing:"linear",
complete: function() {moar($(this));next();}
}
).queue(flynext());
};

var flyleft = function(next) {
lpos = $(window).width();
lend = -$(this).width()*1.3;
tpos = Math.random() * ($(window).height()-$(this).height());
$(this).offset({"left":lpos,"top":tpos});
$(this).delay(Math.random() * 3000).animate({
left: lend
},
{
queue:false,
duration: zoom,
easing:"linear",
complete: function() {
moar($(this));
next();
}
}
).queue(flynext());
};

// array of animation functions
var fly = [flyright,flyleft];

</script>
<script type='text/javascript'>
//<![CDATA[
soundManager.url = 'https://nyanit.com/swfs/';
soundManager.flashVersion = 9;
soundManager.debugMode = false;
soundManager.useFlashBlock = false;
soundManager.onready(function() {
nyannyan = soundManager.createSound({
id: 'loop',
// url: '/mp3s/nyan-looped.mp3',
// url: 'https://s3.amazonaws.com/nyan.cat/nyan-looped.mp3',
url: 'https://nyanit.com/audio/nyanlooped.mp3',
autoLoad: true,
autoPlay: true,
loops: 9999999,
onload: function() {
},
onfinish: function() {
// if($.browser.SafariMobile){
// this.play();
// }
},
volume: 40
});
//nyannyan.play();
if (nyanuri == "nyan.cat") { nyannyan.stop(); }
});

//]]>

</script>


<script type="text/javascript">

// MOAR!!!

function moar(thiscat) {
//use .data() to track laps for each cat.

if (thiscat.width() < 250) {
thiscat.width(thiscat.width()*1.3);
thiscat.height(thiscat.height()*1.3);
//animate this with queue:false
//add opacity
}
else if (thiscat.width() < 500) {
thiscat.width(thiscat.width()*1.2);
thiscat.height(thiscat.height()*1.2);
//animate this with queue:false
//add opacity
}
else { // slow down, barely
thiscat.width(thiscat.width()*1.1);
thiscat.height(thiscat.height()*1.1);
}
}

cats = 0;
quant = 0;
function flyflyfly() {
cats++;
newcatbox = $('<div></div>'Winky Winky;
newcat = $('<img/>', {
src: "https://nyanit.com/nyan2.gif",
//IE 8 chokes on the class here, NYAN
//class: "nyancat",
click: function() {
$(this).parent().remove();
cats--;
flyflyfly();
if ((Math.floor(Math.random() * 3)) < 1) {flyflyfly();}
/*
quant--;
if ($('#nyanbox'Winky Winky.children().size() > 0) {
flyflyfly();
}
//nyannyan.setVolume('loop',75);
*/
}
});

newcat.addClass("nyancat");
newcatbox.append(newcat);
$('#nyanbox'Winky Winky.append(newcatbox);

newcat.width(newcat.width(301*(1/5)));
newcat.height(newcat.height(119*(1/5)));

newcat.delay(Math.random() * 2000).queue(flynext());
}

function flynext() {
x = Math.floor(Math.random() * fly.length);
if ((Math.floor(Math.random() * 8 * cats)) < 1) {flyflyfly();}
return fly[x];
}

// grab uri and set iframe src

nyanuri = document.location.href.substr(1Cool Man (aka Tustin);
if (nyanuri.search(/https?:\/\/?/) != -1) {
nyanuri = nyanuri.replace(/https?:\/\/?/,"");
window.location = "https://nyanit.com/"+nyanuri;
}


$(function() {
$("#nyantop").attr("src","https://"+nyanuri);
$('#nyantop'Winky Winky.height($(window).height()).width($(window).width());
$(window).resize(function () {$('#nyantop'Winky Winky.height($(window).height()).width($(window).width());});
//.css('overflow', 'hidden'Winky Winky;

flyflyfly();
});

/*
NYAAAN NYYAAAAAN NYAN NYAN NYAAAN NYAAAN NYYAAAAAN NYAN NYAN NYAAAN
NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN
NYAAN NYAN NYAAAN NYAN NYAN NYAN NYAAN NYAN NYAN NYANNYANNYANNYAN!!!1!11
OMG
*/


</script>
07-09-2011, 06:23 AM #6
mastersdinner
I master at dinner
you have to have 100 post to make a thread? bullshit
07-09-2011, 06:26 AM #7
wite_guy
I-<3-2-1/2-6
Originally posted by mastersdinner View Post
you have to have 100 post to make a thread? bullshit

I know its Very high :/
07-09-2011, 06:30 AM #8
Default Avatar
Cade
Guest
You do not have to have 100 post to make a thread! Happy
07-09-2011, 06:33 AM #9
wite_guy
I-<3-2-1/2-6
Originally posted by Team
You do not have to have 100 post to make a thread! Happy

Yes he does :/
I was at his house and we were gonna make one, but it said he had to have 100 posts
07-09-2011, 06:41 AM #10
Default Avatar
Cade
Guest
Originally posted by guy View Post
Yes he does :/
I was at his house and we were gonna make one, but it said he had to have 100 posts


Woahh!!!! This guy has 100 post: You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo