Results 1 to 9 of 9
  1. #1
    Bashfullbass's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    10
    My Mood
    Doh

    Memory Nametags Not Drawn

    Just a simple Question with a needed simple answer how does one find nametags in memory thats all a clue where it could be around and not by searching for strings in olly debug i wana do it manually by Cheat engine simple and plain
    Last edited by MarkHC; 09-24-2012 at 10:38 PM.

  2. #2
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    /Moved to correct section


    CoD Minion from 09/19/2012 to 01/10/2013

  3. #3
    Bashfullbass's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    10
    My Mood
    Doh
    Quote Originally Posted by -InSaNe- View Post
    /Moved to correct section
    thanks bro

  4. #4
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Nametags as in ESP ?
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  5. #5
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by Bashfullbass View Post
    Just a simple Question with a needed simple answer how does one find nametags in memory thats all a clue where it could be around and not by searching for strings in olly debug i wana do it manually by Cheat engine simple and plain
    Simple and plain in CE is not gonna work if you're talking about what people call 'ESP'. For this you'll need more knowledge of ASM, C++ and memory editing.
    Or you use the extern road which isn't my favorite. Another option is simply C&P like some of us do and then ask for help with a complete duplicated project (which I don't recommend).




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  6. #6
    Bashfullbass's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    10
    My Mood
    Doh
    Memory driven i have knowledge of asm but problem is what method can we use to scan nametags or what area can it be found in around health , ammo stuff like that and i doubt its around ammo only no recoil spread and sniper breath and what not can be found there

    ---------- Post added at 05:46 PM ---------- Previous post was at 05:45 PM ----------

    Quote Originally Posted by Isaakske View Post
    Nametags as in ESP ?
    Its the tags already in the game just reversing to show enemy all the time its memory nametags not drawn esp tags and stuff

  7. #7
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    On IDA Pro search for cg_friendlyNameFadeOut, you'll find this:
    Code:
    dword_8FAAA4 = sub_50C760(0.0, 0.0, (int)"cg_friendlyNameFadeOut", 1500, 0, 2147483647, 4);
    Now search for 8FAAA4 and you'll find this:
    Code:
    v19 = *(_DWORD *)(dword_8FAAA4 + 12);
    Scroll down to the end of the function and you'll see
    Code:
    return sub_588A10(v5, (char *)&unk_A08630 + 504 * a4, LODWORD(v25));
    Meaning 0x588A10 is our offset

    I'm not teach you how to use it tho.

    Tutorial originally made by King-Orgy for CoD6

    Regards
    Last edited by MarkHC; 09-24-2012 at 06:05 PM.


    CoD Minion from 09/19/2012 to 01/10/2013

  8. #8
    Bashfullbass's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    10
    My Mood
    Doh
    Quote Originally Posted by -InSaNe- View Post
    On IDA Pro search for cg_friendlyNameFadeOut, you'll find this:
    Code:
    dword_8FAAA4 = sub_50C760(0.0, 0.0, (int)"cg_friendlyNameFadeOut", 1500, 0, 2147483647, 4);
    Now search for 8FAAA4 and you'll find this:
    Code:
    v19 = *(_DWORD *)(dword_8FAAA4 + 12);
    Scroll down to the end of the function and you'll see
    Code:
    return sub_588A10(v5, (char *)&unk_A08630 + 504 * a4, LODWORD(v25));
    Meaning 0x588A10 is our offset

    I'm not teach you how to use it tho.

    Tutorial originally made by King-Orgy for CoD6

    Regards
    Figured its just like cod 4 search referenced strings and bam
    thanks bro
    /close thread

  9. #9
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    /Closed as requested
    /Marked as Solved
    Last edited by MarkHC; 09-24-2012 at 10:39 PM.


    CoD Minion from 09/19/2012 to 01/10/2013

  10. The Following User Says Thank You to MarkHC For This Useful Post:

    Bashfullbass (09-24-2012)

Similar Threads

  1. Memory could not be read.
    By iBen95111 in forum Combat Arms Help
    Replies: 2
    Last Post: 05-18-2011, 01:18 PM
  2. Memory Nametags?
    By Sydney in forum Combat Arms Coding Help & Discussion
    Replies: 11
    Last Post: 04-17-2011, 09:58 AM
  3. Memory could not be read?
    By aluseu in forum Combat Arms Help
    Replies: 2
    Last Post: 05-06-2010, 01:47 AM
  4. Replies: 8
    Last Post: 03-19-2010, 11:19 AM
  5. [Help Request] The instruction at 0x0887fcd2 referenced memory at 0x00000065. The memory could not b
    By infernokev8 in forum Combat Arms Help
    Replies: 17
    Last Post: 01-05-2010, 07:48 PM