Jump to content

help me! transform AHK > autoit


Recommended Posts

settimer,bun,605000

loop
{
 send, 2
 sleep, 2000
}
bun:
Sleep, 1000
send, {1 down}
Sleep, 700
send, {1 up}
Sleep, 700
MouseClick, left, 1010, 345
Sleep, 1500
MouseClick, left, 1005, 637
Sleep, 1500
settimer,bun2,605000
settimer,bun,off
return

bun2:
Sleep, 900
send, {1 down}
Sleep, 700
send, {1 up}
Sleep, 700
MouseClick, left, 1011, 412
Sleep, 1500
MouseClick, left, 1005, 637
Sleep, 1500
settimer,bun,605000
settimer,bun2,off
return

Link to comment
Share on other sites

  • Developers

Welcome,

you forgot to tell us what your problem is with converting your script or would you want me to do the whole conversion for you?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Moderators

It seems you still have not learned that we are not going to spoon-feed code to you. Recall all your other threads (two of which were locked as dupes) where you have been chided for refusing to put forth any effort. Guess what will happen here if you display the same attitude? ;)

 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

And learn to play games by yourself.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

Disappointment mode: engaged

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

  • Developers

Guess my little "setup" isn't going to work any more now, ;)

@Goldber85, open another thread with a similar question and you will be banned permanently as you are wasting space and time.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...