Search:

Type: Posts; User: xShouty

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,028

    [Help] Wallhack is not working, I really tried all!

    Hey thanks that you visit my thread :D

    Okay lets start, i post all my relevant code now, its a mixture of mine and some copy paste things from teamgamerfoods source code i think.

    The game just...
  2. Replies
    11
    Views
    1,097

    [Help] This is my Draw fucntion: void DrawBox(float...

    This is my Draw fucntion:


    void DrawBox(float x, float y, float width, float height, float px, int r, int g, int b, int a)
    {
    D3DXVECTOR2 points[5];
    points[0] = D3DXVECTOR2(x, y);
    points[1]...
  3. Replies
    11
    Views
    1,097

    [Help] Ok, first i fixed these things a few days ago...

    Ok, first i fixed these things a few days ago with the different PRM methodes, i know the working of cdll->enemy->health, but my code doesnt draw anything...
    and i dont F*cking know why :/


    ...
  4. Replies
    11
    Views
    1,097

    [Help] Does nobody know a solution ? :/

    Does nobody know a solution ? :/
  5. Replies
    11
    Views
    1,097

    [Help] Ok i heared of vertecies i should look for it and...

    Ok i heared of vertecies i should look for it and my W2S :



    typedef struct {
    float flMatrix[4][4];
    }WorldToScreenMatrix_t;

    WorldToScreenMatrix_t W2S_M;
  6. Replies
    11
    Views
    1,097

    [Help] The Draw Box func ist working cuz my little Box...

    The Draw Box func ist working cuz my little Box was drawed top left of cs go
  7. Replies
    11
    Views
    1,097

    [Help] ESP doesnt draw a Box

    Hey guys, i drawed a box when WorldToScreen() function... in the top left corner of cs go... At first i want to draw a box of all Player but it doesnt work, theres no box, only the top left one...
    ...
  8. Replies
    3
    Views
    845

    [Help] Internal D3D Hooking Try

    Hey guys, i dont know whats wrong so csgo is closing every time when i inject the dll, because the Device Reading fail




    IDirect3D9Ex* dx_Object = NULL;

    /*
    Applications use the methods of...
  9. Replies
    16
    Views
    4,196

    [Help] Ok, i know its stupid to do it with InCross but i...

    Ok, i know its stupid to do it with InCross but i want that it works...



    This is my Code now but it still doesnt work, when i activate the Trigger, my Bunnyhop doesnt work anymore that seems...
  10. Replies
    16
    Views
    4,196

    [Help] Haha thanks :D I know that i have to include the...

    Haha thanks :D I know that i have to include the SDK vor IClientEntity, but I dont know how to do this, im not rlly a beginnger and i searched for so many ways, but there are only dumb messeges when...
  11. Replies
    16
    Views
    4,196

    [Help] Ok, thank u very much. I know that this...

    Ok, thank u very much. I know that this "Function" creats two points A and B and that it draw a "Line" from the shot of a weapon to a point, where the shot gets into it, that would be the Enemy...
  12. Replies
    16
    Views
    4,196

    [Help] Where's the diffrent between Tracyray and the...

    Where's the diffrent between Tracyray and the normal methode ?, and i dont know how to check hitboxes, im "new" :D
  13. Replies
    16
    Views
    4,196

    [Help] How then ? :)

    How then ? :)
  14. Replies
    16
    Views
    4,196

    [Help] CS GO Internal TriggerBot

    Hey guys, can some help me.. always when the dll gets into the Trigger funktion cs go crashs so ...




    //LOCAL
    DWORD dw_PlayerBase = 0xA2F4AC;
    DWORD dw_Health = 0xFC;
    DWORD dw_Team = 0xF0;
  15. Replies
    6
    Views
    1,156

    [Help] Ok thank u btw, i fixed it 20 minutes ago or so...

    Ok thank u btw, i fixed it 20 minutes ago or so
    this mistake was that i was only take dw_localPlayer as Byte : (BYTE) dw_LocalPlayer + dw_flagoffs
    The right code is (BYTE) (dw_LocalPlayer +...
  16. Replies
    6
    Views
    1,156

    [Help] Ok, i know where the Problem ist : DWORD...

    Ok, i know where the Problem ist :


    DWORD GetFlagStat () {
    return *(BYTE*) dw_LocalPlayer + dw_flagsoff;
    }



    if ((BYTE)GetFlagStat() == 1 || (BYTE)GetFlagStat() == 3 ||...
  17. Replies
    6
    Views
    1,156

    [Help] CS GO Internal Bunnyhop fix

    Hey guys, i need ur help my dll doesnt want to work :(

    DWORD dw_jumpstatoff = 0x4EDFC98;
    DWORD dw_PlayerBase = 0xA2F4AC;
    DWORD dw_flagsoff = 0x100;

    DWORD clientDll =...
  18. Replies
    9
    Views
    1,360

    [Help] CS GO Internal ESP Help

    Hello guys, my question :

    Whats the diffrent between the Internal and External Code, i want to made a Internal esp and i dont know what i have to do know
    How can i hook in the game and how do i...
  19. Replies
    3
    Views
    688

    [Help] Heres my bhop if (bhopstatus == true) {...

    Heres my bhop


    if (bhopstatus == true)
    {
    ReadProcessMemory(fProcess.__HandleProcess, (void *)(fProcess.__dwordClient + __dw_PlayerBase), &__dw_LocalPlayer, sizeof(DWORD), NULL);
    ...
  20. Replies
    2
    Views
    2,220

    [Source Code] C++ Bunny Hop & Trigger Source

    Here is a working Bunnyhop and Trigger hack,if you have the right Offsets, if not, dump the game =D


    if (bhopstatus == true)
    {
    ReadProcessMemory(fProcess.__HandleProcess, (void...
  21. Replies
    5
    Views
    649

    [Help] Yea thanks, i gonna try an another dumper next...

    Yea thanks, i gonna try an another dumper next time ^^ :D
  22. Replies
    5
    Views
    649

    [Help] Nice thx it works, but how did you know that i...

    Nice thx it works, but how did you know that i was unsing 0xAA48 instead of 0xAA44
    Btw im unsing Y3t1y3t´s Dumper
  23. Thread: Offset dumper?

    by xShouty
    Replies
    2
    Views
    1,453

    [Help] The best Dumper is drom Y3t1y3t, google it :)

    The best Dumper is drom Y3t1y3t, google it :)
  24. Replies
    5
    Views
    649

    [Help] CS GO TriggerBot Patched HELP

    TriggerBot

    This Source Code doesnt work any more




    if (btriggerHack == true)
    {
    ReadProcessMemory(fProcess.__HandleProcess, (void *)(fProcess.__dwordClient + __dw_PlayerBase),...
Results 1 to 24 of 25