User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 1055
  6. 1056
  7. 1057
  8. 1058
  9. 1059
  10. 1060
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429

Posts by Sophie

  1. Sophie Pedophile Tech Support
    Originally posted by blackbird We should build our own bots to do battle with them and have an epic robot war.

    This is possible.
  2. Sophie Pedophile Tech Support
    Yeah sure Dawlat al-islam is where the party is.
  3. Sophie Pedophile Tech Support
    That's some top notch detective work there fuccboi.
  4. Sophie Pedophile Tech Support
    Sorry i have been on a drug binge these last few days. You can send me a PM when i am not here or you can make an XMPP and post your addy and we can IM(Use OTR).
  5. Sophie Pedophile Tech Support
    I am the advanced persistent threat.
  6. Sophie Pedophile Tech Support
    Interesting. Has the attack been attributed yet?
  7. Sophie Pedophile Tech Support
    can it also be about coding and computer stuff?
  8. Sophie Pedophile Tech Support
    Originally posted by antinatalism i miss u, sophie

    I am here, i kind of went on a drug binge over the weekend which is why i wasn't online.
  9. Sophie Pedophile Tech Support
    By the way i see if i can add some additional features to my not if there is an interest in this.
  10. Sophie Pedophile Tech Support
    Originally posted by blackbird Did she really get breast implants?

    Mine are tiny, like barely a-cups, but I think they're cute :) I'm like 115lbs anyway so they're fine for my body type.

    I like it when a girl has small breasts.
  11. Sophie Pedophile Tech Support
    Mommy issues.
  12. Sophie Pedophile Tech Support
    Put on your coding cap on and get developing. The one with the best features, and most creative design wins.. This thread was inspired by Iam, thanks fam.

    All languages are accepted, copy/pasta is discouraged. Please also provide a little summary of what it can do in your post. Github repos are accepted but i would prefer to peruse your sauce on this forum. Here is mine. I made it back when i was targeting a Vb4 forum and was written in Python.

    The winner gets eternal glory.And 1 item i have on my computer, so think carefully.

    import os
    import sys
    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.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3'),
    ('accept', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8')]


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

    try:
    br.open("http://www.exampleforums.org/forums/login.php?do=login")
    except Exception as e:
    print "\nCould not open target URL, please reference the error message below: "
    print
    print e

    # 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"] = "password"

    # 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
    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():
    while True:
    try:
    random_url = "http://www.exampleforums.org/forums/operating-systems/linux-1" + digit_generator(5, "0987654321") + ".html"
    print
    print "[+]Selected URL:"
    print
    print random_url

    br.open(random_url)

    # Reset 'random_url' value to null
    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 "\n[!]CTRL+C Caught, quitting"
    break
    time.sleep(2)
    sys.exit(0)


    login()
  13. Sophie Pedophile Tech Support
    Which language? Also what will be it's features?

    Post last edited by Sophie at 2016-11-26T04:52:24.824133+00:00
  14. Sophie Pedophile Tech Support
    More like Sophie and the Ensemble of Shadows. Or The Dark Covenant, if you prefer.
  15. Sophie Pedophile Tech Support
    i like incest is wut i meant
  16. Sophie Pedophile Tech Support
    Originally posted by mmQ I forgive you.

    Profiling me or not I'm just saying the taboo shit always seems to be German. Like if I wanted to watch some American incest I'd have no choice but to sift through a bunch of German incest videos first. You guys also seem to be big on elderly people fucking barely legal teenagers. Again, personal interests aside, it's just an observation of mine and I was curious if you had any personal insight as to why that seems to be. Did you talk to your peers a lot growing up about these types of fetishes and fantasies? Is it normal to fuck your siblings there?

    Have you ever seen the Berlin wall?

    I like incest.

    Do you eat a lot of knoephla soup? I fucking love that shit.
  17. Sophie Pedophile Tech Support
    Encrypt all the things, even internet traffic.
  18. Sophie Pedophile Tech Support
    Originally posted by the holy ghost you aren't an edgelord deluxe then. true edgemasters are born that way.

    I do not like being edgy, i prefer to be honest about my thoughts and feels, depending on the situation.
  19. Sophie Pedophile Tech Support
    Originally posted by antinatalism why should i be female

    I am guessing it's because it is unfathomable to most people here to have a sweet and kind demeanor (n_n") Kindness being a trade usually more common in females. To have a shota/boy/guy being kind is generally perceived as a weakness. Or feminine trait.
  20. Sophie Pedophile Tech Support
    Originally posted by the holy ghost how much did it take OP?

    18 years give or take.
  1. 1
  2. 2
  3. 3
  4. ...
  5. 1055
  6. 1056
  7. 1057
  8. 1058
  9. 1059
  10. 1060
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429
Jump to Top