Results 1 to 2 of 2
  1. #1
    Sandwich's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    client_panorama.dll
    Posts
    1,512
    Reputation
    98
    Thanks
    23,162
    My Mood
    Psychedelic

    Finding Addresses for Enemy Coords

    I am looking for the addresses to the enemy coordinates. So far I haven't been able to find them. So if anyone could help me, it would be greatly appreciated. So far I have the following:

    PlayerX = 142C96F78
    PlayerY = 142C96F80
    PlayerZ = 142C96F7C
    Last edited by Sandwich; 01-02-2017 at 01:31 PM.

  2. #2
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,069
    Reputation
    2172
    Thanks
    8,473
    My Mood
    Bitchy
    Get player two. Then you can calculate every other client like this:

    So client one is 0x50000
    Client two is 0x50050

    To get size between each address:

    0x50050 - 0x50000 = 0x50

    So then, 0x50 is your size and client one is your base.

    Now we can calc every other client like this:

    const int clientOne = 0x50000;//base
    const int size = 0x50;

    int client one = clientOne + (0x50 * 0)
    int client two = clinetOne + (0x50 * 1)
    int client three = clientOne + (0x50 * 2)
    int client four = clientOne + (0x50 * 3)
    etc.....

    Pretty sure this is solved. And if it dsoesn't make sense look through some old threads on MW3, I know some people explain this.

    //Solved.

    EDIT: Feel free to PM me if this doesn't make sense.
    Last edited by Silent; 01-03-2017 at 12:32 AM.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  3. The Following User Says Thank You to Silent For This Useful Post:

    Sandwich (01-03-2017)

Similar Threads

  1. How to find address for ammunition?
    By norgor21 in forum User Services
    Replies: 4
    Last Post: 12-25-2013, 02:22 AM
  2. [Help] How can I find addresses for unlocker?
    By _PuRe.LucK* in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 4
    Last Post: 06-20-2013, 07:08 AM
  3. [Help] FINDING ADDRESS FOR ANTI KICK???
    By X1RK in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 03-30-2012, 03:20 AM
  4. [Help Request] Finding Addresses for CA NA?
    By Shadow` in forum Combat Arms Coding Help & Discussion
    Replies: 1
    Last Post: 02-01-2012, 12:31 AM
  5. [Tutorial] How to finding Address for Unlimited Respawn, Blue Nametags and others
    By vingadormaster in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 03-04-2010, 02:34 PM