Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic

    Post Some Addresses after the new Patch (1076) (Player,Weapon,Texture info, antiantispam)

    The Shoot through wall Offsets have been changed too and the number of Bytes of every dimension of the Array.
    If you have skills, it will be easy to find it.

    Anti debug Bypass : CShell.dll + 2B**20 (asm) (Censored, leechers would leech this)
    Player : CShell.dll + 34C748 (Pointer)
    Weapon : CShell.dll + A65EE8 (Pointer)
    Texture info : CShell.dll + A65ED4 (Pointer)
    Anti Spam Bypass : CShell.dll + A6E418 (int)

    If you want to release this on other forums, write that it isnt yours.
    I've seen my weaponlog without any credits in another forum.

    Find the offsets yourself.

    Recoil / Spread :
    1E90 + 274 - 1E90 + 274 + 200
    2250 + 274 - 2250 + 274 + 50
    ^
    Real coders will know what to do.
    Last edited by derh.acker; 10-21-2011 at 08:28 AM.

  2. #2
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Nice thx
    i wonder why stupid CF made 2 updates in 2 days

    EDIT:
    strange, 1076 updated CShell but didn't update offsets
    Last edited by giniyat101; 10-21-2011 at 06:00 AM.


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  3. #3
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by giniyat101 View Post
    Nice thx
    i wonder why stupid CF made 2 updates in 2 days

    EDIT:
    strange, 1076 updated CShell but didn't update offsets
    Yaeh when they updated cshell today again I noticed all is still same
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  4. #4
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by Philong Nguyen View Post

    Yaeh when they updated cshell today again I noticed all is still same
    i have the old CShell
    i will dump both and use File compare.


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  5. #5
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Maybe they replaced something, which has the same size?

  6. #6
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Player pointer is wrong , the right is 34C748+50 = 0x34C798





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  7. #7
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by Takrai View Post
    Player pointer is wrong , the right is 34C748+50 = 0x34C798
    No, it isn't -.-
    _asm
    {
    mov edx, cshellbase
    mov eax, dword ptr[edx + 344200]
    mov ecx, dword ptr[edx + 20C03]
    add eax, ecx
    mov player,eax
    }
    ^
    I don't know if this works in the c++ inline assembler

    00344200 = 0034C6F8
    10020C03 = 50
    34C6F8 + 50 = 34C748

    Edit : Looks like you got 34C748 in your thread
    Last edited by derh.acker; 10-21-2011 at 08:24 AM.

  8. #8
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Quote Originally Posted by Takrai View Post
    Player pointer is wrong , the right is 34C748+50 = 0x34C798
    So funny..I have No Idea
    It's finally Over!

  9. #9
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    yeah u are right
    i'm get wrong offest
    now the right one 0x34C748





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  10. #10
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by Takrai View Post
    yeah u are right
    i'm get wrong offest
    now the right one 0x34C748
    xD
    /msg2short

  11. #11
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by derh.acker View Post
    No, it isn't -.-
    _asm
    {
    mov edx, cshellbase
    mov eax, dword ptr[edx + 344200]
    mov ecx, dword ptr[edx + 20C03]
    add eax, ecx
    mov player,eax
    }
    ^
    I don't know if this works in the c++ inline assembler

    00344200 = 0034C6F8
    10020C03 = 50
    34C6F8 + 50 = 34C748

    Edit : Looks like you got 34C748 in your thread
    oops u forgot 0x in C++ inline asm


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  12. #12
    Extractional's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    California
    Posts
    4,190
    Reputation
    -287
    Thanks
    355
    My Mood
    Cynical
    Thanks

  13. #13
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by giniyat101 View Post
    oops u forgot 0x in C++ inline asm
    You're right
    I can't longer edit it

  14. #14
    crazybone96's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Hero's Rape Dungeon
    Posts
    962
    Reputation
    6
    Thanks
    227
    My Mood
    Aggressive
    thanks for this mate.
     


     


     
    Check it out Here :P


  15. #15
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    nice work..
    i use

Page 1 of 2 12 LastLast