Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #Cos josh is doing illegal shit on port 1119
  2. import socket
  3. socketBlock = socket.socket()
  4. host = socket.gethostname()
  5. port = 1119
  6. socketBlock.bind((host,port))
  7. socketBlock.listen(5)
  8. while True :
  9. alwaysRun = 1
  10.  
  11. raw_input('If you can see this, something went wrong.\n\nsoz bro')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement