🔒 Closed SMM Bot Legit paying! Bot na bahala! W/ payment proof

Status
Not open for further replies.
Sadya ba talaga matagal?
1625881681835.webp


Mga 30 mins na sya ganto.
 
After po ng registration, required ba na iinstall yung Software ng website? Medyo unclear kasi yung instruction kasi nag point out agad kyo sa cmd without further details sa website.

Btw, share ko yung command script dito:

Python:
import requests
import json
import time
import random
from datetime import datetime
#your email
email='hajdi42@gmail.com'
#password
password='Zaxszaxs12'
#link if you need to sign up
#  https://www.smmshop.com/ptc-sites-pay-per-click?jobs_ref=0753a6d0997b45684c9a1dfe3f544232 

SIGNUP_URL = 'https://jobs.smmshop.com/bot/register'
#login and generate auth token
def login():
    payload = {'email' : email,
          'password' : password,
          'bot_type_id' : 1 }
    resp = requests.post(SIGNUP_URL, payload)
    apiresp=resp.text
    apiresp = json.loads(apiresp)
    key=apiresp['data']['bot_auth_key_hash']
    return key
#get task and wait for next task
def gettask(key):
    payload = {'auth_key_hash' : key}
    resp = requests.post('https://jobs.smmshop.com/bot/task/get', payload)
    apiresp=resp.text
    apiresp = json.loads(apiresp)
    try:
        id=apiresp['data']['task']['id']
        print(id)
        return(id)
    except:
        time.sleep(300)
        return("none")
#submit task
def submittask(id,key):
    x=round(random.uniform(90, 126),0)
    time.sleep(x)
    payload = {'task_id_return' : id,'auth_key_hash' : key, 'version' : '5.1.3'}
    resp = requests.post('https://jobs.smmshop.com/bot/task/report', payload)
    apiresp=resp.text
    print("Task Done - Waiting for next  "+str(datetime.now().time()))
    print('\n')
print("""
Made by https://gensexpress.phc.onl/#forbidden#/


Bot Started and waiting for tasks.  """+str(datetime.now().time())+"""


It might take few hours to get some tasks so run this in background and chill.

""")

key=login()
#loop for lifetime
while True:
    id="none"
    id=gettask(key)
    if(id!="none"):
        submittask(id,key)
    else:
        pass
 
Hindi na, babaguhin mo lang yung nasa line 7 at 9 then run mo. Pwede mo rin gamitin sa PC, install ka lang python at yung mga requirements ng script.
 
Status
Not open for further replies.

About this Thread

  • 348
    Replies
  • 14K
    Views
  • 106
    Participants
Last reply from:
kurapikat31

Online now

Members online
987
Guests online
2,138
Total visitors
3,125

Forum statistics

Threads
2,270,311
Posts
28,933,788
Members
1,240,805
Latest member
Vanzh
Back
Top