Thread: HELP @DaneCoder

Results 1 to 9 of 9
  1. #1
    blurphram21's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    HELP @DaneCoder

    WHATS WRoNG WITH MY CODE PLEASE help me with this


    /* Replace "dll.h" with the name of your header */
    #include "dll.h"
    #include <windows.h>


    #define ADR_PlayerPointer 0xA95790
    #define ADR_ServerPointer 0xA94738
    #define ADR_GlassWall 0xA938C8
    #define OFS_Weapon1 0xCC50
    #define OFS_Weapon2 0xDB08
    #define FullBright1 0xA95C4C
    #define FullBright2 0xA95C48
    #define FullBright3 0xA95C44


    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;
    }
    }
    if(CH_WeaponHack == 1)
    {
    if(GetAsyncKeyState(VK_F7) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(long*)(dwPlayerPtr+OFS_WEAPON1) = 114;}}}



    void Automatic()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    *(int*)FullBright1 = 1092779973;
    *(int*)FullBright2 = 1092779973;
    *(int*)FullBright3 = 1092779973;
    *(float*)(dwPlayerPtr+OFS) = -2000;
    }



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

    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }

  2. #2
    n4n033's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Windows
    Posts
    1,090
    Reputation
    43
    Thanks
    2,425
    My Mood
    Cool
    My godness ... how could you make it like this, it's horrible ...

    change to this :

    Code:
    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    {
    *(int*)ADR_GlassWall = 1;
    }
    else
    {
    *(int*)ADR_GlassWall = 0;
    }
    }
    
    void WeaponHack()
    {
    if(GetAsyncKeyState(VK_F7) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(long*)(dwPlayerPtr+OFS_WEAPON1) = 114;
    }
    }
    }
    
    
    
    void Automatic()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    *(int*)FullBright1 = 1092779973;
    *(int*)FullBright2 = 1092779973;
    *(int*)FullBright3 = 1092779973;
    *(float*)(dwPlayerPtr+OFS) = -2000;
    }
    
    
    
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    Automatic();
    WeaponHack();
    }
    Sleep(50);
    }
    }
    //--------------------------End HackThread--------------------------//
    
    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }


    The Only Bests :


    R3d_L!n3(Fares)
    Aeroman (Brent)
    TheCamels8 (Ori)


  3. The Following User Says Thank You to n4n033 For This Useful Post:

    killallbosz (06-25-2014)

  4. #3
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by n4n033 View Post
    My godness ... how could you make it like this, it's horrible ...

    change to this :

    Code:
    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    {
    *(int*)ADR_GlassWall = 1;
    }
    else
    {
    *(int*)ADR_GlassWall = 0;
    }
    }
    
    void WeaponHack()
    {
    if(GetAsyncKeyState(VK_F7) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(long*)(dwPlayerPtr+OFS_WEAPON1) = 114;
    }
    }
    }
    
    
    
    void Automatic()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    *(int*)FullBright1 = 1092779973;
    *(int*)FullBright2 = 1092779973;
    *(int*)FullBright3 = 1092779973;
    *(float*)(dwPlayerPtr+OFS) = -2000;
    }
    
    
    
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    Automatic();
    WeaponHack();
    }
    Sleep(50);
    }
    }
    //--------------------------End HackThread--------------------------//
    
    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"Made By :ÏÐðl Ed'z Jham'z","MESSAGE",MB_OK);
    MessageBoxA(NULL,"Suya Sila","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }

    Can you give me a Source of Weapon?
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  5. #4
    n4n033's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Windows
    Posts
    1,090
    Reputation
    43
    Thanks
    2,425
    My Mood
    Cool
    Quote Originally Posted by killallbosz View Post
    Can you give me a Source of Weapon?
    What do you mean by source of weapons ? Weapons ID numbers or Weapon hack source code ?


    The Only Bests :


    R3d_L!n3(Fares)
    Aeroman (Brent)
    TheCamels8 (Ori)


  6. #5
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by n4n033 View Post
    What do you mean by source of weapons ? Weapons ID numbers or Weapon hack source code ?
    I Mean that Source Code or Addy
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  7. #6
    chamcham123's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Sir ? Can you give me an addy and source of weapon hack and Zopk ?

  8. #7
    HackkinGCoDer's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Science'Tist
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Yes

    SOURCE OR ADDIES SEnd For You SourceCodes Succes

  9. #8
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    @n4n033 can you please sent me only a message on how to find the addies of Weapon sources of Dump ?
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  10. #9
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Who uses that many message boxes?
    [IMG]https://i101.photobucke*****m/albums/m43/Moto5/Dez82/HeadSmash.gif[/IMG]

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  4. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM