Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Player Hygiene - Shower , Poop , Pee

Lilibeth

Gold Elite
Joined
Jul 4, 2021
Messages
186
Reaction score
57,276
Points
316
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config

{pos = vector3(-803.74468994141,335.79489135742,220.9154486084), particle = "ent_amb_car_wash_jet", xRot = -180.0, nextWait = 0, h=257.05}, -- this one is IPL from bob_74 ipl

Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands
/pee (for female and male) (need to be standing and facing to toilet specially for women)


Target Purpose
TriggerEvent(‘renzu_hygiene:takepoop’,PlayerPedId(),false, PROPENTITY)
TriggerEvent(‘renzu_hygiene:takeshower’,PlayerPedId(),false,false, PROPENTITY)

optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene




GOOD FORUMS🖋️
 

Lepiax

Bronze Elite
Joined
Aug 16, 2021
Messages
12
Reaction score
2,905
Points
306
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


📥 Download:

GOOD FORUMS🖋️

excellent job
 

jmichael21

Silver Elite
Joined
Mar 19, 2022
Messages
16
Reaction score
7
Points
166
Location
New York
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
 

emmis1982

Silver Elite
Joined
Mar 5, 2022
Messages
24
Reaction score
5
Points
156
Location
Germany
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
good
 

TopAIm

Member
Joined
Jun 1, 2022
Messages
21
Reaction score
1
Points
156
Location
deutschland
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
 

markdont

Member
Joined
Jan 7, 2022
Messages
4
Reaction score
0
Points
156
Location
vietnam
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
One of the best script ever seen bro ! +1000 Respect
 

atte745

Gold Elite
Joined
Jun 19, 2022
Messages
33
Reaction score
53
Points
231
Location
mexico
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
 

Sungod_nika

Member
Joined
May 31, 2026
Messages
1
Reaction score
0
Points
6
Location
United States
✌️Hello VAG Forum Family✌️

Funny Feature
:poop:

  • Add Poop Status if Hunger status is added (status) ex. eating burger
  • Add Pee Status if Thirst status is added (status) ex. drinking water
  • Hygiene is Decreasing over a time you can config it @config.lua
  • Bad Hygiene Player ( zero hygiene status ) will be swarmed by FLIES.
  • Player nearby to Bad Hygiene Player will gain a stress status and reduced a little of health.
  • Items to Add Hygiene Status ( example: bodyspray )
  • all is configurable @ config.lua


Using Prop Base
  • this demo i am using bob_74 ipl to load the apartment


Sample Config



Installation and Setup​

  • Step 1
  • Download renzu_hygiene
  • Download renzu_hud
  • Download renzu_status
  • Download renzu_notify
  • Download renzu_popui
  • Step 2
  • Copy the config renzu_hygiene/renzu_hud_config/status.lua to → renzu_hud/conf/status.lua


Coords config​

  • when setting up a coordinates for shower and toilet.
  • heading is important to toilet and shower
  • just copy the current corrdinates example: if you are near to toilet and shower heading must be looking to the shower/toilet.
  • adjusting original Z for shower a + 0.5 will do

Important at Config To Setup

Code:
config.poostatus = 'poop' -- registered status name
config.peestatus = 'pee' -- registered status name
config.hygienestatus  = 'hygiene' -- registered status name
config.badhygienestatus_effect = 'stress' -- a status name to be affected if your hygiene is 0 (other player will experience this not the bad hygiened player)
config.badhygiene_effect_value = 1000 -- value to remove/add in status if some bad hygiened player is nearby
config.badhygiene_hp_effect = 3 -- minus this value to players sorrounding hp
config.thirst_to_pee = 50 -- thirst to pee convertion, pee will add if you gain thirst (ex. from drinking water item)
config.hunger_to_poo = 50 -- hunger to poo convertion, poo will add if you gain hunger (ex. from eating burger item)

config.showerprop = { – prop list add as many as you want

'ligoshower', -- custom prop
}

config.toiletprop = { – prop list add as many as you want

'prop_toilet_01',
}


Commands



Target Purpose



optional for you to do​

  • edit renzu_hud/conf/status.lua
  • set all hygiene/poo/pee status to hideifmax = true
  • the status will only show if its 50%
  • adjust the distance for popui renzu_hygiene/client.lua
  • not use renzu_hud and implement the hygiene status to your esx_status or other framework and hud.
  • when using other status like esx_status: you might need to reconfigured the config @ hygiene


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️
does this still work?
 
Top