Thread: viewmatrix

Results 1 to 5 of 5
  1. #1
    KiloDainian's Avatar
    Join Date
    Oct 2023
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0

    viewmatrix

    I tried to find viewmatrix with camerapos, but after checking several hundred addresses I didn't find the right one (maybe I missed it). Does anyone have a pointer?

  2. #2
    FAISAL32's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    154

    UP

    ofc
    Code:
    base = 0x11DBC04
    y Offsets = [0x10, 0x28]
    x Offsets = [0x10, 0x2c]
    minview Offsets = [0x10, 0x3c]
    maxview Offsets = [0x10, 0x34]
    Last edited by FAISAL32; 02-05-2024 at 01:40 PM.

  3. #3
    KiloDainian's Avatar
    Join Date
    Oct 2023
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FAISAL32 View Post
    ofc
    Code:
    base = 0x11DBC04
    y Offsets = [0x10, 0x28]
    x Offsets = [0x10, 0x2c]
    minview Offsets = [0x10, 0x3c]
    maxview Offsets = [0x10, 0x34]

    It's not exactly what I'm looking for, but how to use this data for ESP rendering, I have no idea.
    Oh, does the view matrix calculate these x and y? First time trying to create esp  ̄へ ̄
    Last edited by KiloDainian; 02-05-2024 at 03:26 PM.

  4. #4
    FAISAL32's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    154
    Hey why are you bothering with that viewmatrix thing when all you want is to make an ESP No need for it man Its only useful for aimbot and some other basic stuff Right now what you really need is the player positions and you gotta figure out a way to locate players and enemies

    for find ur pos u can use base address and this offsets

    Code:
    x = [8, 28, C4, 4, 80]
    z = [8, 28, C4, 4, 84]
    y = [8, 28, C4, 4, 88]

  5. #5
    KiloDainian's Avatar
    Join Date
    Oct 2023
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FAISAL32 View Post
    Hey why are you bothering with that viewmatrix thing when all you want is to make an ESP No need for it man Its only useful for aimbot and some other basic stuff Right now what you really need is the player positions and you gotta figure out a way to locate players and enemies

    for find ur pos u can use base address and this offsets

    Code:
    x = [8, 28, C4, 4, 80]
    z = [8, 28, C4, 4, 84]
    y = [8, 28, C4, 4, 88]
    I wanted to find a viewmatrix to just insert into existing code. I already have all the positions of players, mobs, plants. Also have functions to calculate aimbot or silent aim. Mb i can use them to create esp, but just wanted to copy-paste
    Last edited by KiloDainian; 02-06-2024 at 03:05 AM.

Similar Threads

  1. [Help] Finding ViewMatrix on PS2 specifically
    By Smite2120 in forum Planetside 2 Hacks & Cheats
    Replies: 2
    Last Post: 07-15-2020, 10:24 AM
  2. [Help] Viewmatrix and WorldToScreen
    By crvs899 in forum Counter-Strike 2 Coding & Resources
    Replies: 1
    Last Post: 06-06-2016, 02:38 AM
  3. [Help] Finding ViewMatrix offsets
    By Alex343 in forum General Game Hacking
    Replies: 0
    Last Post: 03-28-2016, 02:09 PM
  4. [Request] ViewMatrix pattern ?
    By Radu97 in forum Counter-Strike 2 Coding & Resources
    Replies: 8
    Last Post: 11-09-2015, 10:30 AM
  5. ViewMatrix problem
    By MrKerras in forum Battlefield 3 Help
    Replies: 2
    Last Post: 09-07-2014, 12:06 AM