Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
:] Repeat
#1
Ok. So I am trying to make a smiley thing that repeats really quick.

Its kinda a joke with a friend....

so heres what I've tried.
Code:
Copy      Help
key :]
key Y
rep 10
spe 1
end
Code:
Copy      Help
key :]
key Y
rep 10; key :]
spe 1
end

I had it working months ago but now i cant get it...
#2
Code:
Copy      Help
str smiley=":]"
rep 10
,out smiley
,0.2

or

Code:
Copy      Help
str smiley=":][]"
int hwnd
run "notepad" "" "" "" 0x800 win("" "Notepad" "notepad") hwnd

rep 10
,outp smiley
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)