Im new...

Posts 115 of 18 · Page 1 of 2
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!
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?
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
we dont know what u r talking about !
omg after i inject a hack what do i do to use it? like insert or whaaaa
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.
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;
	}
}
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?
I thought rainbow tables was about brute forcing?
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
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
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
it depends on the base and wat botton u used to make menu visable
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...
Im new too..
We can be friends
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?