Results 1 to 2 of 2
  1. #1
    VicSeras's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2

    Player Horizontal Angle Offset

    How can I find the offset for the local player's yaw? (Horizontal angle, if you are looking north/west/south/east, second value under angle in cl_showpos 1)

    Code:
    DWORD LP;
    DWORD clientDll;
    float yaw;
    
    Mem.Process("csgo.exe");
    clientDll = Mem.Module("client.dll");
    LP = Mem.Read<DWORD>(ClientDLL + 0x00A4CA5C);
    yaw = Mem.Read<float>(LP + 0x4CE0+ 0x04);

    Is this correct/does/should this work?
    Last edited by VicSeras; 05-20-2015 at 01:00 AM. Reason: Code editing

  2. #2
    VicSeras's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2
    Anyone who has coded a radar, how do you rotate it? Doesn't you use the players angle to set the rotation and if so how can I find the value?

Similar Threads

  1. [Discussion] I need some Players to find offset
    By KingX735 in forum Call of Duty Black Ops 2 Private Server Hacks
    Replies: 3
    Last Post: 08-13-2013, 04:47 PM
  2. [Solved] Ajuda com Adress Player Offset
    By ChaosMagician in forum Combat Arms BR Coding Help
    Replies: 24
    Last Post: 04-21-2011, 08:23 PM
  3. Need the angles offsets
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 15
    Last Post: 11-02-2010, 11:58 PM
  4. Combat Arms Player Pointers + Offsets
    By Fabolous in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 07-14-2010, 03:54 AM
  5. Player pointer+ X,Y,Z offsets-CHanged?
    By nIlluminati in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 06-12-2010, 03:24 AM