Results 1 to 15 of 15
  1. #1
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed

    Angry [Help] Build Error

    Mga Masters pa help naman po eto yung lumalabas sa akin eh im using c++ 2008 learning to make a hack with copy paste hehehehe error po ..

    1>------ Build started: Project: test2, Configuration: Release Win32 ------
    1> test2.cpp
    1>test2.obj : error LNK2005: _DllMain@12 already defined in dllmain.obj
    1>c:\users\Vic\documents\visual studio 2008\Projects\test1\Release\test1.dll : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    gawa ka ulit ng panibagong project

  3. #3
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    ginawa ko na ulit . kso gnyan tlga lumabas error palagi ..

    ---------- Post added at 03:30 AM ---------- Previous post was at 03:07 AM ----------

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

    #define ADR_PlayerPointer 0x00C9D138
    #define ADR_ServerPointer 0x00AD6CA8

    #define ADR_GlassWalls 0x00A60DB4
    #define ADR_SuperNoSpread1 0x0092DCF8
    #define ADR_BoneShot 0x00930A04
    #define ADR_Stamina2 0x00929DEC


    DWORD *ingame= (DWORD*) ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    //Player Hacks
    void PlayerHacks()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    }
    }
    // Hack Codes--------------------------------------
    void GlassWalls()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWalls = 4;
    else
    {
    *(int**)ADR_GlassWalls = 0;
    }
    }
    //------------------------------------------------
    void Boneshot()
    {
    if(GetAsyncKeyState(VK_NUMPAD1) &1)
    {
    *(float*)ADR_BoneShot = 1235;
    }
    }
    void Boneshotoff()
    {
    if(GetAsyncKeyState(VK_NUMPAD2) &1)
    {
    *(float*)ADR_BoneShot = 1237;
    }
    }
    //-----------------------------------------------------
    void UnliSP()
    {
    *(float*)ADR_Stamina2 = 999999999;
    }
    //-----------------------------------------------------
    void SuperNoSpread()
    {
    *(double*)ADR_SuperNoSpread1 = 0;
    }
    //-----------------------------------------------------
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    PlayerHacks();
    Boneshot();
    Boneshotoff();
    GlassWalls();
    UnliSP();
    SuperNoSpread();

    }
    if(*outgame)
    {
    }
    Sleep(200);
    }
    }
    //----------------------------------------------------------
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Coded By: Colossus", "Done", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

    Eto yung Code ...

  4. #4
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    yup gwa ka bago wla nmn error sa code mo e

    MUKANG PERA!

  5. #5
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by HaXcODer View Post
    yup gwa ka bago wla nmn error sa code mo e
    Saakin may error.....can't find hack name.....

  6. #6
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    lol credits ; GM DADDY

    MUKANG PERA!

  7. #7
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by HaXcODer View Post
    lol credits ; GM DADDY
    lol credits; HaXcODer

  8. #8
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    mga mamaw !
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  9. #9
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    Hack Name ?? Anu yung mga Master ?

    ---------- Post added at 06:01 AM ---------- Previous post was at 04:23 AM ----------

    Saan nmn ung HACK NAME ?? Idol @GMDaddy @HaXcODer ?

  10. #10
    emiedumalasa's Avatar
    Join Date
    May 2012
    Gender
    female
    Location
    Hackershero
    Posts
    683
    Reputation
    10
    Thanks
    794
    My Mood
    Angelic
    mali ung pagkacreate muh ng project,

  11. #11
    MJCreado's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Germany
    Posts
    557
    Reputation
    58
    Thanks
    810
    My Mood
    Bored
    Empty Project po

  12. #12
    cybernex92's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    hidden leaf
    Posts
    95
    Reputation
    10
    Thanks
    5
    My Mood
    Yeehaw
    ahw.. ayos ^_^

  13. #13
    sosomo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Bashful
    ahahah d may new hack na nga ako eeh

  14. #14
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    @MJCreado Naka empty na po

    ---------- Post added at 02:55 AM ---------- Previous post was at 02:54 AM ----------

    BTW ..
    Thanks For the Replies ..
    Nkagawa na po ako
    Version 4 pala ha





  15. #15
    sosomo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Bashful
    how to create a hack copy paste mu nalng pati addys

    #include <windows.h>

    #define Playerpointer 0x00AD4600
    #define Serverpointer 0x009CE9B8
    #define ADR_SupernoSpread 0x007F53E0


    void All()
    {
    *(double*)ADR_SupernoSpread = 0;

    }

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    All();

    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "your nasme", "Made by:", MB_OK);
    MessageBoxA(NULL, " your ign or nickname ", "A K A", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

Similar Threads

  1. [Help Request] Help crossfire error.
    By Jigsaw's Bitch in forum CrossFire Help
    Replies: 12
    Last Post: 09-17-2011, 08:09 AM
  2. [Help Request] I need Help with error
    By iKSAi in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 06-28-2011, 01:26 AM
  3. [Help] Help D3D menü build error :(
    By efsaneyup in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 11-19-2010, 07:25 AM
  4. [Help] Building Errors
    By KnifeHacker in forum Combat Arms EU Hack Coding/Source Code
    Replies: 13
    Last Post: 08-01-2010, 05:26 AM
  5. [Help]Build Error
    By mikey1181 in forum Visual Basic Programming
    Replies: 2
    Last Post: 05-03-2010, 07:58 AM