recca062

InventoryPlus

Mar 10th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ; Platform: Win9x/NT
  2. ; Author: Recca
  3. ; Ragnarok Online Inventory manager ++
  4. ; Blogspot : http://ragindex.blogspot.com
  5.  
  6. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  7. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  8. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  9. x := 0
  10. \::ControlClick,,A,,L,,
  11. ~]::Mousegetpos, stox, stoy
  12. [::
  13. Mousegetpos, invx, invy
  14. MouseGetpos, oriX, oriY
  15. x := 1
  16. while x = 1
  17. {
  18. Mousemove invx,invy
  19. sleep 50
  20. ControlClick,,A,,L,,D
  21. sleep 50
  22. Mousemove stox, stoy
  23. sleep 50
  24. ControlClick,,A,,L,,U
  25. sleep 50
  26. Send {Enter}
  27. sleep 50
  28. If x = 0
  29. {
  30. Mousemove, oriX, oriY
  31. Break
  32. }
  33. }
  34. Return
  35.  
  36. [ Up::
  37. mode := 0
  38. x := 0
  39. Return
Add Comment
Please, Sign In to add comment