Quote:
Originally Posted by Bryan Ex
Here ya go Boofo... I tested this out with a few users and they found these settings to be pretty realistic. Note: these are only the glitch settings and not the complete hack code.
PHP Code:
{
$glitch = rand(5, 10);
for($x=0; $x<$glitch; $x++)
{
echo ' ';
sleep(1);
}
$vboptions['floodchecktime'] *= 10;
$glitch = rand(0, 100);
if($glitch < 35)
{
$vboptions['enablesearches'] = 0;
}
$glitch = rand(0, 100);
if ($glitch < 65)
{
eval('$headinclude = "' . fetch_template('headinclude') . '";');
eval('$header = "' . fetch_template('header') . '";');
eval('$footer = "' . fetch_template('footer') . '";');
eval('$timezone = "' . fetch_template('timezone') . '";');
eval('$gobutton = "' . fetch_template('gobutton') . '";');
$vboptions['useforumjump'] = 0;
eval(print_standard_error('error_toobusy'));
}
$glitch = rand(0, 100);
if ($glitch < 70)
{
if ($glitch < 70)
{
exit;
}
|
Thanks, your numbers are much better. My testing was showing that it's way too slow to be believable.
This hack rocks quite hard tho. Loving it.