Thread: GlassWall

Results 1 to 13 of 13
  1. #1
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful

    GlassWall

    Is there something wrong with my code? Its not working.

    Code:
    void GlasswallOn ()
    {
    if(GetAsyncKeyState(VK_UP) &1)
    {
    *(float*)(ADR_GLASSWALLS) = 1;
    }
    }
    
    void GlasswallOff ()
    {
    if(GetAsyncKeyState(VK_DOWN) &1)
    {
    *(float*)(ADR_GLASSWALLS) = 0;
    }
    }

  2. #2
    -=meow=-'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    131
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by DaneCoder View Post
    Is there something wrong with my code? Its not working.

    Code:
    void GlasswallOn ()
    {
    if(GetAsyncKeyState(VK_UP) &1)
    {
    *(float*)(ADR_GLASSWALLS) = 1;
    }
    }
    
    void GlasswallOff ()
    {
    if(GetAsyncKeyState(VK_DOWN) &1)
    {
    *(float*)(ADR_GLASSWALLS) = 0;
    }
    }
    https://www.mpgh.net/forum/showthread.php?t=824772

  3. #3
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Still not working dude

  4. #4
    n4n033's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Windows
    Posts
    1,090
    Reputation
    43
    Thanks
    2,425
    My Mood
    Cool
    Check if you've the right address and make sure you're hooking it correctly


    The Only Bests :


    R3d_L!n3(Fares)
    Aeroman (Brent)
    TheCamels8 (Ori)


  5. #5
    emiedumalasa's Avatar
    Join Date
    May 2012
    Gender
    female
    Location
    Hackershero
    Posts
    683
    Reputation
    10
    Thanks
    794
    My Mood
    Angelic
    @DaneCoder change the float to int.

    like this:

    void GlasswallOn ()
    {
    if(GetAsyncKeyState(VK_UP) &1)
    {
    *(int*)(ADR_GLASSWALLS) = 1;
    }
    }

  6. #6
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Quote Originally Posted by emiedumalasa View Post
    @DaneCoder change the float to int.

    like this:

    void GlasswallOn ()
    {
    if(GetAsyncKeyState(VK_UP) &1)
    {
    *(int*)(ADR_GLASSWALLS) = 1;
    }
    }
    Not working

  7. #7
    emiedumalasa's Avatar
    Join Date
    May 2012
    Gender
    female
    Location
    Hackershero
    Posts
    683
    Reputation
    10
    Thanks
    794
    My Mood
    Angelic
    Quote Originally Posted by DaneCoder View Post
    Not working
    try to change the value of 1 to 4, if is it not working your addy of glasswall is wrong.

  8. #8
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Quote Originally Posted by emiedumalasa View Post
    try to change the value of 1 to 4, if is it not working your addy of glasswall is wrong.
    This is my addy

    Code:
    #define ADR_GLASSWALLS			0x00A84CC4

  9. #9
    noisyboymax's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    132
    My Mood
    Amused
    Dane, Imma PM you... give you my Addy and Glasswall

  10. #10
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Quote Originally Posted by noisyboymax View Post
    Dane, Imma PM you... give you my Addy and Glasswall
    Thanks bro!

  11. #11
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Solved? @DaneCoder
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  12. #12
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Quote Originally Posted by Mayion View Post
    Solved? @DaneCoder
    Yes

  13. #13
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Good, Closed.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



Similar Threads

  1. [HELP] GlassWall Value
    By cross999 in forum WarRock Hack Source Code
    Replies: 6
    Last Post: 07-28-2010, 03:10 PM
  2. [Release] New Hack for SANA chams/wireframe/fullbright/glasswalls
    By woghks970 in forum Sudden Attack Hacks
    Replies: 33
    Last Post: 11-12-2009, 07:37 AM
  3. GlassWall Function
    By killerld in forum C++/C Programming
    Replies: 8
    Last Post: 07-29-2009, 08:48 AM
  4. Glasswalls hack and more
    By spiderkak in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 0
    Last Post: 10-22-2008, 04:09 AM
  5. Searching for glasswall or gps for free (undetected)
    By cicciobombo in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-06-2008, 03:58 AM