Advertisement
Guest User

Untitled

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