Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    help with hack! pls


    philipp1248
     Share

    Recommended Posts

    I Have made a dll hack with recoil and no spread but my Hack doesn't run (sorry for the bad englisch)

     

    #include <stdio.h>
    #include <windows.h>
    #define OFS_NORECOIL1 0x0000001c 
    #define OFS_NORECOIL2 0x00000020
    #define OFS_NORECOIL3 0x00000024
    #define ADR_NOSPREAD 0x0089B098
    #define ADR_SCOPE 0x007BFDAC
    #define ADR_PLAYERPTR 0x00A547A0
    #define ADR_SERVERPOINTER 0x0094F7C0
    
    DWORD *ingame= (DWORD*)ADR_PLAYERPTR;
    DWORD *megame= (DWORD*)ADR_SERVERPOINTER;
    
    
    void NoRecoil ()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPTR;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
    }
    }
    
    void NoSpread ()
    {
    *(int*)ADR_NOSPREAD = 0;
    }
    
    
    void Scope ()
    {
    if(GetAsyncKeyState(VK_RBUTTON))
    {
    *(int*)(ADR_SCOPE) = (int)1;
    }
    else
    {
    *(int*)(ADR_SCOPE) = (int)5;
    }
    }
    
    
    void HackThread()
    {
    for(;;)
    {
    if(*ingame)
    {
    NoRecoil ();
    NoSpread ();
    Scope ();
    
    }
    if(*megame)
    {
    
    }
    Sleep(20);
    }
    }
    
    
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
    {
    switch(DWORD_GRUND)
    {
    case 1:
    
    ShellExecuteA(NULL,"Open","",NULL,NULL,1);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    break;
    case 2:
    break;
    }
    return TRUE;
    }

     

    pls help me

    Edited by philipp1248
    Link to comment
    Share on other sites

    What is not working? Just the functions, does it crash, are there errors? More information please!

    Link to comment
    Share on other sites

    wrong addresse's

     

    m_dwPlayerPointer = 0x00A71030;

    m_dwServerPointer = 0x0096BDE8;

     

    also this line is very interesting O.o => ShellExecuteA(NULL,"Open","",NULL,NULL,1);

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...