Pvp_machine100

fafa

Sep 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. let BOTS = []; //define bots
  2. let cont;
  3.  
  4. var OJS = document.createElement('script'); //create script elememt
  5. OJS.src = "https://pastebin.com/raw/gfptieDP"; //set script src
  6. document.getElementsByTagName('head')[0].appendChild(OJS); //show or smth script Element
  7.  
  8. OWOP.windowSys.addWindow(new OWOP.windowSys.class.window(" ", {}, win => {
  9. cont = win.container;
  10. cont.style.width = "1px";
  11.  
  12. }.move(window.innerWidth - 400, 300));
Advertisement
Add Comment
Please, Sign In to add comment