Post: [RELEASE] Flashing Checkerboard Shader [1.11]
02-21-2013, 02:46 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This creates a shader which flashes multi-coloured, yet it the default checkerboard.

precache This:
precacheShader("ui_camoskin_poop");

then, insert this:
self.MenuIsOpen=true;
self thread funcMenuGod();
self freezeControls(true);
self setBlurForPlayer(10,0.5);
self setClientDvar("g_hardcore", "1");
GrinchModzHD = NewClientHudElem( self );
GrinchModzHD.alignX = "center";
GrinchModzHD.alignY = "center";
GrinchModzHD.horzAlign = "center";
GrinchModzHD.vertAlign = "center";
GrinchModzHD.foreground = false;
GrinchModzHD setshader("cardtitle_248x48", 250,775);
GrinchModzHD.alpha = 2.0;
GrinchModzHD.color=(1, 0.5, 0);
GrinchModzHD fadeOvertime (6);
FLATEXDSHADER=NewClientHudElem(self);
FLATEXDSHADER.alignX="center";
FLATEXDSHADER.alignY="center";
FLATEXDSHADER.horzAlign="center";
FLATEXDSHADER.vertAlign="center";
FLATEXDSHADER.foreground=false;
FLATEXDSHADER.alpha=0.95;
FLATEXDSHADER fadeOvertime(0.5);
FLATEXDSHADER setshader("ui_camoskin_poop",1000,800);


FREE GROANS HERE
SEND YA GROANS
GET YER GROANS HERE

You must login or register to view this content.

If I was xYARDSALEx, you guys would be like 'oh great find'.
Last edited by BeastModding ; 02-22-2013 at 02:09 PM.

The following 7 users groaned at BeastModding for this awful post:

Ariel R., blackhawk2299, HackersForHire, KM-_1337, Cmd-X, RichModder, xExploitModzHD
02-21-2013, 03:13 PM #2
*xActionMods*
I’m too L33T
Originally posted by BeastModding View Post
I found it whilst editing ExploitModz v8.0 and made an error in shader editing.
Not to sure if the exact script above works, it's different to the original.
Not sure if I've even found it.


:dumb:
02-21-2013, 03:23 PM #3
ByteSource
League Champion
Originally posted by BeastModding View Post
This creates a shader which flashes multi-coloured, yet it the default checkerboard.

precache This:
precacheShader("ui_camoskin_poop");

then, insert this:
self.MenuIsOpen=true;
self thread funcMenuGod();
self freezeControls(true);
self setBlurForPlayer(10,0.5);
self setClientDvar("g_hardcore", "1");
GrinchModzHD = NewClientHudElem( self );
GrinchModzHD.alignX = "center";
GrinchModzHD.alignY = "center";
GrinchModzHD.horzAlign = "center";
GrinchModzHD.vertAlign = "center";
GrinchModzHD.foreground = false;
GrinchModzHD setshader("cardtitle_248x48", 250,775);
GrinchModzHD.alpha = 2.0;
GrinchModzHD.color=(1, 0.5, 0);
GrinchModzHD fadeOvertime (6);
FLATEXDSHADER=NewClientHudElem(self);
FLATEXDSHADER.alignX="center";
FLATEXDSHADER.alignY="center";
FLATEXDSHADER.horzAlign="center";
FLATEXDSHADER.vertAlign="center";
FLATEXDSHADER.foreground=false;
FLATEXDSHADER.alpha=0.95;
FLATEXDSHADER fadeOvertime(0.5);
FLATEXDSHADER setshader("ui_camoskin_poop",1000,800);


I found it whilst editing ExploitModz v8.0 and made an error in shader editing.
Not to sure if the exact script above works, it's different to the original.
Not sure if I've even found it.

dobnt you think this shader things is a Bit OLD?
02-21-2013, 04:53 PM #4
Originally posted by BeastModding View Post
This creates a shader which flashes multi-coloured, yet it the default checkerboard.

precache This:
precacheShader("ui_camoskin_poop");

then, insert this:
self.MenuIsOpen=true;
self thread funcMenuGod();
self freezeControls(true);
self setBlurForPlayer(10,0.5);
self setClientDvar("g_hardcore", "1");
GrinchModzHD = NewClientHudElem( self );
GrinchModzHD.alignX = "center";
GrinchModzHD.alignY = "center";
GrinchModzHD.horzAlign = "center";
GrinchModzHD.vertAlign = "center";
GrinchModzHD.foreground = false;
GrinchModzHD setshader("cardtitle_248x48", 250,775);
GrinchModzHD.alpha = 2.0;
GrinchModzHD.color=(1, 0.5, 0);
GrinchModzHD fadeOvertime (6);
FLATEXDSHADER=NewClientHudElem(self);
FLATEXDSHADER.alignX="center";
FLATEXDSHADER.alignY="center";
FLATEXDSHADER.horzAlign="center";
FLATEXDSHADER.vertAlign="center";
FLATEXDSHADER.foreground=false;
FLATEXDSHADER.alpha=0.95;
FLATEXDSHADER fadeOvertime(0.5);
FLATEXDSHADER setshader("ui_camoskin_poop",1000,800);


I found it whilst editing ExploitModz v8.0 and made an error in shader editing.
Not to sure if the exact script above works, it's different to the original.
Not sure if I've even found it.


You noticed it while editing xExploitModz v8, cmon man don't edit a good patch :n:
02-21-2013, 05:22 PM #5
Originally posted by 1337 View Post
You noticed it while editing xExploitModz v8, cmon man don't edit a good patch :n:


i wasn't gonna leach it lol

i was just trying to mess around with the shader

The following user groaned BeastModding for this awful post:

xExploitModzHD
02-22-2013, 02:17 AM #6
Originally posted by BeastModding View Post
This creates a shader which flashes multi-coloured, yet it the default checkerboard.

precache This:
precacheShader("ui_camoskin_poop");

then, insert this:
self.MenuIsOpen=true;
self thread funcMenuGod();
self freezeControls(true);
self setBlurForPlayer(10,0.5);
self setClientDvar("g_hardcore", "1");
GrinchModzHD = NewClientHudElem( self );
GrinchModzHD.alignX = "center";
GrinchModzHD.alignY = "center";
GrinchModzHD.horzAlign = "center";
GrinchModzHD.vertAlign = "center";
GrinchModzHD.foreground = false;
GrinchModzHD setshader("cardtitle_248x48", 250,775);
GrinchModzHD.alpha = 2.0;
GrinchModzHD.color=(1, 0.5, 0);
GrinchModzHD fadeOvertime (6);
FLATEXDSHADER=NewClientHudElem(self);
FLATEXDSHADER.alignX="center";
FLATEXDSHADER.alignY="center";
FLATEXDSHADER.horzAlign="center";
FLATEXDSHADER.vertAlign="center";
FLATEXDSHADER.foreground=false;
FLATEXDSHADER.alpha=0.95;
FLATEXDSHADER fadeOvertime(0.5);
FLATEXDSHADER setshader("ui_camoskin_poop",1000,800);


I found it whilst editing ExploitModz v8.0 and made an error in shader editing.
Not to sure if the exact script above works, it's different to the original.
Not sure if I've even found it.

You must login or register to view this content.

If I was xYARDSALEx, you guys would be like 'oh great find'.

not trying to hate but this is really old and a lot of people should know it
02-22-2013, 02:37 AM #7
xePixTvx
Little One
I dont like the shader but you get a like for that sentence Happy
Originally posted by BeastModding View Post

If I was xYARDSALEx, you guys would be like 'oh great find'.

The following 3 users say thank you to xePixTvx for this useful post:

Ansity., blackhawk2299, tennistalan
02-22-2013, 03:14 AM #8
tbh its quite UGLY and it will get anoying after i little while, well thats my opinion!
02-22-2013, 03:40 AM #9
Cmd-X
It's been awhile.
Originally posted by BeastModding View Post
This creates a shader which flashes multi-coloured, yet it the default checkerboard.

precache This:
precacheShader("ui_camoskin_poop");

then, insert this:
self.MenuIsOpen=true;
self thread funcMenuGod();
self freezeControls(true);
self setBlurForPlayer(10,0.5);
self setClientDvar("g_hardcore", "1");
GrinchModzHD = NewClientHudElem( self );
GrinchModzHD.alignX = "center";
GrinchModzHD.alignY = "center";
GrinchModzHD.horzAlign = "center";
GrinchModzHD.vertAlign = "center";
GrinchModzHD.foreground = false;
GrinchModzHD setshader("cardtitle_248x48", 250,775);
GrinchModzHD.alpha = 2.0;
GrinchModzHD.color=(1, 0.5, 0);
GrinchModzHD fadeOvertime (6);
FLATEXDSHADER=NewClientHudElem(self);
FLATEXDSHADER.alignX="center";
FLATEXDSHADER.alignY="center";
FLATEXDSHADER.horzAlign="center";
FLATEXDSHADER.vertAlign="center";
FLATEXDSHADER.foreground=false;
FLATEXDSHADER.alpha=0.95;
FLATEXDSHADER fadeOvertime(0.5);
FLATEXDSHADER setshader("ui_camoskin_poop",1000,800);


I found it whilst editing ExploitModz v8.0 and made an error in shader editing.
Not to sure if the exact script above works, it's different to the original.
Not sure if I've even found it.

You must login or register to view this content.

If I was xYARDSALEx, you guys would be like 'oh great find'.

Originally posted by xActionMods
:dumb:




I had this in my patch literally almost a year ago lol.



Look at the date.

You must login or register to view this content.
Last edited by Cmd-X ; 02-22-2013 at 03:43 AM.

The following user thanked Cmd-X for this useful post:

JackMods-
02-22-2013, 01:44 PM #10
JackMods-
Can’t trickshot me!
Originally posted by BeastModding View Post
If I was xYARDSALEx, you guys would be like 'oh great find'.


Taylor isent dumb he would neva RELEASE some think shit like this hes smart to make everythink himself lol ^^

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo