Posted September 28, 200519 yr I was going to keep this private but since there seems to be a shortage of vac2 hacks here it is the technique was very simple im sure you can guess how it works. Load up cs with console enabled join a game tab out run cshack.exe hit enter tab back into cs enter mat_depthbias_normal 2. Enjoy :P Dev seems to compile all my files huge even with debug info off ill recompile with vc++ soon. http://www.magicflux.co.uk/Programs/cshack.exe PS Whos vac2 owned now :P.
September 28, 200519 yr Author I almost got pissed off, if you think its a trojan dont download, if your not sure use a debugger,antivirus whatever. Just dont take the word of a idiot who hasnt tried it hasnt scanned and is probably anti-cheat anyway.
September 28, 200519 yr I almost got pissed off, if you think its a trojan dont download, if your not sure use a debugger,antivirus whatever. Just dont take the word of a idiot who hasnt tried it hasnt scanned and is probably anti-cheat anyway. And another horrible try..
September 28, 200519 yr Author OK just to please Mr cynical i recompiled in vc its 57kb while it was 400 before. Im not going to defend it anymore.
September 28, 200519 yr http://www.virustotal.com/xhtml/respuesta_sav/resultado?dd11a919da11267b9b9c0b3def883592:eng Seems fine, hell I'll give it a shot. Reformatting soon anyway.
October 2, 200519 yr Author OK im bored of it now lol. #include <windows.h> #include <iostream> using namespace std; int main() { char programmer[] = "Rob N."; int myvalue2 = 1; LONG Address = 0xDE8610C;; DWORD pId; DWORD dwOldProtect = 0; HANDLE pHandle; HWND hWnd; cout<<"Ferox's Wallhack. V1 \nJoin a game tab back to here and hit enter. Bring up the console and enter: mat_depthbias_normal 2\nWritten by R.N\n"; system("PAUSE"); hWnd = FindWindow(0, "Counter-Strike Source"); if (hWnd != 0) { GetWindowThreadProcessId(hWnd, &pId); pHandle = OpenProcess(PROCESS_ALL_ACCESS, 0, pId); WriteProcessMemory(pHandle, (LPVOID)Address, (LPVOID)&myvalue2, 4, NULL); }else cout<<"CSS window could not be found."; CloseHandle(pHandle); return 0; } It basically just enables SV_CHEATS once you run it, so join a game tab out and run then you can type in console: mat_depthbias_normal 2 for a wallhack or mat_wireframe 1 for wireframe. If you want the oviously virus infested computer destroying binary the link is in the first post, infact even compiling this source will most likely cause your computer to explode. Credit myg0t_SourceX as it was basically his idea.