Jump to content

Featured Replies

Posted

Ive got bored of this now so heres the source.

 

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.

 

executable - http://www.magicflux.co.uk/Programs/cshack.exe

 

source

#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;
   }

 

Its only going to work till the next update unless your smart enough to find the new address.

 

Oh yea i got to credit [myg0t]SourceX since its basically his idea.

LONG Address = 0xDE8610C;;

One ; too much..?

 

And one suggestion; use printf instead of cout so you don't need iostream kthx.

 

Nice tho :)

if this turns sv_cheats to one you will soon find your account banned.

 

i made one with VB, yea...vac2 picks that up.

ask people smarter then me, then.

 

i doubt you have been using it for weeks, and if you ask somone like azorbix, or even the steam VAC2 FAQ you will find sv_cheats to 1 = ban.

  • Author
Read the faq, doesnt mention it, ill post if i get banned.
Guest
This topic is now closed to further replies.