Results 1 to 15 of 15
  1. #1
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11

    Offset for Glass Walls

    Does anyone have the offset for Glass Walls?

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    0x90? / for See through walls LOL
    No I do not make game hacks anymore, please stop asking.

  3. #3
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Thats the onset... I need the offset.
    Thanks for replying.

  4. #4
    Moothew =^_^='s Avatar
    Join Date
    Oct 2010
    Gender
    female
    Posts
    148
    Reputation
    10
    Thanks
    56
    My Mood
    Amazed
    Quote Originally Posted by skiiiz View Post
    Thats the onset... I need the offset.
    Thanks for replying.
    o.O onset?

  5. #5
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    you mean NOP which is $90 in Byte

  6. #6
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    I know how to NOP, i needa know the bytes/offset I'm NOP'ing.

  7. #7
    Moothew =^_^='s Avatar
    Join Date
    Oct 2010
    Gender
    female
    Posts
    148
    Reputation
    10
    Thanks
    56
    My Mood
    Amazed
    Go search it in engine.exe in olly, use hahaz's tutorial:
    https://www.mpgh.net/forum/207-combat...en-engine.html

  8. The Following User Says Thank You to Moothew =^_^= For This Useful Post:

    skiiiz (11-08-2010)

  9. #8
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    Off
    x6A x01
    On
    x6A x00

  10. The Following 2 Users Say Thank You to ★Rusty For This Useful Post:

    [MPGH]Flengo (04-17-2011),skiiiz (11-08-2010)

  11. #9
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Thanks for replying. I've followed hahaz's tutorial and have succeeded to open Olly. But how do I search for my address? (I'm a newbie)

  12. #10
    Solify's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Frankfurt, Germany
    Posts
    2,291
    Reputation
    143
    Thanks
    2,477
    My Mood
    Aggressive
    the world pointer with offset to make glasswalls? hm i really dont know it ...
    but you can easily do it with d3d or with the address + Push 00/01 (Push = 6A)

  13. #11
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    It would be like :

    Code:
    			memcpy((PBYTE)0xAddie, "\x6A\x01", 99999999);
    to turn it off.


    And

    Code:
    			memcpy((PBYTE)0xAddie, "\x6A\x00", 99999999);
    to turn it on.

    B4 beginning to C&P, it's noobproof!
    Last edited by dean-wingess; 11-08-2010 at 06:26 AM.
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  14. #12
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Anyway Try $005725AA or in C++ syntax \x005725AA , Not that I have tested this yet, it just what I have found using Olly///

    //Edit

    Just tested that is the Correct address for GlassWalls
    Last edited by Departure; 11-08-2010 at 07:13 AM.

  15. #13
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    I need help on how to find the offsets...

  16. #14
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    Quote Originally Posted by skiiiz View Post
    I need help on how to find the offsets...
    Didn't i tell you? So if i get you right, you want to learn how to find 'em?

    Am i right?
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  17. #15
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Yep I wanna learn...

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