Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   10270

Discord Account Generator︰ Have A Huge Community.

by antioxic - 15 August, 2023 - 11:54 AM
This post is by a banned member (joser634) - Unhide
joser634  
Registered
20
Posts
0
Threads
1 Year of service
#65
(This post was last modified: 30 August, 2023 - 08:00 PM by joser634.)
[font]asdaeejserjsdfdsh[/font]

[font]iohjmateoinmseoinmbea[/font]
This post is by a banned member (stmix08) - Unhide
stmix08  
Registered
21
Posts
0
Threads
1 Year of service
#66
(15 August, 2023 - 11:54 AM)kicket Wrote: Show More
LEECHERS WILL BE REPORTED.
leave a like and if you want free kick followers dm @realkicket on discord ill hook you up.

yo i hope this works trying to troll project era :)
[Image: clown2.gif]
This post is by a banned member (MasterV111) - Unhide
82
Posts
0
Threads
1 Year of service
#67
import tkinter as tk
import requests
from urllib.parse import urlparse
proxies = []
proxy_index = 0
def load_proxies(file_name):
    global proxies
    with open(file_name, "r") as f:
        for line in f:
            line = line.strip()
            if not line:
                continue
            proxy = None
            if line.startswith("https://"):
                if ":" in line:
                    parts = line.split(":")
                    if len(parts) == 3:
                        proxy = {
                            "http": f"http://{parts[2]}:{parts[1]}@{parts[0]}",
                            "https": f"https://{parts[2]}:{parts[1]}@{parts[0]}"
                        }
                    elif len(parts) == 2:
                        proxy = {"https": line}
            elif line.startswith("http://"):
                if ":" in line:
                    parts = line.split(":")
                    if len(parts) == 3:
                        proxy = {
                            "http": f"http://{parts[2]}:{parts[1]}@{parts[0]}",
                            "https": f"https://{parts[2]}:{parts[1]}@{parts[0]}"
                        }
                    elif len(parts) == 2:
                        proxy = {
                            "http": f"http://{line}",
                            "https": f"https://{line}"
                        }
                else:
                    if ":" in line:
                        parts = line.split(":")
                        if len(parts) == 4:
                            proxy = {
                                "http": f"http://{parts[2]}:{parts[3]}@{parts[0]}:{parts[1]}",
                                "https": f"https://{parts[2]}:{parts[3]}@{parts[0]}:{parts[1]}"
                            }
            if proxy:
                proxies.append(proxy)
def check_connectivity():
    try:
        requests.get('https://www.google.com', timeout=5)
        return True
    except:
        return False
def add_view():
    global proxies, proxy_index
    url = url_entry.get().strip()
    if not url:
        return
    if not check_connectivity():
        status_label.config(text="No internet connection")
        return
    if len(proxies) == 0:
        status_label.config(text="No proxies available")
        return
    proxy = proxies[proxy_index]
    try:
        response = requests.get(url, proxies=proxy, timeout=10)
        if response.status_code == 200:
            status_label.config(text="View added successfully!")
        else:
            status_label.config(text=f"Failed with status code: {response.status_code}")
    except:
        status_label.config(text="Failed to add view")
    proxy_index = (proxy_index + 1) % len(proxies)
# Load proxies from file
load_proxies("proxies.txt")
# Create GUI
root = tk.Tk()
root.title("YouTube View Adder")
root.geometry("400x200")
url_label = tk.Label(root, text="Enter YouTube URL:")
url_label.pack()
url_entry = tk.Entry(root, width=50)
url_entry.pack()
add_view_button = tk.Button(root, text="Add View", command=add_view)
add_view_button.pack()
status_label = tk.Label(root, text="")
status_label.pack()
root.mainloop()
This post is by a banned member (Heyu2) - Unhide
This post is by a banned member (x10lore) - Unhide
This post is by a banned member (badraqajjif1) - Unhide
This post is by a banned member (profftool) - Unhide
This post is by a banned member (Eliassadsa) - Unhide
132
Posts
0
Threads
1 Year of service
#72
(15 August, 2023 - 11:54 AM)kicket Wrote: Show More
LEECHERS WILL BE REPORTED.
leave a like and if you want free kick followers dm @realkicket on discord ill hook you up.

ty

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 35 Guest(s)