Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //sewing by hand bot demo by snowy;
- //start of variables;
- var needle = 1;
- var thread = 1;
- var needlethreader = 1;
- var metalthimble = 1;
- var rubberthimble = 1;
- var sewingthreaded = false;
- var one = true;
- //end of variables;
- function cry(){
- function cross(){
- console.log("hahahaha");}
- setInterval(() => cross(), 50);}
- function time(){
- cry();
- setTimeout(function(){
- console.log("woooooooooooooot");
- console.log("ye har!!!!!!!!!!!");
- }, 500);
- }
- setInterval(() => time(), 1500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement