-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloadsss5.txt
82 lines (54 loc) · 1.44 KB
/
loadsss5.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }
(async ()=>{
if(! localStorage.getItem("textsends"))
{
console.log("textsend not exist");
window.textsendss= "fuk you";
}
else{
window.textsendss =localStorage.getItem("textsends");
}
if(! localStorage.getItem("startatmins"))
{
console.log("startatmin not exist");
window.startatminss= 0;
}
else
{
window.startatminss =localStorage.getItem("startatmins");
}
var date = new Date();
var timer2 = setInterval( async function() {
if( date.getMinutes() >= startatminss){
function doSomething() {
var textsends ="☺☺☺";
String.prototype.shuffle = function() {
'use strict';
var numberOfSpaces = Math.floor(Math.random() * (this.length - 1));
var word = this;
for (var i = 0; i < numberOfSpaces; i++) {
var index = Math.floor(Math.random() * (this.length - 1));
word = [word.slice(0,index), ' ', word.slice(index)].join('');
}
return word;
};
document.querySelector("#content").value=textsendss.shuffle(4," ");
document.querySelector("#submit_button").click();
//console.log(textsendss.shuffle(4," "));
}
(function loop() {
var date = new Date();
var rand = Math.round(Math.random() *14);
setTimeout(function() {
if(rand>=4){
doSomething();
}
console.log("Delayed " + rand + " Secs" );
loop();
}, rand*date.getMilliseconds());
}());
clearInterval(timer2);
console.log("injected ");
}
}, 2000);
})();