H4cK3dR4Du / Discord-Member-Booster

The best member booster for discord, super easy to use and effective! What are you waiting for to increase your servers?
https://radutool.org
235 stars 197 forks source link

how can i get my proxi #22

Open awegwage opened 10 months ago

awegwage commented 10 months ago

da

OmorOrNot commented 9 months ago

import http.server import socketserver

PORT = 8080

class ProxyHandler(http.server.SimpleHTTPRequestHandler): def do_GET(self): self.copyfileobj(self.rfile, self.wfile)

with socketserver.TCPServer(("", PORT), ProxyHandler) as httpd: print("Proxy server running at port", PORT) httpd.serve_forever()

OmorOrNot commented 9 months ago

heres a simple code that will create a proxy after running that 20202020202020:8080 replace all 2 and 0 with your ip and paste it in the "proxies.txt

elpiniusquixd commented 6 months ago

heres a simple code that will create a proxy after running that 20202020202020:8080 replace all 2 and 0 with your ip and paste it in the "proxies.txt

where do I put that code

OmorOrNot commented 6 months ago

Create a python file "main.py" paste the code into it and launch it with python