I deleted my other thread cause i didnt know that people could use .exe as a virus (im a noob at programing.) so can some one just show me the function for type send in visual basic? rep++ if you can help me![]()
I deleted my other thread cause i didnt know that people could use .exe as a virus (im a noob at programing.) so can some one just show me the function for type send in visual basic? rep++ if you can help me![]()
Hey it is pretty simple to use this command and also very usefull! .
To use the commands below you can add SendKeys().
A example of this would be to make it send the Esc key you would type
Now if you want to send text all you do is add a textbox to your program and then you can use the code like this.Code:SendKeys.Send("{ESC}")
Here is a list of some keys and the code to use them.Code:SendKeys.Send(TextBox1.Text)
Hope I could of helped if you need help with you program pm me and I will glady help you.Code:Key Code BACKSPACE {BACKSPACE}, {BS}, or {BKSP} BREAK {BREAK} CAPS LOCK {CAPSLOCK} DEL or DELETE {DELETE} or {DEL} DOWN ARROW {DOWN} END {END} ENTER {ENTER}or ~ ESC {ESC} HELP {HELP} HOME {HOME} INS or INSERT {INSERT} or {INS} LEFT ARROW {LEFT} NUM LOCK {NUMLOCK} PAGE DOWN {PGDN} PAGE UP {PGUP} PRINT SCREEN {PRTSC} RIGHT ARROW {RIGHT} SCROLL LOCK {SCROLLLOCK} TAB {TAB} UP ARROW {UP} F1 {F1} F2 {F2} F3 {F3} F4 {F4} F5 {F5} F6 {F6} F7 {F7} F8 {F8} F9 {F9} F10 {F10} F11 {F11} F12 {F12} F13 {F13} F14 {F14} F15 {F15} F16 {F16} SHIFT + CTRL ^ ALT %
He wants TypeSend. TypeSend types it like a human.
oh I am sorry I thought he meant something else, my bad.
That's a nice little list of commands, found something I needed in there :P
Where did you get that from? Surely not from memory![]()
I need to find somewhere that has all that shit when I need it :P
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
I believe he googled VB Key Codes.
There are currently 1 users browsing this thread. (0 members and 1 guests)