
Originally Posted by
m4cs
Yeah it was something I wrote up in like 2 seconds. I'm working on an updated version right now, which is why posted the ****** rather than the code itself, that will actually add random junkcode from the script itself not a website.
Still, adding junk code at the bottom or top of cpp files won't help much. Sure sigbench will say that theres a huge difference, but the old code still remains. I drew a picture to show an example.
You might need to open this image in a new window/tab
MS Paint Drawing of Junk Code
You might need to open this image in a new window/tab

On the left of the picture, you will see 2 squares. One blue square that represents actual code, and one red square that represents junkcode. The blue square will have 7 colored squares. For the sake of a simple explanation, it will represent the signature of your code. VAC will read the pattern of those colored squares and check if it falls under its blacklist, we refer to that as detected code. So no matter what junk you change at the bottom, you will be having the same signature on top, which will eventually get detected.
The right side of the picture is an example of how 99% of P2C remain undetected, they follow similar techniques of the right picture. Of course, it's not simple as adding junk and being done, you will need to get creative. But the point is adding stuff in so those color block won't be read easily. Think of junk code having 255 different colors for each byte. Meaning, a lot of fucking colors. With that said, it will be a lot harder for VAC to look at that and confirm it is the same blacklisted code from the left picture.
Of course we don't have a deep understanding of VAC, but this is what I can come up with through years of being in the cheating community. And to those who say Junk Code doesn't do anything, keep saying that while they sell cheats that is a 9 MB file for whatever reason lmao.
But OP I hope I can tell you at least why it isn't efficient to just add garbage at the bottom. If you want to make a script that will generate something similar to my
junkcode generator and paste it in blank lines under functions, go for it. I hope my explanation can be of most use to you!