VB.NET Tutorial 34 - Auto Typer (Visual Basic 2008/2010)

preview_player
Показать описание
This tutorial will teach you how to make your very own Auto Typer. Auto Typers are popular across the web and in some cases people charge money for them. With this easy tutorial, you can create your own customizable Auto Typer and share it with your friends. We have covered Timers in a previous tutorial but this tutorial will cover how to Send Keys.

For more information, check out the website:
Рекомендации по теме
Комментарии
Автор

Guys, I don't know if everyone had trouble doing this, but if your auto typer isn't working, and you've typed and did exactly what he did, close visual basic, and run it as administrator. Thumbs up so people can see

MalevolentBrutalisk
Автор

@Codeman6089 You need to make an evet named "Key Down".
In that event, you will type:

If e.KeyCode = Key.F6 Then

Timer1.Enabled = True
Timer1.Interval = 2

End If


For the timer, just follow this tutorial and write down the code he is using for the timer.

I hope this helped you out mate. Good luck! :)

Olemassacre
Автор

you make awesome vids. any plans on increasing the amount available for mobile devices?

shaferls
Автор

thanks so much for your tutorials and hope to see your more new lession

thearaham
Автор

Simple, You could work that out even your self.
In the video he shows how to make it auto type and make it auto click enter.
So with that enter code dot he same thing BUT replace it with F9 or watever.
I hoped that help :)

GerTi
Автор

can you add a shortcut to start and stop? and when i debug it.. and i put as text: hello, it says: helloEnter...

kingquefaz
Автор

Do you have any idea what the command would be to make the application Right Click?

SendKEys.Send("{Click}") or something ?

Blackdusk
Автор

I have some question for this tutorial, I want to use this auto type in my online game, but the program I need to use auto type one bye one, not a sentence like, this, one more to auto type ESC, F1, ...etc?

sbl
Автор

@Olemassacre But is there some way to do this when i havent got the auto typer on the top ?

matyaseklo
Автор

Very Good !
How can i make a auto form filler?

anjumvlogs
Автор

Can I also make something like this but then with 1 text. Like, first it says "Hello" for 5 seconds and after that it says "Goodbye" for 5 seconds? And can I use commands like "arrow up" instead of text?

Kantjil
Автор

How do you make its so that the program types the words letter by letter?

navigators
Автор

My question is, how do I get this to start and stop, based upon a key press (i.e. f9 to start, f10 to stop) ?

If so, will this work even when I'm in the game client, with this running in the background?

TheOvenCook
Автор

Thanks so much but how i save it?? Which format?

xHunteRx
Автор

I'm enjoying all your videos, which I find extremely interesting though I am having difficulty in getting to grips with VB (the fault lies with me and not you). I would suggest that camelCase should be used. in the meantime, keep up the great and unpaid worK!

davidfromstow
Автор

how about sign "+"? it doesn't write it when i try to put like "hi im good + pie"
how do you get + to it?

goldypker
Автор

Hey. What if you change the time to "Hello"?

Olemassacre
Автор

Great video, but how do I save this as an executable file without having to open Visual Basic everytime?

adammichaels
Автор

can you add a shortcut to start and stop?

kingquefaz
Автор

Is there a way where i can press "F1" or somthing like that to start and stop it?

adidasboyz