Toggle Navigation
Home
Forums
All Forums
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Call of Duty: Black Ops 3
Call of Duty: Infinite Warfa...
Grand Theft Auto 6
LEGO Star Wars: The Force Aw...
Pokemon Go
Minecraft
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Already registered?
Login
Can't login?
Reset Password
New here?
Register
Sign in with Discord
Sign in with X
Sign in with
G
o
o
g
l
e
Home
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Call of Duty: Black Ops 3
Call of Duty: Infinite Warfa...
Grand Theft Auto 6
LEGO Star Wars: The Force Aw...
Pokemon Go
Minecraft
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Sign in
Sign in with Discord
Sign in with X
Sign in with
G
o
o
g
l
e
Can't login?
Reset Password
New here?
Register
Forums
/
Tech Boards
/
General Discussion
/
NyanGenUpdate!!!!
« Previous
Next »
1
2
3
Post:
NyanGenUpdate!!!!
Like
Follow
Options
Search
Sharing
Share via Twitter
07-09-2011, 06:15 AM
#1
wite_guy
I-<3-2-1/2-6
1,138
Posts
1,737
Reputation
0
Credits
Premium
Sep 2010
NextGenUpdate
(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
1,798
Posts
10,046
Reputation
0
Credits
Premium
Oct 2010
NextGenUpdate
Even though you stole this from
You must
login
or
register
to view this content.
its still very funny
EDIT: You fixed it:y:
07-09-2011, 06:18 AM
#3
White__Guy
Haxor!
31
Posts
131
Reputation
0
Credits
Premium
Jan 2011
NextGenUpdate
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
1,798
Posts
10,046
Reputation
0
Credits
Premium
Oct 2010
NextGenUpdate
Originally posted by Guy
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
Cammy
Guest
n/a
Posts
n/a
Reputation
n/a
Credits
Member
Once upon a time...
NextGenUpdate
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'
; 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'
[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>'
;
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'
.children().size() > 0) {
flyflyfly();
}
//nyannyan.setVolume('loop',75);
*/
}
});
newcat.addClass("nyancat");
newcatbox.append(newcat);
$('#nyanbox'
.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(1
;
if (nyanuri.search(/https?:\/\/?/) != -1) {
nyanuri = nyanuri.replace(/https?:\/\/?/,"");
window.location = "
https://nyanit.com/
"+nyanuri;
}
$(function() {
$("#nyantop").attr("src","https://"+nyanuri);
$('#nyantop'
.height($(window).height()).width($(window).width());
$(window).resize(function () {$('#nyantop'
.height($(window).height()).width($(window).width());});
//.css('overflow', 'hidden'
;
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
1,292
Posts
4,284
Reputation
20
Credits
Premium
Dec 2010
NextGenUpdate
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
1,138
Posts
1,737
Reputation
0
Credits
Premium
Sep 2010
NextGenUpdate
Originally posted by mastersdinner
you have to have 100 post to make a thread? bullshit
I know its Very high :/
07-09-2011, 06:30 AM
#8
Cade
Guest
n/a
Posts
n/a
Reputation
n/a
Credits
Member
Once upon a time...
NextGenUpdate
You do not have to have 100 post to make a thread!
07-09-2011, 06:33 AM
#9
wite_guy
I-<3-2-1/2-6
1,138
Posts
1,737
Reputation
0
Credits
Premium
Sep 2010
NextGenUpdate
Originally posted by Team
You do not have to have 100 post to make a thread!
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
Cade
Guest
n/a
Posts
n/a
Reputation
n/a
Credits
Member
Once upon a time...
NextGenUpdate
Originally posted by guy
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.
« Previous
Next »
Showing
1
to
9
of
21
results
1
2
3
Copyright © 2026, NextGenUpdate.
All Rights Reserved.
Website Staff
Privacy Policy
Terms of Service
Top