Results 1 to 6 of 6
  1. #1
    R3ALYZED's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Arrow Trying to make a MW2 Multiplayer DLL MOD (STEÁM VERSION)

    HEy guys, as you already read I am trying to make a .dll file for mw2 multiplayer (Steam Version) to mod some small things. But I have a small problem: I am not able to find out the base address of the ammo value of the primary weapon. I tried it with CE but i got around 70 addresses so I went on and tricked CE to get around 7 addresses. After that i found the one, which changes the amount of the ammo but i can not find the base address of it so please help me to get further in my modded dll...
    Thanks to everyone

  2. #2
    Sammy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Vaero
    Posts
    1,102
    Reputation
    224
    Thanks
    228
    Quote Originally Posted by R3ALYZED View Post
    HEy guys, as you already read I am trying to make a .dll file for mw2 multiplayer (Steam Version) to mod some small things. But I have a small problem: I am not able to find out the base address of the ammo value of the primary weapon. I tried it with CE but i got around 70 addresses so I went on and tricked CE to get around 7 addresses. After that i found the one, which changes the amount of the ammo but i can not find the base address of it so please help me to get further in my modded dll...
    Thanks to everyone
    One great way to easily get base addresses is to find the ammo address, once found add it to your table. Right click on it and press 'Do a pointer scan for this address'. Save the file somewhere you can find it back. Wait a while and you'll get a ton of baseadresses as result with all it's offsets.

    Close the game, restart it. Find ammo address click again pointer scan. Cancel a new pointer scan. Open the file you scanned before and do a rescan with the new ammo address you got.

    This might not be very clear. I recommend reading about pointer scan some tutorials to find out how to exactly use it.

    Good luck!

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

    WhizzMirray (05-08-2016)

  4. #3
    WhizzMirray's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    01010111 01101000 01111001 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
    Posts
    310
    Reputation
    10
    Thanks
    23
    My Mood
    Amused
    Quote Originally Posted by Sir Sam View Post
    One great way to easily get base addresses is to find the ammo address, once found add it to your table. Right click on it and press 'Do a pointer scan for this address'. Save the file somewhere you can find it back. Wait a while and you'll get a ton of baseadresses as result with all it's offsets.

    Close the game, restart it. Find ammo address click again pointer scan. Cancel a new pointer scan. Open the file you scanned before and do a rescan with the new ammo address you got.

    This might not be very clear. I recommend reading about pointer scan some tutorials to find out how to exactly use it.

    Good luck!
    so if it doesn't find it on the first go? you just retry until you find only one?
    Posts
    50|✔ 18/02/15
    75|✔ 19/02/15
    100|✔ 20/02/15
    125|✔ 20/02/15
    150|✔ 20/02/15
    200|✔ 22/02/15
    300|X
    500|X
    750|X

  5. #4
    Callme?'s Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Stressed
    Quote Originally Posted by WhizzMirray View Post


    so if it doesn't find it on the first go? you just retry until you find only one?
    It's nearly impossible to find the right pointer on the first run, you HAVE to do it serveral times. You should even restart your Computer and do the pointer scan again. After a few scans you will likely have more than only one pointer left, just take one of them.
    It's recommend to do the pointer scan on a second pc to make sure you got the right pointers(with the same file of course)

  6. The Following User Says Thank You to Callme? For This Useful Post:

    WhizzMirray (05-13-2016)

  7. #5
    Sammy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Vaero
    Posts
    1,102
    Reputation
    224
    Thanks
    228
    Quote Originally Posted by WhizzMirray View Post


    so if it doesn't find it on the first go? you just retry until you find only one?
    Quote Originally Posted by Callme? View Post
    It's nearly impossible to find the right pointer on the first run, you HAVE to do it serveral times. You should even restart your Computer and do the pointer scan again. After a few scans you will likely have more than only one pointer left, just take one of them.
    It's recommend to do the pointer scan on a second pc to make sure you got the right pointers(with the same file of course)
    I couldn't give a better answer than that! Good luck finding your pointer!

  8. #6
    WhizzMirray's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    01010111 01101000 01111001 00100000 01100001 01110010 01100101 00100000 01111001 01101111 01110101
    Posts
    310
    Reputation
    10
    Thanks
    23
    My Mood
    Amused
    Quote Originally Posted by Callme? View Post
    It's nearly impossible to find the right pointer on the first run, you HAVE to do it serveral times. You should even restart your Computer and do the pointer scan again. After a few scans you will likely have more than only one pointer left, just take one of them.
    It's recommend to do the pointer scan on a second pc to make sure you got the right pointers(with the same file of course)
    Thanks for the answer.
    Posts
    50|✔ 18/02/15
    75|✔ 19/02/15
    100|✔ 20/02/15
    125|✔ 20/02/15
    150|✔ 20/02/15
    200|✔ 22/02/15
    300|X
    500|X
    750|X

Similar Threads

  1. [Java Tutorial] Trying to make a minecraft server check bypass for Zomb Mod.
    By VVhite in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 09-03-2013, 04:26 PM
  2. [Help Request] Making your own .DLL Mod
    By OG Modding in forum Alliance of Valiant Arms (AVA) Help
    Replies: 5
    Last Post: 07-22-2013, 07:40 PM
  3. [Help] I was trying To Make A D3D But I got d3d9.dll Error!!
    By DevilGhost in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 12-05-2011, 09:20 AM
  4. [HELP] Trying to make knive mod but..
    By muumimamma in forum Combat Arms Mod Discussion
    Replies: 9
    Last Post: 03-07-2010, 02:43 PM