Results 1 to 8 of 8
  1. #1
    KujoDrinksPussy's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    Lightbulb Help finding an offset.

    I need to find the offset for [0x0239] g_compassShowEnemies, and someone explain how to use it to make a radar esp? (if it's possible!)

    I made no recoil, but I need help with this

  2. #2
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by KujoDrinksPussy View Post
    I need to find the offset for [0x0239] g_compassShowEnemies, and someone explain how to use it to make a radar esp? (if it's possible!)

    I made no recoil, but I need help with this
    Just xref the string in IDA and there you will already see the call to the dvar registering function. Check where EAX gets stored, that's the address of the dvar pointer, not the dvar. (so when you declare it you'll have to make it a double pointer)
    I can't do it right now because I broke my computer, that's also why I wasn't on Steam in the last couple of days. But since you managed to do no recoil you seem quite experienced with reversing so I guess this shouldn't be a problem for you!

    Greetings,
    Xen0

  3. #3
    KujoDrinksPussy's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by __Xen0 View Post
    Just xref the string in IDA and there you will already see the call to the dvar registering function. Check where EAX gets stored, that's the address of the dvar pointer, not the dvar. (so when you declare it you'll have to make it a double pointer)
    I can't do it right now because I broke my computer, that's also why I wasn't on Steam in the last couple of days. But since you managed to do no recoil you seem quite experienced with reversing so I guess this shouldn't be a problem for you!

    Greetings,
    Xen0
    Well, I made no recoil. But I did not get the offset because I can't seem to figure out how to get them in IDA or OllyDBG.
    also in that post by liatex or whatever where he posted those offsets, they were like (h3928sd#) as integer, how can I get the offset from one of those? (I'm new to this, just started like 2 days ago).

    I'll take another stab at IDA.

  4. #4
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by KujoDrinksPussy View Post
    Well, I made no recoil. But I did not get the offset because I can't seem to figure out how to get them in IDA or OllyDBG.
    also in that post by liatex or whatever where he posted those offsets, they were like (h3928sd#) as integer, how can I get the offset from one of those? (I'm new to this, just started like 2 days ago).

    I'll take another stab at IDA.
    So by "I made no recoil" you actually mean "I found an address in another thread and just copied it into my code and now claim I made no recoil"? Also as far as I know there is no s in hexadecimal!

  5. #5
    KujoDrinksPussy's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by __Xen0 View Post
    So by "I made no recoil" you actually mean "I found an address in another thread and just copied it into my code and now claim I made no recoil"? Also as far as I know there is no s in hexadecimal!
    I'm learning, that's all that matters. I'm here to learn, and to learn I have to know how to do basic things. This thread is asking for help with finding offsets, If you can't help, Don't help.

  6. #6
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by KujoDrinksPussy View Post
    I'm learning, that's all that matters. I'm here to learn, and to learn I have to know how to do basic things. This thread is asking for help with finding offsets, If you can't help, Don't help.
    I explained you exactly what to do. If you can't even follow a simple guideline you should consider resuming coding minecraft plugins.

  7. #7
    AuT03x3C's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    kernel32.dll
    Posts
    453
    Reputation
    11
    Thanks
    4,561
    My Mood
    Sleepy
    Have a look at the quake3 sdk.

  8. #8
    shryder's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Nuketown
    Posts
    29
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    check this thread in MW3 Section that shows u how to do it for MW3, it's exactly the same for MW2 , just change the offset to 0x10 IIRC. showthread.php?t=1087349
    have fun.

Similar Threads

  1. [Solved] Need help finding offsets
    By senpairuler1 in forum Call of Duty: Black Ops 3 Help
    Replies: 0
    Last Post: 01-09-2016, 01:31 AM
  2. [Solved] Help to find good Offset and Adress for Multiplayer using OllyDbg
    By axello13 in forum Call of Duty Black Ops 2 Help
    Replies: 3
    Last Post: 11-03-2015, 12:44 PM
  3. [Solved] Need Help Finding Offsets.
    By GreenMelon2.0 in forum Counter-Strike 2 Help
    Replies: 0
    Last Post: 04-30-2015, 01:13 AM
  4. [Help] Please help me how to find this offset?
    By GameMaster025 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 05-27-2012, 12:09 AM
  5. [Request] Need help find offset
    By BOKN in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 12-15-2011, 05:53 AM