DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Results 1 to 3 of 3
  1. #1
    Dual-Keyboard Member
    MPGH Member
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    449
    Reputation
    151
    Thanks
    1,675
    My Mood
    Scared

    Glass Walls Off Bytes

    Hey guys I am making a hack, but I need help with glass walls. I try to disable glass walls, but nothing happens. Here's the code.

    Code:
    if(GetAsyncKeyState(VK_NUMPAD4)&1){ // Glass walls -UPDATE- Is crashing
    
    		bGlassWalls = !GlassWalls;
    
                if(GlassWalls)
    		{      
    			bGlassWalls = !bGlassWalls;
    			
    			MemEdit((PBYTE)GlassWalls, "\x6A\x00", 2);
                       
    			} else {
                
    			MemEdit((PBYTE)GlassWalls, "\x6A\x01", 2); //there u go
    			
                }
            }

    I am guessing the off bytes are incorrect? Does anybody know the correct ones. It's also crashing after 3 minutes when I leave it on.

  2. #2
    Expert Member
    MPGH Member
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    634
    Reputation
    74
    Thanks
    2,935
    My Mood
    Relaxed
    Code:
    if(GetAsyncKeyState(VK_NUMPAD4)&1){ // Glass walls -UPDATE- Is crashing
    
    		bGlassWalls = !GlassWalls;
    
                if(bGlassWalls)
    		{      
    			bGlassWalls = !bGlassWalls;
    			
    			MemEdit((PBYTE)GlassWalls, "\x6A\x00", 2);
                       
    			} else {
                
    			MemEdit((PBYTE)GlassWalls, "\x6A\x01", 2); //there u go
    			
                }
            }
    Indicated twice and missed the b.


  3. #3
    Member
    MPGH Member
    ~Silver~'s Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    99
    Reputation
    8
    Thanks
    64
    My Mood
    Happy
    Quote Originally Posted by CoderBlack09 View Post
    hakuna batata,you is salamanta?
    "You is " ????

    What???

    Last edited by ~Silver~; 05-17-2012 at 02:26 PM.
    Ri de mais,de mais!!


    Créditos ==> BioHuman

Similar Threads

  1. Need only Glass Wall Hack
    By k0toeasy in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-11-2008, 05:19 PM
  2. nospread and glass walls tuts
    By Q in forum WarRock - International Hacks
    Replies: 2
    Last Post: 10-31-2007, 08:39 AM
  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