Results 1 to 3 of 3
  1. #1
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh

    [SOLVED][b]HELP PLEASE ! [/b]

    WHAT IS HAPPENING TO MY CODE PLEASE HELP


    #include <windows.h>
    #include <stdio.h>


    #define ADR_PLAYERPOINTER 0x00A95790
    #define ADR_SERVERPOINTER 0x00A94738
    #define ADR_GLASSWALLS 0x00A938C8
    #define ADR_SNS 0x008BC608
    #define OFS_NoRecoil1 0x00C444
    #define OFS_NoRecoil2 0x00C448
    #define OFS_NoRecoil3 0x00C44C
    #define OFS_NFD 0x00102E8
    #define ADR_STAMINA 0x007E50AC
    #define FullBright1 0x00A95C4C
    #define FullBright2 0x00A95C48
    #define FullBright3 0x00A95C44


    DWORD *ingame= (DWORD*)ADR_Playerpointer;
    DWORD *outgame= (DWORD*)ADR_Serverpointer;

    void unlisp()
    {
    *(float*)ADR_STAMINA = 1000000;
    }

    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWall = 1;
    else
    {
    *(int*)ADR_GlassWall = 0;
    }
    }



    void Automatic()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    if(dwPlayerPtr != 0)
    *(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
    *(int*)FullBright1 = 1092779973;
    *(int*)FullBright2 = 1092779973;
    *(int*)FullBright3 = 1092779973;
    *(float*)(dwPlayerPtr+OFS_Nfd) = -2000;
    }


    void SuperNoSpread()
    {
    if(GetKeyState(VK_DELETE))
    *(double*) ADR_SNS = 0;

    else
    {
    *(double*) ADR_SNS = 5;
    }
    }



    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    unlisp();
    Automatic();
    SuperNoSpread();
    }
    //if(*outgame)
    {
    }
    Sleep(50);
    }
    }
    //--------------------------End HackThread--------------------------//

    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"MESSAGE","HACKED BY:Edz Jhamz",MB_OK);
    MessageBoxA(NULL,"HACKED","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }

  2. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Please, you already made 7 threads the past week.
    I suggest you study the code i released.

  3. #3
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Read this please.
    https://www.mpgh.net/forum/showthread.php?t=835249

    Stop copy/pasting.

Similar Threads

  1. [Solved] C++ Help Please
    By SteamAss in forum CrossFire Help
    Replies: 2
    Last Post: 03-25-2011, 10:36 PM
  2. [SOLVED]Login help please.
    By Scoony in forum CrossFire Help
    Replies: 6
    Last Post: 10-06-2010, 06:59 AM
  3. [SOLVED]Some help please
    By Ace666 in forum Call of Duty Modern Warfare 2 Help
    Replies: 12
    Last Post: 08-28-2010, 12:30 AM
  4. [SOLVED]Server Help! Please Read!
    By LaZzie42o in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 06-09-2010, 03:24 PM
  5. [Solved]Help please
    By zmansquared in forum Visual Basic Programming
    Replies: 2
    Last Post: 02-23-2010, 11:41 PM