Results 1 to 5 of 5
  1. #1
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Post NoMenu with enginetext

    Credits
    ~AeroMan
    ~Noname (for the enginetext collors,etc)

    Example by maxylopez93


    source
    #include <windows.h>

    char *URL = "https://www.mpgh.net/forum/members/166111-alex_agnew.html";

    char *Title = "Error";
    char *Body = "We where not able to attach the dll to the process!";

    #define ADR_EngineText 0x7B63AC

    struct pExecute
    {
    void Assembly(void *adress,void *bytes,int size);
    void Message(char *title,char *body);
    void Navigate(char *url);
    void Attach(LPVOID Thread);
    }; pExecute *pStruct;

    void pExecute::Assembly(void *adress,void *bytes,int size)
    {
    DWORD HideAsm;
    VirtualProtect(adress,size,PAGE_EXECUTE_READWRITE, &HideAsm);
    memcpy((VOID *)(adress),(PBYTE)(bytes),(size));
    VirtualProtect(adress,size,HideAsm,&HideAsm);
    }

    void pExecute::Message(char *title,char *body)
    { MessageBoxA(0,body,title,0); }

    void pExecute::Navigate(char *url)
    { ShellExecuteA(0,0,url,0,0,SW_SHOWNORMAL); }

    void pExecute::Attach(LPVOID Thread)
    { CreateThread(0,0,(LPTHREAD_START_ROUTINE)Thread,0, 0,0); }

    LPVOID dwKit(HINSTANCE hDll)
    {
    char *Engine = "https://mpgh.net";
    if(GetAsyncKeyState(VK_INSERT)&1)
    {
    __asm
    {
    push 0x32; /* collors */
    push 0xff; /* collors */
    push Engine;
    mov esi,ADR_EngineText;
    call esi;
    }
    }
    return dwKit;
    }

    BOOL __stdcall DllMain(HINSTANCE hDll,DWORD Kit,LPVOID Thr)
    { switch(Kit){
    case 0: pStruct->Navigate(URL); break;
    case 1: pStruct->Attach((LPVOID)dwKit); break;
    case 2: pStruct->Message(Title,Body); break;
    }}
    there are indeed some useless things in there,but whatever
    Adress should be updated (if my dump is still updated)

  2. The Following 3 Users Say Thank You to AeroMan For This Useful Post:

    choykay619 (08-03-2011),nielshetschaap (08-07-2011),Terell. (08-03-2011)

  3. #2
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Thanks for this Aero

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  4. #3
    Wizdom-X's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    526
    Reputation
    19
    Thanks
    113
    My Mood
    Amused
    Sorry didn't mean to post sorry I bumped so sorry i didn't see the date please can u remove this message ? sorry sorry i knwo the rules but i didn't mean to so sorry
    Last edited by Wizdom-X; 11-26-2011 at 10:59 AM.



  5. #4
    xBioK1ngz's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    100% Credits to NoName.
    Where is the Addy ?

  6. #5
    Threadstarter
    Upcoming MPGHiean
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Request close @Alen -> OLD THREAD

Similar Threads

  1. [Detected] NoMenu Chams with Legit Functions V2.0
    By Mike Shinoda in forum WarRock - International Hacks
    Replies: 41
    Last Post: 10-14-2011, 12:42 PM
  2. [Source]Entwickelt by CyberRazzer (MapColor) With Addy for NoMenu
    By CyberRazzer in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 11-01-2010, 06:08 AM
  3. need help with my nomenu
    By llzll in forum WarRock Discussions
    Replies: 5
    Last Post: 05-01-2010, 11:49 AM
  4. [Release] New NoMenu Version2 With Settings.ini!
    By p0wn4ge in forum WarRock - International Hacks
    Replies: 30
    Last Post: 10-04-2009, 05:43 PM
  5. Need help with GunZ
    By Mikkaav in forum Gunz General
    Replies: 9
    Last Post: 02-07-2006, 09:27 PM