[FilterScript] [FS]Ultimate Lagger/Crasher!
#1

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.
Reply
#2

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));
Reply
#3

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
Reply
#4

No Kar, it would not do that. Also, this will not lag a decent PC at all.
Reply
#5

Like Carlton mentioned, this had no effect on my pc. Maybe create explosions and attach the fog looking object to the player xD
Reply
#6

You could use a loop instead of Copying and pasting CreateVehicle(..).

Anyway nice done ^^
Reply
#7

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
Reply
#8

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
Reply
#9

Pastebin pls
Reply
#10

Quote:
Originally Posted by Trooper[Y]
Посмотреть сообщение
Pastebin pls
http://pastebin.com/SqjhCsdX
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)