Thread: Im new...

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    jose14313's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    VA
    Posts
    4
    Reputation
    10
    Thanks
    0

    Im new...

    Umm how the heck do you bring up the hacking table on CA. Iv'e tried looking everywhere but can't seem to find it. Ayuda!

  2. #2
    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 jose14313 View Post
    Umm how the heck do you bring up the hacking table on CA. Iv'e tried looking everywhere but can't seem to find it. Ayuda!
    What are you talking about?

  3. #3
    jose14313's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    VA
    Posts
    4
    Reputation
    10
    Thanks
    0
    lol cuz on videos i see people bring up this rainbow colored table with hack setting and i wanna know how to bring it up

  4. #4
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    we dont know what u r talking about !

    Thanks Cosmos


  5. #5
    jose14313's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    VA
    Posts
    4
    Reputation
    10
    Thanks
    0
    omg after i inject a hack what do i do to use it? like insert or whaaaa

  6. #6
    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 jose14313 View Post
    omg after i inject a hack what do i do to use it? like insert or whaaaa
    Insert unless it says something else.

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

    jose14313 (01-16-2011)

  8. #7
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed
    it depends on the base and wat botton u used to make menu visable

  9. #8
    -xGhost-'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    C:\Sytem32
    Posts
    344
    Reputation
    9
    Thanks
    57
    My Mood
    Relaxed
    I think he's talking about making a menu for a hack, You're going to need something like this if so.

    Code:
    void BuildMenu(char * menuname, int x, int y, int h, int w, DWORD TITLECOL, DWORD BACKCOLOR, DWORD BORDERCOLOR, LPDIRECT3DDEVICE9 pDevice)
    {
    	if(GetAsyncKeyState(VK_INSERT)&1)show=(!show); // If you press the Insert Key the menu will pop up. 
    	if(!show) { // States the same as above. 
    		//Your Box/Menu.
    		return;
    	}
    }
    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]

    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]

  10. #9
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by -xGhost- View Post
    I think he's talking about making a menu for a hack, You're going to need something like this if so.

    Code:
    void BuildMenu(char * menuname, int x, int y, int h, int w, DWORD TITLECOL, DWORD BACKCOLOR, DWORD BORDERCOLOR, LPDIRECT3DDEVICE9 pDevice)
    {
    	if(GetAsyncKeyState(VK_INSERT)&1)show=(!show); // If you press the Insert Key the menu will pop up. 
    	if(!show) { // States the same as above. 
    		//Your Box/Menu.
    		return;
    	}
    }
    Why do you return when you use a void?

  11. #10
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    I thought rainbow tables was about brute forcing?

  12. #11
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Quote Originally Posted by Mr.Magicman View Post


    Why do you return when you use a void?
    TROLOLOLOLOL

    But he has a point, "void" will return an error if a return statement is used, and since it can't be used as a value in the future, since it is just the features being added, I believe, that is why there is no main function :P You don't need a return
    Sammy told me to...

  13. #12
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by jonnyboy9985 View Post
    TROLOLOLOLOL

    But he has a point, "void" will return an error if a return statement is used, and since it can't be used as a value in the future, since it is just the features being added, I believe, that is why there is no main function :P You don't need a return
    It Can be used in a void but i wont explain on a HTC Hero

  14. #13
    Reimy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    178
    Reputation
    28
    Thanks
    704
    My Mood
    Sleepy
    Este loco habla espanol... por eso es k escribe mal el ingles...

    /////////////////////////////////////////////////////////////////////

    can some 1 tell me what he ask... cause i dont really understand him...


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

    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


  15. #14
    -xGhost-'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    C:\Sytem32
    Posts
    344
    Reputation
    9
    Thanks
    57
    My Mood
    Relaxed
    Quote Originally Posted by Mr.Magicman View Post


    Why do you return when you use a void?
    I just use it because I'm use to it, it hasn't given me any problem so I'm just going to keep using it :P
    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/ProXtremeSignature.png[/IMG]

    [IMG]https://i714.photobucke*****m/albums/ww144/sandro911/Signature.png[/IMG]

  16. #15
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Im new too..
    We can be friends

Page 1 of 2 12 LastLast