[FS]Ultimate Lagger/Crasher! -
Toni - 16.07.2010
Ultimate SAMP Lagger/Crasher
What is this?
It is a lagger, crasher etc.
Took me about 4 minutes to make (wasn't hard heh.)
The avg fps you will get around the lagger is about 0.6 fps (0.6 frames per 10 seconds, I had a timer while testing)
What are the commands
/lagg <playerid> - lagg a player
/deletelagveh - Delete ALL lag vehicles
Any more updates/bugs?
1 bug, after you do /lagg [id]
it sends a str with a random number (idk why, if anyone knows how to fix just do it and tell me)
(e.g "You have just lagged the fuck out of ID:93) 93 = ID 0?!?
Maybe, I don't really know, depends if I get ideas to add, the script itself is pretty much done
Use at your own risk, this was made for fun/stoping hackers (from moving too!!!)/and other reason
Made by The Toni
I accept mirrors ...
Pwn + Amx is included in the .zip file.
Re: [FS]Ultimate Lagger/Crasher! -
Grim_ - 16.07.2010
For the number problem, try changing this
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%d", pName(player1));
To:
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%s", pName(player1));
Re: [FS]Ultimate Lagger/Crasher! -
Kar - 16.07.2010
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of %s(%d)", pName(player1));
acually i think. cus pname is there ^^
and ID%s would call name before id he needs id o.o
Re: [FS]Ultimate Lagger/Crasher! -
Carlton - 16.07.2010
No Kar, it would not do that. Also, this will not lag a decent PC at all.
Re: [FS]Ultimate Lagger/Crasher! - [L3th4l] - 16.07.2010
Like Carlton mentioned, this had no effect on my pc. Maybe create explosions and attach the fog looking object to the player xD
Re: [FS]Ultimate Lagger/Crasher! -
RyDeR` - 16.07.2010
You could use a loop instead of Copying and pasting CreateVehicle(..).
Anyway nice done ^^
Re: [FS]Ultimate Lagger/Crasher! -
SiJ - 16.07.2010
This will fix:
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%d",player1); //To show ID
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of %s",pName(player1)); //To show Player Name
Re: [FS]Ultimate Lagger/Crasher! -
Toni - 16.07.2010
Ah well, thanks for the help guys,
@Carlton, it lagged every tester I had (about 7), + they're pc is pretty good, I guess it only laggs most people.
@[L3th4l], Yeah, I could try, maybe thats a good idea for next version.
@RyDeR, I could have, but there are many ways to do it
----
Guess in next version I'll create tons of explosions and fog machines.
EDIT: @Carlton, it isn't meant to lagg the player who used the command, but for hackers/other players :P, if it didn't work, try testing it on a player, and go to their position, hopefully you would get lagg
Re: [FS]Ultimate Lagger/Crasher! -
Trooper[Y] - 16.07.2010
Pastebin pls
Re: [FS]Ultimate Lagger/Crasher! -
Toni - 16.07.2010
Quote:
Originally Posted by Trooper[Y]
Pastebin pls
|
http://pastebin.com/SqjhCsdX