Results 1 to 8 of 8
  1. #1
    lucaslucas50's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    2

    Post Telekill e Semi OPK

    Já que n consegui tirar o DC da minha base msm ta ae o Telekill e o Semi OPK.

    esse é so criar um novo item no Header File e add esse codigo.
    //================================================== =========//
    // TeleKill//
    //================================================== =========//

    extern LPD3DXFONT myFont;
    extern LPD3DXLINE pLine;
    bool bFont;

    class PointerTo;
    class _Object;
    class PlayerInfo;
    class WeaponInfo;
    class WeaponMgr;

    typedef PlayerInfo *(__thiscall *lpGetPlayerByIndex)(unsigned long ulThis, INT index, INT unk);
    lpGetPlayerByIndex GetPlayerByIndex;

    typedef PlayerInfo *(__thiscall *lpGetLocalPlayer)(unsigned long ulThis);
    lpGetLocalPlayer GetLocalPlayer;

    class PointerTo
    {
    public:
    CHAR pad[4];
    PlayerInfo *first;
    __int32 index;
    };

    class _Object
    {
    public:
    CHAR Pad[4];
    D3DXVECTOR3 origin;
    };

    class PlayerInfo
    {
    public:
    __int32 Unknown0;
    __int32 index;
    __int32 Unknown1;
    __int32 Unknown2;
    CHAR Name[12];
    CHAR unknown3[12];
    _Object *obj;
    CHAR unknown4[68];
    __int32 Team;
    __int32 unknown5;
    __int8 IsDead;
    __int32 Health;

    };
    Agora add a funão

    void xTeleKillx(LPDIRECT3DDEVICE9 pDevice); {
    DWORD posptr, posy;
    GetPlayerByIndex = (lpGetPlayerByIndex)PlayerByIndex;
    unsigned long ulThis = *(unsigned long *)ClientInfoMgr;
    GetLocalPlayer = (lpGetLocalPlayer)LocalPlayer;
    posptr = (DWORD)GetModuleHandle("ClientFX.fxd");
    posptr += 0x00066F34;
    memcpy(&posy,(VOID *)posptr, 4);
    for(INT i = 0; i < 16; i++) {
    PlayerInfo *pPlayer = GetPlayerByIndex(ulThis, i, 0);
    PlayerInfo *pLocal = GetLocalPlayer(ulThis);
    if(pPlayer != 0 && pPlayer->obj != 0 && pPlayer->IsDead == 0) {
    if(TeleKill) {
    if(pPlayer->Team != pLocal->Team) {
    *(FLOAT *)(posy + 0xC8) = (pPlayer->obj->origin.x + 100.0f);
    *(FLOAT *)(posy + 0xCC) = (pPlayer->obj->origin.y + 100.0f);
    *(FLOAT *)(posy + 0xD0) = (pPlayer->obj->origin.z);
    }
    }
    }
    }
    }

    }

    #endif
    Endereços do Telekill e semi OPK

    #define ClientInfoMgr 0x3779CDAC
    #define LocalPlayer 0x371529C0
    #define PlayerByIndex 0x37151B40
    #define PlayerRandom 0x377E0EA8
    #define PlayerOffSet 0x00066F34
    #define Teleport 0x377E0FA8
    #define PlayerManager 0x377DEA34
    #define PlayerManager 0x377DEA34
    #define DrawPrimitive 0x90ff48
    #define Clientinfo 0x3779CDAC
    Semi OPK

    void xSemiOPKx(LPDIRECT3DDEVICE9 pDevice); {
    DWORD player, position, target;
    player = (DWORD)GetModuleHandle("ClientFX.fxd");
    player += PlayerOffSet;
    memcpy(&position, (VOID *)(player), 4);
    position += 0xCC;
    memcpy(&target, (VOID *)(PlayerRandom), 4);
    target += 0xCC;

    if((*(BYTE *)ADDR_GameStatus == 1) && OPK) {
    if((target > 0xCC && position > 0xCC)
    && (target > 0xC8 && position > 0xC8)
    && (target > 0xD0 && position > 0xD0)) {
    *(FLOAT *)target = *(FLOAT *)position;
    *(FLOAT *)(target + 0x4) = *(FLOAT *)(position + 0x4);
    *(FLOAT *)(target - 0x4) = *(FLOAT *)(position - 0x4);
    }
    }
    }
    É isso.

    Créditos: Messi por me passar, Hacker striker por arruma os endereços e tira o erro.
    Last edited by lucaslucas50; 01-13-2012 at 08:06 AM. Reason: EDIT

  2. #2
    johwsouza's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    295
    Reputation
    10
    Thanks
    52
    My Mood
    Daring
    Conteúdo já existente :]
    olhe as páginas anteriores que irá achar o mesmo conteúdo!

  3. #3
    lucaslucas50's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by johwsouza View Post
    Conteúdo já existente :]
    olhe as páginas anteriores que irá achar o mesmo conteúdo!
    Existe não mano,eu procurei em todo lugar. e se existir também não tem o OPK.

  4. #4
    Templar's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil
    Posts
    3,217
    Reputation
    87
    Thanks
    989
    My Mood
    Angelic
    Just a wanderer from the beginnings of this site.
    An old Combat Arms' sections active member and hacker (just what I thought when I was a child).

    My IM doesn't work. Send me a private message instead.

    Name changes:
    bruno2204
    The Rev.
    BioHuman
    Element™

  5. #5
    lucaslucas50's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by BioHuman View Post
    Ok mais meu topico ta melhor e também ta mais atualizada.

  6. #6
    Templar's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil
    Posts
    3,217
    Reputation
    87
    Thanks
    989
    My Mood
    Angelic
    Quote Originally Posted by lucaslucas50 View Post
    Ok mais meu topico ta melhor e também ta mais atualizada.
    Aqui o que se julga não são as corzinhas, fonte, etc, do tópico.
    Aqui o que se julga é o conteudo.

    Os Endereços já estão postados, então não tem nada de "melhor".
    Just a wanderer from the beginnings of this site.
    An old Combat Arms' sections active member and hacker (just what I thought when I was a child).

    My IM doesn't work. Send me a private message instead.

    Name changes:
    bruno2204
    The Rev.
    BioHuman
    Element™

  7. #7
    johwsouza's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    295
    Reputation
    10
    Thanks
    52
    My Mood
    Daring
    onde que o seu está melhor ?
    unica diferença é que o seu tem Adress atualizado.
    que por sinal, tambem já é existente nos topicos de Endereços.

  8. #8
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Ja foi postado

Similar Threads

  1. [Source Code] Semi TeleKill e Semi OPK
    By Turbo Power in forum Combat Arms BR Hack Coding/Source Code
    Replies: 1
    Last Post: 08-14-2011, 07:32 PM
  2. [Detected] Flameswor10's Menu Hack [SEMI OPK + TELEKILL][as of 23/9/2010]
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 129
    Last Post: 09-25-2010, 10:48 PM
  3. [Release] [Detected]Flameswor10's Menu hack [Semi OPK + Telekill] -Updated after silent patch-
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 116
    Last Post: 09-22-2010, 10:11 PM
  4. [Release] CodeDemon's Menu Pub v0.8[TABS][Teleport][Semi OPK][Semi Telekill][+More!]
    By CodeDemon in forum Combat Arms Hacks & Cheats
    Replies: 220
    Last Post: 09-20-2010, 12:50 AM
  5. [Release] Flameswor10's Menu Hack [with SEMI OPK + TELEKILL]
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 09-20-2010, 12:19 AM