My hack textboxes is transparent!

Posts 110 of 10 · Page 1 of 1
My hack textboxes is transparent!
Hello,

I was coding my cleaner on Visual Basic and now my textboxes on this is transparent!



Can someone's help me right now? I want to code .

And I will add him to my credits for help..
You know how on the desktop if you hold down you mouse and draw you create a box that selects multiple items?



Do the same thing in VB.

You really need to change that GUI. Use tabs.
Quote Originally Posted by NOOB View Post
You know how on the desktop if you hold down you mouse and draw you create a box that selects multiple items?



Do the same thing in VB.

You really need to change that GUI. Use tabs.
What do you mean by "You know how on the desktop you hold down you mouse and draw you create a box that selects multiple items?". And what is tabs??

I'm a noob I know..
Quote Originally Posted by Adidascool View Post
What do you mean by "You know how on the desktop you hold down you mouse and draw you create a box that selects multiple items?". And what is tabs??

I'm a noob I know..
Tabs:



If that spammer uses SendKeys, it won't work.

And.. use "Format" (on the top of VB.NET) to align your controls easily.

For colors, take two basic colors that are opposite.

Thanks for your help. Do you need vb.net for the Format Function? And do you know a tutorial for making a spammer like post #6 #4 #99 at each message?

Thanx for respond
Quote Originally Posted by Adidascool View Post
Thanks for your help. Do you need vb.net for the Format Function? And do you know a tutorial for making a spammer like post #6 #4 #99 at each message?

Thanx for respond
It's on the top toolbar. For the spammer, you'll need to use SendMessage and you need to randomize the end of the messages.

Code:
Dim RandomNumAfterEachMessage As New Random
Then after the SENDKEYS part, do:

Code:
RandomNumAfterEachMessage.Next(0, 20)
0 is the lowest random number it will generate. 20 is the highest.

Quote Originally Posted by whit View Post
Maybe you should of posted in vb section mate
I got this. /me
Quote Originally Posted by NOOB View Post


It's on the top toolbar. For the spammer, you'll need to use SendMessage and you need to randomize the end of the messages.

Code:
Dim RandomNumAfterEachMessage As New Random
Then after the SENDKEYS part, do:

Code:
RandomNumAfterEachMessage.Next(0, 20)
0 is the lowest random number it will generate. 20 is the highest.



I got this. /me
Go Noob, it's your birthday, party hard like it's your birthday.
/
You set the transparency key the same color as the text box?

Quote Originally Posted by NOOB View Post
You know how on the desktop if you hold down you mouse and draw you create a box that selects multiple items?



Do the same thing in VB.

You really need to change that GUI. Use tabs.
Tabs aren't that good for everything x]

Quote Originally Posted by NOOB View Post


Tabs:



If that spammer uses SendKeys, it won't work.

And.. use "Format" (on the top of VB.NET) to align your controls easily.

For colors, take two basic colors that are opposite.

Sexy GUI. I liek :P
Maybe you should of posted in vb section mate
/moved to code help/discussion

fk no powers ahhhhhhhhh
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?