; ; Platform: Win9x/NT ; ; Script Function: ; Disable the right-click mouse button ; #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. SetAnchor(PreviousAnchor) { InputBox, NewAnchor, Enter Anchor, Please enter anchor's name,,200,100,,,,,%PreviousAnchor% return %NewAnchor% } Anchor := "smoothos" Anchor := SetAnchor(Anchor) MButton::Send {Enter}/teleport %Anchor%{Enter} F3::Anchor := SetAnchor(Anchor) return ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: Adam Pash ; ; Script Function: ; Disable the right-click mouse button ; #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. 5::SendInput {Enter}LOL{Enter} 4::SendInput {Enter}He lives and reigns and conquers the world{Enter} 3::SendInput {Enter}Could i please have a boost ?{Enter} 2::SendInput {Enter}SARC ROOM{Enter} 1::SendInput {Enter}*~Thank You~*{Enter} 9::SendInput {Enter}Selling ONE life FOR 6 Def @QuyntLP !!! {Enter} return :*:/tp:: clipboard = /teleport Blockinput, on Send ^a Send ^v Send {space} Blockinput, off Return