topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday May 7, 2025, 5:49 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
Post New Requests Here / Re: IDEA: really simple script
« Last post by jahrastafari 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
« Last post by jahrastafari on October 01, 2008, 06:57 PM »
doh. doesn't output any numbers. just blanks.
3
Post New Requests Here / IDEA: really simple script
« Last post by jahrastafari 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]