11-03-2009, 10:28 AM
Macro Macro1275
;g1
;will wait 19 seconds
wait 19
;then will press and hold right shift
;and type 2678678 (with pressed right shit it will be @^&*^&*^&* )
;then relese right shift
key "@^&*^&*^&*"
;then press enter to send typer txt
key Y
;then will wait another 3-4 seconds
wait 3
;and then will start all over
goto g1
;press Pause to stop