Results 1 to 7 of 7
  1. #1
    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

    SUCCESS BUT NOT WORKING !! HELP ~~

    ETO YUNG PROCESS SA PAG GAWA KO NANG HACK TAMA BATONG PROCESS NATO?

    1st. OPEN VISUAL C++
    2nd. FILE > NEW > PROJECT.. ( CLICK WIN32 > WIN32 PROJECT, ENTER THE NAME OF HACK (AceNoMenu) THEN CLICK OK )..
    3rd. WIN32 APPLICATION WIZARD WILL APPEAR.. ( CLICK NEXT, MARK CHECK THE DLL THEN EMPTY PROJECT THEN CLICK FINISH )...
    4th. RIGHT CLICK THE SOURCE FILES ( A BOX WILL APPEAR ), ( CLICK VISUAL C++ THEN CLICK THE C++ FILE (.cpp) )..
    THEN ENTER THE NAME OF YOUR SOURCE FILES (MAIN), THEN CLICK ADD..
    5th. ENTER THE SOURCE CODE OF YOUR HACKS..
    6th. CLICK BUILD (LEFT SIDE OF DEBUG) THEN CLICK BUILD AceNoMenuHack(name of your hack)...
    7th. 1 SUCCESS BUT IT'S NOT WORKING !!


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

    #define ADR_PlayerPointer 0x00AB5330
    #define ADR_ServerPointer 0x009AF950
    #define ADR_UnliSP 0x007DBFAC
    #define ADR_Glasswall 0x0093ABC8
    #define OFS_NFD 0x00102C8
    #define OFS_Z 0x00102E8
    #define ADR_Speed 0x007EA97C

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

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

    void glasswall()
    {
    if(GetAsyncKeyState(VK_MBUTTON) &1)
    {
    *(int*)ADR_Glasswall = 1;
    }
    }
    void glasswalloff()
    {
    if(GetAsyncKeyState(VK_CAPITAL) &1)
    {
    *(int*)ADR_Glasswall= 0;
    }
    }

    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    }
    void superjump()
    {
    if(GetAsyncKeyState(VK_CONTROL) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    *(float*)(dwPlayerPtr+OFS_Z) = 1000;
    }
    }

    void dig()
    {
    if(GetAsyncKeyState(VK_MENU) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    *(float*)(dwPlayerPtr+OFS_Z) = -1000;
    }
    }

    void speed1()
    {
    if(GetAsyncKeyState(VK_NUMPAD2) &1)
    {
    *(float*) ADR_Speed = 500;
    }
    }
    void speed()
    {
    if(GetAsyncKeyState(VK_NUMPAD1) &1)
    {
    *(float*) ADR_Speed = 250;
    }
    }
    void speedoff()
    {
    if(GetAsyncKeyState(VK_NUMPAD0) &1)
    {
    *(float*) ADR_Speed = 97.0f;
    }
    }

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    superjump();
    dig();
    speed();
    unlisp();
    NFD();
    glasswall();
    }
    if(*outgame)
    {
    Sleep(200);
    }
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"MADE BY: Ace Suazo","ALL RIGHTS RESERVED BY",MB_OK);//
    MessageBoxA(NULL,"acesuazo@Yahoo.com","MY FACEBOOK EMAIL",MB_OK);//
    ShellExecute(NULL,"open","https://mpgh.net",NULL,NULL,SW_SHOWNORMAL);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }



    ------ Build started: Project: AceNoMenuHack, Configuration: Debug Win32 ------
    Compiling...
    Main.cpp
    Linking...
    Embedding manifest...
    Build log was saved at "file://c:\Documents and Settings\user\My Documents\Visual Studio 2008\Projects\AceNoMenuHack\AceNoMenuHack\Debug\Bu ildLog.htm"
    AceNoMenuHack - 0 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

    ---------- Post added at 08:54 AM ---------- Previous post was at 08:07 AM ----------

    pa help sa mga mamaw
    Last edited by αςε.εmόkόι; 03-28-2012 at 08:09 AM.
    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.

  2. #2
    underpresure's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Umbrella Corporation
    Posts
    491
    Reputation
    10
    Thanks
    245
    My Mood
    Twisted
    lolz... in 2010 dapat release!

  3. #3
    catchthis's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    ASM_OPK
    Posts
    167
    Reputation
    10
    Thanks
    99
    My Mood
    Busy
    yes..but it's need a bypass to Work

  4. #4
    Threadstarter
    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
    Quote Originally Posted by underpresure View Post
    lolz... in 2010 dapat release!
    what did you mean visul c++ 2010????

    ---------- Post added at 09:41 PM ---------- Previous post was at 09:40 PM ----------

    Quote Originally Posted by catchthis View Post
    yes..but it's need a bypass to Work
    but how to bypass the work??

    sorry i'm newbie ^^
    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.

  5. #5
    icebox346's Avatar
    Join Date
    Oct 2009
    Gender
    female
    Location
    werfgdrgdfg
    Posts
    104
    Reputation
    10
    Thanks
    159
    Quote Originally Posted by akincbhevz View Post
    ETO YUNG PROCESS SA PAG GAWA KO NANG HACK TAMA BATONG PROCESS NATO?

    1st. OPEN VISUAL C++
    2nd. FILE > NEW > PROJECT.. ( CLICK WIN32 > WIN32 PROJECT, ENTER THE NAME OF HACK (AceNoMenu) THEN CLICK OK )..
    3rd. WIN32 APPLICATION WIZARD WILL APPEAR.. ( CLICK NEXT, MARK CHECK THE DLL THEN EMPTY PROJECT THEN CLICK FINISH )...
    4th. RIGHT CLICK THE SOURCE FILES ( A BOX WILL APPEAR ), ( CLICK VISUAL C++ THEN CLICK THE C++ FILE (.cpp) )..
    THEN ENTER THE NAME OF YOUR SOURCE FILES (MAIN), THEN CLICK ADD..
    5th. ENTER THE SOURCE CODE OF YOUR HACKS..
    6th. CLICK BUILD (LEFT SIDE OF DEBUG) THEN CLICK BUILD AceNoMenuHack(name of your hack)...
    7th. 1 SUCCESS BUT IT'S NOT WORKING !!


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

    #define ADR_PlayerPointer 0x00AB5330
    #define ADR_ServerPointer 0x009AF950
    #define ADR_UnliSP 0x007DBFAC
    #define ADR_Glasswall 0x0093ABC8
    #define OFS_NFD 0x00102C8
    #define OFS_Z 0x00102E8
    #define ADR_Speed 0x007EA97C

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

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

    void glasswall()
    {
    if(GetAsyncKeyState(VK_MBUTTON) &1)
    {
    *(int*)ADR_Glasswall = 1;
    }
    }
    void glasswalloff()
    {
    if(GetAsyncKeyState(VK_CAPITAL) &1)
    {
    *(int*)ADR_Glasswall= 0;
    }
    }

    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    }
    void superjump()
    {
    if(GetAsyncKeyState(VK_CONTROL) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    *(float*)(dwPlayerPtr+OFS_Z) = 1000;
    }
    }

    void dig()
    {
    if(GetAsyncKeyState(VK_MENU) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    *(float*)(dwPlayerPtr+OFS_Z) = -1000;
    }
    }

    void speed1()
    {
    if(GetAsyncKeyState(VK_NUMPAD2) &1)
    {
    *(float*) ADR_Speed = 500;
    }
    }
    void speed()
    {
    if(GetAsyncKeyState(VK_NUMPAD1) &1)
    {
    *(float*) ADR_Speed = 250;
    }
    }
    void speedoff()
    {
    if(GetAsyncKeyState(VK_NUMPAD0) &1)
    {
    *(float*) ADR_Speed = 97.0f;
    }
    }

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    superjump();
    dig();
    speed();
    unlisp();
    NFD();
    glasswall();
    }
    if(*outgame)
    {
    Sleep(200);
    }
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"MADE BY: Ace Suazo","ALL RIGHTS RESERVED BY",MB_OK);//
    MessageBoxA(NULL,"acesuazo@Yahoo.com","MY FACEBOOK EMAIL",MB_OK);//
    ShellExecute(NULL,"open","https://mpgh.net",NULL,NULL,SW_SHOWNORMAL);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }



    ------ Build started: Project: AceNoMenuHack, Configuration: Debug Win32 ------
    Compiling...
    Main.cpp
    Linking...
    Embedding manifest...
    Build log was saved at "file://c:\Documents and Settings\user\My Documents\Visual Studio 2008\Projects\AceNoMenuHack\AceNoMenuHack\Debug\Bu ildLog.htm"
    AceNoMenuHack - 0 error(s), 0 warning(s)
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

    ---------- Post added at 08:54 AM ---------- Previous post was at 08:07 AM ----------

    pa help sa mga mamaw
    Compiled it for you..see the attach file.

    Almost forgot Virus scan

    https://virusscan.jotti.org/en/scanre...9a0b922c2f08b4
    https://www.virustotal.com/file/9d05...e053/analysis/
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Alen; 03-29-2012 at 06:58 AM.

  6. The Following User Says Thank You to icebox346 For This Useful Post:

    αςε.εmόkόι (03-29-2012)

  7. #6
    Threadstarter
    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
    bakit pag na bi build ako nang hack success no error no warnings but it's not working ??
    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.

  8. #7
    jackadams's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    nc ka ice na iintindihan kona

Similar Threads

  1. combat arms not working, help?
    By monsterthejuggalo in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 07-23-2009, 07:19 PM
  2. aswhooper bypass thingy not working help me-_-
    By wiimote99 in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 07-14-2009, 04:42 PM
  3. New CA Hack Not Working! (Help)
    By x0finalk0 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 04-27-2009, 08:50 AM
  4. Warrock not working! Help?
    By f14tomcat927 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-12-2009, 11:25 AM
  5. hacks not working! help!!!
    By aaronsxc in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 03-19-2009, 10:17 PM