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?
UP
ofc
Code:
base = 0x11DBC04
y Offsets = [0x10, 0x28]
x Offsets = [0x10, 0x2c]
minview Offsets = [0x10, 0x3c]
maxview Offsets = [0x10, 0x34]
Originally Posted by FAISAL32
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  ̄へ ̄
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]
Originally Posted by FAISAL32
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