Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
...over-exaggerated.
not saying im gonna uninstall, but yeah, keep in mind.
\Steam\steamapps\workshop\content\4000\2636098700
i tried this but its still active xD im convinced this guy uploads viruses on the workshop
hook.Add( "OnNPCKilled" , "GSL_NPC_DEATH_EXPRESS" , function( ent , attacker , inflictor )
if not IsValid( ent ) or not ent:IsNPC() then return end
if not ent.GSL_HasGoneInsane then
ent.GSL_HasGoneInsane = true
ent:SetFlexScale( math.random( -4 , 4 ) )
for i = 1, 32 do
ent:SetFlexWeight( i , math.Rand( 0 , 1 ) )
end
end
end)