Author Topic: Bypass "ignorez" Blacklist (Source Only)  (Read 1113 times)

0 Members and 1 Guest are viewing this topic.

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Bypass "ignorez" Blacklist (Source Only)
« on: January 04, 2012, 12:10:28 PM »
I've been seeing so many posts about this recently that I've decided to post this as a tip, hopefully people actually read these...

If your mathack changes the model colors, but does not enable seeing the models through walls, this is probably why.

Because most of the mathacks for source games use the ignorez model flag, valve added a blacklist to the source engine to ignore the ignorez flag on most models. Fortunately for us, that blacklist only takes priority on the games initialization, which means there is a fairly simple way around it. Just start a game on LAN (or practice) and type the following into the console:
  • sv_cheats 1
  • mat_reloadallmaterials
  • sv_cheats 0

This forces the game to reload your material cache, and once the models are reloaded the ignorez blacklist should be bypassed.
« Last Edit: February 20, 2012, 10:10:21 AM by Jamesc00ls0x »
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline 8861776

  • Posts: 35
  • Reputation Power: 1
  • 8861776 Level 1
  • Newcomer
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #1 on: January 20, 2012, 03:20:14 PM »
Wow this is absolutely incredible.
Thank you for posting this tip.

Offline jchampagne174

  • Posts: 1
  • Reputation Power: 0
  • jchampagne174 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #2 on: January 28, 2012, 02:29:04 PM »
works 100% in gmod, using perp mats

Offline liameras12

  • Posts: 9
  • Reputation Power: 0
  • liameras12 Level 1
Re: Bypass \"ignorez\" Blacklist (Source Only)
« Reply #3 on: January 30, 2012, 04:39:26 PM »
i have to re-do this everytime i start up my game :S please help me?

Post Merge: January 31, 2012, 10:36:32 AM
please help me with my question above
« Last Edit: January 31, 2012, 10:36:32 AM by liameras12 »

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Re: Bypass \"ignorez\" Blacklist (Source Only)
« Reply #4 on: January 31, 2012, 08:58:34 PM »
i have to re-do this everytime i start up my game :S please help me?
It shouldn't be required, but there's no real reason not to do it every time. I do it every time, just in case.
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline liameras12

  • Posts: 9
  • Reputation Power: 0
  • liameras12 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #5 on: February 01, 2012, 10:16:56 AM »
i do have to do it every time else my chams, and see thru walls wont work

Offline j0k3r9162

  • Posts: 6
  • Reputation Power: 0
  • j0k3r9162 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #6 on: February 11, 2012, 11:15:53 AM »
this in lan game:
    sv_cheats 1
    mat_reloadallmaterials
    sv_cheats 0

didnt work for me. Models are still not showing up through walls, and game starts to be laggy/ choppy.

Any ideas?

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #7 on: February 11, 2012, 01:10:46 PM »
this in lan game:
    sv_cheats 1
    mat_reloadallmaterials
    sv_cheats 0

didnt work for me. Models are still not showing up through walls, and game starts to be laggy/ choppy.

Any ideas?

Verify your games integrity to uninstall the hack, then re download/install and start fresh. There's either something wrong with your hack, or you installed it wrong.
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline j0k3r9162

  • Posts: 6
  • Reputation Power: 0
  • j0k3r9162 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #8 on: February 12, 2012, 01:20:08 PM »
The server is using sv_pure = 1.
 materials\...                               from_steammodels\...
                         
 sound\...                from_steam                                     allow_from_disk
 models\player\...                  from_steam
materials\models\player\...             from_steam
 materials\temp\...                              allow_from_disk
materials\vgui\logos\...                                       allow_from_diskallow_from_disk

materials\vgui\replay\thumbnails\...materials\vgui\logos\ui\...         allow_from_disk
 models\weapons\...                         allow_from_disk--------------------------------------------------------

materials\models\weapons\...                 allow_from_disk


server settings for sv_pure, is anything supposed to show through walls with those?

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #9 on: February 13, 2012, 12:58:15 AM »
As far as i can tell only weapon models would be hacked with this whitelist. There are a couple other things that this would let through, but not anything that you could really take advantage of.
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline j0k3r9162

  • Posts: 6
  • Reputation Power: 0
  • j0k3r9162 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #10 on: February 13, 2012, 05:48:36 PM »
yeah weapons and grenades have different colors but cant see them through walls, would be sweet though

hey, i went in the individual folder and pasted the models for grenades and now i can see those through walls. tried same thing with individual guns but no dice with those either.

so why do these nades work as apposed to the other ones.
« Last Edit: February 13, 2012, 07:52:43 PM by j0k3r9162 »

Offline qwertqwert

  • Posts: 2
  • Reputation Power: 0
  • qwertqwert Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #11 on: February 25, 2012, 03:39:01 PM »
hi quick question cause i'm new to this.  When scrimming,  like when they activate cevo server rules,   can I use mathacks anyway ?   I think they change sv_pure to 2.   Is there ANYWAY to still use them :)  i just don't want to use something that will get me vac banned.

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #12 on: February 25, 2012, 04:13:15 PM »
hi quick question cause i'm new to this.  When scrimming,  like when they activate cevo server rules,   can I use mathacks anyway ?   I think they change sv_pure to 2.   Is there ANYWAY to still use them :)  i just don't want to use something that will get me vac banned.
If you can find a mathack that uses method #4 then yes that'll bypass any sv_pure checks, but if not then no. The only way to get a mathack to bypass sv_pure is with method #4 (or with  bypasser, but that can get you banned).
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline mikail007

  • Posts: 6
  • Reputation Power: 0
  • mikail007 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #13 on: March 01, 2012, 10:59:37 AM »
Is there any way to bypass sv_consistency check for materials with $ignorez without using a bypasser?
You method works for local game only, when I try connecting to any server or starting local game again I get kicked (Server is enforcing constistency bla bla bla).

Offline Jamesc00ls0x

  • Valve Approved!
  • Moderator
  • ****
  • Posts: 203
  • Reputation Power: 0
  • Jamesc00ls0x Level 1
  • Programmer, Gamer, Hacker, and Musician
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #14 on: March 01, 2012, 03:46:43 PM »
All the hacked files I've made already bypass consistency. It's not difficult to do, just very time consuming.

http://mathacks.com/index.php/topic,452.0.html
Quote from: tcheshire
I was born to win,
I was born to thrive,
I was born to stay alive,
Its now your time to die,
I would say i like being a dick,
But that would be too bold,
I love winning,
Thats a fact,
So i use mathacks(.com)

Offline mikail007

  • Posts: 6
  • Reputation Power: 0
  • mikail007 Level 1
Re: Bypass "ignorez" Blacklist (Source Only)
« Reply #15 on: March 01, 2012, 04:31:51 PM »
Oh thanks, I was looking excatly this.