mastahslayah

Poe_Website_Links

Jan 7th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #Warn
  3. #SingleInstance Force
  4. SetWorkingDir %A_ScriptDir%
  5.  
  6. $`::
  7. KeyWait, ``, D
  8.  
  9. Gui Add, Link, x8 y24 w98 h15, <a href="https://poe.mikelat.com/">Mana Reservation</a>
  10. Gui Add, Link, x8 y8 w48 h15, <a href="http://poe.trade/">Poe.trade</a>
  11. Gui Add, Link, x8 y40 w35 h16, <a href="http://www.poelab.com/">Poelab</a>
  12. Gui Add, Link, x8 y56 w63 h16, <a href="https://siveran.github.io/calc.html">Chrome Calc</a>
  13. Gui Add, Link, x112 y24 w75 h17, <a href="https://www.pathofexile.com/">Poe Main Page</a>
  14. Gui Add, Link, x112 y40 w62 h17, <a href="https://www.pathofexile.com/forum">Poe Forums</a>
  15. Gui Add, Link, x112 y8 w61 h14, <a href="https://www.reddit.com/r/pathofexile/">Poe Reddit</a>
  16. Gui Add, Link, x8 y72 w26 h18, <a href="http://pathofexile.gamepedia.com/">Wiki</a>
  17. Gui Show, w193 h100, Window
  18. Return
  19.  
  20. GuiEscape:
  21. GuiClose:
  22.     Gui Destroy
Add Comment
Please, Sign In to add comment