KiiRan

Members
  • Content Count

    91
  • Last visited

Everything posted by KiiRan

  1. lets check it thanks bud
  2. Yo, is a python software allowed to receive the auth system here due to his facility to be reverse engineered ?
  3. lets check it thanks bud <3
  4. looks really interesting thanks bud
  5. hope they still works as advertised thanks <34
  6. thanks, I hope this link isnt dead
  7. Thanks very very nice bro <33 EDIT: link is dead...
  8. tbh, yeah I think you could sell it like for 1/2$ max, these are not as rare as 2/3years ago, now everyone have a software for this. Sorry bro :'(
  9. KiiRan

    Python help

    if you're making requests with requests module then add this line to args of the req like that: session.request("POST", data=payload, headers=headers, proxies={'https': YOURPROXY, 'http': YOURPROXY'}) if you want to use sock5 then session.request("POST", data=payload, headers=headers, proxies={'https': socks5://YOURPROXY, 'http': socks5://YOURPROXY'})