Advertisement
Hackerno64

Untitled

Nov 10th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. from urllib import response
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. from requests.exceptions import RequestException
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. import requests, os, re, time, random
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. import mechanize
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. import os
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. import datetime
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. import sys
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. from time import sleep
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. browser = mechanize.Browser()
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. browser.set_handle_robots(False)
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. cookies = mechanize.CookieJar()
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. browser.set_cookiejar(cookies)
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. browser.addheaders = [('User-agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36')]
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. browser.set_handle_refresh(False)
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. url = 'https://m.facebook.com/login.php'
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. def openlink(msg4):
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. r = browser.open(msg4)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. def aclass():
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. browser.open(url)
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. browser.select_form(nr = 0)
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161. browser.form['email'] = emailx
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169. browser.form['pass'] = pwx
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. r = browser.submit()
  178. f = open("login.html", "wb")
  179. f.write(r.read())
  180. f.close()
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. r=browser.submit()
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. browser.select_form(nr = 0)
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210. browser.form['name_action_selected'] = ['save_device']
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. r = browser.submit()
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. print("NOW WAIT FOR 30 SECONDS ...")
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234. sys.stdout.flush()
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242. sleep(30)
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. def poct(comment):
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. browser.select_form(nr = 0)
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298. browser.form['comment_text'] = comment
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306. r = browser.submit()
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. emailx=str(input("➣Enter email : "))
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322. pwx =str(input("➣Enter pw : "))
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. aclass()
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. msg4=str(input("➣Enter post link : "))
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. msg5=str(input("➣enter notpad link : "))
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. f=open(msg5, 'r')
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. lines = f.readlines()
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. f.close()
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378. msg6= int(input("➣Enter TIME : "))
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. os.system('clear')
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. sys.stdout.flush()
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. print('kbaad v1.0')
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410. count = 0
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418. while True:
  419.  
  420.  
  421.  
  422. try:
  423.  
  424.  
  425.  
  426. for line in lines:
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. if len(line) > 3:
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. if count != 0:
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. sleep(msg6)
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. openlink(msg4)
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. poct(line)
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. print('COMMENT GONE - ', line)
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482. count += 1
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. if count % 10 == 0:
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. sleep(1)
  499.  
  500.  
  501.  
  502. except Exception as e:pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement