Results 1 to 6 of 6
  1. #1
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37

    Exclamation [Help] Glass Walls keep crashing cannot find a fix?

    Code:
    void main()
    {
              
    while(true)
    {
    
    				memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    			
    				memcpy((LPVOID)0x57207A, "\x6A\x00", 2);
    All else that was on when testing
    Code:
     //Hide Weapons
    PushToConsole("drawguns 1");
    PushToConsole("ShowBreath 1");
    PushToConsole("ShowFps 1");
    Am i suppose to add the SDK folder to my project properties for the glass walls? Not sure why im crashing o.O

  2. #2
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    if its hotkey add this

    [php]
    if( GetAsyncKeyState(VK_NUMPAD1) < 0 ){//Wall Removers
    memcpy((LPVOID)0x57207A, "\x6A\x00", 2);;
    }else{
    memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    [/php]

    Menu :

    [php]
    if( Menu.mOpt[1].nopt > 0 ){//Wall Removers
    memcpy((LPVOID)0x57207A, "\x6A\x00", 2);;
    }else{
    memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    [/php]

  3. The Following User Says Thank You to GameTrainerMaker For This Useful Post:

    ŽJack (08-01-2010)

  4. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    there no difference same effect
    And You missing some Braces "}"

  5. The Following User Says Thank You to whit For This Useful Post:

    ŽJack (08-01-2010)

  6. #4
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by GameTrainerMaker View Post
    if its hotkey add this

    [php]
    if( GetAsyncKeyState(VK_NUMPAD1) < 0 ){//Wall Removers
    memcpy((LPVOID)0x57207A, "\x6A\x00", 2);;
    }else{
    memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    [/php]

    Menu :

    [php]
    if( Menu.mOpt[1].nopt > 0 ){//Wall Removers
    memcpy((LPVOID)0x57207A, "\x6A\x00", 2);;
    }else{
    memcpy((LPVOID)0x57207A, "\x6A\x01", 2);
    [/php]
    Not sure but i first test my on Auto :\

    Quote Originally Posted by whit View Post
    there no difference same effect
    And You missing some Braces "}"
    lol must have been so tired... it's funny it didnt pick any errors from that.
    brb testing again

    Edit. Added missing Braces fixed errors. Still crashing..possible cause ShowFps-DrawGuns-Showbreath
    removing them for now.

    Update: Fixed doesnt crash now there were 30 errors

    Last edited by ŽJack; 08-01-2010 at 08:17 PM.

  7. #5
    Frit0's Avatar
    Join Date
    May 2006
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by ŽJack View Post
    Not sure but i first test my on Auto :\


    lol must have been so tired... it's funny it didnt pick any errors from that.
    brb testing again

    Edit. Added missing Braces fixed errors. Still crashing..possible cause ShowFps-DrawGuns-Showbreath
    removing them for now.

    Update: Fixed doesnt crash now there were 30 errors

    I misread the post but glad you got it fixed.
    Last edited by Frit0; 08-02-2010 at 12:09 AM. Reason: I misread the post.

  8. #6
    ŽJack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by Frit0 View Post
    I misread the post but glad you got it fixed.
    Yep all fixed

    Off topic: @ Zoom! sorry for creating so many [Help] threads

Similar Threads

  1. [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
  2. [SOLVED] Can't find a good hack (glass walls)
    By shad0wboss in forum Call of Duty Modern Warfare 2 Help
    Replies: 10
    Last Post: 06-29-2010, 03:32 AM
  3. [Discussion] Need help cf keep crashing
    By striker2x in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 12-20-2009, 12:54 AM
  4. 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
  5. glass wall coding [help]
    By pbguy145 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-09-2007, 07:52 AM