Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created December 19, 2012 16:26
Show Gist options
  • Select an option

  • Save NuckChorris/4338004 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/4338004 to your computer and use it in GitHub Desktop.
require 'Socket'
s = TCPSocket.new 'chat.deviantart.com', 3900
s.write "dAmnClient 0.3\nagent=niggers\0"
while line = s.gets("\0")
print line
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment