Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Platform: Win9x/NT
- ; Author: Recca
- ; Ragnarok Online Inventory manager ++
- ; Blogspot : http://ragindex.blogspot.com
- #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.
- x := 0
- \::ControlClick,,A,,L,,
- ~]::Mousegetpos, stox, stoy
- [::
- Mousegetpos, invx, invy
- MouseGetpos, oriX, oriY
- x := 1
- while x = 1
- {
- Mousemove invx,invy
- sleep 50
- ControlClick,,A,,L,,D
- sleep 50
- Mousemove stox, stoy
- sleep 50
- ControlClick,,A,,L,,U
- sleep 50
- Send {Enter}
- sleep 50
- If x = 0
- {
- Mousemove, oriX, oriY
- Break
- }
- }
- Return
- [ Up::
- mode := 0
- x := 0
- Return
Add Comment
Please, Sign In to add comment