So VAC was enabled last update?

Posts 46–60 of 68 · Page 4 of 5
why you've hided a profile name? how can we check it now?
Quote Originally Posted by modernninja2 View Post


Well this is definitely a ban. VAC in full effect.
We have seen those b4 vac was active... Still not enough proof for me those msgs can be faked easly...
Quote Originally Posted by modernninja2 View Post


Well this is definitely a ban. VAC in full effect.
Anyone could edit the string using cheat engine or any other memory editor for that matter - plus if Ghosts is anything like MW3, it won't come up with an error but instead just not let you connect to online services. If anything, and that was truly someone being banned it looks more likely like a manual ban from IW's security team themselves rather than VAC.
Quote Originally Posted by 1337xdd View Post
Anyone could edit the string using cheat engine or any other memory editor for that matter - plus if Ghosts is anything like MW3, it won't come up with an error but instead just not let you connect to online services. If anything, and that was truly someone being banned it looks more likely like a manual ban from IW's security team themselves rather than VAC.
This is my 6 CoD online, i was banned only 3 time untill now (first was with agentGod modloader) but NEVER & NEVER was pop up message with my nick in game.
It was only "this account...."
Quote Originally Posted by modernninja2 View Post


Well this is definitely a ban. VAC in full effect.
Lawl, Still alive and playing...
Would be better if someone showed their VAC steam profile with VAC status

VAC Status : I Good Standing

Is what mine shows, if banned it will show a different message and an Icon to click on to show games affected

No vac Ban for me so far
I'll share a secret.
VAC is still 32bit so it scans for known running procs but can't scan inside ghost' memory.

I won't explain further but anyway with a brain realizes the potential
Quote Originally Posted by distiny View Post
I'll share a secret.
VAC is still 32bit so it scans for known running procs but can't scan inside ghost' memory.

I won't explain further but anyway with a brain realizes the potential
Master has explained it a bit deeper so there's even less need to use your brain.
Quote Originally Posted by distiny View Post
I'll share a secret.
VAC is still 32bit so it scans for known running procs but can't scan inside ghost' memory.

I won't explain further but anyway with a brain realizes the potential
How can we mask our 3rd party apps to look legit?
Quote Originally Posted by distiny View Post
I'll share a secret.
VAC is still 32bit so it scans for known running procs but can't scan inside ghost' memory.

I won't explain further but anyway with a brain realizes the potential
From what i got out of this, giving a hack(meaning the .exe) a random name wont work? Only the executed program, Like "Made By SammyDoge1"?
Code:
 private static string RandString(int size)
        {
            StringBuilder builder = new StringBuilder();
            Random random = new Random();
            char ch;
            for (int i = 0; i < size; i++)
            {
                ch = Convert.ToChar(Convert.ToInt32(Math.Floor(26 * random.NextDouble() + 65)));
                builder.Append(ch);
            }

            return builder.ToString();
        }

        string rand_Title = RandString(20);
random title each time you start

then in the form1 part
this.Text = rand_Title;
Quote Originally Posted by distiny View Post
Code:
 private static string RandString(int size)
        {
            StringBuilder builder = new StringBuilder();
            Random random = new Random();
            char ch;
            for (int i = 0; i < size; i++)
            {
                ch = Convert.ToChar(Convert.ToInt32(Math.Floor(26 * random.NextDouble() + 65)));
                builder.Append(ch);
            }

            return builder.ToString();
        }

        string rand_Title = RandString(20);
random title each time you start
xd Was on google for dis already xd, Thanks , google didn't pay off
But..this ain't random enough.
Some sqrting, sqring, powering, twiddling, etc.
Sooooo masters ESP is just the right thing hmm
should be 2 late for masters' is VAC did it's job
Posts 46–60 of 68 · Page 4 of 5
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?