Advertisement
coinwalk

funky test in javascript

Aug 4th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //sewing by hand bot demo by snowy;
  2. //start of variables;
  3. var needle = 1;
  4. var thread = 1;
  5. var needlethreader = 1;
  6. var metalthimble = 1;
  7. var rubberthimble = 1;
  8. var sewingthreaded = false;
  9. var one = true;
  10.  
  11. //end of variables;
  12. function cry(){
  13. function cross(){
  14. console.log("hahahaha");}
  15. setInterval(() => cross(), 50);}
  16.  
  17. function time(){
  18. cry();
  19. setTimeout(function(){
  20. console.log("woooooooooooooot");
  21. console.log("ye har!!!!!!!!!!!");
  22. }, 500);
  23. }
  24. setInterval(() => time(), 1500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement