Results 1 to 1 of 1
  1. #1
    Vitrix Maggot
    Vitrix Maggot is offline
    Member-in-training Vitrix Maggot's Avatar
    Join Date
    2013 Apr
    Location
    Brasil
    Posts
    58
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    43
    Thanked in
    24 Posts
    Rep Power
    0

    P&O - Coordenadas dos players Point Black

    Olá, colegas.
    Algumas pessoas que converso já estão quase conseguindo fazer seus próprios esps e sistema de mira (leia-se aimbot).
    Talvez eu possa contribuir com alguns centavos nessa jornada
    Abaixo, apresento onde, dentre outras formas, pode-se conseguir isso.
    Lembre-se que esses valores referem-se às coordenadas do mapa, é necessário tranformá-las em coordenadas de tela, caso desejem fazer algum tipo de esp.


    Hello, gentlemen.
    Some people I talk to are almost managing to make their own ESPs and targeting system (read aimbot).
    Maybe I can contribute a few cents on this journey
    Below present which, among other ways, this can be achieved.
    Remember that these values ​​refer to the map coordinates, it is necessary transforms them into screen coordinates, if they wish to do some kind of esp.


    DWORD gc = *(DWORD*)0xACFA08; //esse é o g_pGameContext
    for (UINT iSlot = 0; iSlot < 16; iSlot ++)
    {
    float fYaw = *(float*) ( (*(DWORD*)(gc + 4 * iSlot + 0x25ABC)) + 0x64 );
    float fPitch = *(float*) ( (*(DWORD*)(gc + 4 * iSlot + 0x25ABC)) + 0x68 );
    float fPosX = *(float*) ( (*(DWORD*)(gc + 4 * iSlot + 0x25ABC)) + 0x6C );
    float fPosY = *(float*) ( (*(DWORD*)(gc + 4 * iSlot + 0x25ABC)) + 0x70 );
    float fPosZ = *(float*) ( (*(DWORD*)(gc + 4 * iSlot + 0x25ABC)) + 0x74 );
    }
    Lembre-se que seu slot está em gc + 0x2A424.
    I admire most other programmers not paid any dick!!

    Admiro outros Programadores mais nao pago pau pra nenhum !!


    Skype: Vitor Monteiro

Similar Threads

  1. [Help] Black Screen
    By joeySW in forum Dragon Nest
    Replies: 2
    Last Post: 2014-10-22, 09:30 AM
  2. Source Code Wall Hack D3D (Point Black)
    By Vitrix Maggot in forum C/C++
    Replies: 0
    Last Post: 2013-06-30, 02:32 PM
  3. Source Auto Shot [ Point Black]
    By Vitrix Maggot in forum C/C++
    Replies: 0
    Last Post: 2013-06-30, 02:24 PM
  4. S/V> Account Black Shot / Conta de Black Shot
    By wesleicardoso in forum Buying Place
    Replies: 0
    Last Post: 2013-05-03, 12:57 PM
  5. PHC-Black.Virus
    By PHC-Black.Virus in forum Introduction / Say 'Hello'
    Replies: 0
    Last Post: 2012-12-09, 04:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •