Jump to content

alesyt0h

Members
  • Posts

    6
  • Joined

  • Last visited

alesyt0h's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. ...this rule is a stupid rulE ;D All can understand no exploit, no clickers and other fucker themes ;D but for comfort?? omg
  2. I've read all the rules, and my post don't infract any rule is not a game automation! omg is not a clicker,no exploit ;D is only for my comfort I can do this clicking in the spell ;DD >.< maybe the moderator don't understand me!!! Hello all! I'm playing a Age Of Conan (MMORPG) and I have many skills that I need to bind more than 2 in the same button! I want when I hit 1 time the "K" key this execute spell nº1 and if I double hit "K" key this execute spell nº2 !! And when 5 seconds pass as the script automatically be closed to use again! How can I do this?? Thank you all very much!!
  3. Hello all! I'm playing a Age Of Conan (MMORPG) and I have many skills that I need to bind more than 2 in the same button! I want when I hit 1 time the "K" key this execute spell nº1 and if I double hit "K" key this execute spell nº2 !! And when 5 seconds pass as the script automatically be closed to use again! How can I do this?? Thank you all very much!!
  4. Hello everyone, I have a question that if is possible to run various autoits. I have script named myscript.exe but I want to run the same script in various desktops/workarea all scripts running simultaneously, I mean, get something like as having several computers.. it is posible? Thank you in advance! Regards!
  5. Hello all! Sorry for my english, I'm using Google Translate I have a question about script... I need to make an action repeat every 13 minutes, but with the loop runing.. see my script: global $Paused global $cnt = 1 ;variable declaration global $z = 0 HotKeySet("{ESC}", "Terminate") Sleep(5000) MouseClick("left", 1073, 307, 200) While 1 MouseClick("left", 1052, 550, 3) Sleep(1000) MouseClick("left", 1052, 550, 3) Sleep(1000) MouseClick("left", 1052, 550, 3) Sleep(1000) MouseClick("left", 1052, 550, 3) MouseClick("left", 1168, 452, 1) WEnd Func Terminate() ; the exit function Exit 0 EndFunc I need to every 13 minutes, make the first click: MouseClick("left", 1073, 307, 200) ... but I don't know how to do this action Someone can help me with this please? Thank you in advance!! Regards!
×
×
  • Create New...