Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. import requests
  2. import time
  3. from requests import session
  4.  
  5. nr=343529
  6. while True:
  7.  cookies = {'uid': '12883890',
  8.     'pass': '23d80127208da7f9879101fa63710d17',
  9.     'PHPSESSID': 'cgokaf7uo3ilg8eqednkg5is71',
  10.     }
  11.  data={'text': 'Multam Mult, merge', 'tid': nr},
  12.  url=("http://myxz.org/comment.php?action=add")
  13. print nr
  14. nr+=1
  15. print requests.post(url,data=data,cookies=cookies)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement