Jump to content

WANTED AHK SCRIPTER HERBLORE $


cardi1994

Recommended Posts

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
1:: Click Right
return
 
2:: MouseMove, 0, 75, 0, R
return
 
3:: Click
return
 
`:: ; Pressing ` (~/console key) turns the AHK icon in your system tray to red to let you know that's it's suspended.
    Suspend, Permit
    if not A_IsSuspended
    {
        Menu, Tray, Icon, %A_AhkPath%, 5, 1
        Suspend, On
    }
    else
    {
        Menu, Tray, Icon, %A_AhkPath%, 1, 0
        Suspend, Off
    }
    return

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...