; switch items Left:: slot = 1 goto swap Down:: slot = 2 goto swap ; swap function swap: MouseGetPos, mousePosX, mousePosY WinGetPos, , , winSizeX, winSizeY, A ImageSearch, imageLocX, imageLocY, 0, 0, %winSizeX%, %winSizeY%, img\searchimage.png MouseClick, Left, imageLocX + (15 * slot) + 18, imageLocY - 55, 2 MouseMove, mousePosX, mousePosY Return
; convert /tp to /teleport in the game chat
:*:/tp::
SendInput, {Enter}/teleport{Space}
Return
:*:/tp::
ClipSaved = %clipboard%
clipboard = /teleport
Blockinput, on
Send ^a
Send ^v
Send {space}
Blockinput, off
Sleep 100
clipboard = %ClipSaved%
ClipSaved =
Return
; /tp to /teleport
:*:/tp::
SendInput, {Enter}/teleport{Space}
Return
F4:: ClipSaved = %clipboard% clipboard = He lives and reigns and conquers the world goto ek
F4::
SendInput, {Enter}He lives and reigns and conquers the world{Enter}
return