Results 1 to 9 of 9
  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.

  2. #2
    Injection's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    265
    Reputation
    7
    Thanks
    6
    My Mood
    Amused
    Thats because Hshield can detect the use of 'memcpy'.

  3. #3
    richdude212's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Tampa, FL
    Posts
    352
    Reputation
    10
    Thanks
    56
    My Mood
    Inspired
    I could be due to the fact that you are using two different addresses in your if else statement...

    0x57207A and 0x57206A.
    [IMG]https://i516.photobucke*****m/albums/u330/richdude212-2.jpg[/IMG]


    [IMG]https://i516.photobucke*****m/albums/u330/richdude212/leet.gif[/IMG]

    Get NX Cash For Completing Offers Here! (will redirect)


    Remember to press when people help you!
    Not bad for $14.99 a month...

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by richdude212 View Post
    I could be due to the fact that you are using two different addresses in your if else statement...

    0x57207A and 0x57206A.
    Haha Fail....

  5. #5
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by richdude212 View Post
    I could be due to the fact that you are using two different addresses in your if else statement...

    0x57207A and 0x57206A.
    It doesn't even matter that they're different, its disconnecting because the second one is patched.
    Dont ban me

  6. #6
    richdude212's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Tampa, FL
    Posts
    352
    Reputation
    10
    Thanks
    56
    My Mood
    Inspired
    Quote Originally Posted by markoj View Post
    It doesn't even matter that they're different, its disconnecting because the second one is patched.
    That is what I mean by different. Yes they are the same but one is patched and one isn't .

    300th Post!
    [IMG]https://i516.photobucke*****m/albums/u330/richdude212-2.jpg[/IMG]


    [IMG]https://i516.photobucke*****m/albums/u330/richdude212/leet.gif[/IMG]

    Get NX Cash For Completing Offers Here! (will redirect)


    Remember to press when people help you!
    Not bad for $14.99 a month...

  7. #7
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    /Added code tags.
    -Rest in peace leechers-

    Your PM box is 100% full.

  8. #8
    dadum02's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    https://www.zest4shopping.com/
    Posts
    129
    Reputation
    10
    Thanks
    431
    lol try [php] if(wallhackbutton&1){
    if(wallhack==true){
    memcpy((LPVOID)0x57206A, "\x6A\x01", 2);
    wallhack=false;
    } else {
    memcpy((LPVOID)0x57206A, "\x6A\x00", 2);
    wallhack=true;
    }[/php]

    Works but when you shoot it crashes
    I PWNED NEXXON

    ________________Zest4Shopping_UK_______________
    [YOUTUBE]C3kB2qBmtck[/YOUTUBE]
    Mens & Womens Clothing, Shoes & Accessories - Comming soon to UK - My new Website

  9. #9
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    /solved...
    Thanks for all you help guys

    request close/

    Thanks Cosmos


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