Jump to content

sbp

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by sbp

  1. Thank you for helping me out. This seems like a very friendly and helpsom community. I used Bluebearr's suggestion - and eveything is fine. However, I don't quite get the logic - why should I need this: while 1 Sleep(100) WEnd Thank you Steen
  2. Hi, I have been using many hours trying to make a very simple script, but now I give up - and ask for a little help I would like to start my script by pressing a key. Then the script should do some more keypress. But I can't get my script to start when I press the hotkey I have defined. Here is my script. HotKeySet("{Pause}", "test") Func test() Run("notepad.exe") WinWaitActive("Unavngivet - Notesblok") Send("This is some text.") EndFunc So for now I would like to press the Pause key, and then the script should start. Thanks Steen
  3. Thanks, now I see -- and it is working as it should in WoW. Thank you STeen
  4. Hi thanks for your script, I have saved it and compiled it into an exe, and it seems to be OK. BUT I dont think it is working. I have this little new icon showing up in the process line, but pressing "pause" doesn't alter anything. And I'm not getting any pop-up window neither in WoW or on the desktop when I'm pressing pause. I have been leaving the cursor on a page in Notepad, and I would imagine that this script would randomly put in Space in the text (as this script is suposed to generate "space" randomly. But no space commands seems to be send? So basicly I need help. Steen
×
×
  • Create New...