Post: Zoidberg Mod
10-21-2012, 02:31 AM #1
John Leepe
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys. This is just a silly mod that LablelHD Made its pretty funneh lol. Anyways here it is.



Note its Just shaders, So u'll have to find something productive with it.

    //The shaders

Zoidberg()
{
zoid[0] = cShader("center", "center", 300, 100, 300, 260, "white", (224/255,88/255,88/255), 1, 1337); //head
zoid[1] = cShader("center", "center", 205, 240, 110, 80, "white", (1,1,1), 1, 133Cool Man (aka Tustin); //left eye
zoid[2] = cShader("center", "center", 395, 240, 110, 80, "white", (1,1,1), 1, 1339); //right eye
zoid[3] = cShader("center", "center", 205, 240, 40, 40, "white", (0,0,0), 1, 1340); //left pupil
zoid[4] = cShader("center", "center", 395, 240, 40, 40, "white", (0,0,0), 1, 1341); //right pupil
zoid[5] = cShader("center", "center", 300, 360, 300, 40, "white", (224/255,72/255,72/255), 1, 1342); //mouth
zoid[6] = cShader("center", "center", 300, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1343); //tenticle 1
zoid[7] = cShader("center", "center", 190, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1344); //tenticle 2
zoid[8] = cShader("center", "center", 410, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1345); //tenticle 3
wait 8;
self iPrintlnBold("^1Bye Bye Zoidberg");
wait 1;
for(i=0;i<self.zoid.size[i];i++)
{
zoid[i] destroy();
zoid[i] delete();
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to John Leepe for this useful post:

ChromeVisionz, CrEaTiiOnUNREAL, MasterLaZzEr, silentcobra22, Uk_ViiPeR
10-21-2012, 02:41 AM #2
Dan
I'm a god.
I like it man, might have to use it since no one will help me move Nico's menu to the right. :(
10-21-2012, 02:42 AM #3
silentcobra22
Bounty hunter
Originally posted by Nas View Post
Hey Guys. This is just a silly mod that LablelHD Made its pretty funneh lol. Anyways here it is.



Note its Just shaders, So u'll have to find something productive with it.

    //The shaders

zoid[0] = cShader("center", "center", 300, 100, 300, 260, "white", (224/255,88/255,88/255), 1, 1337); //head
zoid[1] = cShader("center", "center", 205, 240, 110, 80, "white", (1,1,1), 1, 133Cool Man (aka Tustin); //left eye
zoid[2] = cShader("center", "center", 395, 240, 110, 80, "white", (1,1,1), 1, 1339); //right eye
zoid[3] = cShader("center", "center", 205, 240, 40, 40, "white", (0,0,0), 1, 1340); //left pupil
zoid[4] = cShader("center", "center", 395, 240, 40, 40, "white", (0,0,0), 1, 1341); //right pupil
zoid[5] = cShader("center", "center", 300, 360, 300, 40, "white", (224/255,72/255,72/255), 1, 1342); //mouth
zoid[6] = cShader("center", "center", 300, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1343); //tenticle 1
zoid[7] = cShader("center", "center", 190, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1344); //tenticle 2
zoid[8] = cShader("center", "center", 410, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1345); //tenticle 3

//Use this to generate them
cShader(point, rPoint, x, y, width, height, elem, colour, alpha, sort)
{
shader = newClientHudElem(self);
shader.alignX = point;
shader.alignY = rPoint;
shader.x = x;
shader.y = y;
shader.sort = sort;
shader.alpha = alpha;
shader.color = colour;
shader setShader(elem, width, height);
return shader;
}


This is funny, Needa

The following 2 users say thank you to silentcobra22 for this useful post:

AgentSexyPig, John Leepe
10-21-2012, 03:45 AM #4
this is nice, maybe we should make a paint mod!

The following 5 users say thank you to Jakes625 for this useful post:

247Yamato, Duddy, J, Uk_ViiPeR
10-21-2012, 05:50 AM #5
John Leepe
< ^ > < ^ >
Originally posted by GAMER View Post
this is nice, maybe we should make a paint mod!


Lol that be kool :P. Like able to make Rectangles at the center, left, or right of the screen and ect....
10-21-2012, 06:35 PM #6
seb5594
Proud Former Admin
Nice Mod lol.
Have anyone a Idea why the Game lags like a bitch?
I delete the Mod in a forloop....
The Code.

    
Zoidberg()
{
zoid[0] = cShader("center", "center", 300, 100, 300, 260, "white", (224/255,88/255,88/255), 1, 1337); //head
zoid[1] = cShader("center", "center", 205, 240, 110, 80, "white", (1,1,1), 1, 133Cool Man (aka Tustin); //left eye
zoid[2] = cShader("center", "center", 395, 240, 110, 80, "white", (1,1,1), 1, 1339); //right eye
zoid[3] = cShader("center", "center", 205, 240, 40, 40, "white", (0,0,0), 1, 1340); //left pupil
zoid[4] = cShader("center", "center", 395, 240, 40, 40, "white", (0,0,0), 1, 1341); //right pupil
zoid[5] = cShader("center", "center", 300, 360, 300, 40, "white", (224/255,72/255,72/255), 1, 1342); //mouth
zoid[6] = cShader("center", "center", 300, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1343); //tenticle 1
zoid[7] = cShader("center", "center", 190, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1344); //tenticle 2
zoid[8] = cShader("center", "center", 410, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1345); //tenticle 3
wait 8;
self iPrintlnBold("^1Bye Bye Zoidberg");
wait 1;
for(i=0;i<self.zoid.size[i];i++)
{
zoid[i] destroy();
zoid[i] delete();
}
}

Anyone a Idea?^^

---------- Post added at 08:35 PM ---------- Previous post was at 07:56 PM ----------

My Video:

The following user thanked seb5594 for this useful post:

John Leepe
10-21-2012, 10:04 PM #7
nasirz
Save Point
Try to put the zoidberg sound in it that would be fucking funny
10-21-2012, 10:15 PM #8
AgentSexyPig
Never give up!
Originally posted by Nas View Post
Hey Guys. This is just a silly mod that LablelHD Made its pretty funneh lol. Anyways here it is.



Note its Just shaders, So u'll have to find something productive with it.

    //The shaders

Zoidberg()
{
zoid[0] = cShader("center", "center", 300, 100, 300, 260, "white", (224/255,88/255,88/255), 1, 1337); //head
zoid[1] = cShader("center", "center", 205, 240, 110, 80, "white", (1,1,1), 1, 133Cool Man (aka Tustin); //left eye
zoid[2] = cShader("center", "center", 395, 240, 110, 80, "white", (1,1,1), 1, 1339); //right eye
zoid[3] = cShader("center", "center", 205, 240, 40, 40, "white", (0,0,0), 1, 1340); //left pupil
zoid[4] = cShader("center", "center", 395, 240, 40, 40, "white", (0,0,0), 1, 1341); //right pupil
zoid[5] = cShader("center", "center", 300, 360, 300, 40, "white", (224/255,72/255,72/255), 1, 1342); //mouth
zoid[6] = cShader("center", "center", 300, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1343); //tenticle 1
zoid[7] = cShader("center", "center", 190, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1344); //tenticle 2
zoid[8] = cShader("center", "center", 410, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1345); //tenticle 3
wait 8;
self iPrintlnBold("^1Bye Bye Zoidberg");
wait 1;
for(i=0;i<self.zoid.size[i];i++)
{
zoid[i] destroy();
zoid[i] delete();
}
}


This is pretty funny, good work :y:
10-22-2012, 05:51 AM #9
Originally posted by Nas View Post
Hey Guys. This is just a silly mod that LablelHD Made its pretty funneh lol. Anyways here it is.



Note its Just shaders, So u'll have to find something productive with it.

    //The shaders

Zoidberg()
{
zoid[0] = cShader("center", "center", 300, 100, 300, 260, "white", (224/255,88/255,88/255), 1, 1337); //head
zoid[1] = cShader("center", "center", 205, 240, 110, 80, "white", (1,1,1), 1, 133Cool Man (aka Tustin); //left eye
zoid[2] = cShader("center", "center", 395, 240, 110, 80, "white", (1,1,1), 1, 1339); //right eye
zoid[3] = cShader("center", "center", 205, 240, 40, 40, "white", (0,0,0), 1, 1340); //left pupil
zoid[4] = cShader("center", "center", 395, 240, 40, 40, "white", (0,0,0), 1, 1341); //right pupil
zoid[5] = cShader("center", "center", 300, 360, 300, 40, "white", (224/255,72/255,72/255), 1, 1342); //mouth
zoid[6] = cShader("center", "center", 300, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1343); //tenticle 1
zoid[7] = cShader("center", "center", 190, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1344); //tenticle 2
zoid[8] = cShader("center", "center", 410, 360, 80, 100, "white", (224/255,88/255,88/255), 1, 1345); //tenticle 3
wait 8;
self iPrintlnBold("^1Bye Bye Zoidberg");
wait 1;
for(i=0;i<self.zoid.size[i];i++)
{
zoid[i] destroy();
zoid[i] delete();
}
}


Hah I don't think I have ever seen this done before. This could be really cool replace like the spinning 10th prestige emblem next to the patch.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo