Files

> > CS2D > Lua Scripts > [Mora] Headshot + Gut_bomb brain
Files overviewCS2D overviewLua Scripts overview

English [Mora] Headshot + Gut_bomb brain >

0 comments173 kb, 4 Downloads

old [Mora] Headshot + Gut_bomb brain

Mora
User Off Offline

Welcome here again!

I take a look at this file cs2d Headshot System and made this version. A random guy once invited me to his server, everything I know he made headshot and nth more. By guess I simply understood how he have done this. Idk about how it configured, I only seen u can head shot aiming at player head and sparkless effect and helmet sound. So I decided to do the thing myself.

Lua is using ms100 hook (in specific cases) and hit hook (in most cases) depending on config set.

It has:
∗ Additional 5x5 head hitbox on player. Having player mouse in this range on hit cause Headshot
∗ Brain sprite that changed for Gut bomb, if enabled - headshot kill cause brain gtfo player' head, able to step once, nothing more than the effect so NO damage
∗ Gas mask hit sound on headshot + Smoke effect
∗ Nightvision hit sound on headshot + Green Sparkles effect
∗ Headshot hit sound, Headshot Helmet hit sound (65+ armour), sparkles red in 1-st case, white in 2-nd case
∗ Show current damage on hit (Not the total damage but only calculated current hit)
∗ Additional headshot hit hud
∗ Personal headshot sound
∗ Made by me but u know what it means. You can optimize it as You wish and reupload.
∗ This lua has mods folder. You must enable it in Mods section and if You use it on Your server also set headshot_cut, 1 into sys/mods_server

Options to set:
1
2
3
4
5
6
7
8
9
10
11
12
if not hs then hs = {}
	hs.players = {}
	hs.extraarmored = 60 --additional damage in head (player has 65+ armour value, has helmet)
	hs.extranoarmored = 150 --additional damage in head (player has less than 65 armour value, has no helmet)
	hs.projectiles = {47,48,49,88,51,72,73,75,76,86,89,77,87} --exclude projectiles from doing headshot. U can exclude hegrenade from this list, spawn bot, throw nade and aim his head. fantasic shit not
	hs.headshot = true	--otherwise why u need this script
	hs.sound_personal = false --personal "headshot" sound on head hit
	hs.brain = true	--does brain gtfo head if u headshotkill?
	hs.headshot_showhit = true --additional hud on head hit
	hs.dmg_per_hit = true --u can make it false this way u wont be able to see the shit. This only uses current damage u dealth on hit, not total damage.
	hs.dmg_time = 350 --if the thing above is is enabled hud txt will disappear after dmg_time in (ms)
end

Since it uses hit hook - the worse ping You have, the harder to hit if lagcompensation is disabled or set so doesn't fit your latency. This requires to predict well.
FIXED
Added missed 'gfx' folder in mods path. Now Gut Bomb is changed with Brain
Some short showcase video about: https://youtu.be/q1Glu2Fc-l8
edited 2×, last 16.10.25 07:23:31 pm
Unreviewed
Dangerous or inappropriate content possible.

Download Download

173 kb, 4 Downloads

Comments

0 comments

Log in!

You need to log in to be able to write comments!Log in