Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Created January 17, 2014 13:17
Show Gist options
  • Save misodengaku/8473209 to your computer and use it in GitHub Desktop.
Save misodengaku/8473209 to your computer and use it in GitHub Desktop.
rev100
#include "hspsock.as"
sockmake 0, 31337
repeat
sockwait 0
if stat = 0: break
await
loop
mes "c"
x = ""
a = ""
repeat
sockgetc a, 0
x += a
if a = "}": break
await
loop
mes x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment