Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

NO THANK YOU.exe

Name: !MILKRIBS4k 2009-09-01 9:33

Made a little tool here for you all! It is console based, you just need to tell it the thread you want to tell NO THANK YOU and it will do the rest! You just need to fill in the thread ID parameter! For example:
NO THANK YOU.exe 1247749829
Will tell the thread 1247749829 NO THANK YOU!
http://www.mediafire.com/?ljm0idnwimm

Name: Anonymous 2009-09-01 9:56

fail. GTFO

Name: Anonymous 2009-09-01 9:57

>>1
virus DO NOT DOWNLOAD

Name: Anonymous 2009-09-01 9:57

Oh man, an .exe from an anus, I totally trust you and will run it! The fact that you didn't provide the source code makes my belief even firmer!

Name: Anonymous 2009-09-01 9:58

>>1
So you wrote a spammer. Spamming is a bannable offence.

Name: Anonymous 2009-09-01 9:59

>>1
writing shitty scripts that flood and disrupt /lounge/ is not cool. You are a follower, a failure, a second rate troll.

Name: !MILKRIBS4k 2009-09-01 10:02

#include <stdio.h>
#include <string.h>

#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>

int main(int argc, char * argv[])
{
START:
    
  CURL *curl;
  CURLcode res;

  struct curl_httppost *formpost=NULL;
  struct curl_httppost *lastptr=NULL;
  struct curl_slist *headerlist=NULL;
  static const char buf[] = "Expect:";

  curl_global_init(CURL_GLOBAL_ALL);

  curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "bbs",
               CURLFORM_COPYCONTENTS, "lounge",
               CURLFORM_END);
              
  curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "id",
               CURLFORM_COPYCONTENTS, argv[1],
               CURLFORM_END);
              
  curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "shiichan",
               CURLFORM_COPYCONTENTS, "proper2",
               CURLFORM_END);
              
   curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "kotehan",
               CURLFORM_COPYCONTENTS, "",
               CURLFORM_END);
              
   curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "meiru",
               CURLFORM_COPYCONTENTS, "sage",
               CURLFORM_END);
              
   curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "com",
               CURLFORM_COPYCONTENTS, "[b]NO THANK YOU[/b]",
               CURLFORM_END);
              
   curl_formadd(&formpost,
               &lastptr,
               CURLFORM_COPYNAME, "email",
               CURLFORM_COPYCONTENTS, "",
               CURLFORM_END);

  curl = curl_easy_init();
  /* initalize custom header list (stating that Expect: 100-continue is not
     wanted */
  headerlist = curl_slist_append(headerlist, buf);
  if(curl) {
    /* what URL that receives this POST */
    curl_easy_setopt(curl, CURLOPT_URL, "http://dis.4chan.org/post");
    if ( (argc == 2) && (!strcmp(argv[1], "noexpectheader")) )
      /* only disable 100-continue header if explicitly requested */
      curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headerlist);
    curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);
    res = curl_easy_perform(curl);

    /* always cleanup */
    curl_easy_cleanup(curl);

    /* then cleanup the formpost chain */
    curl_formfree(formpost);
    /* free slist */
    curl_slist_free_all (headerlist);
  }
  Sleep(6000);
  goto START;
  return 0;
}

That's the code! Not an virus!

Name: Anonymous 2009-09-01 10:08

>>1
NO THANK YOU

Name: Anonymous 2009-09-01 10:41

Still waiting for a JEWS spammer that works failribs

Name: Anonymous 2009-09-01 10:48

Would you like to report this thread to the administrators?

Thread reported!

Name: Anonymous 2009-09-01 10:50

#include <stdio.h>!
#include <string.h>!
!
#include <curl/curl.h>!
#include <curl/types.h>!
#include <curl/easy.h>!
!
int main(int argc, char * argv[])!
{!
START:!
    !
  CURL *curl;!
  CURLcode res;!
!
  struct curl_httppost *formpost=NULL;!
  struct curl_httppost *lastptr=NULL;!
  struct curl_slist *headerlist=NULL;!
  static const char buf[] = "Expect:";!
!
  curl_global_init(CURL_GLOBAL_ALL);!
!
  curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "bbs",!
               CURLFORM_COPYCONTENTS, "lounge",!
               CURLFORM_END);!
              !
  curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "id",!
               CURLFORM_COPYCONTENTS, argv[1],!
               CURLFORM_END);!
              !
  curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "shiichan",!
               CURLFORM_COPYCONTENTS, "proper2",!
               CURLFORM_END);!
              !
   curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "kotehan",!
               CURLFORM_COPYCONTENTS, "",!
               CURLFORM_END);!
              !
   curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "meiru",!
               CURLFORM_COPYCONTENTS, "sage",!
               CURLFORM_END);!
              !
   curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "com",!
               CURLFORM_COPYCONTENTS, "[b]NO THANK YOU[/b]",!
               CURLFORM_END);!
              !
   curl_formadd(&formpost,!
               &lastptr,!
               CURLFORM_COPYNAME, "email",!
               CURLFORM_COPYCONTENTS, "",!
               CURLFORM_END);!
!
  curl = curl_easy_init();!
  /* initalize custom header list (stating that Expect: 100-continue is not!
     wanted */!
  headerlist = curl_slist_append(headerlist, buf);!
  if(curl) {!
    /* what URL that receives this POST */!
    curl_easy_setopt(curl, CURLOPT_URL, "http://dis.4chan.org/post");!
    if ( (argc == 2) && (!strcmp(argv[1], "noexpectheader")) )!
      /* only disable 100-continue header if explicitly requested */!
      curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headerlist);!
    curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);!
    res = curl_easy_perform(curl);!
!
    /* always cleanup */!
    curl_easy_cleanup(curl);!
!
    /* then cleanup the formpost chain */!
    curl_formfree(formpost);!
    /* free slist */!
    curl_slist_free_all (headerlist);!
  }!
  Sleep(6000);!
  goto START;!
  return 0;!
}!


I have fixed the code, now it is readable by MILKRIBS.
No need to thank me.

Name: Anonymous 2009-09-01 10:51

>>9
I just use the iMacro plugin for firefox

Name: Anonymous 2009-09-01 10:53

return 0; //return zero
How diligent of you, to include unreachable code for the sake of including it.

Name: Anonymous 2009-09-18 10:45


Don't change these.
Name: Email:
Entire Thread Thread List