Results 1 to 12 of 12
  1. #1
    theqce's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0

    theqce hotkeys hacl

    I'm not done with the hack, but when i am i will give credits.

    The hack isnt working, here it is

    // theqce Hotkeys Hacks.cpp : Defines the exported functions for the DLL application.
    //

    #include "stdafx.h"
    #include <windows.h>
    #define Engine 0x000 //Replace 0x000 to Engine LTC

    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PushToConsole(char *szCommand)
    {
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t); //get updates on LTC

    }
    void main()
    {


    while(!IsGameReadyForHook()){
    Sleep(200);
    }// bool myhack = false; (add your hacks )
    bool FPS = false;
    bool nxchams = false;
    bool superbullet = false;
    bool speed = false;
    bool emo = false;
    bool fire = false;
    bool fly = false;

    while(true)
    {// set hot-key for hack......
    if(GetAsyncKeyState(VK_NUMPAD1)<0)// FPS
    if(FPS){
    pRunConsoleCommand("ShowFPS 1");
    FPS = true;
    }else{
    pRunConsoleCommand("ShowFPS 0");
    FPS = false;
    }
    }

    if(GetAsyncKeyState(VK_NUMPAD2)<0)// nxchams
    if(nxchams){
    pRunConsoleCommand("SkelModelStencil 0");
    nxchams = false;
    }else{
    pRunConsoleCommand("SkelModelStencil 1");
    nxchams = true;
    }



    if(GetAsyncKeyState(VK_NUMPAD3)<0)// superbullet
    if(superbullet){
    / can edit this....//
    superbullet = false;
    }else{
    switch(*(int*)0x3781886C){
    case 1: // 1 = Ingame
    memcpy((LPVOID)0x374AF296, "\x90\x90\x90", 3); // Super Bullets On
    superbullet = true;
    }
    }
    if(GetAsyncKeyState(VK_NUMPAD4)<0)//Speed
    if(speed){
    pRunConsoleCommand("WalkVel 1000.000000");
    pRunConsoleCommand("FRunVel 1000.000000");
    pRunConsoleCommand("BRunVel 1000.000000");
    pRunConsoleCommand("SRunVel 1000.000000");
    pRunConsoleCommand("DuckVel 1000.000000");
    speed = false;
    }else{
    pRunConsoleCommand("WalkVel 70.000000");
    pRunConsoleCommand("FRunVel 285.000000");
    pRunConsoleCommand("BRunVel 285.000000");
    pRunConsoleCommand("SRunVel 285.000000");
    pRunConsoleCommand("DuckVel 50.000000");
    speed = true;
    }

    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(300);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    MessageBoxA( NULL, "Mr.Skafigther[Bro]Hoyt Key V.1|\n" "Mr.Skafigther[Bro]", "Mr.Skafigther[Bro]|||||", MB_YESNO| MB_ICONWARNING);
    { //You can edit the message above, please dont forget to give credit
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }


  2. #2
    MacTheSack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Snow
    Posts
    74
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    shit i wish i knew what this meant

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

    darkflava (12-05-2010)

  4. #3
    Yoshi's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Flint, MI
    Posts
    1,525
    Reputation
    40
    Thanks
    145
    My Mood
    Mellow
    i think its a script
    This signature is dedicated to:
    [MPGH]Liz
    cause she is just awesome /yea

  5. #4
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Not sure, but shouldn't this go in the source code section or something?

  6. #5
    IanIsRich's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    71
    Reputation
    10
    Thanks
    3
    This should be moved to the Source Code section. And shouldn't you not yet post a release till its done?
    Quote Originally Posted by Jeremy_Macpherson View Post
    dude how do u hack
    Spam Him! :
    https://www.mpgh.net/forum/members/67...acpherson.html

  7. #6
    ChimiBang's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    South California
    Posts
    5,969
    Reputation
    181
    Thanks
    451
    My Mood
    Mellow
    Apparently people still don't how to read when there is a source code section.


    Multi

  8. #7
    Obama's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    The Black house
    Posts
    22,195
    Reputation
    870
    Thanks
    6,076
    My Mood
    Cool
    /moved to appropriate section

  9. #8
    WoopwoopaJiggaboo's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    474
    Reputation
    7
    Thanks
    12
    What is the "emo" hack?
    You have been banned for the following reason:
    haha, you chug dick

    Date the ban will be lifted: 12-11-2011, 10:00 PM
    You have been banned for the following reason:
    2k - your butthole must hurt, go smoke a bowl

    Date the ban will be lifted: 01-11-2013, 08:00 PM

  10. #9
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    MessageBoxA( NULL, "Mr.Skafigther[Bro]Hoyt Key V.1|\n" "Mr.Skafigther[Bro]", "Mr.Skafigther[Bro]|||||", MB_YESNO| MB_ICONWARNING);
    Leach much.

  11. #10
    D15H's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    u leeched this, and can u atleast put code tags

  12. #11
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    /moved to help/discussion .




  13. #12
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    Code:
    #define Engine 0x000 //Replace 0x000 to Engine LTC
    In the Green Replace the current Engine LTC ! Next Time Read !
    Last edited by o-o; 12-05-2010 at 05:35 AM.
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...