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.

    any coder i need help please


    ΣLΣXTrO
     Share

    Recommended Posts

    i was trying to code just a very litle hack but idk if im doing a good job or if i suck coding i hope any coder can check my base and say me if its well or what am i doing wrong

    #include <stdafx.h>
    #include <stdio.h>
    #include <windows.h>
    
    #define Playerpointer 0x010FF4D8
    #define Serverpointer 0x00C14480
    
    
    DWORD *ingame= (DWORD*)0x010FF4D8;
    DWORD *megame= (DWORD*)0x00C14480;
    
    void EspNames ()
    {
    DWORD dwPlayerPtr = *(DWORD*)0x010FF4D8;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+0x004F7A04) ;
    }
    }
    
    void HackThread()
    {
    for(;
    {
    if(*ingame)
    
    EspNames();
    }
    if(*megame)
    {
    Sleep(200);
    }
    }
    
    
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0); 
    }
    return TRUE;
    }

    Link to comment
    Share on other sites

    thats not a base xD

    aww then i really need to learn more about coding i saw this in another forum as a ZeaS Tut and i was thinking if he and the coders at this site for me r kinda the best ones its a nice tut but now i see im fked up

    ty for ur time Hayley

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