Advertisement
illpastethat

ofind alias

May 15th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.28 KB | None | 0 0
  1. alias ofind {
  2.   sockopen ofind quarks.omegle.com 80
  3. }
  4.  
  5. on *:sockopen:ofind:{
  6.   var %x sockwrite -n $sockname
  7.   %x POST /start?rcs=1&spid= HTTP/1.1
  8.   %x Host: quarks.omegle.com
  9.   %x Content-Length: 0
  10.   %x Content-type: application/x-www-form-urlencoded; charset=UTF-8
  11.   %x
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement