MSFN Forum: AutoIT Script help needed - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

AutoIT Script help needed Rate Topic: -----

#1 User is offline   pensionaru 

  • Group: Members
  • Posts: 3
  • Joined: 16-August 07

Posted 17 August 2007 - 12:11 AM

Hello all, i need your help, i have an AutoIT Script made by someone and i want to modefie it or do a new one. I dont know almous nothing about programing ind my english does not help me mutch :(, so meybe one of u can help me out plss.
I need a AutoIT Script that can do a very simple thing i belive, i need it to do when i stat it a key pres simulation of 1,2,3 at a very short period of time something like 1ms if its posible.
Can any one help pls. i u have questions and i can inswer i'm here all day.
P.S. i have a script now that simuletes to pres key1 and after 2-3 min preses preses key2 for about 30 seconds after swetches back to 1 and so on.
i need this new one to pres 1,2,3 fast and continuous sonething like 1,2,3, 1,2,3, 1,2,3, 1,2,3 and so on until i stop him :D
I hope someone of u understans what i just wrote and is welling to help.
Help me out PLSSSSSSS!!!

i Uploaded the script i have now.

Attached File(s)




#2 User is offline   pensionaru 

  • Group: Members
  • Posts: 3
  • Joined: 16-August 07

Posted 17 August 2007 - 02:24 AM

come on people pls help me out a little here :(

#3 User is offline   nick_007308 

  • Group: Members
  • Posts: 7
  • Joined: 24-October 05

Posted 17 August 2007 - 02:54 AM

ok, I dont have autoit on the pc I'm working on right now, but I've been working with autoit before.

this should work I think

while 1
Send("123")
sleep(1)
wend


it does not have a key to end the program yet, if you want to know how to do that, open the help file of autoit, and search for hotkeyset.

good luck :)

#4 User is offline   pensionaru 

  • Group: Members
  • Posts: 3
  • Joined: 16-August 07

Posted 17 August 2007 - 03:09 AM

Tks a lot, i'm at worck right now :( soi cant try it out but ill do that as soon as i get home.
If anyone else can help with something please do.
An working sript will be the best :P as i told before i the noobyest of the noobs inthinsgslike this :((

#5 User is offline   nick_007308 

  • Group: Members
  • Posts: 7
  • Joined: 24-October 05

Posted 17 August 2007 - 03:28 AM

it looks like the website of autoit (www.autoitscript.com) is down right now, but I believe the code for a hotkey to quit a program is this:

HotKeySet("{ESC}", "end")

Func end()
exit 0
EndFunc


but I might be wrong about that.

the hotkeyset line can be placed on top of the script, and the rest below the Wend line.

hope it works :)

pressing esc should result in closing the program

This post has been edited by nick_007308: 17 August 2007 - 03:47 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy