Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spacebar.
#1
Hope SomeOne can help to solve my problem.

How to create scripts for pressing space bar to x sec. where we only input the x value then Quick Macro automatic run space down until x sec finished then space up?
Thank you for the help.
#2
Code:
Copy      Help
[color=blue]int [/color]x
[color=blue]if[/color](![color=blue]inp[/color](x)) [color=blue]ret[/color]
[color=blue]key[/color]+ V
[color=blue]wait [/color]x
[color=blue]key[/color]- V

Or, with repeating

Code:
Copy      Help
[color=blue]spe [/color]50
[color=blue]int [/color]x
[color=blue]if[/color](![color=blue]inp[/color](x)) [color=blue]ret[/color]
[color=blue]rep [/color]x*20
,[color=blue]key [/color]V
#3
is there any way to make it so it presses the space bar once every 3 minutes?
#4
Macro ( Macro )
Code:
Copy      Help
rep
,'V ;; this is the code for spacebar
,wait 60*3;; this will wait 3 mins


Forum Jump:


Users browsing this thread: 1 Guest(s)