Post: [RELEASE] Severe Simulated System Lag [1.14]
08-25-2013, 12:35 PM #1
oNiiTrOx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); As the title says, I've yet again came up with another shenanegan clusterf*** of a mod.
So, basically, what this does, is causes the client(s) to "lag" so badly, they practically can't do anything with their PS3, yes I know "timescale" only slows the game, but, in this particular case, it slows the entire console, causing hilarious issues for the person who's been targeted, unless they restart their PS3. It's incredibly simple, I know, but its hilarious for trolling and making people think you completely screwed their console up. All it is is timescale, with a kick. Literally. Cruel, yes, funny, also yes. =D

You will lag for a moment, but it will reset itself after the target client(s) have been kicked. The code says it all. Basically, since timescale sticks even when a player has left the game, this just slows them down intensely, then kicks them, and resets your timescale, that way they're stuck on a severe lag, that prevents them from even pressing the PSN button, as well as making it extremely difficult to do anything else, while you and whoever else you didn't kick, remain perfectly fine after the timescale reset. (Those of you who have set timescale to the minimum value, you know what I'm talking about xD)

(PS: Doing this with RTE via "v g_timescale 0.001" causes worse lag, due to them being in your live normal scaled lobby, while they're dropped down to 0.001 timescale. Screws them up, bigtime.)



Heres the code's:


All Clients:
    set SystemLag "g_timescale 0.001;wait 10;kick all;wait 10;g_timescale 1"


Client 0-18 (If you want to do it to only one person)
Remember to figure out which client it is with con_minicon.
Yes, of course this will freeze you, as well as everyone else in the lobby, until the wait-time is up, and the client has been kicked, but, since you cant send individual commands to individual clients, this is basically the only way you can simulate individual player lag.
    set SysLagCli0 "g_timescale 0.001;wait 10;clientkick 0;wait 10;g_timescale 1"
set SysLagCli1 "g_timescale 0.001;wait 10;clientkick 1;wait 10;g_timescale 1"
set SysLagCli2 "g_timescale 0.001;wait 10;clientkick 2;wait 10;g_timescale 1"
set SysLagCli3 "g_timescale 0.001;wait 10;clientkick 3;wait 10;g_timescale 1"
set SysLagCli4 "g_timescale 0.001;wait 10;clientkick 4;wait 10;g_timescale 1"
set SysLagCli5 "g_timescale 0.001;wait 10;clientkick 5;wait 10;g_timescale 1"
set SysLagCli6 "g_timescale 0.001;wait 10;clientkick 6;wait 10;g_timescale 1"
set SysLagCli7 "g_timescale 0.001;wait 10;clientkick 7;wait 10;g_timescale 1"
set SysLagCli8 "g_timescale 0.001;wait 10;clientkick 8;wait 10;g_timescale 1"
set SysLagCli9 "g_timescale 0.001;wait 10;clientkick 9;wait 10;g_timescale 1"
set SysLagCli10 "g_timescale 0.001;wait 10;clientkick 10;wait 10;g_timescale 1"
set SysLagCli11 "g_timescale 0.001;wait 10;clientkick 11;wait 10;g_timescale 1"
set SysLagCli12 "g_timescale 0.001;wait 10;clientkick 12;wait 10;g_timescale 1"
set SysLagCli13 "g_timescale 0.001;wait 10;clientkick 13;wait 10;g_timescale 1"
set SysLagCli14 "g_timescale 0.001;wait 10;clientkick 14;wait 10;g_timescale 1"
set SysLagCli15 "g_timescale 0.001;wait 10;clientkick 15;wait 10;g_timescale 1"
set SysLagCli16 "g_timescale 0.001;wait 10;clientkick 16;wait 10;g_timescale 1"
set SysLagCli17 "g_timescale 0.001;wait 10;clientkick 17;wait 10;g_timescale 1"
set SysLagCli18 "g_timescale 0.001;wait 10;clientkick 18;wait 10;g_timescale 1"


Have fun guys and girls~
PSN:WholeGrainOats
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to oNiiTrOx for this useful post:

*xActionMods*, ▶DaOriginal209◀, Alex-George-HnM, bandphan, Chip ♞, CoDyMoDz1000XD, EcLiPz_MoDD3Rz, Kush Friendly, Mango_Knife, Scotty4.11, Script Kiddie, The Kosmic, xGreekModzHD

The following user groaned oNiiTrOx for this awful post:

SC58
08-25-2013, 12:44 PM #2
Originally posted by oNiiTrOx View Post
As the title says, I've yet again came up with another shenanegan clusterf*** of a mod.
So, basically, what this does, is causes the client(s) to "lag" so badly, they practically can't do anything with their PS3, yes I know "timescale" only slows the game, but, in this particular case, it slows the entire console, causing hilarious issues for the person who's been targeted, unless they restart their PS3. It's incredibly simple, I know, but its hilarious for trolling and making people think you completely screwed their console up. All it is is timescale, with a kick. Literally :carling:

You will lag for a moment, but it will reset itself after the target client(s) have been kicked. The code says it all. Basically, since timescale sticks even when a player has left the game, this just slows them down intensely, then kicks them, and resets your timescale, that way they're stuck on a severe lag, that prevents them from even pressing the PSN button, as well as making it extremely difficult to do anything else, while you and whoever else you didn't kick, remain perfectly fine after the timescale reset. (Those of you who have set timescale to the minimum value, you know what I'm talking about xD)

(PS: Doing this with RTE via "v g_timescale 0.001" causes worse lag, due to them being in your live normal scaled lobby, while they're dropped down to 0.001 timescale. Screws them up, bigtime.)

Heres the code's:


All Clients:
    set SystemLag "g_timescale 0.001;wait 10;kick all;wait 10;g_timescale 1"


Client 0-18 (If you want to do it to only one person)
Remember to figure out which client it is with con_minicon.
    set SysLagCli0 "g_timescale 0.001;wait 10;clientkick 0;wait 10;g_timescale 1"
set SysLagCli1 "g_timescale 0.001;wait 10;clientkick 1;wait 10;g_timescale 1"
set SysLagCli2 "g_timescale 0.001;wait 10;clientkick 2;wait 10;g_timescale 1"
set SysLagCli3 "g_timescale 0.001;wait 10;clientkick 3;wait 10;g_timescale 1"
set SysLagCli4 "g_timescale 0.001;wait 10;clientkick 4;wait 10;g_timescale 1"
set SysLagCli5 "g_timescale 0.001;wait 10;clientkick 5;wait 10;g_timescale 1"
set SysLagCli6 "g_timescale 0.001;wait 10;clientkick 6;wait 10;g_timescale 1"
set SysLagCli7 "g_timescale 0.001;wait 10;clientkick 7;wait 10;g_timescale 1"
set SysLagCli8 "g_timescale 0.001;wait 10;clientkick 8;wait 10;g_timescale 1"
set SysLagCli9 "g_timescale 0.001;wait 10;clientkick 9;wait 10;g_timescale 1"
set SysLagCli10 "g_timescale 0.001;wait 10;clientkick 10;wait 10;g_timescale 1"
set SysLagCli11 "g_timescale 0.001;wait 10;clientkick 11;wait 10;g_timescale 1"
set SysLagCli12 "g_timescale 0.001;wait 10;clientkick 12;wait 10;g_timescale 1"
set SysLagCli13 "g_timescale 0.001;wait 10;clientkick 13;wait 10;g_timescale 1"
set SysLagCli14 "g_timescale 0.001;wait 10;clientkick 14;wait 10;g_timescale 1"
set SysLagCli15 "g_timescale 0.001;wait 10;clientkick 15;wait 10;g_timescale 1"
set SysLagCli16 "g_timescale 0.001;wait 10;clientkick 16;wait 10;g_timescale 1"
set SysLagCli17 "g_timescale 0.001;wait 10;clientkick 17;wait 10;g_timescale 1"
set SysLagCli18 "g_timescale 0.001;wait 10;clientkick 18;wait 10;g_timescale 1"


Have fun guys and girls~
PSN:WholeGrainOats



Or you could save a lot of space and infect it to people using a low frame rate, for example,

    set ui_mapname "mp_rust;com_maxfps 1;ping lag"


That would freeze their gameplay until they quit the game.

The following 2 users say thank you to Uk_ViiPeR for this useful post:

codybenti, oNiiTrOx
08-25-2013, 12:54 PM #3
oNiiTrOx
Do a barrel roll!
Originally posted by ViiPeR View Post
Or you could save a lot of space and infect it to people using a low frame rate, for example,

    set ui_mapname "mp_rust;com_maxfps 1;ping lag"


That would freeze their gameplay until they quit the game.


Good thinking, adding either to the end of a real infection would be completely hilarious. They go to get ''aim assist'' only to find themselves stuck in an completely screwed up lag situation.
Only thing though, with my method, their entire console gets screwed up. I haven't tested the framerate, but ill add it to my post and credit you for that, as well as upload a video example of what both do.

The following user thanked oNiiTrOx for this useful post:

Uk_ViiPeR
08-25-2013, 12:57 PM #4
Originally posted by oNiiTrOx View Post
Good thinking, adding either to the end of a real infection would be completely hilarious. They go to get ''aim assist'' only to find themselves stuck in an completely screwed up lag situation.
Only thing though, with my method, their entire console gets screwed up. I haven't tested the framerate, but ill add it to my post and credit you for that, as well as upload a video example of what both do.


i can't entirely remember what the effects of a dropped framerate would cause but as far as i know the whole gameplay will turn to a standstill, cannot press any buttons or anything, even leaving the game doesnt work.
08-25-2013, 04:28 PM #5
Very nice, I came across this a long time ago but never thought to do it this way, thanks man haha, you have greatly improved player menu's for 1.14, by allowing to butt fuck individual clients. We need all PATCH users to do this to as many USB fags as possible !

The following 2 users say thank you to Alex-George-HnM for this useful post:

▶DaOriginal209◀,
08-25-2013, 04:58 PM #6
Script Kiddie
At least I can fight
Originally posted by oNiiTrOx View Post
As the title says, I've yet again came up with another shenanegan clusterf*** of a mod.
So, basically, what this does, is causes the client(s) to "lag" so badly, they practically can't do anything with their PS3, yes I know "timescale" only slows the game, but, in this particular case, it slows the entire console, causing hilarious issues for the person who's been targeted, unless they restart their PS3. It's incredibly simple, I know, but its hilarious for trolling and making people think you completely screwed their console up. All it is is timescale, with a kick. Literally. Cruel, yes, funny, also yes. =D

You will lag for a moment, but it will reset itself after the target client(s) have been kicked. The code says it all. Basically, since timescale sticks even when a player has left the game, this just slows them down intensely, then kicks them, and resets your timescale, that way they're stuck on a severe lag, that prevents them from even pressing the PSN button, as well as making it extremely difficult to do anything else, while you and whoever else you didn't kick, remain perfectly fine after the timescale reset. (Those of you who have set timescale to the minimum value, you know what I'm talking about xD)

(PS: Doing this with RTE via "v g_timescale 0.001" causes worse lag, due to them being in your live normal scaled lobby, while they're dropped down to 0.001 timescale. Screws them up, bigtime.)



Heres the code's:


All Clients:
    set SystemLag "g_timescale 0.001;wait 10;kick all;wait 10;g_timescale 1"


Client 0-18 (If you want to do it to only one person)
Remember to figure out which client it is with con_minicon.
    set SysLagCli0 "g_timescale 0.001;wait 10;clientkick 0;wait 10;g_timescale 1"
set SysLagCli1 "g_timescale 0.001;wait 10;clientkick 1;wait 10;g_timescale 1"
set SysLagCli2 "g_timescale 0.001;wait 10;clientkick 2;wait 10;g_timescale 1"
set SysLagCli3 "g_timescale 0.001;wait 10;clientkick 3;wait 10;g_timescale 1"
set SysLagCli4 "g_timescale 0.001;wait 10;clientkick 4;wait 10;g_timescale 1"
set SysLagCli5 "g_timescale 0.001;wait 10;clientkick 5;wait 10;g_timescale 1"
set SysLagCli6 "g_timescale 0.001;wait 10;clientkick 6;wait 10;g_timescale 1"
set SysLagCli7 "g_timescale 0.001;wait 10;clientkick 7;wait 10;g_timescale 1"
set SysLagCli8 "g_timescale 0.001;wait 10;clientkick 8;wait 10;g_timescale 1"
set SysLagCli9 "g_timescale 0.001;wait 10;clientkick 9;wait 10;g_timescale 1"
set SysLagCli10 "g_timescale 0.001;wait 10;clientkick 10;wait 10;g_timescale 1"
set SysLagCli11 "g_timescale 0.001;wait 10;clientkick 11;wait 10;g_timescale 1"
set SysLagCli12 "g_timescale 0.001;wait 10;clientkick 12;wait 10;g_timescale 1"
set SysLagCli13 "g_timescale 0.001;wait 10;clientkick 13;wait 10;g_timescale 1"
set SysLagCli14 "g_timescale 0.001;wait 10;clientkick 14;wait 10;g_timescale 1"
set SysLagCli15 "g_timescale 0.001;wait 10;clientkick 15;wait 10;g_timescale 1"
set SysLagCli16 "g_timescale 0.001;wait 10;clientkick 16;wait 10;g_timescale 1"
set SysLagCli17 "g_timescale 0.001;wait 10;clientkick 17;wait 10;g_timescale 1"
set SysLagCli18 "g_timescale 0.001;wait 10;clientkick 18;wait 10;g_timescale 1"


Have fun guys and girls~
PSN:WholeGrainOats

Nice this will become a great method of ridding little children that just spam i feel bad when im trying to play legit with other people and one of them come in then i have to freeze their menu which effect's everyone. But now this is like a freeze ps3 option for 1.14 Dancing +rep
08-25-2013, 05:57 PM #7
EcLiPz_MoDD3Rz
Bounty hunter
ill be putting this in the next 1.14 patch i make thanks
08-26-2013, 04:51 AM #8
iTrexk
[move]:p The ''K'' Is Silent :p[/move]
Isn't this kinda useless because once they join a public game it goes away?
08-26-2013, 05:48 AM #9
jerrmy12
At least I can fight
Originally posted by iTrexk View Post
Isn't this kinda useless because once they join a public game in an hour it goes away?

fixed.
but it'll piss kids off.
08-27-2013, 09:36 AM #10
Or you could try this? put it into an infection: "ping lag;timescale .000001;jump_height 0;g_speed .000001;unbindallaxis;com_maxfps 1"

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo