PDA

View Full Version : [Charny Coding - C#] Basic Autotyper [Video]



Charny
June 30th, 2010, 09:10
In this video, I'll show you how to do a basic autotyper. It uses threads, not timers.

[C#] Basic Autotyper (Only the registered members can see the link.)

If you liked this video, please subscribe and post a comment!

SIR MOJO
July 1st, 2010, 21:52
Lol sorry I'm a noob at this stuff.
What program did you use to make that?
Will be glad if you can tell me, thanks.
Visual Basic 6?

Charny
July 2nd, 2010, 05:52
Lol sorry I'm a noob at this stuff.
What program did you use to make that?
Will be glad if you can tell me, thanks.
Visual Basic 6?

In this video, I use Visual C# 2008.

SIR MOJO
July 2nd, 2010, 12:04
Thanks. I've installed it.
I installed Visual C# 2008!
Hey, I need help on making one.
I create new project, then click on "windows forms applications", is that the wrong thing to click on?
All I have is "Windows forms application", "Class Library", "WPF Library", "WPF Browser Application", "Console Application".
Which one do I click on to make the Basic Auto-typer?

girofsilgar
July 2nd, 2010, 18:02
looks good for a start :)

next thing to do would allow more then 1 message
like have it able to input 10, and it'd do 1 of the 10 randomly

like...
if (Textbox(random1-10).contains != "")
if that makes sense lol, i dont code c#

Charny
July 2nd, 2010, 18:04
Thanks. I've installed it.
I installed Visual C# 2008!
Hey, I need help on making one.
I create new project, then click on "windows forms applications", is that the wrong thing to click on?
All I have is "Windows forms application", "Class Library", "WPF Library", "WPF Browser Application", "Console Application".
Which one do I click on to make the Basic Auto-typer?

Click on 'Windows Forms Applications' ;).


looks good for a start :)

next thing to do would allow more then 1 message
like have it able to input 10, and it'd do 1 of the 10 randomly

like...
if (Textbox(random1-10).contains != "")
if that makes sense lol, i dont code c#

Like my autotyper :P? :

Only the registered members can see the link.

Mohammad
July 8th, 2010, 07:09
What music you used i like it.
What program you used?