Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --Add to penguin.py [Last class underneath #TASKS]--
  2.  
  3. def findBuddy(self, id):
  4. self.sendXt("s", "u#bf", id)
  5.  
  6. def sendEmote(self, id):
  7. self.sendXt("s", "u#se", id)
  8.  
  9. def sendAction(self, id):
  10. self.sendXt("s", "u#sa", id)
  11.  
  12. def sendSnowball(self, x, y):
  13. self.sendXt("s", "u#sb", x, y)
  14.  
  15. def sendFrame(self, id):
  16. self.sendXt("s", "u#sf", id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement