Jump to content

targeter

Active Members
  • Posts

    71
  • Joined

  • Last visited

targeter's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Hmm you mean that prompt bar like when you need to install a plugin?
  2. Best oneliner on the Forums today.... For some odd reason I think he is using the for statement to parse the five string value keys in each line, right? Though I was scratching my head at first trying to figure out why he did it like this....
  3. I'll agree with melba23 for agreeing with agreeing with me. Anyways... back on the subject. On point 1 about antivirus read the forum sticky - you are probably using UPX. You are asking a lot of questions that could be figured out in the function wiki. There are loads of examples. The very purpose they are written is so you can get an idea of proper syntax. If you get stuck on syntax the forums are ready to help.
  4. Well how paranoid are you?
  5. You need an if statement on this AdapterTypeID and NetConnectionStatus with the win32_networkadapterclass. Have you tried to code this? It just seems like you want us to write the if statement for you. NetConnectionStatus =2 means connected. That post you linked to is almost all setup for you. http://msdn.microsoft.com/en-us/library/aa394216%28v=VS.85%29.aspx http://www.autoitscript.com/forum/index.php?showtopic=118205
  6. I learned autoit more or less in two days moving over from c++ and python. Everyone learns differently because they approach the language and their first script with different goals. Scripting language on average are easier to learn, so that is a plus. You'll find the forum people vary in helpfulness, including myself. However, rarely do people just write code on request. PsaltyDS post in this thread is a fair reaction to a beginner begging for script service. http://www.autoitscript.com/forum/index.php?showtopic=118836&st=0&p=827134&#entry827134 If you are short on time, rent-a-coder is your best bet. If you are not short on time, then "how long" it takes you to learn autoit doesn't really matter. There are a lot of example scripts. If you load up the script editor, you will find example scripts in the program files/autoit/examples folder that you can play with. From what I can gather, this won't be a 1 hour project if that is what you are after.
  7. So..... what are you getting at? Your grammar is taking me some time to decode. You want us to save you time by providing code? Instead of pointing you in the right direction? For an experienced developer in other languages, you are asking questions that would be all answered if you read about 2 pages of autoit capabilities. The function wiki is a goldmine for learning. You say you want to learn fast and are competent to self-code, yet also ask for chunks of code? The Forums have a search function...
  8. You know what automation means right? Read the bot policy in FULL. Plus your pixel searching other posts suggest otherwise as far as cheating goes, which INCLUDES automation.
  9. You know your emocons are a dead ringer for "the game I am asking about doesn't allow hacking, automation, etc..etc..."
  10. http://www.autoitscript.com/forum/index.php?showtopic=118744&st=0&p=826026&fromsearch=1&#entry826026 You again? If you want legitimate help as Theri points out, stop making it so obvious this is a bot. We all know how to use google.
  11. Some of your posts are just bumps begging for immediate help and an immediate solution. Calm down. You need to explain what you are doing. Do you even have code that you attempted to write yourself? I just did a google search on autoit forums and there are examples if you understand basic programming language.
  12. Look at WinExist or ControlFocus, etc... the Control_____ or Win_______ functions with some loop command for return status.
  13. Doh. my fault Drifter. I didn't see you reply to his post. I should have refreshed before I clicked post.
  14. Also, keyboard shortcuts may help cut down on the need to interact with specific buttons.
  15. something is going on separate from the vars. I had something written earlier that works. very similar code. DateDiff returns the units of difference based on the unit passed to the function. If the difference is 1 hour, that 1 hour is also represented if you request minutes or seconds. This is why you need to subtract them. Do you understand? It is like double counting. Now as for your time problem, are you giving the function a 12 or 24 hour format? That is your problem. Read Date.au3. Your answer is there.
×
×
  • Create New...