Thread: Pa help nmn po

Results 1 to 3 of 3
  1. #1
    jbpogz17's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1

    Pa help nmn po

    ano po ang mali ko dto ?? .... pki fix nmn po please ...
    and pki pm po skin ung tama ... thankyou!

    ito po ang gnagawa ko ...

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

    #define ADR_Playerpointer 0x00
    #define ADR_Serverpointer 0x00
    #define ADR_GlassWall 0x00
    #define ADR_SNS 0x0
    #define OFS_NoRecoil1 0x00C444
    #define OFS_NoRecoil2 0x00C448
    #define OFS_NoRecoil3 0x00C44C

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

    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWall = 1;
    else
    {
    *(int*)ADR_GlassWall = 0;
    }
    }
    void SPECIALSNS()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
    *(double*)ADR_SNS = 0;
    }
    }

    void HackThread()
    {
    for(;
    {
    if(*ingame)
    {
    glasswall();
    SPECIALSNS();
    }
    if(*outgame)

    {
    Sleep(200);
    }
    }

    BOOL WINAPI DllMain(HINSTANCE mod, DWORD status, LPVOID res)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)HackThrea d,0,0,0);
    MessageBoxA(NULL, "Hello!", "Done", MB_OK);
    }
    return TRUE;
    }
    }

  2. #2
    SyncMaster (Hacker)'s Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    128
    #include <windows.h>
    #include <stdio.h>

    #define ADR_Playerpointer 0x00
    #define ADR_Serverpointer 0x00
    #define ADR_GlassWall 0x00
    #define ADR_SNS 0x0
    #define OFS_NoRecoil1 0x00C444
    #define OFS_NoRecoil2 0x00C448
    #define OFS_NoRecoil3 0x00C44C

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

    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWall = 1;
    else
    {
    *(int*)ADR_GlassWall = 0;
    }
    }
    void SPECIALSNS()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
    *(double*)ADR_SNS = 0;
    }
    }

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    SPECIALSNS();
    }
    if(*outgame)
    {
    }
    Sleep(200);
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"Hello!","Done",MB_OK);
    MessageBoxA(NULL,"SyncMaster (Hacker)","CREDITS!",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

  3. #3
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    pdi rin sa void all

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











Similar Threads

  1. [Solved] Please Help nmn :(
    By shyrejay in forum CrossFire PH Help
    Replies: 1
    Last Post: 06-30-2012, 05:42 AM
  2. pa HElp nmn po..plss GM
    By mrcode07 in forum WarRock Philippines Help & Discussions
    Replies: 14
    Last Post: 06-11-2012, 09:27 AM
  3. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM