Thread: Help?

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 47
  1. #31
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    It says. When the key is down. Chams = on
    If key is up. Chams = off
    Change it to
    Code:
    if (keyshit here){
    chams = !chams;
    }
    if(chams = true){
    chams ptc on
    }else{
    chamsptc off
    }
    No I do not make game hacks anymore, please stop asking.

  2. #32
    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 flameswor10 View Post
    It says. When the key is down. Chams = on
    If key is up. Chams = off
    Change it to
    Code:
    if (keyshit here){
    chams = !chams;
    }
    if(chams = true){
    chams ptc on
    }else{
    chamsptc off
    }
    ... No it says
    if(chams) aka if chams = true
    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 -

  3. #33
    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 blunts View Post
    detected ltc doesnt mean they dont work morons and thats a gordon ltc and its working
    Thats what I thought, but I will try different PTC methods
    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. #34
    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 blunts View Post
    big fail do this
    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;
             }
    
    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");
    }
    }
    }
    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;
    }
    what did u change?
    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 -

  5. #35
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    I don't see any difference...
    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. #36
    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 ummm still not resolved, please 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 -

  7. #37
    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 I JUST WANT A LITTLE HELP, PLEASE HELP!!!
    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. #38
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by yaserifti1 View Post
    OMFG I JUST WANT A LITTLE HELP, PLEASE HELP!!!
    I would of helped you but, +codedemon+ said not to. Never fuck with this that man right there. You crossed the line bud. No one will help.

  9. #39
    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 Zane Slayman View Post


    I would of helped you but, +codedemon+ said not to. Never fuck with this that man right there. You crossed the line bud. No one will help.
    Dude, I didn't realise who he was, read the post count, not the name, read the ++ not inbetween, help me out, I need a new PTC method!
    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. #40
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Who the Fuck is CodeDemon



  11. #41
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Was that a sextuple post? lol
    You ask for help 3 times a week, and we're tired of it.
    @Crash

  12. #42
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by mmbob View Post
    Was that a sextuple post? lol
    You ask for help 3 times a week, and we're tired of it.
    @Crash
    Im Guessing Crash Needs to be Here

  13. #43
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by whit View Post


    Im Guessing Crash Needs to be Here
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob
    @mmbob

    jajaja

  14. #44
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Crash View Post
    -Rep ...

  15. #45
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by Crash View Post
    @mmbob
    jajaja
    owait dats not mmbob

Page 3 of 4 FirstFirst 1234 LastLast