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

Pages: 1-

Radio Button script

Name: Anonymous 2009-04-29 7:53

sup /prog/

I was wondering how hard it would be to make a script that would automatically fill in online forms; specifically those that contained radio buttons. The script would just randomly fill in all available buttons.

Where to start? Python?

Name: Anonymous 2009-04-29 8:03

Start by hanging yourself.

Name: Anonymous 2009-04-29 8:14

You don't.  It is impossible.
Now go to school.

Name: Anonymous 2009-04-29 8:21

Ok, i'll start by coding in C

Name: Anonymous 2009-04-29 8:34

I masturbate in C

Name: Anonymous 2009-04-29 8:49

I commission symphonies in C.

Name: Anonymous 2009-04-29 8:55

Back to /pr/,[1] please.
_____________________
References:
[1] https://www.7chan.org/pr/

Name: Anonymous 2009-04-29 9:01

>>7
/prog/ might be a shithole, but at least it's not full of corporate faggots.

Name: Anonymous 2009-04-29 9:06




                                       .   .+-+.-...- . +- +m..+
                                       .+.m++.+m+-m+#++.%m%-+. -...
                                     .%+.*m#m#*m*++m##m+%m%#m#m-+. --..
    .-.                             +.m#*####################*##%+%%.. .
    .%.+++  -  .                  .-+#m#######%m%m#%#%%#m####m%###%#+%%
    -%#mmm%%% -   .-.            m.m#######-#%+-m+-%m%---####%-*%+###+#* .
    ###%###*#++. ..-.       .. +-#%%####*%% m%+ + --m...#.%########*%*%#m*
    ##########*-.-----%.m---%-mm#*####+* *-           ..-mm###%m+##%.%+*#- -
    ###########m-###**..*-#m-*m*mm####+%--            .m **####*mmm*%#m+%+#
    ############%*####*m*m-#+#######*#m+....  ... ...-+%-+#####*-*+##%+%*+%-
    #*#################################m.+..+m+.-%.-+.m+m###m#.*%+*##%%#+%#*.
    #+##.#############################*+##m*+ %#m*m#+#*##*###*#mm%###-%m##*+..
    #############*-#######################m%*############*##########*##%+# -
    #-m###########m#################################%##mm%%-##m+%+-m--m +.+..
    #m#*########*+m##########+%*#########%########%#mm*#+.-..-m*mm % %-..+-
    #*#####*#####*#m#######%######m*##%+#*###*#m+m#m-  .m..-....+..+++-.  .
    #**+%#m#m##%%#+#+-##m########%+#####*#####+m-.--.  .
    #--..+m+-%+++. m-.+m-mm.+m+#*###++*###**##m+-. ..
    m- -m  .  .-. ... -.+ -+-m.***####%#######%%%+---..... - .. .--
    . -                    .----*+#*###-*#######*m#-.m.mm+++-.*++++.-.
                              .-m#####%*#*#########mmm**+#*#m%*+**%...
                               .-m%%##**%*#######################**+.-
                                --.%####%##%##################*+*-++..
                                 m+++######+#%+#*######+#*#####%*.--.
                                  .m.*#+%#*##m**-######m###*###m+--
                                   .-*m-.mmm##m%##*###########m+..
                                    ...+..m*%.-+.+#*#m+%%*mmm+ -
                                         .-+m..m-+++..#+-+.m. -
                                            .     .m-..- -...

Name: Anonymous 2009-04-29 9:09

>>8
but at least it's not full of corporate faggots.
What? I see ENTERPRISE QUALITY crap on here all the time.

Name: Anonymous 2009-04-29 9:27

>>10
Really? I don't. The best robust solutions that happen here sometimes are alleviated by casual codans.

Name: Anonymous 2009-04-29 9:29

Name: Anonymous 2009-04-29 10:01

im a fucking ubernoob who is learning vbscripting blah blah and can manipulate some other shit as well such as .bat .exe .cmd files.

so i got the fingers and the stepping stool for starting on a language... but..
is there a recommended language for n00bs like me from you oldfarts?

Name: Anonymous 2009-04-29 11:19

>>13
python

Name: Anonymous 2009-04-29 11:23

>>14
not unless your into homosexual S/M

Name: Anonymous 2009-04-29 11:28

>>15
What about my homosexual S/M?

Name: Anonymous 2009-04-29 11:35

>>16
          .'"".      I LIKE PYTHON BECAUSE I ENJOY HOMOSEXUAL
         c' )"/      S/M. OH GUIDO MAKE ME USE THAT FUCKING
        __>  /_      INDENTATION. OH BABY I'M CUMMING.
     .-`_    ._'-.
    ( -' \  :/  )/   THERE IS ONLY ONE WAY TO DO IT: GUIDO'S
     \\._|  (  //    WAY! THAT MEANS YOU CAN'T USE ALL
      '-/)   \(,     CONTROL STRUCTURES. IF YOU NEED A DO-
         /  ) )      WHILE LOOP, A SWITCH OR BREAK OUT OF A
        / .'\ |      NESTED LOOP, TOO BAD. GUIDO SAYS IT'S TO
       /.'   \|      KEEP THE LANGUAGE CLEAN, BUT IT'S ACTUALLY
      ||     ||      TO PUNISN HIS SLAVES. THIS DOESN'T MEAN
    __|/     |/__    THAT PYTHON IS FLAWED, JUST WORK AROUND IT.
    _._)     (,__;                       FUCK I'M CUMMING AGAIN.

Name: Anonymous 2009-04-29 12:43

Homosexual monostrike

Name: Anonymous 2009-04-29 12:44

>>17
fine wtf do you use then? Pascal ?

Name: Anonymous 2009-04-29 12:48

>>19

its either python or pascal,<b><i><span class="o"><u>NO EXCEPTIONS</u></span></i></b>

Name: Anonymous 2009-04-29 12:54


(b (i
  (span
    (class 'o)
    (u "NO EXCEPTIONS"))))

Name: Anonymous 2009-04-29 12:57

We should have parameterizable [code]

Name: Anonymous 2009-04-29 15:19

$("input:radio").each(function() {
    $(this).attr("checked","checked");
});

Name: Anonymons 2009-04-29 19:04

make a javascript file that goes through all elements in the form and selects/inputs a value. 

make this an include file only for debugging.

call upon the script either by clicking an HTML button, by a keystroke combination, or key sequence.

Name: Anonymous 2009-04-29 19:18

>>24
DON'T ANSWER SERIOUSLY TO THIS THREAD!!!!

Name: Anonymous 2009-04-30 2:56

>>25
why >:( ?

Name: Anonymous 2009-04-30 3:49

>>26
You may have not noticed it, but OP is a moron, or maybe a troll.  Neither deserves a reply.

Name: Anonymous 2009-04-30 3:52

Name: Anonymous 2009-04-30 4:21

>>28
ty

Name: Anonymous 2009-04-30 11:42

>>27
hahaha, disregard that I suck cocks

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