Macro random imput delay | Razer Insider
Skip to main content
Question

Macro random imput delay

  • 10 February 2024
  • 0 replies
  • 674 views

Von_Hohenheim

Is there a way of creating random delays for the instructions? Any ideas?
 

Gemini told me to insert a script with:

function randomDelay() { return Math.floor(Math.random() * (max - min + 1)) + min; } var min = 100; // Mínimo retardo en milisegundos var max = 500; // Máximo retardo en milisegundos // Retardo aleatorio entre cada acción var delay = randomDelay(); Synapse.Keyboard.KeyPress(KeyboardKey.Space, delay);

But I’m not sure if this is possible

Did this topic help you find an answer to your question?

0 Replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings