Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[VB.NET] Auto Typer filter_list
Author
Message
[VB.NET] Auto Typer #1
What you will need for it:

1. 2X Buttons (Start,Stop)
2. Timer
3. TextBox
4. 3X Labels
5. NumericUpDown

It should look something like this:

Change the names of these:

Label1 = Text here
Label2 = Spaming per
Label3 = Seconds
Button1 = Start
Button2 = Stop

[Image: 1331158372.jpg]

Then click on timer that you have already put,and change interval from 100 to "1000".

[Image: 1331158401.jpg]

And now its time to add some codes.
In the button1(Start) add:

Code:
Timer1.Interval = NumericUpDown1.Value * 1000
Timer1.Start()

In the button2(Stop) add:

Code:
Timer1.Stop()

In the timer add:

Code:
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
[Image: xlbdwZT.png]

Reply

RE: [VB.NET] Auto Typer #2
I actually used a auto-typer function in my RS helper, only that i had to use random interval between each message.

Good work, i love these tutorials Smile

Edit:

You don't by any chance know how to do this with threads do you ?
I've been trying for ages, can only use a timer don't know why.
[Image: tumblr_m4vms28lYu1qj3ir1.gif]

Reply

RE: [VB.NET] Auto Typer #3
Thank you, No sorry not at the moment now. But I have found a tutorial that may help you get some idea here take a look at this.

This could help you somewhat like learning how to take something form a website and type what the text says.

http://jiggmin.com/threads/101274-Vb-Net...auto-typer
[Image: xlbdwZT.png]

Reply

RE: [VB.NET] Auto Typer #4
There's a lot of autotypers, send key is probably the worst, but the best for a beginner. Nice tutorial.

Reply

RE: [VB.NET] Auto Typer #5
(07-11-2013, 03:14 AM)Banshee Wrote: There's a lot of autotypers, send key is probably the worst, but the best for a beginner. Nice tutorial.

Yeah it was a beginner tutorial mate. Smile
[Image: xlbdwZT.png]

Reply

RE: [VB.NET] Auto Typer #6
the title is very misleading, just put spammer.
Thanks anyway blue, it may be useful in the future.
♫▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬­­­▬▬▬▬▬▬▬▬­­­­­­­­­▬▬▬♫ ­
SHUT UP AND ENJOY NIGHTCORE !
♫▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬­­­▬▬▬▬▬▬▬▬­­­­­­­­­▬▬▬♫

TIP: Click my signature Wink

Reply

RE: [VB.NET] Auto Typer #7
(07-11-2013, 05:02 PM)Anime Wrote: the title is very misleading, just put spammer.
Thanks anyway blue, it may be useful in the future.

Well, It is a bit of the same thing as it is typing something for you.
[Image: xlbdwZT.png]

Reply

RE: [VB.NET] Auto Typer #8
Oddly enough, I have always had issues with auto-typers, so I ended up making it so it copied the text to type into the clipboard, and then the typer would just paste the text. You won't have any lag leaving out characters or anything, and it's faster.

Reply

RE: [VB.NET] Auto Typer #9
I've heard about this, it is still a nice tutorial.

Reply

RE: [VB.NET] Auto Typer #10
(07-13-2013, 12:53 PM)Wet Wrote: I've heard about this, it is still a nice tutorial.

Thank you very much glad you liked it.
[Image: xlbdwZT.png]

Reply







Users browsing this thread: 2 Guest(s)