Results 1 to 11 of 11
  1. #1
    magicwar7's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Somewhere
    Posts
    152
    Reputation
    20
    Thanks
    1,178
    My Mood
    Cool

    Help Im need msg box code pls enter

    Hello Guys
    Im need some help

    Im Want Make Msg Box For My Hack
    And Im Have Database
    Im need to MsgBox Code
    And How to installation it on my database
    Code:
    #include <Windows.h>  DWORD WINAPI Base(void) { while(1) { if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) { Sleep(100); DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); //wallhack memcpy((VOID*)0x6D2894, "\x00\x00\x00\x00\x00\x00", 6); } } } DWORD WINAPI MemoryHook(LPVOID) { _asm {    PUSH 0;    PUSH 0;    CALL Base;    PUSH 0;    PUSH 0;    PUSH 0;   } }  BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved ) { if (ul_reason_for_call == DLL_PROCESS_ATTACH) { CreateThread(0,0,(LPTHREAD_START_ROUTINE)MemoryHook,0,0,0); } return TRUE; }
    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✔
    Member: 100 ✔
    Advanced Member: 150 ✔
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖
    MPGH God III: 8000 ✖
    MPGH God IV: 8500 ✖
    MPGH God V: 9000 ✖
    Arun's Slave: 9500 ✖
    Dave's Slave: 10000 ✖

  2. #2
    mcallister101's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    U got a hotmail or any thang?

  3. #3
    magicwar7's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Somewhere
    Posts
    152
    Reputation
    20
    Thanks
    1,178
    My Mood
    Cool
    my yahoo
    abdo_zeyad20111
    pls add me
    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✔
    Member: 100 ✔
    Advanced Member: 150 ✔
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖
    MPGH God III: 8000 ✖
    MPGH God IV: 8500 ✖
    MPGH God V: 9000 ✖
    Arun's Slave: 9500 ✖
    Dave's Slave: 10000 ✖

  4. #4
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    How to make a message box is the first you should learn if you want to learn programming.
    Search for a hello world tutorial

  5. #5
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    MessageBoxA(NULL, "TEXT", "TITLE", MB_OK|MB_ICONINFORMATION);


  6. #6
    pceumel's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    335
    Reputation
    16
    Thanks
    2,602
    My Mood
    Yeehaw
    he wnat to make ingame box and call the vertex lock failed box ...
    NEW - D3D BASE -WDDM HOOK
    https://www.mpgh.net/forum/242-crossf...ml#post7906339
    My Base and Injector source (HOTKEY):
    https://www.mpgh.net/forum/580-crossf...ml#post5927406

    Happy leeching
    WDDM Hook
    https://www.mpgh.net/forum/242-crossf...d-hooking.html


    Killed a GM with hack : DONE and no bann ^^
    Killed a GM and all other Players : DONE
    Get 3min Banned : Done

  7. #7
    pedbera's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    261
    Reputation
    15
    Thanks
    43
    My Mood
    Happy
    awww ,you need some Asm knowledge here bro
    Last edited by pedbera; 07-14-2012 at 09:24 PM.

  8. #8
    Intellectual's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    GDI
    Posts
    5,389
    Reputation
    785
    Thanks
    16,091
    My Mood
    Yeehaw
    message bos in VB i use this
    Msgbox("write what u want here ")

  9. #9
    pedbera's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    261
    Reputation
    15
    Thanks
    43
    My Mood
    Happy
    Quote Originally Posted by Tu®n][OnZzZzZ View Post
    message bos in VB i use this
    Msgbox("write what u want here ")
    This is for VB6 , VB.net, and C#(for C# im not sure)

    If he actually want to show a Windows Box in C++, Simply It's MessageBoxA(NULL,"BLABLA","BLABLA",NULL); // the second NULL can be critical,information etc...

    But if he want to show a message like in Crossfire(the error's message) then he need to do some __asm code to call the in-game functon
    Last edited by pedbera; 07-14-2012 at 09:24 PM.

  10. #10
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    547
    Reputation
    58
    Thanks
    1,035
    My Mood
    Aggressive
    DUDE WTF ? Learn some c++
    you can not even code a messagebox ! go read some backs and stop being an idiot

  11. #11
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    Oh god, most of the people here that needs help are using ramo's base
    Alright, I will not install the in-message box in your base you put it by yourself

    Put this in globals:
    Code:
    void ShowMessage(char* string, DWORD CShell);
    Put this in your hack thread (DON'T put it in your infinite loop or else it will appear it again and again):
    Code:
    ShowMessage("MessageHere",CShell);
    And lastly, put this after your DLL Main:
    Code:
    void ShowMessage(char* string, DWORD CShell)
    {
        DWORD MsgBoxFunc = CShell + 0x838F0; //Outdated update it, text string is: "vertex lock failed"
        __asm
        {
            push string;
            push 0;
            push 0x70;
            push 0x1C; //Must update also I think can be found also in that string
            call MsgBoxFunc;
            add esp, 16;
        }
    }



Similar Threads

  1. [Help Request] PLS HELP WALLHACK NEEDED!!
    By Monkfish9011 in forum Call of Duty Modern Warfare 3 Help
    Replies: 3
    Last Post: 03-04-2012, 04:41 PM
  2. [Help Request] PLS HELP!!! I NEED A FOV CHANGER
    By Monkfish9011 in forum Call of Duty Modern Warfare 3 Help
    Replies: 4
    Last Post: 02-12-2012, 05:49 AM
  3. [SOLVED] [Help?] I need a simple code,
    By SweetLEMONADE in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 10-08-2010, 06:28 PM
  4. Need help with my ladder Teleport Code
    By shanky1 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 08-23-2007, 04:02 PM
  5. Need help with my warrock hack code
    By dikketr0l in forum Visual Basic Programming
    Replies: 6
    Last Post: 08-04-2007, 06:36 AM

Tags for this Thread