Results 1 to 5 of 5
  1. #1
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy

    help need superbullets

    can someone PM me superbullets code thank you

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Why do you always ask for codes ?

  3. #3
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    dude im about to put out my hack in need superbullets

  4. #4
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    why not code it yourself? its not that hard :/

    just update this:
    Code:
    void cHacks::SuperBullets( bool SuperBullets )
    {
    	if( SuperBullets )
    		tools->WriteOpCode( (PBYTE)ADDR_S_BULLLETS, (PBYTE)"\x33\xC0\x90", 3 );
    	else
    		tools->WriteOpCode( (PBYTE)ADDR_S_BULLLETS, (PBYTE)"\x0F\x94\xC0", 3 );
    }
    this isn't c + p...
    Last edited by PashaAmd; 03-14-2011 at 04:46 PM.

  5. #5
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    never mind i got the code /Closed