Results 1 to 12 of 12
  1. #1
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive

    Controllable Rapid

    People couldn't get it to stop firing? Fucking Idiots. D: If you didn't know this, you fail. It's just +1 post for me.

    Code:
    #define Rapid 0x373DBD65
    Code:
    if(GetAsyncKeyState(VK_LBUTTON) & 0x8000 )
    {
    	Memoria((LPVOID) (Rapid), "\x90\x90", 2);
    }else{
    	Memoria((LPVOID) (Rapid), "\x74\x3E", 2);
    }

  2. The Following 5 Users Say Thank You to Stephen For This Useful Post:

    cacacaca110 (09-08-2011),Crash (05-13-2011),Cryptonic (05-13-2011),Noobsmacker (05-15-2011),Turbulence (05-13-2011)

  3. #2
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    Oooooooooooooh Nice
    Thanks


    O.O
    my address is equal

    my adress :
    Code:
    0x373DBD65
    my bytes :
    Code:
    if((*(BYTE *)GameStatus == 1) && rapidfire && GetAsyncKeyState(VK_LBUTTON)<0) {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x90\x90", 2);
    	} else {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x74\x3E", 2);
    	}
    Last edited by Turbulence; 05-13-2011 at 01:39 PM.

  4. The Following User Says Thank You to Turbulence For This Useful Post:

    Cryptonic (05-13-2011)

  5. #3
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by Turbulence View Post
    Oooooooooooooh Nice
    Thanks


    O.O
    my address is equal

    my adress :
    Code:
    0x373DBD65
    my bytes :
    Code:
    if((*(BYTE *)GameStatus == 1) && rapidfire && GetAsyncKeyState(VK_LBUTTON)<0) {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x90\x90", 2);
    	} else {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x74\x3E", 2);
    	}
    cool.

  6. #4
    S0aD's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2,247
    Reputation
    5
    Thanks
    590
    it is up to our shame that someone does not know

  7. #5
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    The people who thanked me don't

  8. #6
    Alessandro10_Returns's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    God Joob ******'s

  9. #7
    Death751's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    373
    Reputation
    3
    Thanks
    144
    My Mood
    Flirty
    thanks for the share brotha keep it up

  10. #8
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    My way beats yours :

    Code:
    #define penis 1337
    
    class CGential {
    public:
        bool bSTD;
        bool bIsPenis;
        bool bGay;
    
    };
    
    class CPenis : public CGenital {
    public:
    
        CPenis(){ this->bIsPenis = true; }
    
        bool bHard;
        int iSize;
        __int64 iSpermCount;
    
        bool InsertInto(CGential *pGenital){
    
            if(pGenital->bSTD)
                return false;
            if(pGenital->bIsPenis && !this->bGay)
                return false;
    
            CVagina *pVag = (CVagina*)pGenital;
    
            pVag->pInjected = this;
            this->bHard = true;
            this->iSpermCount -= 9000000000000000000;
    
            return true;
    
        }
    
    };
    
    class CVagina : public CGenital {
    public:
    
        CVagina(){ this->bIsPenis = false; }
    
        bool bPMS;
        CPenis *pInjected;
    
    };
    
    CVagina *pVag = new CVagina();
    CPenis *pEnis = new CPenis();
    
    if(true){
    
        if(!false && true && 1 == 1){
    
            if(1 + 1 == 2 && 2 + 2 != 5 && 2 + 2 != penis){
    
                if(pEnis->InsertInto(pVag)){
    
                    if(GetAsyncKeyState(VK_LBUTTON)&1 && penis > 3){
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDON, 3);
    
                    } else {
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDOFF, 3);
    
                    }
    
                }
    
            }
    
        }
    
    }

  11. The Following User Says Thank You to Crash For This Useful Post:

    wassup gee (09-19-2011)

  12. #9
    Alessandro10_Returns's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    Quote Originally Posted by Crash View Post
    My way beats yours :

    Code:
    #define penis 1337
    
    class CGential {
    public:
        bool bSTD;
        bool bIsPenis;
        bool bGay;
    
    };
    
    class CPenis : public CGenital {
    public:
    
        CPenis(){ this->bIsPenis = true; }
    
        bool bHard;
        int iSize;
        __int64 iSpermCount;
    
        bool InsertInto(CGential *pGenital){
    
            if(pGenital->bSTD)
                return false;
            if(pGenital->bIsPenis && !this->bGay)
                return false;
    
            CVagina *pVag = (CVagina*)pGenital;
    
            pVag->pInjected = this;
            this->bHard = true;
            this->iSpermCount -= 9000000000000000000;
    
            return true;
    
        }
    
    };
    
    class CVagina : public CGenital {
    public:
    
        CVagina(){ this->bIsPenis = false; }
    
        bool bPMS;
        CPenis *pInjected;
    
    };
    
    CVagina *pVag = new CVagina();
    CPenis *pEnis = new CPenis();
    
    if(true){
    
        if(!false && true && 1 == 1){
    
            if(1 + 1 == 2 && 2 + 2 != 5 && 2 + 2 != penis){
    
                if(pEnis->InsertInto(pVag)){
    
                    if(GetAsyncKeyState(VK_LBUTTON)&1 && penis > 3){
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDON, 3);
    
                    } else {
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDOFF, 3);
    
                    }
    
                }
    
            }
    
        }
    
    }

    Don't Work

    TROLL
    Last edited by Alessandro10_Returns; 05-13-2011 at 06:35 PM.

  13. #10
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Delphi... P.s Hacks[7] is an array of hacks and is Rapidfire...

    [highlight=delphi]
    case Hacks[7].bOn of
    True:
    begin
    if (GetAsyncKeyState(VK_LBUTTON) <> 0) then
    WriteIt(ptr(AddressRapidFire),PatchRapidFire)
    else
    WriteIt(ptr(AddressRapidFire),OriginalRapidFire);
    end;
    False:
    WriteIt(ptr(AddressRapidFire),OriginalRapidFire);
    end;
    [/highlight]
    Last edited by Departure; 05-13-2011 at 09:23 PM.

  14. The Following User Says Thank You to Departure For This Useful Post:

    NOOBJr (05-13-2011)

  15. #11
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Crash View Post
    My way beats yours :

    Code:
    #define penis 1337
    
    class CGential {
    public:
        bool bSTD;
        bool bIsPenis;
        bool bGay;
    
    };
    
    class CPenis : public CGenital {
    public:
    
        CPenis(){ this->bIsPenis = true; }
    
        bool bHard;
        int iSize;
        __int64 iSpermCount;
    
        bool InsertInto(CGential *pGenital){
    
            if(pGenital->bSTD)
                return false;
            if(pGenital->bIsPenis && !this->bGay)
                return false;
    
            CVagina *pVag = (CVagina*)pGenital;
    
            pVag->pInjected = this;
            this->bHard = true;
            this->iSpermCount -= 9000000000000000000;
    
            return true;
    
        }
    
    };
    
    class CVagina : public CGenital {
    public:
    
        CVagina(){ this->bIsPenis = false; }
    
        bool bPMS;
        CPenis *pInjected;
    
    };
    
    CVagina *pVag = new CVagina();
    CPenis *pEnis = new CPenis();
    
    if(true){
    
        if(!false && true && 1 == 1){
    
            if(1 + 1 == 2 && 2 + 2 != 5 && 2 + 2 != penis){
    
                if(pEnis->InsertInto(pVag)){
    
                    if(GetAsyncKeyState(VK_LBUTTON)&1 && penis > 3){
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDON, 3);
    
                    } else {
    
                        memcpy((void*)PENIS_RAPIDFIRE, RAPIDOFF, 3);
    
                    }
    
                }
    
            }
    
        }
    
    }
    Code:
    struct sTitts{
    	double Left;
    	double Right;
    };
    class cMum{
    public:
    	sTitts Titts;
    	int *Vagina;
    private:
    	char *Food;
    };
    
    void Main()
    {
    	cMum *YourMother = (cMum*)0xDEADBEEF;
    	while(FunInPercent < 95)
    		PlayWith(YourMother->Titts.Left | YourMother->Titts.Right);
    
    	while(FunInPercent < 100)
    		PlayWith(YourMother->Vagina);
    
    	delete YourMother;
    }
    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?

  16. #12
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Turbulence View Post
    Oooooooooooooh Nice
    Thanks


    O.O
    my address is equal

    my adress :
    Code:
    0x373DBD65
    my bytes :
    Code:
    if((*(BYTE *)GameStatus == 1) && rapidfire && GetAsyncKeyState(VK_LBUTTON)<0) {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x90\x90", 2);
    	} else {
    		memcpy((VOID *)RapidFireEKnife, (VOID *)(PBYTE)"\x74\x3E", 2);
    	}

    The same, just with ingamecheck.

    Thanks Cosmos