Sinisterly
I need some help with AutoIt - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: I need some help with AutoIt (/Thread-I-need-some-help-with-AutoIt)



I need some help with AutoIt - SatanLovesYou - 04-30-2012

I can't find any good tutorials on AutoIt the only one I found was a very short series and only covered basics.. And the source code is so huge I am so stuck... Please help, I am trying to learn, but it's hard..


RE: I need some help with AutoIt - Jacob - 04-30-2012

moved to autoit programming forum.


Also, if you need help PM me...I am one of the more advanced autoit programmers on the forum (as far as i know).


RE: I need some help with AutoIt - SatanLovesYou - 04-30-2012

Thanks Jacob I shot you a PM I'd love some help


RE: I need some help with AutoIt - Reverence - 04-30-2012

You should think about a basic project (like a text editor) and attempt to code it.. That's how I started.

Besides, everything you need is in the helpfile.


RE: I need some help with AutoIt - SatanLovesYou - 04-30-2012

The Problem is the only coding languages I have ever used before this are LUA and Batch... so this is very alien to me.. I've been hacking for awhile now, but now I am really trying to learn coding, but I'm getting very turned away from it.. :/ Maybe I should go to VB? Idk I'm starting to get alittle disappointed cause' my biggest confusion is how fucking annoying finding out the Return Values are, the help menu never tells you the correct return values, they don't work.. or I am reading it wrong?


RE: I need some help with AutoIt - Jacob - 04-30-2012

(04-30-2012, 03:35 AM)SatanLovesYou Wrote: The Problem is the only coding languages I have ever used before this are LUA and Batch... so this is very alien to me.. I've been hacking for awhile now, but now I am really trying to learn coding, but I'm getting very turned away from it.. :/ Maybe I should go to VB? Idk I'm starting to get alittle disappointed cause' my biggest confusion is how fucking annoying finding out the Return Values are, the help menu never tells you the correct return values, they don't work.. or I am reading it wrong?

The return values are usually automatic honestly....If not, then the help file ALWAYS has 100% of the return values in clear definition.

PM me what you want done and i'll code the skeleton of it to give you ideas. I'll even comment the code.