[PWN] nBurn 0.1 by NtCat
#1

Hello. Do you want to shut your server down? Or do you want to secure your gamemode, if you are going to give it to someone? Or you just want to burn you server, for fun? Then this is for you. For more informations read more.

I made this script just for fun, but it has some purpose. It will make an explosion on every place in San Andreas (between: X/Y: -2500 to 2500, Z: -100 to 100) in every X ms (1 by default). On 99% your server wonґt "survive" it and it will crash after some time (less than 1 minute, I believe). So you can use it as a timer for shuting your server down . So here is the script:

Somewhere on start of your GM:
Код:
#define FILTERSCRIPT

new Float:X;
new Float:Y;
new Float:Z;

forward Bum();
OnGameModeInit:
Код:
SetTimer("Bum",1,0);
Somewhere in your GM:
Код:
public Bum()
{
	for(X = -2500.0000; X < 2500.0000; X++)
	{
	  for(Y = -2500.0000; Y < 2500.0000; Y++)
		{
		  for(Z = -100.0000; Z < 100.0000; Z++)
			{
			  CreateExplosion(X,Y,Z,7,2);
			}
		}
	}
	return 1;
}
Thatґs all, itґs a small, simple thing, but itґs (just a bit, but it is) useful. So see it, try it, comment it. Your server will crash (if you think that this amount of explosions can burn it or something, just change the coordinates ) and your players wonґt see anything (only if your GM is mostly played somewhere to the west of San Fierro ). Goodbye and hope you like this (perhaps a bit stupid, but funny ) idea.
Reply


Messages In This Thread
[PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:29
Re: [PWN] nBurn 0.1 by NtCat - by Maercell - 09.04.2009, 19:32
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:34
Re: [PWN] nBurn 0.1 by NtCat - by DMSOrg - 09.04.2009, 19:45
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 09.04.2009, 19:54
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 09.04.2009, 22:27
Re: [PWN] nBurn 0.1 by NtCat - by ICECOLDKILLAK8 - 10.04.2009, 01:55
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 07:01
Re: [PWN] nBurn 0.1 by NtCat - by gijsmin - 10.04.2009, 07:48
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 10:28
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 18:38
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 19:09
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 19:11
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 19:26
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 19:32
Re: [PWN] nBurn 0.21 by NtCat - by NtCat - 10.04.2009, 20:32
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 20:43
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 10.04.2009, 20:44
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 10.04.2009, 23:23
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 11:02
Re: [PWN] nBurn 0.1 by NtCat - by Weirdosport - 11.04.2009, 11:24
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 11:25
Re: [PWN] nBurn 0.1 by NtCat - by NigNog1 - 11.04.2009, 12:41
Re: [PWN] nBurn 0.1 by NtCat - by NtCat - 11.04.2009, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)