Advertisement
SalimFadhil

ttt

Nov 12th, 2018
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Spam - whatsApp_BOT - Salim Fadhil
  3. // @namespace    http://tampermonkey.net/
  4. // @version      1.0
  5. // @description  This Bot For Spams.
  6. // @author       Salim Fadhil
  7. // @match        https://web.whatsapp.com/
  8. // @grant        none
  9. // ==/UserScript==
  10. /*
  11. _______________________________________________________________________________
  12. writerScriptIs : Abu.Rajih
  13. NameOfScript   : whatsApp_BOT
  14. VersionScript  : 1.0v
  15. DateWroteScript: 26-07-2018
  16. pastebin URL   : https://pastebin.com/u/SalimFadhil
  17. _______________________________________________________________________________
  18. _______________________________________________________________________________
  19.        ########   ##                    #########             $$  $$  ##
  20.       ##      ##  ##                    ##      ##   ######   $$  $$  ##
  21.       ##      ##  ##                    ##      ##         #          ##
  22.       ##########  ## ####  ##    ##     ##     ##   ########  ##  ##  #######
  23.       ##      ##  ###   ## ##    ##     ########    ##    ##  ##  ##  ##    ##
  24.       ##      ##  ##    ## ##    ##     ##     ##   ##    ##  ##  ##  ##    ##
  25.       ##      ##  ##   ##  ##    ## $$  ##      ##  ##    ##  ##  ##  ##    ##
  26.       ##      ##  ######    #####   $$  ##       ## ###### #  ##  ##  ##    ##
  27.                                                               ##
  28.                                                          ##  ##
  29.                                                           ####
  30. _______________________________________________________________________________
  31. */
  32.  
  33. (function() {
  34. setInterval(
  35.     function(){
  36. var salim = new InputEvent('input' , {
  37.     bubbles:true
  38. });
  39. var text = document.querySelector('#main > footer > div._3pkkz.copyable-area > div._1Plpp > div > div._2S1VP.copyable-text.selectable-text');
  40. text.textContent = 'انته في خطر ';
  41. text.dispatchEvent(salim);
  42. document.querySelector('#main > footer > div._3pkkz.copyable-area > div:nth-child(3) > button > span').click();
  43. },50);
  44.  
  45. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement