Results 1 to 3 of 3
  1. #1
    m0shee33's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0

    what is the for code bone shot in vc++?

    plz post a replay with the code for bone shot in vc++?
    i try to make it myself but it didnt work.
    ty for your help in in advance. : )
    Last edited by m0shee33; 06-22-2008 at 03:32 AM.

  2. #2
    boom342's Avatar
    Join Date
    Apr 2007
    Posts
    7
    Reputation
    10
    Thanks
    0
    Assuming your making a app not a DLL you will need to use WriteProcessMemory.
    For more Info : WriteProcessMemory

    also need the handle witch I would use OpenProcess
    Some old code I found to help you

    [php]
    void hookwarrock ()
    {
    int pcheck = 1;

    while ( pcheck == 1 ){
    HWND hWnd = FindWindow(0, "WarRock");

    if(hWnd == NULL)
    {
    Sleep(50) ;
    }

    else

    {
    pcheck = 2;
    GetWindowThreadProcessId(hWnd, &proc_id);
    hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id);

    }
    }
    }

    [/php]

    This was compiled with Dev-C++ so you mite need to change some stuff but that should get you started.

    also A good tutorial [Tutorial] - C++ Trainer Tutorial[Updated] - *************

  3. #3
    m0shee33's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    i dont andarstant how it conecet to the bone shot hack(bone shoot = head shoot )
    i already know how to make a hack and to hook it to a program but how i code head shot for warrock??

Similar Threads

  1. Aimbot/bone shot/auto aimer
    By profit in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 09-20-2008, 05:58 PM
  2. In What Do you Code Assembly ?
    By apezwijn in forum Assembly
    Replies: 5
    Last Post: 08-11-2008, 10:47 AM
  3. BONE SHOT HELP OMG
    By ilovepie21 in forum Visual Basic Programming
    Replies: 0
    Last Post: 03-11-2008, 04:26 PM
  4. serch bone shot
    By maiquando in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-24-2008, 03:31 PM
  5. what is the code and the right hotkey (space) for SJ
    By floris12345! in forum Visual Basic Programming
    Replies: 4
    Last Post: 01-20-2008, 01:37 PM

Tags for this Thread