Results 1 to 2 of 2
  1. #1
    onlystats's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Question Cant find the address for the VIEWMATRIX in Cs:Go...

    Hey Guys,
    I have only a few months ago started writing hacks for counter strike global offensive. I have already written a nice hack with BHOP, external trigger, glowhack and aimbot. Now i would like to make the aimbot better. What it does right now is cycling through all players and filtering out my teammates by pressing a key.

    I would like to make an FOV aimbot, i already now how to do it and now the logic behind it. However, using the address for the viewmatix by haze, in the hazedumper (which is: dwViewMatrix = 0x4A77164; ), the values are definetly not right.

    in cheatengine do i search for the address like that?:
    Ptr: "client.dll" + 0x4A77164

    or is it a static address? or do i search for the localplayer first? and then the viewmatrix?
    Also, its a 4x4 matrix right?
    when i have the matrix, do i store it in a 2Dimensional float Array?

    Thanks in advance.

    PS: i'm so fu**ing frustrated that i cant find it
    Edit: Also im really sry for the title, it may be misleading

  2. #2
    PhY'z's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    518
    Reputation
    58
    Thanks
    1,310
    My Mood
    Angelic
    You can store the matrix at a float [4][4].
    Yes its client.dll + dwViewMatrix from what i remember. Just read and cast to that float.

    mm.read< Matrix4x4 >("client.dll" + offset::get().m_dwViewMatrix);
    Contact with me in any question...


    Hi (:

Similar Threads

  1. [Help Request] I cant find No recoil for the life of me :C
    By lordxchris in forum Call of Duty Advanced Warfare Coding/Resources
    Replies: 8
    Last Post: 02-18-2015, 02:03 PM
  2. Can not find the address for gravity?
    By XDImMattXD in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 4
    Last Post: 07-20-2013, 10:38 PM
  3. [Request] Aimbot hack undetected please. i cant find one :( thx for the help! :D
    By Axle54321 in forum Battlefield Play4Free Hacks
    Replies: 6
    Last Post: 06-06-2013, 10:04 AM
  4. I cant find the texture for the Dragunov SVDS Camo?
    By EPiCiaN in forum Combat Arms Mod Help
    Replies: 2
    Last Post: 04-01-2012, 11:33 AM
  5. giv me the address for the things needed to hack plz?
    By jd3996 in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 10-17-2008, 09:32 PM