Touch Posted July 19, 2007 Posted July 19, 2007 I made this when I was bored on my own. _Send("a", 5) Func _Send($io_letter, $io_amount) ; Letter you want to send, and the amount of times For $i = 1 to $io_amount Send($io_letter) Next EndFunc Its a simple thing, I hate having to make a loop, so I made this instead. Touch [center][font="Arial"]If practise makes perfect and no-ones perfect whats the point of practise?[/font]Sorry for my rude attitude when I started here.[/center]
Pakku Posted July 19, 2007 Posted July 19, 2007 (edited) Hi, Useful, but.... This comes directly from the helpfile (the Send() function) Send("{S 30}");Sends 30 'S' characters Edited November 16, 2010 by Pakku How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me
Touch Posted July 19, 2007 Author Posted July 19, 2007 Oops.. Didn't see that. Now I feel embarrased. [center][font="Arial"]If practise makes perfect and no-ones perfect whats the point of practise?[/font]Sorry for my rude attitude when I started here.[/center]
Pakku Posted July 19, 2007 Posted July 19, 2007 (edited) Oops.. Didn't see that. Now I feel embarrased.You don't have to, I think that, just like you, not everyone have seen this, this might be useful for some, and now you can send large keystrokes, which is according to the helpfile a bit difficult to do. Edited November 16, 2010 by Pakku How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me
James Posted July 19, 2007 Posted July 19, 2007 Very simple, and like arjan said, it can be useful, its a UDF dude! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Touch Posted July 19, 2007 Author Posted July 19, 2007 You don't have to, I think that, just like you, not everyone have seen this, this might be useful for some, and now you can send large keystrokes, which is according to the helpfile a bit difficult to do.ArjanThanks Arjan I understand what you mean. I just read the helpfile. I am going to do a test, to see which is quicker Very simple, and like arjan said, it can be useful, its a UDF dude!Not really a UDF but I could make more to make it a better one. [center][font="Arial"]If practise makes perfect and no-ones perfect whats the point of practise?[/font]Sorry for my rude attitude when I started here.[/center]
James Posted July 19, 2007 Posted July 19, 2007 Point taken, I should of said, add a few things and then release as a minor UDF . Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Touch Posted July 19, 2007 Author Posted July 19, 2007 Well, what else could I make, I am out of ideas. This was an example for a friend, whilst I was bored. [center][font="Arial"]If practise makes perfect and no-ones perfect whats the point of practise?[/font]Sorry for my rude attitude when I started here.[/center]
Thornhunt Posted August 8, 2007 Posted August 8, 2007 Well, what else could I make, I am out of ideas. This was an example for a friend, whilst I was bored.well when i ran out of ideas.. i made a spywere scanner for mi bro.. it looked perfect .. the only problem is that it did absolutely nothing .. well apart from shutting down his computer when ever he wanted to exit it ..i thought it was amusing ...lol jus thought u might have wanted to know that HA lol Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now