Page 3 of 9 FirstFirst 12345 ... LastLast
Results 31 to 45 of 132

Hybrid View

  1. #1
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Quote Originally Posted by Nubzgetkillz View Post
    That sounds good toooo.

    Dead 4 Real you can also add how to change how the menu looks
    lol idk how but do it!
    What do you mean by menu look? the sprite or text?

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Lol'd at this :

    Quote Originally Posted by GodHack2 View Post
    instaid of
    Code:
    int test = 0;
    int test1 = 0;
    int test2 = 0;
    use proper c++
    and make it like this since they all start with the same value
    Code:
    int test1,test2,test3 = 0;
    or even better
    Code:
    int test[3] = 0;

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253

    he forgot the Curly braces on the integer array..

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

    he forgot the Curly braces on the integer array..
    Lolno first one only gives test3 a value and second one is should be
    Code:
    int test[3] = { 0, 0, 0 };

  5. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Crash View Post
    Lolno first one only gives test3 a value and second one is should be
    Code:
    int test[3] = { 0, 0, 0 };
    Should of done..
    int test1, test2, test3;
    test1 = test2 = test3 = 0;

    but i dont see the point of it...
    But he failed hard on the array Good catch i didnt even notice it

  6. #6
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Crash View Post
    Lolno first one only gives test3 a value and second one is should be
    Code:
    int test[3] = { 0, 0, 0 };
    well the first one has always worked for me fine

    but i do admit that i totally forgot about the second one :/ i was posting it from the school computer >.<





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

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

  8. #8
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,291
    Reputation
    494
    Thanks
    3,739
    My Mood
    Doh
    i have never made a working menu hack lol maybe this will help change that

    commando: You're probably the best non-coder coder I know LOL


  9. #9
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,291
    Reputation
    494
    Thanks
    3,739
    My Mood
    Doh
    hey, 1 question, how do i add a hack that needs nop-ed with this menu source? i wanna add no recoil, i have the bytes and such but not the know-how of adding it

    commando: You're probably the best non-coder coder I know LOL


  10. #10
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Could you post the no recoil? thanks =p and easy just post it above the ptc hacks? if im correct it works for me =p

  11. #11
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,291
    Reputation
    494
    Thanks
    3,739
    My Mood
    Doh
    Quote Originally Posted by Dead 4 Real View Post
    Could you post the no recoil? thanks =p and easy just post it above the ptc hacks? if im correct it works for me =p
    i wasn't sure of the mem command (i'm very new to coding, so i don't know what to look for to figure it out)

    commando: You're probably the best non-coder coder I know LOL


  12. #12
    Bubbles Kittys's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    █ ♣ █
    Posts
    231
    Reputation
    16
    Thanks
    23
    My Mood
    Psychedelic
    nice work. nice work indeed, i am a noob with this stuff and i understand it thanks + rep given
    Support NSY Inject

  13. #13
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Thanks =p also ill keep adding on by normal posts i would edit first but its been past 24 hours

  14. #14
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    Quote Originally Posted by Dead 4 Real View Post
    UPDATE 3: Changing Menu Text Colors | Thank: Dead 4 Real
    _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    First open your hack then select Menu.cpp then search for this the color "Orange" it should look like this
    Code:
    if (i==Mpos)
               color=Orange;
    then change it to a color you want example Green also remember that the first letter must be a capital and then seach for the next color the rest are a little bit above, but some also may be below. but dont go changing all colors you see cause some it may say Red but theres no red on your menu you look at the colors on your menu and only change them until you know what you are doing.

    Colors used in menu:
    Orange
    Blue
    Green


    Colors are actually Green, Blue, and Black,

    Great job though!

  15. #15
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Thanks, well i cant edit that one atm but people should be able to tell.

Page 3 of 9 FirstFirst 12345 ... LastLast

Tags for this Thread