User Tools

Site Tools


bag-empty
;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function:
;	Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
;SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#SingleInstance force


; Ingredient bag transfer
$!F2::
  MouseGetPos ox, oy
;MouseMove ox+100, oy-90
  MouseClick Right, ox+100, oy-115, 1, 10
  sleep 100
  MouseClick Right, ox, oy, 1, 10
  sleep 100
bag-empty.txt · Last modified: 2014-04-07 15:08 by era