Results 1 to 2 of 2
  1. #1
    KappaMang's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep

    Reading view angles?

    Here is what I use to find my view angles.
    Code:
    engineState = fProcess.ReadUInt("engine.dll", (int)Offsets.Default.EnginePos);
                    myAngles.x = fProcess.ReadFloat((int)(engineState + (int)Offsets.Default.ViewAngles));
                    myAngles.y = fProcess.ReadFloat((int)(engineState + (int)Offsets.Default.ViewAngles + 0x4));
                    myAngles.z = fProcess.ReadFloat((int)(engineState + (int)Offsets.Default.ViewAngles + 0x8));
    This is C# btw. Ignore the horrible int casting and such, but when I debug this my angles are 0. The offsets are up to date. Any suggestions?

    //EDIT:
    Fixed, solved n closed
    Last edited by KappaMang; 06-28-2016 at 06:50 PM. Reason: Fixed problem

  2. #2
    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. [Solved] Possible View Angles Help
    By theogggg in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 05-21-2016, 03:53 AM
  2. [Help] Player View Angles?
    By HexMurder in forum Call of Duty Hacks & Cheats
    Replies: 3
    Last Post: 03-26-2016, 08:35 AM
  3. [Solved] Get view angles
    By zurasaur in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 04-17-2015, 03:34 PM
  4. [WTT] Looking for a Arma 2 key i will trade YouTube views. read desc.
    By gildy in forum DayZ Selling / Trading / Buying
    Replies: 2
    Last Post: 03-15-2013, 01:28 PM
  5. [Discussion] Added "Aim Angle" and "Behind View" to MAT Automaton
    By dBased in forum Mission Against Terror Discussions
    Replies: 22
    Last Post: 04-05-2011, 01:13 AM