import requests
import threading
import json
import time
# API URL
url = "
You do not have permission to view the full content of this post.
Log in or register now."
# Headers
headers = {
"accept-language": "en_US",
"version": "1.1.4",
"cøøkíé": "SERVERID=56aeaff45528c138a70cdb6dd32d6600|1741864689|1741864636",
"channel": "GpBag",
"device-id": "dc8e79d4-887b-4755-a59d-95e22453ad9c",
"content-type": "application/json;charset=UTF-8",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJ1c2VyIiwibG9naW5JZCI6InUxOTI3NTY1NDYyIiwiZGV2aWNlIjoiZGVmYXVsdC1kZXZpY2UiLCJlZmYiOjE3NDQ0NTY2NDM4NTgsInJuU3RyIjoiUzlNWlNkOGRBaVdHQmNZNlNKZkM0am1NS0V1VnZrZEQiLCJjb3VudHJ5IjoiUEgiLCJjaGFubmVsIjoiR3BCYWcifQ.BYw-Vjnd-eklR2vqVwKNfWpYWH0FDQFxBxtsEW9s9Qo"
}
# JSON Data
payload = {"subtype": "DailyWatchAds", "dataExpect": 0, "adsClicked": False}
def send_request():
while True:
try:
response = requests.post(url, headers=headers, json=payload)
print(f"Response: {response.status_code} - {response.text}")
except Exception as e:
print(f"Error: {e}")
time.sleep(1) # Adjust delay as needed
# Number of threads
num_threads = 5 # Adjust for concurrency
threads = []
for _ in range(num_threads):
thread = threading.Thread(target=send_request)
thread.daemon = True # Daemon threads will stop when the main program exits
thread.start()
threads.append(thread)
# Keep the script running
try:
while True:
time.sleep(10)
except KeyboardInterrupt:
print("Stopping threads...")
if makuha mo ung token ng account change mo lang yan. then run