Results 1 to 5 of 5
  1. #1
    qhtbvv's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0

    This address has changed. I want to know how to get this.

    aLTModel = FindPattern(CShell, 0xFFFFFF, (PBYTE)"\x8B\x0D\x00\x00\x00\x00\x8B\x44\x24\x0C\x 8B\x11", "xx????xxxxxx");
    aLTModel = *(DWORD*)(aLTModel + 0x2);


    \x8B\x0D\x00\x00\x00\x00\x8B\x44\x24\x0C\x8B\x11

    This address has changed. I want to know how to get this.

    Please help me get new ones

  2. #2
    Confirm-'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    Search it Your Self
    Last edited by Confirm-; 12-12-2018 at 11:18 AM.

  3. #3
    96neko's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    00:25:B5:AA:01:1F
    Posts
    768
    Reputation
    10
    Thanks
    142
    My Mood
    Angelic
    Quote Originally Posted by qhtbvv View Post
    aLTModel = FindPattern(CShell, 0xFFFFFF, (PBYTE)"\x8B\x0D\x00\x00\x00\x00\x8B\x44\x24\x0C\x 8B\x11", "xx????xxxxxx");
    aLTModel = *(DWORD*)(aLTModel + 0x2);


    \x8B\x0D\x00\x00\x00\x00\x8B\x44\x24\x0C\x8B\x11

    This address has changed. I want to know how to get this.

    Please help me get new ones
    there's 2 logs threads was posted today , take the LTModel address and just create a new sig for it



  4. #4
    Goocolax's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    My PC
    Posts
    350
    Reputation
    76
    Thanks
    755
    My Mood
    Drunk
    Code:
    aLTModel //pattern: 8B 0D ?? ?? ?? ?? 8B 44 24 0C 8B 11
    credits: forgot who made this signature honestly, but it wasn't me
    its working fine in CFWest

    edit: you're using the same signature, just in a different style
    not sure what your issue is

    anyhow:

    Code:
    #define aLTModel 0x1280ABC
    Last edited by Goocolax; 12-12-2018 at 11:12 PM.

  5. #5
    qhtbvv's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0

    I made a mistake, but he'll back off.

    Quote Originally Posted by Goocolax View Post
    Code:
    aLTModel //pattern: 8B 0D ?? ?? ?? ?? 8B 44 24 0C 8B 11
    credits: forgot who made this signature honestly, but it wasn't me
    its working fine in CFWest

    edit: you're using the same signature, just in a different style
    not sure what your issue is

    anyhow:

    Code:
    #define aLTModel 0x1280ABC
    void cGetCoor::GetBonePositionEx(cObject* obj, UINT Bone, Transform* Trans)
    {
    __asm
    {
    mov ecx, Memory.aLTModel
    mov ecx, [ecx]
    MOV EDX, DWORD PTR DS : [ECX]
    MOV EDX, DWORD PTR DS : [EDX + 0x3c]
    PUSH 1
    PUSH Trans
    PUSH Bone
    PUSH obj
    CALL EDX
    }
    }

    I made a mistake, but he'll back off.

Similar Threads

  1. [Help] I want to know. How to get restricted.
    By lalaforyouuu in forum osu! Discussions & Help
    Replies: 4
    Last Post: 07-22-2017, 07:12 AM
  2. Anyone know how to get this guys IP from skype,
    By dylster67 in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 08-18-2016, 12:22 AM
  3. Replies: 1
    Last Post: 08-26-2015, 10:18 AM
  4. Does Anybody Want to Know How to do This?
    By Sphearow in forum Combat Arms Mod Discussion
    Replies: 6
    Last Post: 01-09-2010, 04:36 PM
  5. Replies: 1
    Last Post: 09-26-2009, 03:08 AM