Results 1 to 10 of 10

Hybrid View

  1. #1
    dheir's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    376
    Reputation
    13
    Thanks
    230
    My Mood
    Amused

    Asking for help here.

    I'm no guru when it comes to programming, or reversing for that matter. I have a project I'm going to be working on in parallel with the python esp/aimbot. I need to get the client name and IP address of players in game. I'm wondering if HellDemon can provide some help in this area, I'm going to try olly, and see if i can figure something out, however I'm fairly certain my knowledge level is going to result in squat for info. So thanks if you can help, and I appreciate all information that is given, Archangel gave me some info previously and it wasn't exactly what I had in mind, but thanks anyway man. I wonder If I can get a ban from using Olly? well here goes nothing......

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

    emanue (06-26-2010)

  3. #2
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    What version are you creating this for?
    CoD Minion: Jan 13th 2011 to April 11 2011
    MMORPG Minion Since: March 28th 2011 to April 11 2011

    Don't be afraid to rep, you aren't loosing anything!
    Don't forget your P&Q's. Press the thanks button if someone has helped.
    jamesa1994@hotmail.com

  4. #3
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    clientinfo is located at 0x8EC2C8, the size of the struct is 0x52C.
    Name can be found at 0xC, and is 16 bytes long.

    not sure if IP is stored in clientinfo(haven't checked), if it is it's going to be at 0x0030(16 bytes unknown), or somewhere after 0x0180(only unknown after that ^^)
    Ah we-a blaze the fyah, make it bun dem!

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

    dheir (06-27-2010)

  6. #4
    dheir's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    376
    Reputation
    13
    Thanks
    230
    My Mood
    Amused
    Quote Originally Posted by Hell_Demon View Post
    clientinfo is located at 0x8EC2C8, the size of the struct is 0x52C.
    Name can be found at 0xC, and is 16 bytes long.

    not sure if IP is stored in clientinfo(haven't checked), if it is it's going to be at 0x0030(16 bytes unknown), or somewhere after 0x0180(only unknown after that ^^)
    OK Thank you for that, I'm hoping client info will contain it, my search for strings has not brought much luck to me in finding the info I want. I was thinking one of the unknowns is holding that info, we will see, once again thanks for chiming in.

  7. #5
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    Only 4 bytes needed to store an IP...

  8. The Following User Says Thank You to NiPiN³ For This Useful Post:

    dheir (06-27-2010)

  9. #6
    dheir's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    376
    Reputation
    13
    Thanks
    230
    My Mood
    Amused
    Is this assuming the xxx.xxx.xxx.xxx convention is used? I mean do we even know how it is stored? I know this all sounds like I'm asking for the answer, it's because I am lol.
    But I'd really like to learn how to find the answer. I've not come up with a comprehensive article or "guide" to understanding olly. Maybe I'm a dolt? Hell maybe I should just ask kidebr, maybe he will help me out, maybe not. Then again I'm probably over my head here too, but thanks for the input NiPiN.
    Last edited by dheir; 06-27-2010 at 06:28 AM. Reason: Sp Errors.

  10. #7
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    I freshly installed an 32bit win7 system last weekend and still need to find some Olly skills, so no I'm of no help on that front.

    But if you search for your own IP in mem, whilst running to machines running on this. If its stored in 4 bytes it could look like this (ip/norm4bytesashex/reversed4bytesashex) and should show up in CE:
    - 127.0.0.1/7F000001/0100007f
    - 192.168.1.13/C0A8010D/0D01A8C0

    It's also possible they are stored in a string containing the hex notation of the 4*8bits...

    Once found with CE, it should be possible to find the location where the address is written to and you could start reversing the struct as explained by H_D...
    Last edited by NiPiN³; 06-27-2010 at 06:21 PM. Reason: Url to H_D tutorial.

  11. #8
    dheir's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    376
    Reputation
    13
    Thanks
    230
    My Mood
    Amused
    Quote Originally Posted by JamesA1994 View Post
    What version are you creating this for?
    I'm working on latest release for MW2 1.1.195. I used olly to find the offsets for IP info, but do not know enough about olly and reversing to know if Im on the right track.
    Last edited by dheir; 06-27-2010 at 04:29 AM. Reason: Took out my frustration since his post was deleted

  12. #9
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    Quote Originally Posted by dheir View Post
    I'm a lil irritated with your posts, you say nothing that is helpful to anyone, and you continuously try to aggravate people I hope you get banned (1 of your multiple accounts at least) asshole. I hope you can learn to contribute to the forum and try not to be a problem.


    I'm working on latest release for MW2 1.1.195. I used olly to find the offsets for IP info, but do not know enough about olly and reversing to know if Im on the right track.
    Well put.
    And sorry I can't help you. Are you going to make a version for AlterIWNet?
    CoD Minion: Jan 13th 2011 to April 11 2011
    MMORPG Minion Since: March 28th 2011 to April 11 2011

    Don't be afraid to rep, you aren't loosing anything!
    Don't forget your P&Q's. Press the thanks button if someone has helped.
    jamesa1994@hotmail.com

  13. #10
    TheUser's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    MW2 Rundown
    Posts
    2,022
    Reputation
    22
    Thanks
    859
    Quote Originally Posted by shahin7777 View Post
    Clean up you'r post it's alllllllll over the place
    /deleted as spam
    If you got nothing helpful to say, dont look at help threads.

  14. The Following User Says Thank You to TheUser For This Useful Post:

    dheir (06-27-2010)

Similar Threads

  1. [Info] DO NOT ASK FOR HELP HERE!
    By Skyline. in forum Call of Duty Black Ops Texture Modding
    Replies: 0
    Last Post: 05-28-2011, 08:50 PM
  2. Replies: 5
    Last Post: 03-16-2011, 06:06 AM
  3. I'm so sorry, but it's the typical newb and I'm asking for help.
    By acidbomb45 in forum Vindictus Discussions
    Replies: 5
    Last Post: 02-06-2011, 02:45 PM
  4. Asking for help
    By lingfei1994 in forum Combat Arms Mod Discussion
    Replies: 1
    Last Post: 08-19-2010, 03:24 PM
  5. well im here asking for help
    By arkone in forum Combat Arms Help
    Replies: 5
    Last Post: 09-04-2009, 12:05 PM