Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Good advice!
triclops200
Nov 21st, 2011
287
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#
!
node
var
net
=
require
(
"net"
)
;
var
server
=
net.
createServer
(
function
(
c
)
{
c.
write
(
"Learn to read before you speak!
\r
\n
"
)
;
c.
end
(
)
;
}
)
;
server.
listen
(
8003
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch (Working)
JavaScript | 3 sec ago | 0.15 KB
ChangeNOW Bug (Get more on BTC swaps x) 5
JavaScript | 4 sec ago | 0.28 KB
Instant Profit Method
JavaScript | 10 sec ago | 0.15 KB
Exchange Exploit T O
JavaScript | 14 sec ago | 0.28 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 15 sec ago | 0.15 KB
ChangeNOW Exploit
JavaScript | 20 sec ago | 0.15 KB
✅ Make $15OO in 2O minutesV 1
JavaScript | 22 sec ago | 0.28 KB
GMAIL Logs (2FA disabled)
JavaScript | 25 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!