Jump to content

Lukeprox

Members
  • Posts

    15
  • Joined

  • Last visited

Lukeprox's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Keys not work, wich is another big problem. It will ctreate msg box, but dont write that X in to notes (when i checking it) Another big problem is, that when i run this script my CPU speed comes to 100%
  2. And it works perfectly - exactly as i wanted that. Thx...i will make a few upgrades...like decreasing time, becouse its after 7 sec not 5, and make few more stuff...this was exactly key i needed. Thx again
  3. But its weird...i replaced that pressing X with msgbox, and that works
  4. Yup, not work. I opened notepad, run that script and after 5 sec X didnt appeard.
  5. U understand that correctly and i did same thing with that notepad...but didnt work. Ill try once more
  6. Anyway it not work (i mean that script)
  7. Sry my fault ^^ i know where was mistake. Its work now and im gonna to try that
  8. I have misc.au3 in "include" directory. I copied your script in to that directory as well...so it should work. Maybe i have bad version...ill try to reinstall.
  9. OMG My autoIT dont know function _IsPressed ^^
  10. Hmmm...interesting idea to check every specific time ...my previous idea was something like this: If LMB !down! Then add time counts (1 + 1 for every sec.) until 5 apears If count = exactly 5 then press X and reset count numbers If LMB !Up! Then reset count numbers ...something like this... But i will try yours Thx for answer
  11. Hi I need a simple script and i dont know, how to create that. I need this: If i press left mouse button for exactly 5 secs (NO MORE OR LESS), it will press X button (If left mouse button will be released earlier, nothing will happen - time must be exactly 5 sec in row - without any pause) When it press X button, it needs to be ready to do it all again. Any ideas? Thx Lucas (From Czech republic....so sry my English)
  12. Ok, ill try that ... I didnt use this function,becouse its not so izi like only HotKeySet / Send func ,and i was lazy ... i mean u must know for this function location numbers of buttons instead their names. Right? Anyway...thx 4 hlp - Ill try that
  13. I tryed to use {.} but that was same problem thx 4 answer
  14. In the games, where are some "shortcut voice commands" i want to make more shortcuts, zo use it. For example: In Wolfenstein enemy territory to "call enginer" u need to press V24, to say Hallo u need to press V54,to say Good bye V55,and i created some script,that hides those commands only by 1 button each - its really great ... but there are many commands,and ALL letter buttons are occupied for those "commands" ... ... and i need more. So i modified that script,and trying to occupate other buttons than only "letter buttons" - like . or ? or ! or " or some other "symbols"...but it does not react when i press them. Better Example: ----This works---- HotKeySet ( "a","needammo" ) Func needammo () send("V21") EndFunc ----This not work---- (Becouse it not react on ".") HotKeySet ( ".","needenginer" ) Func needenginer () send("V24") EndFunc How to make it work on that symbols?
×
×
  • Create New...