Thread: Help?

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47

Hybrid View

  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
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Quote Originally Posted by deathb4dishonor View Post
    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
    Dont hijack his thread

  8. The Following User Says Thank You to Sid For This Useful Post:

    yaserifti1 (03-01-2011)

  9. #8
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    IKR, Tried to tell him, and he has a flame war with me... Anyways...
    On topic - help me!!!
    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. #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
    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 -

  11. #10
    +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.

  12. #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
    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 -

  13. #12
    +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.

  14. #13
    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!




  15. #14
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616

  16. #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 ᴺᴼᴼᴮ View Post
    you know what i know i am doing something wrong cause i am completely new to coding hacks. and this nooby here who cant even get his to work thinks he is better then me. lol. sry i aint no 15 yr old boy who thinks he is the king of the world cause his brain is telling him he cant die or he can live for ever. i am 22 yrs old who knows that life is short. i been there done that and hell if i could i would race again to i die.
    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