Advertisement
Guest User

Untitled

a guest
May 4th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. import clr
  2. clr.AddReference("BaseWindowsProtocolLibrary")
  3. from InstantMessage import *
  4.  
  5. protocol = IMYahooProtocol();
  6. protocol.Username = "penguinnavy"
  7. protocol.Password = "spamathon"
  8. protocol.Status = IMStatus.AVAILABLE
  9. protocol.Login()
  10.  
  11. while (true):
  12.     protocol.SendMessage("ntw1103", "Poke")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement