Jump to content

dog

Member
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    dog got a reaction from Fresh in Sugestii forum   
    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
  2. Haha
    dog got a reaction from ViewS in Sugestii forum   
    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
  3. Upvote
    dog got a reaction from essex in Sugestii forum   
    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
  4. Like
    dog reacted to ViewS in [OUTDATED] CUM SA FACI 50$ PER ZI USOR !   
    Da, 50$ usor, dupa cum spune si titlul, asta depinde de munca pe care o depui tu.

    This is the hidden content, please Sign In or Sign Up  
     
  5. Upvote
    dog got a reaction from KRONZY in Sugestii forum   
    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
  6. Upvote
    dog got a reaction from COX in Sugestii forum   
    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
  7. Like
    dog reacted to Tino in Ce melodie asculti acum?   
  8. Like
    dog reacted to Antiq in Ce melodie asculti acum?   
    5gang focuri
  9. Like
    dog got a reaction from Antiq in Ce melodie asculti acum?   
    Lasa un link cu ce asculti acum in comentarii.
    [nextlevel shitpost]
  10. Upvote
    dog got a reaction from Tino in Ce melodie asculti acum?   
    Lasa un link cu ce asculti acum in comentarii.
    [nextlevel shitpost]
  11. Upvote
    dog got a reaction from essex in RDP Gratis [1k+ upload]   

    This is the hidden content, please Sign In or Sign Up
  12. Upvote
    dog got a reaction from Tino in RDP Gratis [1k+ upload]   

    This is the hidden content, please Sign In or Sign Up
  13. Upvote
    dog got a reaction from LegitMT in 1k fortnite [s-hq]   
    https://ghostbin.com/paste/772ze7z3
     
    parola:

    This is the hidden content, please Sign In or Sign Up

    enjoy
  14. Upvote
    dog got a reaction from Tino in [OUTDATED] CUM SA FACI 50$ PER ZI USOR !   
    sper sa nu fie fake ms mane +rep
  15. Upvote
    dog got a reaction from ViewS in Cum sa iti dezactivezi chat-ul la lol   
    thx, oricum am ban pe 3 conturi, poate asa n-o sa mai iau
  16. Upvote
    dog got a reaction from Bot in Cum sa iti dezactivezi chat-ul la lol   
    thx, oricum am ban pe 3 conturi, poate asa n-o sa mai iau
  17. Upvote
    dog reacted in leaks.ro discord rpc [source-code & executable]   
    discord rich presence client - leaks.ro
    source-code:
    v1 + v2 (outdated - out of use)
    v3 (current)
     
    from pypresence import Presence from threading import Thread import requests import time import sys import json client_id = '452187710812323843' rpc = Presence(client_id, pipe=0) sys.stdout.write("connecting..\r") rpc.connect() """ ############################################ # # # Discord RPC - leaks.ro v3 by MrReacher # # # ############################################ """ def animation(): while 1: text = "leaks.ro - rich presence running" text_no = 0 for _ in range(len(text)+1): sys.stdout.write("\t\t\t\t\t\r"+text[:text_no]) sys.stdout.flush() time.sleep(0.1) text_no += 1 time.sleep(3) def update_rpc(): is_active = [] while 1: try: resp = requests.get("http://understandable.xyz:80/leaksromania") resp2 = requests.get("http://understandable.xyz:80/leaks-rpc-dynamic-response") except Exception as e: print(e) sys.exit() if not "internal error" in resp.text.lower(): response = resp.text.split() total = response[0] online = response[1] announcer = None else: announcer = "error" if not is_active: t2 = Thread(target=animation) t2.start() is_active.append(t2) first_try = json.dumps(resp2.json()) second_try = json.loads(first_try) rpc.update(large_image="leaks" if not announcer == "error" else "error", large_text="Leaks România" if not announcer == "error" else "INTERNAL SERVER ERROR", details=second_try['line1'] if second_try['line1'] is not None else ("Total membri: {}".format(total) if not announcer == "error" else "ERROR 204"), state=second_try['line2'] if second_try['line2'] is not None else ("Membri online: {}".format(online) if not announcer == "error" else "Contact MrReacher#1337")) time.sleep(120) def main(): t1 = Thread(target=update_rpc) t1.start() if __name__ == "__main__": main() requirements:
    python3.6+
    pypresence
    requests
    pyinstaller

    building:
    pyinstaller --onefile --icon=icon.ico rpc.py executable:
    http://www.mediafire.com/file/f70baofdcauiv01/rpc.zip
    https://www.virustotal.com/#/file/b9b2f24d8dc6f2026a03723298bea40078174b9893e4d48dbd6a4de11b48e6ae/detection
    (in caz ca nu va incredeti in aplicatie, aveti posibilitatea sa va compilati singuri)

    In arhiva se vor gasi fisierele necesare compilarii, precum icon-ul si source-code-ul.
×
×
  • Create New...