Results 1 to 7 of 7
  1. #1
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed

    What does this do?

    alright well i have been looking around and i would like to know what does this number do? (highlighted in red)

    Cause for the ones i got super bullet is 3 and no recoil is also 3? so yea

    Thanks for reading

    Code:
    memcpy((LPVOID)Nametags1, "\x90\x90", 2);

  2. #2
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    uhm didnt you just do some shit with whit's combined base and you dont know something this basic?

    Code:
    void* memcpy(void* destination, const void* source, size_t num);
    the third parameter of this function determines the number of bytes to copy, which is two in your case.

  3. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    It turns nametags on. (half)
    No I do not make game hacks anymore, please stop asking.

  4. #4
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Alright thanks and yea, i never really got around to namtags and stuff like to this lol

  5. #5
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    Quote Originally Posted by flameswor10 View Post
    It turns nametags on. (half)
    he wasnt asking what that line of code does. Hes asking about the third parameter of the memcpy function. Damn and I thought there were actual coders here /facepalm

  6. The Following User Says Thank You to scimmyboy For This Useful Post:

    markoj (01-31-2011)

  7. #6
    Reimy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    178
    Reputation
    28
    Thanks
    704
    My Mood
    Sleepy
    its the # of Bytes u use....


    ---------------------------------------------
    ---------------------------------------------

    Quote Originally Posted by ihackyoufack View Post
    reimys hack looks epic and has epic features
    NOBODY SHALL DEFEAT REIMY!!!
    exept chocolate but chocoleate hacks in real life :O


  8. #7
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Alright thanks, and scimmy im still in learning the thread i made was just to help new people out =p

    Thanks 2 all of you for the help

    EDIT: by thread i ment my whit's combined base v2 [UPDATED]
    Last edited by Dead 4 Real; 01-31-2011 at 01:20 PM.