How to make hack.

Posts 115 of 19 · Page 1 of 2
How to make hack.
Just out of curiousity...would any pub hack maker developer be willing to give tips on how to get started on creating hacks? just wondering if anyone out there would be kind enough...i'd be interested in doing something like that.


PM me if you guys wouldn't mind...
/Moved to hack source.
Learn D3D Hooking, c++, and all that stuff
C++///////
One site: cplusplus.com
Jump off a plane without a parachute on, then I'll teach you
Quote Originally Posted by mwb1234 View Post
Jump off a plane without a parachute on, then I'll teach you
lol
Just ask zmansquared
he's leet
Quote Originally Posted by Yepikiyay View Post
Just ask zmansquared
he's failure
Fixed your post buddy
Quote Originally Posted by mwb1234 View Post
Fixed your post buddy
Your grammar fails
how the hell am i a fail? i can code your socks off
Quote Originally Posted by zmansquared View Post
how the hell am i a fail? i can code your socks off


Code:
DWORD dwProtect;
byte SocksOFF[] = { 0x9A, 0x07};
VirtualProtect((LPVOID)0x77177B, 3, PAGE_READWRITE, &dwProtect);
memcpy((PVOID)0x77177B, (void*)SocksOFF, sizeof(SocksOFF));
VirtualProtect((LPVOID)0x77177B, 3, dwProtect, &dwProtect);
thank me if I helped
Quote Originally Posted by CoderNever View Post
Code:
DWORD dwProtect;
byte SocksOFF[] = { 0x9A, 0x07};
VirtualProtect((LPVOID)0x77177B, 3, PAGE_READWRITE, &dwProtect);
memcpy((PVOID)0x77177B, (void*)SocksOFF, sizeof(SocksOFF));
VirtualProtect((LPVOID)0x77177B, 3, dwProtect, &dwProtect);
thank me if I helped

I lol'd.

If the above doesn't work, try this instead :

Code:
#include <takeoff.h>

struct sPerson{

    bool sockson;

}zman;

bool socksOff(sPerson person)
{
    person.sockson = false;
    if(refuse){
        tryagain();
    }
    if(failed){
        return false;
    } else {
        return true;
    }
}

int main()
{
    
    if(socksOff(zman)){
        MessageBox(NULL, "I just coded your socks off.", "4tehlulz", MB_OK);
    } else {
        MessageBox(NULL, "ZOMG I R NUB", "nuuuoo", MB_OK);
    }

    return 0;
}
Posts 115 of 19 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?