Jump to content

anyone know 100% safe virus free auto hotkeyer?macro program?


Recommended Posts

Posted (edited)

i don't know how to set up xd

 

You serious? Go to download and use the installer.

 

Then for the script it will be something like this:

+Esc::     ;Press Shift + esc to stop
BreakLoop = 1
return

+F1::      ;Press Shift + F1 to start
Loop {
  if(BreakLoop = 1)
    break
  send {Home} 
  sleep 50
  send {Home}
  sleep 240000
}
BreakLoop = 0
return

I really don't know what the home key ID is, you'll have to find that out on your own and replace HOMEKEY with whatever it is, but this is what it will end up looking like.

 

Apparently it's just Home.

Edited by ItzMe
Posted

You serious? Go to download and use the installer.

 

Then for the script it will be something like this:

+Esc::     ;Press Shift + esc to stop
BreakLoop = 1
return

+F1::      ;Press Shift + F1 to start
Loop {
  if(BreakLoop = 1)
    break
  send {Home} 
  sleep 50
  send {Home}
  sleep 240000
}
BreakLoop = 0
return
I really don't know what the home key ID is, you'll have to find that out on your own and replace HOMEKEY with whatever it is, but this is what it will end up looking like.

 

Apparently it's just Home.

this code is for every 4 minutes 2x times home ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...