Thread: Help?

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47
  1. #1
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic

    Help?

    Yeah, so I don't disconnect, but the hacks just dont work when the appropriate hotkey is pressed here is my script -
    Code:
    #include <windows.h>
    //#include "d3d9font.cpp/.h 
    #include <string.h>
    #include <stdio.h>
    #include <Windows.h>
    #include <iostream>
    #include <vector>
    #include <ShellAPI.h>
    
    using namespace std;
    bool chams = false;
    
    #pragma comment(lib, "shell32.lib")
    
             bool IsGameReadyForHook()
             {
                     if(GetModuleHandleA("cshell.dll") && GetModuleHandleA("clientfx.fxd") && GetModuleHandleA("Ehsvc.dll") != NULL)
                             return true;
                     else return false;
             }
    
    
    DWORD WINAPI dwMain(LPVOID lpParam)
    {
            while(IsGameReadyForHook())
            {
                    void main();
                    Sleep(100);
                    return 0;
            }
    }
    BOOL WINAPI DllMain( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
            if( dwReason == DLL_PROCESS_ATTACH )
            {
                    CreateThread( NULL, NULL, dwMain, NULL, NULL, NULL );
            }
    
            return TRUE;
    }
    void __cdecl CPush(const char *Command, char *Value)
    {
    char *PCommand = new char[256];
    sprintf(PCommand, "%s %s", Command, Value); 
    DWORD LTC = 0x00485E10;
    void *Control = (void*)LTC;
    __asm
    {
    push PCommand;
    call Control;
    add esp, 4;
    }
    }
    void main(){
    	while(true){
    cout << "yes it has attatched nicely" << endl;
            return (void)1;
    if(GetAsyncKeyState(VK_NUMPAD1)&1)
    {
    chams = true;
    } else {
    chams = false;
    }
    if(chams) {
    CPush("SkelModelStencil","1");
    }else{
    CPush("SkelModelStencil", "0");
    }
    }
    }
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Code:
    void main(){
    	while(true){
    cout << "yes it has attatched nicely" << endl;
            return (void)1;
    if(GetAsyncKeyState(VK_NUMPAD1)&1)
    {
    chams = true;
    } else {
    chams = false;
    }
    if(chams) {
    CPush("SkelModelStencil","1");
    }else{
    CPush("SkelModelStencil", "0");
    }
    }
    }
    lol..

  3. #3
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    yeah, thought I would add pizazz xD
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  4. #4
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by yaserifti1 View Post
    yeah, thought I would add pizazz xD
    u dont know what he realy means xD
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  5. #5
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    nope... explain?
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  6. #6
    deathb4dishonor's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    hell
    Posts
    763
    Reputation
    12
    Thanks
    85
    My Mood
    In Love
    i am having problems with my hack as well. i cant figure out what some things are in it.

    i have a thread about it: https://www.mpgh.net/forum/334-coding...ml#post3552616
    To live with Honor, U must know the meaning of honor.

    (no stealing my sigbars. if u like them send me a pm and i will make u one)

    dont just say thanks press the thanks button.

    Kill'em all, and let God sort'em out
    I come in peace, I didn't bring artillery. But I am pleading with you with tears in my eyes: If you fuck with me, I'll kill you all.
    Hell, these are Marines. Men like them held Guadalcanal and took Iwo Jima. Bagdad ain't shit.
    We're surrounded. That simplifies the problem!
    So they've got us surrounded, good! Now we can fire in any direction, those bastards won't get away this time!




  7. #7
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    OMFG DO NOT WRITE A LINK TO UR PROBLEM IN MY PROBLEM THREAD NUB! EITHER HELP OR LEAVE!
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  8. #8
    +CodeDemon+'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    16
    Quote Originally Posted by yaserifti1 View Post
    OMFG DO NOT WRITE A LINK TO UR PROBLEM IN MY PROBLEM THREAD NUB! EITHER HELP OR LEAVE!
    Dont flame other people or you wont be helped.

  9. #9
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  10. #10
    +CodeDemon+'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    16
    Quote Originally Posted by yaserifti1 View Post
    Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
    Obviously, you dont know who I am.

    People who know who I am, please refuse to help this man.

  11. #11
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    dude, if you don't know how to help, just leave.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  12. #12
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    methinks there are a lot of things wrong.

  13. #13
    +CodeDemon+'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    16
    Quote Originally Posted by yaserifti1 View Post
    dude, if you don't know how to help, just leave.
    If you are flaming others your thread, and trolling/flaming others who ask for help when you yourself have no idea what the fuck your doing.

    I doubt you even know what a void function is.

  14. #14
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Quote Originally Posted by Crash View Post
    methinks there are a lot of things wrong.
    Want to helps me with those lot of things? /
    Quote Originally Posted by +CodeDemon+ View Post
    If you are flaming others your thread, and trolling/flaming others who ask for help when you yourself have no idea what the fuck your doing.

    I doubt you even know what a void function is.
    Okay, just keep replyin.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  15. #15
    deathb4dishonor's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    hell
    Posts
    763
    Reputation
    12
    Thanks
    85
    My Mood
    In Love
    Quote Originally Posted by yaserifti1 View Post
    Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
    lol little man mad. it isnt our fault u only came here for hacks. i mean u only have about 178 posts and i have about 325 posts. so ya be glad some people will help u out. some may not. i know this i need help making mine so i can get it to work. its almost vip some aimbot features to it and superbullet will be added. but only a few people will be able to get it once i get it to work.
    To live with Honor, U must know the meaning of honor.

    (no stealing my sigbars. if u like them send me a pm and i will make u one)

    dont just say thanks press the thanks button.

    Kill'em all, and let God sort'em out
    I come in peace, I didn't bring artillery. But I am pleading with you with tears in my eyes: If you fuck with me, I'll kill you all.
    Hell, these are Marines. Men like them held Guadalcanal and took Iwo Jima. Bagdad ain't shit.
    We're surrounded. That simplifies the problem!
    So they've got us surrounded, good! Now we can fire in any direction, those bastards won't get away this time!




Page 1 of 4 123 ... LastLast