mirror of https://github.com/lhie1/Rules.git
Warp
parent
141fb247d0
commit
54038834d7
@ -0,0 +1,161 @@
|
||||
name: 'Getting WARP+ Traffic'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '33 8 * * *'
|
||||
|
||||
jobs:
|
||||
auto_getting_traffic1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic2:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic4:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic5:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic6:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic7:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic8:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic9:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
||||
auto_getting_traffic10:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checking'
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setting Python'
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: 'Getting WARP+ Traffic'
|
||||
env:
|
||||
DEVICEID: ${{ secrets.WARP_ID }}
|
||||
run: python warp.py
|
@ -0,0 +1,78 @@
|
||||
import urllib.request
|
||||
import json
|
||||
import datetime
|
||||
import random
|
||||
import string
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
os.system("title WARP-PLUS-CLOUDFLARE By ALIILAPRO")
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
print('Getting WARP+ Traffic on Github Actions')
|
||||
referrer = os.environ["DEVICEID"]
|
||||
def genString(stringLength):
|
||||
try:
|
||||
letters = string.ascii_letters + string.digits
|
||||
return ''.join(random.choice(letters) for i in range(stringLength))
|
||||
except Exception as error:
|
||||
print(error)
|
||||
def digitString(stringLength):
|
||||
try:
|
||||
digit = string.digits
|
||||
return ''.join((random.choice(digit) for i in range(stringLength)))
|
||||
except Exception as error:
|
||||
print(error)
|
||||
url = f'https://api.cloudflareclient.com/v0a{digitString(3)}/reg'
|
||||
def run():
|
||||
try:
|
||||
install_id = genString(22)
|
||||
body = {"key": "{}=".format(genString(43)),
|
||||
"install_id": install_id,
|
||||
"fcm_token": "{}:APA91b{}".format(install_id, genString(134)),
|
||||
"referrer": referrer,
|
||||
"warp_enabled": False,
|
||||
"tos": datetime.datetime.now().isoformat()[:-3] + "+02:00",
|
||||
"type": "Android",
|
||||
"locale": "es_ES"}
|
||||
data = json.dumps(body).encode('utf8')
|
||||
headers = {'Content-Type': 'application/json; charset=UTF-8',
|
||||
'Host': 'api.cloudflareclient.com',
|
||||
'Connection': 'Keep-Alive',
|
||||
'Accept-Encoding': 'gzip',
|
||||
'User-Agent': 'okhttp/3.12.1'
|
||||
}
|
||||
req = urllib.request.Request(url, data, headers)
|
||||
response = urllib.request.urlopen(req)
|
||||
status_code = response.getcode()
|
||||
return status_code
|
||||
except Exception as error:
|
||||
print(error)
|
||||
|
||||
g = 0
|
||||
b = 0
|
||||
while True:
|
||||
result = run()
|
||||
if result == 200:
|
||||
g = g + 1
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
print("")
|
||||
print("Getting WARP+ Traffic")
|
||||
print("")
|
||||
animation = ["[■□□□□□□□□□] 10%","[■■□□□□□□□□] 20%", "[■■■□□□□□□□] 30%", "[■■■■□□□□□□] 40%", "[■■■■■□□□□□] 50%", "[■■■■■■□□□□] 60%", "[■■■■■■■□□□] 70%", "[■■■■■■■■□□] 80%", "[■■■■■■■■■□] 90%", "[■■■■■■■■■■] 100%"]
|
||||
for i in range(len(animation)):
|
||||
time.sleep(0.5)
|
||||
sys.stdout.write("\r[+] Preparing... " + animation[i % len(animation)])
|
||||
sys.stdout.flush()
|
||||
print(f"\n[-] WORK ON ID: {referrer}")
|
||||
print(f"[:)] {g} GB has been successfully added to your account.")
|
||||
print(f"[#] Total: {g} Good {b} Bad")
|
||||
print("[*] After 18 seconds, a new request will be sent.")
|
||||
time.sleep(18)
|
||||
else:
|
||||
b = b + 1
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
print("")
|
||||
print("Getting WARP+ Traffic")
|
||||
print("")
|
||||
print("[:(] Error when connecting to server.")
|
||||
print(f"[#] Total: {g} Good {b} Bad")
|
Loading…
Reference in New Issue