Untitled

 avatar
unknown
python
2 years ago
1.7 kB
8
Indexable
from main import login_custom,collect,link_code

import aminofix as amino
import threading
from hashlib import sha1
from uuid import uuid4
email="n4clueu5@wwjmp.com"
#password="0 thermo7887"
password="31 tzFPClVc 18887d31-5305-41a3-9f37-f6d72d0ff952 61.0.210.123 00d31ee125b537f7e44688e6c2bfcb8e9922c687 1 1703005237 ObMEFfjGNecTID83J7sBXmj109U"
#link="http://aminoapps.com/p/s6cje4"
how="1"
lol=False
n=0
c=amino.Client()
def log(link,how):
    sid=login_custom(email,password,lol)
    
    bb=link_code(link)
    type=bb["objectType"]
    print(type)
    id=bb["objectId"]
    cid=bb["ndcId"]
    c.login_sid(sid)
    #c.join_community(cid)
    def blog(sid):
      #devv=dev()
      collect(sid=sid,coins=int(500),comId=cid,blogId=id,proxy=lol)
    def chat(sid):
      #devv=dev()
      collect(sid=sid,coins=int(500),comId=cid,chatId=id,proxy=lol)
    def wiki(sid):
      collect(sid=sid,coins=int(500),comId=cid,objectId=id,proxy=lol)
    if type==1:
      n=0
      for _ in range(int(how)):
        
        try:
        	sid=login_custom(email,password,lol)
        except:
        	pass
        n=n+1
        print(n)
        #print(sid)
        for _ in range(10):
          try:
          	blog(sid)
          except:
          	pass
    if type==2:
      n=0
      for _ in range(int(how)):
        sid=login_custom(email,password,lol)
        n=n+1
        print(n)
        for _ in range(10):
          wiki(sid)
    if type==12:
      n=0
      for _ in range(int(how)):
        sid=login_custom(email,password,lol)
        n=n+1
        print(n)
        for _ in range(10):
          chat(sid)
    return "coins sending"
    #terminate_thread(name)

log(link,how)
Editor is loading...
Leave a Comment