Thread: Multicore w2s

Results 1 to 4 of 4
  1. #1
    CLOOK's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Sad

    Multicore w2s

    Hey all! I'm currently working with a d3d hook for my cheat. I have everything working but unfortunately I have some esp flicker because of my w2s function. I was wondering how I would go about getting the w2s matrix myself instead of via the Engine to stop the flickering from happening.
    Last edited by CLOOK; 05-19-2016 at 03:33 PM.

  2. #2
    4773n0x's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    1,235
    This works with multicore rendering.
    Code:
    static auto dwFunction = FindSignature(XorStr("engine.dll"), XorStr("A1 ? ? ? ? 83 F8 01 7E 11 69 C8"));
    static DWORD_PTR dwVMatrixPtr = *(DWORD_PTR*)(dwFunction + 0x11);
    DWORD_PTR dwVMatrix = *(DWORD_PTR*)dwVMatrixPtr;
    DWORD_PTR dwResult = dwVMatrix + 2 * 528 - 68;
    
    // This is your W2S Matrix
    const VMatrix& w2sMatrix = (VMatrix&)(*(DWORD_PTR*)dwResult);
    Credits to LazyFunker @UC
    Last edited by 4773n0x; 05-20-2016 at 04:55 AM.

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

    CLOOK (05-20-2016)

  4. #3
    CLOOK's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Sad
    Quote Originally Posted by 4773n0x View Post
    This works with multicore rendering.
    Code:
    static auto dwFunction = FindSignature(XorStr("engine.dll"), XorStr("A1 ? ? ? ? 83 F8 01 7E 11 69 C8"));
    static DWORD_PTR dwVMatrixPtr = *(DWORD_PTR*)(dwFunction + 0x11);
    DWORD_PTR dwVMatrix = *(DWORD_PTR*)dwVMatrixPtr;
    DWORD_PTR dwResult = dwVMatrix + 2 * 528 - 68;
    
    // This is your W2S Matrix
    const VMatrix& w2sMatrix = (VMatrix&)(*(DWORD_PTR*)dwResult);
    Credits to LazyFunker @UC
    Thanks dude you are the best <3 +rep
    /closed

  5. The Following User Says Thank You to CLOOK For This Useful Post:

    4773n0x (05-21-2016)

  6. #4
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Solved & closed.

Similar Threads

  1. [Help Request] WorldToScreen or W2S
    By demtrios in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 03-20-2013, 06:07 AM
  2. [Info] Endereços para D3DXMATRIX - W2S
    By Code64 in forum Combat Arms BR Hack Coding/Source Code
    Replies: 6
    Last Post: 02-21-2012, 08:21 PM
  3. [Source Code] Engine W2S
    By cardoow in forum Call of Duty Hacks & Cheats
    Replies: 32
    Last Post: 11-30-2011, 05:32 PM
  4. [Source Code] w2s
    By sn1p3ro12 in forum All Points Bulletin Reloaded Hacks
    Replies: 21
    Last Post: 11-10-2011, 09:09 AM
  5. Vertexshader W2s
    By SNal2F in forum Battlefield Play4Free Hacks
    Replies: 0
    Last Post: 12-16-2010, 03:04 PM