Search:

Type: Posts; User: luizimloko

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    926

    Flengo . - - - Updated - - - ...

    Flengo .

    - - - Updated - - -



    I still couldn't find where I change my image title hahah
  2. Replies
    3
    Views
    926

    Image Title Change

    I would like to remove my title image, because it's buggy.
  3. Replies
    13
    Views
    5,968

    Felizmente sobrevivi tehe.

    Felizmente sobrevivi tehe.
  4. Replies
    4
    Views
    3,101

    [Source Code] VER_BR_1910.02

    #define ADDR_CSHELL_BASE 0x37100000
    #define ADDR_MTBWCRET 0x37480949
    #define ADDR_LTCLIENT 0x38438498
    #define ADDR_WEAPONMGR 0x384A6FD4
    #define ADDR_CONSOLE 0x38433030...
  5. Replies
    21
    Views
    7,201

    .

    .
  6. Replies
    11
    Views
    1,770

    [Solved] .

    .
  7. Replies
    11
    Views
    1,770

    [Solved] .

    .
  8. Replies
    25
    Views
    3,675

    [Solved] #define YAW 0x530 #define PITCH 0x534 class...

    #define YAW 0x530
    #define PITCH 0x534

    class cLTPlayerClient
    {
    public:
    char _UnkSpace[0x530];
    float Pitch;
    float Yaw;
    };
  9. Replies
    2
    Views
    544

    class CPlayer { public: char _0x0000[8];...

    class CPlayer
    {
    public:
    char _0x0000[8];
    __int32 *Object; //0x0008
    BYTE ClientID; //0x000C
    BYTE TeamID; //0x000D
    char Name[12]; //0x000E
    char _0x0016[2];
    CCharacterFX* CharacterFX;...
  10. Replies
    25
    Views
    3,675

    [Solved] idk why doing aimbot by mouse_event , doing on...

    idk why doing aimbot by mouse_event , doing on this way makes the aimbot very slow and sometimes imprecise. Is perfectly possible do the aimbot by Yaw and Pitch without get 'Client Error 30_0' you...
  11. Replies
    25
    Views
    3,675

    [Solved] float DistX = 0.0f, DistY = 0.0f; if(...

    float DistX = 0.0f, DistY = 0.0f;

    if( AimPos.x > ScreenX )
    DistX = -( ScreenX - AimPos.x );
    else
    DistX = AimPos.x - ScreenX;

    if( AimPos.y > ScreenY )
    DistY = -( ScreenY - AimPos.y...
  12. Replies
    28
    Views
    4,463

    [Source Code] XignCode don't applies any ban on HWID trust on...

    XignCode don't applies any ban on HWID trust on me ... i already verified it. XignCode list all network adapters and blacklist all, so you need change the mac address of them all. Some adapters you...
  13. Replies
    8
    Views
    1,756

    [Source Code] theses methods maybe prevent a insta ban, so, a...

    theses methods maybe prevent a insta ban, so, a log is sended to server. you will get a ban anyway in the next update or few days later.
  14. I particularly did a driver to remove the...

    I particularly did a driver to remove the XignCode kernel callbacks on OpenProcess, so...

    https://i.imgur.com/i3dIECb.png
  15. Replies
    28
    Views
    4,463

    [Source Code] //ADDR_DIPENGINE_1: //8b 80 48 01 00 00 57 51 55...

    //ADDR_DIPENGINE_1:
    //8b 80 48 01 00 00 57 51 55 52 6a 00 6a 04 53 ff d0 85 c0 7c ??

    //ADDR_DIPENGINE_2:
    //8b 88 48 01 00 00 55 6a 00 53 6a 00 6a 00 6a 04 57 ff d1 85 c0 7c ??
  16. https://i.imgur.com/cdi4Tm0.png Agradeço a...

    https://i.imgur.com/cdi4Tm0.png

    Agradeço a oferta amigo, mas tenho outros planos.
  17. Replies
    28
    Views
    4,463

    [Source Code] #define ADDR_DIPENGINE_1 0x004DA306 #define...

    #define ADDR_DIPENGINE_1 0x004DA306
    #define ADDR_DIPENGINE_2 0x004E5C94

    __declspec( naked ) HRESULT WINAPI DrawIndexedPrimitive_1( void )
    {
    static LPDIRECT3DDEVICE9 pDevice;
    static...
  18. class CPlayer { public: char _0x0000[8];...

    class CPlayer
    {
    public:
    char _0x0000[8];
    __int32 *Object; //0x0008
    BYTE ClientID; //0x000C
    BYTE TeamID; //0x000D
    char Name[12]; //0x000E
    char _0x0016[2];
    CCharacterFX *pCharacterFX;...
  19. Replies
    15
    Views
    2,485

    The glow thickness isn't unique to entity. in few...

    The glow thickness isn't unique to entity. in few words is a global value, when do you modify, the changes sets on all clients.
  20. Replies
    31
    Views
    5,125

    [Release] Its a linear transformation of R3 (vec3 players...

    Its a linear transformation of R3 (vec3 players coordinates 'x,y,z') to R2 (screen coordinates 'x,y'), if you want learn more about that ......
  21. Replies
    6
    Views
    2,286

    #define ADDR_LTCLIENTSHELL 0x014372E0 #define...

    #define ADDR_LTCLIENTSHELL 0x014372E0
    #define ADDR_ILTMODEL 0x01433ACC

    #define OFFSET_PLAYERSIZE 0xD78
    #define OFFSET_PLAYERSTART 0x1F8
    #define OFFSET_ME 0x204

    CPlayer...
  22. Replies
    6
    Views
    2,286

    #define ADDR_ILTMODEL 0x01433ACC unsigned...

    #define ADDR_ILTMODEL 0x01433ACC

    unsigned int GetNodeTransform( int *Obj, unsigned int iNodeNumber, CTransform *pTransForm )
    {
    char *strCShell = "CShell.dll";

    __asm
    {
    PUSH strCShell...
  23. Replies
    31
    Views
    5,125

    [Release] There's only some way to reach a goal ?, i'm not...

    There's only some way to reach a goal ?, i'm not using s0beit's code, this code i adapted from my Warface source.

    ptbr:

    Em computação existe somente uma forma de se chegar em um objetivo ? eu...
  24. Replies
    31
    Views
    5,125

    [Release] Based on this article: PT-BR (...

    Based on this article:
    PT-BR ( https://pt.wikipedia.org/wiki/Caixa_delimitadora_m%C3%ADnima ).
    EN-US ( https://en.wikipedia.org/wiki/Bounding_volume ).

    https://i.imgur.com/kY0uijW.png

    Dynamic...
  25. Replies
    25
    Views
    5,146

    [Preview] I believe your menu is very similar to this one....

    I believe your menu is very similar to this one. tehe

    https://i.imgur.com/KfJQHNW.png
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4