Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - [myg0t]wav

Pages: [1]
1
General Modding & Programming / Other Games / Re: [CODE] VAC2 bypass
« on: July 24, 2009, 07:01:28 pm »
Right... Sure you disabled their memory scans but if they have a copy of the file on the hd say hello to mr. delay ban.

Quote
Then VAC2 thinks that it has gone thru the whole list of loaded modules (DLL's) in the process and found no hacks.

Right...  VAC2 scans any module that it wants or process.

Quote
Most people now only make their hacks "VAC2-proof" by unlinking module from PEB and hiding etc.
Much better is to attack VAC2 directly, kill it and bypass it, such as my tip above..

Yeah and I can detect any peb unlinked module and guess what VAC2 has the correct APIs built into it to do that so maybe it's a matter of time before they actually detect all unlinked modules.  My advice is just to manual map and avoid screwing with VAC2

2
General Modding & Programming / Other Games / Re: No Recoil
« on: July 24, 2009, 06:58:42 pm »
Post a link to the game and I'll try taking a whack at it.

3
Announcements / Re: just sayin HEY!!!
« on: July 20, 2009, 12:24:49 pm »
LOL

4
General Modding & Programming / Other Games / Re: Source games
« on: June 30, 2009, 12:35:26 pm »
After I get done having my fun I crash the server.

5
Announcements / Re: Well hi
« on: June 30, 2009, 12:34:02 pm »
lol there goes the neighbourhood ... your good at source hacking correct ?

Is that a rhetorical question?

6
theres more than one way to skin a cat .

calling memcpy for a single byte or memset is bad practice. 

7
Announcements / Re: Well hi
« on: June 28, 2009, 02:54:01 am »
Ahh, its a mygot guy.

Did you really bake a cake rofl?

No.  I bought SourceX a box of doughnuts and that sealed the deal.

hi , are you the guy from game deception forum?

Yes I'm the only certified Moon Master.

8
Announcements / Well hi
« on: June 27, 2009, 12:55:10 pm »
I just came back from taking a shit and figured I'd say hi.  Hats off to you guys for your work.

9
memcpy((void*) memoryaccess, &Hackshieldbypassx, 1);

...

*( PBYTE )memoryaccess = '\xE8';

etc

10
memcpy isn't an API, nor is memset, they are part of the standard C library.  You also fail to mention ReadProcessMemory which can be used not only for reading values but if modified can be used to byte scan.

11
system("pause"); is bad practice instead consider using getch()

Pages: [1]