BurnOut Posted August 2, 2007 Posted August 2, 2007 guys im new here...and i want to know how to create a key presser?
enaiman Posted August 2, 2007 Posted August 2, 2007 (edited) This is the link to all Function refferences Hereand here it is the Send command you need to use SendAlso - look here for more useful information.and a greart tool to use for starters: AutoIt 1-2-3 Edited August 2, 2007 by enaiman SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
BurnOut Posted August 3, 2007 Author Posted August 3, 2007 This is the link to all Function refferences Hereand here it is the Send command you need to use SendAlso - look here for more useful information.and a greart tool to use for starters: AutoIt 1-2-3thnx for d reply..but i don't know how to start???can u post the script...like this
BurnOut Posted August 3, 2007 Author Posted August 3, 2007 ^or this linked : Download KeyPresserHow to create like this??
smashly Posted August 3, 2007 Posted August 3, 2007 Where do you want to start? With the GUI maybe.. Then open the AutoIt3 help file and have a look at GUICreate.. Once you have the Gui you might want to add controls, work out the type of controls you want to use. Once again look in the AutoIt3 help file under GUI Control Ceation. Once you have your controls sorted maybe you might want them to actually do something. Once again look in the AutoIt3 help file in general..... To do what your after try Planning an attack.. Then Attack your Plan.... I don't think many here in the forums will post an answer to your question unless you can show you've put a bit of effort into writting your own code/script. I think enaiman has posted exactly what you need to start.. It's a case of learn to crawl before walking so to speak.. I'm aware these answers don't give you what you want straight away , but surely a little research will speed things up. Cheers
enaiman Posted August 3, 2007 Posted August 3, 2007 (edited) Such a project is too difficult for a beginner. If you really want to make it (and not others to make it for you) then you should start with basic scripting (that AutoIt 1-2-3 would be a good place) and move to more complicated scripts once you made progresses. Start learning, show some code from your work and ask for help, you will get it for sure. Ideas for your program? - use Koda to make the interface - read about: - GuiCtrlCreateInput - GuiCtrlRead - GuiCtrlCreateButton - GuiCtrlCreateCombo - GuiCtrlCreateLabel - Send That's for a start. EDIT: smashly we had the same idea at the same time. What made me edit my post? I've took a second look at the screenshot you posted .... hmmm ... "Flooder", "Password Viewer" ... that doesn't feel so right ... what is that Key Presser used for?? Edited August 3, 2007 by enaiman SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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