Advertisement
Tubuu

Untitled

Jun 9th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. import requests
  2. import urllib.request
  3. import urllib.parse
  4. import re
  5. import socket
  6. import random
  7. #from keep_alive import keep_alive
  8.  
  9.  
  10. #ru = requests.post("https://chatango.com/updateprofile?css", data={"u": "jacques", "p": "gabby", "auth": "pwd", "arch": "h5", "src": "group", "action": "update", "body_bg_col": "dbd4dc", "body_col": "191421", "body_a_col": "000000", "body_tile_d": 0, "body_tile_a": 0, "body_bg_img": ""})
  11.  
  12. #username = input("username: ")
  13. #password = input("password: ")
  14. #age = input("age (min -> 13 max ->149: ")
  15. #gender = input("gender (F / M): ")
  16. #location = input("location (country/zip code): ")
  17. #location = "None"
  18.  
  19. #auth = re.findall('auth.chatango.com=(.*?);', requests.post("https://chatango.com/login", data={"user_id": username, "password": password, "storecookie": "on", "checkerrors": "yes"}).headers['Set-Cookie'])[0]
  20.  
  21. #data = { "s": auth, "auth": "token", "arch": "h5", "src": "group", "action": "update", "age": age, "gender": gender, "location": location, "line": "", "dir": ""}
  22. #r = requests.post("http://chatango.com/updateprofile", data=data, headers={"Origin": "http://st.chatango.com", "User-Agent": "Mozilla 5/0"})
  23.  
  24. print(f"done! \n {ru.text}")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement