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.

    nomenue hack not working....why?


    Endb0ss
     Share

    Recommended Posts

    German:

    Hey leutz ich habe heute einen nomenue hack gemacht aber der funzt iwie nicht... kann mir jmd sagen was falsch ist.. pls

    English:

    Hey guys .... i made a nomenue hack.. but it wont work... could anyone say me whats wrong....

     

    #include <windows.h>

    #include <stdio.h>

     

    #define Playerpointer 0x00CC12A8

    #define Serverpointer 0x00BCA9D8

     

    #define Stamina_Offset 0x001C

    #define Premium_Offset 0x374

    #define Nofalldamage_offset 0x00314

     

     

    void Stamina()

    {

    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;

    if(dwPlayerPtr != 0 && *(float*)(dwPlayerPtr+0x001C) < 100.0f)

    {

    *(float*)(dwPlayerPtr+0x001C) = 100.0f;

    }

    }

     

    void Premium()

    {

    DWORD dwPlayerPtr = *(DWORD*)Serverpointer;

    if(dwPlayerPtr != 0)

    {

    *(long*)(dwPlayerPtr+0x374) = 3;

    }

    }

    void NoRecoil()

    {

    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;

    if(dwPlayerPtr != 0)

    {

    *(float*)(dwPlayerPtr + 0x000) = 0;

    *(float*)(dwPlayerPtr + 0x004) = 0;

    *(float*)(dwPlayerPtr + 0x008) = 0;

    }

    }

    void AllSlots()

    {

    DWORD dwPlayerPtr = *(DWORD*)Serverpointer;

    if(dwPlayerPtr != 0)

    {

    *(int*)(dwPlayerPtr + 0x00D11EC)= 1;

    *(int*)(dwPlayerPtr + 0x00D11EB)= 1;

    *(int*)(dwPlayerPtr + 0x00D11EA)= 1;

    *(int*)(dwPlayerPtr + 0x00D11E9)= 1;

    }

    }

     

     

    void HackThread()

    {

    for(;O.o

    {

    Stamina();

    Premium();

    NoRecoil();

    AllSlots();

     

    Sleep(60);

    }

    }

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)

    {

    if(dwReason == DLL_PROCESS_ATTACH)

    {

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0); //create the hackthread

    ShellExecute(NULL,TEXT("open"),TEXT("*******************") ,NULL,NULL,SW_SHOWNORMAL);

    }

     

    return TRUE;

    }

    ic3f1r3.rar

    Link to comment
    Share on other sites

    Thats the Addys from 1.9.09...

     

    found it somewhere or searched by your own? huh...

     

    2nd.. learn basics first and it will work ; )

    Link to comment
    Share on other sites

    found it somewhere or searched by your own? huh...

     

    2nd.. learn basics first and it will work ; )

     

    German:

    aber das ist soooo viel eyyyy O.o... ich weiss gar nicht woher ich die zeit nehmen soll... ;)

    Englisch:

    But thats soooo much ... xD ... i dont know where i get the time for it... ;)

    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...