User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 1223
  6. 1224
  7. 1225
  8. 1226
  9. 1227
  10. 1228
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429

Posts by Sophie

  1. Sophie Pedophile Tech Support
    Oy gevalt you goys!

    Debugged, tested and refractored. Works like a charm, and look at that fancy digit generator function. String replace was weird in python so i just made a function that takes amount and range as args and use it to generate a string of digits, randomly.


    import os
    import random
    import mechanize
    import time
    import string

    # Mechanize browser and set user agent
    br = mechanize.Browser()
    br.set_handle_robots(False)
    br.addheaders = [("User-agent","Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13")]


    def login():
    print "[+]Logging in."

    # Open login page
    br.open("http://www.computerforums.org/forums/login.php?do=login")

    # Select first form(login form) and set values to the credentials -
    # of the account made in advance for spamming purposes
    br.form = list(br.forms())[0]
    br["vb_login_username"] = "username"
    br["vb_login_password"] = "prettyflypassword"

    # Submit values for username and password fields
    response = br.submit()

    print "\n[+]Response:"
    print
    print response
    print
    print "[+]Selecting random URL by page/thread ID"

    # Call function to start posting spamming
    post()


    # Function to generate a random string of digits to replace the original page/thread ID
    def digit_generator(size=5, chars=string.digits):
    return ''.join(random.choice(chars) for _ in range(size))


    def post():
    try:
    while True:
    random_url = "http://www.computerforums.org/forums/software-operating-systems/connecting-linux-internet-1" + digit_generator(5, "0987654321") + ".html"
    print
    print "[+]Selected URL:"
    print
    print random_url

    br.open(random_url)

    # Select 'vbform' which is the name of the quick reply form -
    # if not present we've either been banned or are otherwise -
    # unable to post in this thread
    try:
    br.select_form("vbform")
    except:
    print "\n[!]Could not find quick reply form. Unable to post on page"
    print "\n[+]Consider inspecting selected URL manually in your browser"

    choice = raw_input("Retry? Y/n")

    if "y" in choice:
    print "\nRetrying"
    login()
    elif "n" in choice:
    print "\nQuitting"
    break
    else:
    print "\nUnhandled option, quitting"
    break

    print "\nPosting message"

    # Message to spam
    br["message"] = "Spam goes here"

    # Set values for checkbox control where needed
    try:
    br[quickreply] = 1
    br[forcepost] = 1
    except:
    pass

    response = br.submit()

    print "\n[+]Response: "
    print
    print response
    print
    print "[+]Message was posted succesfully"

    # Handle CTRL+C
    except KeyboardInterrupt:
    print "CTRL+C Caught, quitting"
    break

    login()


    Ready when you are.
  2. Sophie Pedophile Tech Support

    Who's the PI rat now?
  3. Sophie Pedophile Tech Support
    His name is Steven Akins, i thought.
  4. Sophie Pedophile Tech Support
    IN SPACE

    I wonder what it's like to fuck in micro gravity.
  5. Sophie Pedophile Tech Support
    The proper response is:

    WIND
  6. Sophie Pedophile Tech Support
    You work on an oil rig or something? Also, take care man.
  7. Sophie Pedophile Tech Support
    real time feel time fam.

    Real talk, feel talk.
  8. Sophie Pedophile Tech Support
    Sploo is a High Priest of the Divine Order of Triangalism.
  9. Sophie Pedophile Tech Support
    EARTH
  10. Sophie Pedophile Tech Support
    What am I supposed to delivrar??

    You have just as much, if not more, access to that stuff than I do.

    This?
    opvarelscoejrruu


    Also, what can you tell me about –> ahmia.fi ….A LOT of sources coming from that place, but since it doesnt end with .onion …..IaintClickinOnThatShitNigga.jpeg

    Sauce from mchan i reckon, also if you want pizza from people at mchan, you can get it but you'll have to talk to them in person also, as in, through chat, also don't join the kik group if you wanna stay out of jail. Quick heads up, toybox is kill in 2 weeks admin called it quits last i heard.
  11. Sophie Pedophile Tech Support
    RisiR told me to tell you that i could have 49% of everything pledged as long as i keep the other 51% safe for him. Also i'm pretty sure Lanny doesn't require our support and will take no money because when he does he has a moral obligation to improve the site. Well, he is a socialist so maybe he thinks he's entitled to free money but you get the point.
  12. Sophie Pedophile Tech Support
    /thread

    I remember a time when where i slashthreaded a thread they actually stopped.
  13. Sophie Pedophile Tech Support
    tears and vaseline

    -feelsfrog-

    sad_pepe.jpeg
  14. Sophie Pedophile Tech Support
    A good Christian does not practice foul sex magicks, in nomine domine Iesu Christi et phallus Deo. Amen.
  15. Sophie Pedophile Tech Support
    Can the intergalactic businessman have a cute daughter?
  16. Sophie Pedophile Tech Support
    File me under whatever.
  17. Sophie Pedophile Tech Support
    is verifiable.

    Indeed? Brian Greene is an awesome guy and a good physicist, but M/String theory has some conclusions that are fundamentally unverifiable(Outside of our Universe, smaller than Planck length, hyperdimensional) and one of his proposed proofs is the existence of the carrier particles for gravity called gravitons. Have gravitons been observed at CERN to within 5 Sigma? No? Then nothing has been proven, if anything super symmetry seems to be the leader in Grand Unifying theories, since a prediction of super symmetry was the Higgs Boson which turns out to be observed to within 5 Sigma, furthermore super symmetric excess has been observed with a certainty close to that.

    I don't mean to rain on your parade but the scientific method demands observation trumps hypothesis.
  18. Sophie Pedophile Tech Support
    Well be all means, indulge Spec's decade long rant.

    And I never insinuated that I was trying to scare you, you paranoid, old kook.

    Spectral has about four go to replies, they include iterations of "You don't scare me, kid", the absolute classic "I didn't fall of the turnip truck yesterday", and who could forget "tl;dr" and something to do with totse traitors.
  19. Sophie Pedophile Tech Support
    10/10 for creativity.
  20. Sophie Pedophile Tech Support
    I think the japanese beat you to it, i bet if you search a porn site for anal eels you'll probably get it.

    Nippon banzai!
  1. 1
  2. 2
  3. 3
  4. ...
  5. 1223
  6. 1224
  7. 1225
  8. 1226
  9. 1227
  10. 1228
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429
Jump to Top