Are you a regular stikked user? Signup so you can keep track of your pastes!

Untitled

By Sweet Matamata, 1 Year ago, written in mIRC Scripting.
URL http://stikked.com/view/54941367
  1. on *:text:!fml:#: {
  2.   sockopen fml2 hatboats.info 80
  3.   set %fml2targ $chan
  4. }
  5. on *:input:#:{
  6.   if ($1- = !fml) {
  7.     sockopen fml2 hatboats.info 80
  8.     set %fml2targ $chan
  9.   }
  10. }
  11.  
  12. on *:sockopen:fml2: {
  13.   sockwrite -n $sockname GET /fml.php HTTP/1.1
  14.   sockwrite -n $sockname Host: hatboats.info
  15.   sockwrite -n $sockname Connection: close
  16.   sockwrite -n $sockname $crlf
  17. }
  18. on *:sockread:fml2: {
  19.   sockread %fml2temp
  20.   echo Hats %fml2temp
  21.   if (FML isin %fml2temp) { msg %fml2targ %fml2temp }
  22. }
  23.  

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.