Advertisement
Guest User

Unfinished Mailbox Post

a guest
Aug 12th, 2013
1,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Mailbox Frame:
  2. (For example if you have been to your mailbox recently and want to remember what's in there, use to see it)
  3. /script MailFrame:Show()
  4.  
  5. Open First Mail:
  6. (Use if you dont wanna shift click or click then click mail. Instead just click this to open first mail)(Add in /click OpenMailAttachmentButton2,3,4(etc, no commas, to take out more than just the first item)
  7. /click MailItem1Button
  8. /click OpenMailAttachmentButton1
  9.  
  10. Next Inbox Page:
  11. /click InboxNextPageButton
  12.  
  13. Open First Money Amount:
  14. (Use to take out money from the first mail in your InboxFrame)(Change MailItem1Button to any number other than 1 to receive the money from a different number mail)
  15. /click MailItem1Button
  16. /click OpenMailMoneyButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement