Messages - jahrastafari [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Re: IDEA: really simple script
« on: October 01, 2008, 09:25 PM »
ok i figured it out. thanks for the help.


#MaxThreadsPerHotkey, 2
return

f10::
Flag := !Flag
If !Flag
  Return
Loop 
{
  random,var,0,10
  send,%var%{enter}
  sleep,1000
  send,{del}{del}
  if !(flag)
    break
}
flag := false
return

2
Post New Requests Here / Re: IDEA: really simple script
« on: October 01, 2008, 06:57 PM »
doh. doesn't output any numbers. just blanks.

3
Post New Requests Here / IDEA: really simple script
« on: October 01, 2008, 05:44 PM »
using autohotkey
start script with a hotkey. output random number in a document. hit enter. wait a second. hit delete 2 times. repeat until hotkey is pressed again.

I just started trying this scripting stuff. I don't really have much yet.. just wanted to know what it would look like. thanks for any help!


Pages: [1]
Go to full version