Results 1 to 15 of 15
  1. #1
    Tuninho1337's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    61
    My Mood
    Lurking

    How to Find Walk Through Walls Addy ?



    Any experienced coder could guide me how to get WTW with Addy
    OllyDbg or Cheat Engine?

    I tried a logger I inject more and has no effect on the game
    @UltraPGNoob @giniyat101

    help-me pls.
    Last edited by Tuninho1337; 09-30-2012 at 03:44 PM.

  2. The Following User Says Thank You to Tuninho1337 For This Useful Post:

    ahmedmola1 (10-04-2012)

  3. #2
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    didn't I post a tut earlier?

    check my sig for : how to make a logger
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  4. The Following User Says Thank You to UltraPGNoob For This Useful Post:

    Tuninho1337 (09-30-2012)

  5. #3
    Tuninho1337's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    61
    My Mood
    Lurking
    Quote Originally Posted by UltraPGNoob View Post
    didn't I post a tut earlier?

    check my sig for : how to make a logger
    how do I find this address
    Code:
    DWORD ClientShell = *(DWORD*)(CShell+0x??????);
    is BasicPlayerInfo ?

  6. #4
    Shartob1's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    INDO-CROSSFIRE
    Posts
    140
    Reputation
    10
    Thanks
    14
    My Mood
    Amused
    Quote Originally Posted by Tuninho1337 View Post
    how do I find this address
    Code:
    DWORD ClientShell = *(DWORD*)(CShell+0x??????);
    is BasicPlayerInfo ?
    not BasicPlayerInfo.. if you make STW you need WallMgr! and STW addy! use olldbg for finding!

    String :
    1. EdgeShotEnabled
    2. WallShotEnabled
    3. PerfectWallShotEnabled

    Thanks me!
    <=======================================>
    PRESS THANK'S IF I HELP YOU
    <=======================================>
    INDO-CROSSFIRE

     

    - Make Hack Crossfire
    - Make Loader
    - Make 30 Function's
    - Make Weapon Logger
    - Make Value Logger
    - Make Addy Logger
    - Make Public Hack
    - Make Bypass Xtrap
    - Make Bypass Client Error
    - Make D3D
    - Make Aimbot [0%]


     
    => dicky87smd (my teacher)
    => Kareem111 (best friend)
    => MagicWar7

  7. #5
    Tuninho1337's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    61
    My Mood
    Lurking
    Quote Originally Posted by Shartob1 View Post
    not BasicPlayerInfo.. if you make STW you need WallMgr! and STW addy! use olldbg for finding!

    String :
    1. EdgeShotEnabled
    2. WallShotEnabled
    3. PerfectWallShotEnabled

    Thanks me!
    I do not want STW
    I want WTW.

  8. #6
    CrazyFrost's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    94
    Reputation
    33
    Thanks
    935
    My Mood
    Bored
    1)You need ClientShell address.
    2)You need PlayerClient address. It is ClientShell+0x54 now.
    3)You can make your's logger, or use this 3 offsets ( and 3 default values)

    0x1bc 56
    0x1c0 140
    0x1c4 56
    it is X, Y, Z offsets, for WTW you need 1 and 3 offset, set value -56 in loop. if you want be in undermap - set second offset to value -140.
    Sorry for my horrible english.

  9. #7
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    You're right @CrazyFrost and no your english is actually pretty good
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  10. #8
    quack196's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    6
    My Mood
    Amazed
    what are the strings to search for this in ollydebug? so we can update it?
    [IMG]https://www.danasof*****m/vipersig.jpg[/IMG]


  11. #9
    CrazyFrost's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    94
    Reputation
    33
    Thanks
    935
    My Mood
    Bored
    Quote Originally Posted by quack196 View Post
    what are the strings to search for this in ollydebug? so we can update it?
    i wrote right offsets. its no string, you have find it with logger.
    for example:

    Code:
    DWORD PlayerClient = *(DWORD*)(ClientShell+0x54);
    	  file<<"\n\n-----------------PlayerClient---------------\n";
          if(PlayerClient)
          {
                for(int i=0;i<0x1024;i+=4)
                      file << "\n0x" << hex << i << " = " << dec << *(float*)(PlayerClient+i);
                      
             
          }

  12. #10
    quack196's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    6
    My Mood
    Amazed
    Quote Originally Posted by CrazyFrost View Post
    i wrote right offsets. its no string, you have find it with logger.
    for example:

    Code:
    DWORD PlayerClient = *(DWORD*)(ClientShell+0x54);
    	  file<<"\n\n-----------------PlayerClient---------------\n";
          if(PlayerClient)
          {
                for(int i=0;i<0x1024;i+=4)
                      file << "\n0x" << hex << i << " = " << dec << *(float*)(PlayerClient+i);
                      
             
          }
    but this is for CFNA whereas i play a different version of CF
    [IMG]https://www.danasof*****m/vipersig.jpg[/IMG]


  13. #11
    Tuninho1337's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    61
    My Mood
    Lurking
    Quote Originally Posted by CrazyFrost View Post
    i wrote right offsets. its no string, you have find it with logger.
    for example:

    Code:
    DWORD PlayerClient = *(DWORD*)(ClientShell+0x54);
    	  file<<"\n\n-----------------PlayerClient---------------\n";
          if(PlayerClient)
          {
                for(int i=0;i<0x1024;i+=4)
                      file << "\n0x" << hex << i << " = " << dec << *(float*)(PlayerClient+i);
                      
             
          }
    I was looking at taking a look at it and saw olly
    Code:
    MOV ECX,DWORD PTR DS:[EAX+54]
    as you said playerclient is clientshell + 0x54
    then this is the EAX clientshell correct? more as I get his address
    since it is not possible to make a Breakpoint

  14. #12
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    it's actually for each crossfire. eax is the value stored in clientshell
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  15. #13
    Tuninho1337's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    61
    My Mood
    Lurking
    Quote Originally Posted by UltraPGNoob View Post
    it's actually for each crossfire. eax is the value stored in clientshell
    Is there any binary sequence to find the client shell?
    because I do not know how I can find it since it does not have a text string.

  16. #14
    CrazyFrost's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    94
    Reputation
    33
    Thanks
    935
    My Mood
    Bored
    Quote Originally Posted by Tuninho1337 View Post
    Is there any binary sequence to find the client shell?
    because I do not know how I can find it since it does not have a text string.
    ClientShell you may find by string "WeaponReload"...

  17. The Following 2 Users Say Thank You to CrazyFrost For This Useful Post:

    ahmedmola1 (10-04-2012),gudi (10-09-2012)

  18. #15
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    yes this is the right string

    should be :
    Code:
    mov ???, dword ptr:[eax+54]
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  19. The Following User Says Thank You to UltraPGNoob For This Useful Post:

    gudi (10-09-2012)

Similar Threads

  1. Walk through walls?
    By poedaniel in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 08-02-2010, 12:33 AM
  2. how to walk through walls
    By damian11 in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 04-20-2009, 08:17 AM
  3. Walk through walls
    By mpghacc in forum Hack Requests
    Replies: 3
    Last Post: 10-23-2008, 11:12 AM
  4. [Tut]Walk Through Walls on Ohara
    By Death526 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 09-15-2007, 11:01 PM
  5. Walk through wall in velruf
    By VIP-Member in forum WarRock - International Hacks
    Replies: 16
    Last Post: 04-23-2007, 08:35 AM