Results 1 to 9 of 9

Threaded View

  1. #1
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused

    [Help]Ca closing by Deactivating Glass wall

    hay..
    My Ca is Closing when i want Deactivate the Glass wall hack...
    I can Activate it perfect but not deactivate then its shutting down...

    My source...

    Code:
    if(GetAsyncKeyState(VK_NUMPAD9)&1){
    if(wall){
    Sleep(200);
    {
    memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    }
    wall = false;
    }else{
    Sleep(200);
    {
    memcpy((LPVOID)0x57206A, "\x6A\x00", 2);
    }
    wall = true;
    }
    }
    Thanks...

    PS: i added the bool wall = false;
    Last edited by Zoom; 08-02-2010 at 04:19 AM.

Similar Threads

  1. [Help] Glass Walls keep crashing cannot find a fix?
    By ®Jack in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-02-2010, 03:15 AM
  2. [Help]Ca closing by Deactivating Glass wall
    By Sydney in forum Combat Arms EU Hack Coding/Source Code
    Replies: 3
    Last Post: 08-01-2010, 11:56 PM
  3. Could someone help please with glass wall
    By Night Sky in forum Visual Basic Programming
    Replies: 7
    Last Post: 10-27-2007, 02:44 AM
  4. glass wall coding [help]
    By pbguy145 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-09-2007, 07:52 AM
  5. Quick Question on Glass Walls
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 10-01-2007, 09:29 AM