Isoraqathedh

dramacode

Apr 30th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. k1p1:
  2.     loop {
  3.         URLDownloadToFile http://asie.pl/drama.php?plain, dat\drama.txt
  4.         FileRead, drama, dat\drama.txt
  5.         MsgBox, 259, Minecraft Drama Generator, %drama% `r`n`r`n Another?
  6.         IfMsgBox No
  7.             break
  8.         IfMsgBox Cancel
  9.         {
  10.             send %drama%
  11.             break
  12.         }
  13.     }
  14. Return
Advertisement
Add Comment
Please, Sign In to add comment