Jump to content

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


lolop99

Recommended Posts

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
Link to comment
Share on other sites

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 ?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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