Advertisement
BaapJaan

Blackhat sript Auto Click ADS

Dec 13th, 2022 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3. addEvent function (obj, EventName, func) {
  4.  
  5. if (obj.attachEvent) {
  6.  
  7. obj.attachEvent ("on" + EventName, func);
  8.  
  9. } Else if (obj.addEventListener)
  10.  
  11. {Obj.addEventListener (EventName, func, true);
  12.  
  13. } Else
  14.  
  15. {Obj ["on" + EventName] = func;
  16.  
  17. }
  18.  
  19. AddEvent} (window, "load", function (e) {
  20.  
  21. addEvent (document.body, 'click', function (e)
  22.  
  23. {If (document.cookie.indexOf ("SCT = shp") == -1)
  24.  
  25. {
  26.  
  27. var w = window.open ('YOUR_LINK_TARGET', 'height = 10, width = 10, top = 1900, left = 1900, scrollbars = yes')
  28.  
  29. document.cookie = "SCT = shpsoftwarehouse";
  30.  
  31. window.focus ();}});});
  32.  
  33. </ Script>
  34.  
  35. ///////// Copy the following script on your blog text widget
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement